• Stars
    star
    250
  • Rank 157,137 (Top 4 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created about 3 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

(CVPR 2021 & T-PAMI 2022) ST3D: Self-training for Unsupervised Domain Adaptation on 3D Object Detection & ST3D++: Denoised Self-training for Unsupervised Domain Adaptation on 3D Object Detection

ST3D & ST3D++

Code release for the paper ST3D: Self-training for Unsupervised Domain Adaptation on 3D Object Detection, CVPR 2021 and ST3D++: Denoised Self-training for Unsupervised Domain Adaptation on 3D Object Detection, T-PAMI 2022.

News

[2023-05-17] Support Waymo -> Lyft setting.

[2022-09-26] ST3D++ (The extension of ST3D) has been integrated in this repo for Waymo->KITTI and nuScenes->KITTI.

Introduction

Our code is based on OpenPCDet v0.3.0. More updates on OpenPCDet are supposed to be compatible with our code.

Model Zoo

Waymo -> KITTI TASK

method Car@R40 Ped@R40 Cyc@R40
SECOND-IoU ST3D 62.19 48.33 46.09
SECOND-IoU ST3D (w/ sn) 73.62 51.92 53.00
SECOND-IoU ST3D++ 65.10 53.87 53.43
SECOND-IoU ST3D++ (w/ sn) 74.73 59.21 60.76
PVRCNN ST3D 64.05 - -
PVRCNN ST3D (w/ sn) 77.33 - -

We could not provide the above pretrained models due to Waymo Dataset License Agreement, but you should achieve similar performance by training with the default configs. To access these pretrained models, please send us an email with your name, institute, a screenshot of the Waymo dataset registration confirmation mail, and your intended usage. Please send a second email if we don't get back to you in two days. Please note that Waymo open dataset is under strict non-commercial license, so we are not allowed to share the model with you if it will use for any profit-oriented activities.

Also, the training Waymo data used in our work is version 1.0, but the version now available is version 1.2. The pretrained model on these two version data should be similar when adapted to KITTI.

nuScenes -> KITTI TASK

method Car@R40 Ped@R40 Cyc@R40
SECOND-IoU Source Only 17.92 - -
SECOND-IoU ROS 25.37 - -
SECOND-IoU SN 21.23 34.36 5.67
SECOND-IoU ST3D 55.19 - -
SECOND-IoU ST3D (w/ SN) 62.27 - -
SECOND-IoU ST3D++ 66.01 45.23 25.98
SECOND-IoU ST3D++ (w/ SN) 66.24 46.75 22.66
PV-RCNN Source Only 37.17 - -
PV-RCNN ROS 38.84 - -
PV-RCNN SN 49.47 - -
PV-RCNN ST3D 71.11 - -
PV-RCNN ST3D (w/ SN) 73.16 - -
PointRCNN ROS 55.92 - -
PointRCNN ST3D++ 67.51 - -

We provide pretrained models here for nuScenes > KITTI task in models.

Waymo -> nuScenes TASK

method Car@R11 Car@R40 download
SECOND-IoU ST3D 23.24 20.19 model
PVRCNN ST3D 27.18 22.99 model
SECOND-IoU ST3D (w/ sn) 23.52 20.38 model
PVRCNN ST3D (w/ sn) 28.06 23.67 model

We could not provide the above pretrained models due to Waymo Dataset License Agreement, but you should achieve similar performance by training with the default configs.

Waymo -> Lyft TASK

method Car@R11 Car@R40 download
SECOND-IoU Source Only - 54.34 -
SECOND-IoU SN - 54.34 -
SECOND-IoU ST3D - 59.24 model
SECOND-IoU ST3D (w/ sn) - 57.99 model
PVRCNN Source Only - 58.53 -
PVRCNN SN - 56.64 -
PVRCNN ST3D - 60.53 model
PVRCNN ST3D (w/ sn) - 58.54 model

We could not provide the above pretrained models due to Waymo Dataset License Agreement, but you should achieve similar performance by training with the default configs.

Installation

Please refer to INSTALL.md for the installation.

Getting Started

Please refer to GETTING_STARTED.md to learn more usage about this project.

Supported features and ToDo List

  • Support inference and pre-trained model

  • Support training code on Waymo -> KITTI task

  • Update to OpenPCDet v0.3.0 version.

  • Support more adaptation tasks.

License

Our code is released under the Apache 2.0 license.

Acknowledgement

Our code is heavily based on OpenPCDet v0.3. Thanks OpenPCDet Development Team for their awesome codebase.

Citation

If you find this project useful in your research, please consider cite:

@inproceedings{yang2021st3d,
    title={ST3D: Self-training for Unsupervised Domain Adaptation on 3D Object Detection},
    author={Yang, Jihan and Shi, Shaoshuai and Wang, Zhe and Li, Hongsheng and Qi, Xiaojuan},
    booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
    year={2021}
}
@article{yang2021st3d++,
  title={ST3D++: Denoised Self-training for Unsupervised Domain Adaptation on 3D Object Detection},
  author={Yang, Jihan and Shi, Shaoshuai and Wang, Zhe and Li, Hongsheng and Qi, Xiaojuan},
  journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
  year={2022}
}
@misc{openpcdet2020,
    title={OpenPCDet: An Open-source Toolbox for 3D Object Detection from Point Clouds},
    author={OpenPCDet Development Team},
    howpublished = {\url{https://github.com/open-mmlab/OpenPCDet}},
    year={2020}
}

More Repositories

1

PAConv

(CVPR 2021) PAConv: Position Adaptive Convolution with Dynamic Kernel Assembling on Point Clouds
Python
270
star
2

PLA

(CVPR 2023) PLA: Language-Driven Open-Vocabulary 3D Scene Understanding
Python
204
star
3

UHDM

(ECCV2022) This is the official PyTorch implementation of ECCV2022 paper: Towards Efficient and Scale-Robust Ultra-High-Definition Image Demoireing
Python
174
star
4

SyntheticData

Is synthetic data from generative models ready for image recognition?
Python
162
star
5

SparseKD

(NeurlPS 2022) Towards Efficient 3D Object Detection with Knowledge Distillation
Python
106
star
6

IST-Net

(ICCV2023) IST-Net: Prior-free Category-level Pose Estimation with Implicit Space Transformation
Python
102
star
7

SlotCon

(NeurIPS 2022) Self-Supervised Visual Representation Learning with Semantic Grouping
Python
89
star
8

SimGCD

(ICCV 2023) Parametric Classification for Generalized Category Discovery: A Baseline Study
Python
78
star
9

VideoDemoireing

(CVPR 2022) Video Demoireing with Relation-Based Temporal Consistency
Python
68
star
10

DARS

(ICCV 2021 Oral) Re-distributing Biased Pseudo Labels for Semi-supervised Semantic Segmentation: A Baseline Investigation.
Python
63
star
11

SPS-Conv

(NeurlPS 2022) Spatial Pruned Sparse Convolution for Efficient 3D Object Detection
Python
62
star
12

CoDet

(NeurIPS2023) CoDet: Co-Occurrence Guided Region-Word Alignment for Open-Vocabulary Object Detection
Python
61
star
13

KDEP

(CVPR2022) Official PyTorch Implementation of KDEP. Knowledge Distillation as Efficient Pre-training: Faster Convergence, Higher Data-efficiency, and Better Transferability
Python
61
star
14

HybridNeuralRendering

(CVPR 2023) Hybrid Neural Rendering for Large-Scale Scenes with Motion Blur
Python
60
star
15

MarS3D

(CVPR 2023) MarS3D: A Plug-and-Play Motion-Aware Model for Semantic Segmentation on Multi-Scan 3D Point Clouds
Python
55
star
16

DODA

(ECCV 2022) DODA: Data-oriented Sim-to-Real Domain Adaptation for 3D Semantic Segmentation
Python
45
star
17

FS3D

(NeurlPS 2022) Prototypical VoteNet for Few-Shot 3D Point Cloud Object Detection
Python
39
star
18

ResKD

[NeurIPS 2022] Official implementation of the paper "Rethinking Resolution in the Context of Efficient Video Recognition".
Python
31
star
19

SC-GS

[CVPR 2024] Code for SC-GS: Sparse-Controlled Gaussian Splatting for Editable Dynamic Scenes
Python
17
star
20

Hybrid-Occ-SDF

This is the officially implementation of ICCV 2023 paper " Learning A Room with the Occ-SDF Hybrid: Signed Distance Function Mingled with Occupancy Aids Scene Representation"
Python
9
star