Giter Site home page Giter Site logo

runsenxu / mv-jar Goto Github PK

View Code? Open in Web Editor NEW
47.0 7.0 2.0 16 KB

[CVPR 2023] MV-JAR: Masked Voxel Jigsaw and Reconstruction for LiDAR-Based Self-Supervised Pre-Training

Home Page: https://arxiv.org/abs/2303.13510

3d-detection lidar mae point-cloud pre-training

mv-jar's Introduction

MV-JAR: Masked Voxel Jigsaw and Reconstruction for LiDAR-Based Self-Supervised Pre-Training

CVPR 2023

[Paper] [Video] [Slides]

MV-JAR Overview

Masked Voxel Jigsaw and Reconstruction (MV-JAR) addresses the uneven distribution of LiDAR points using a Reversed-Furthest-Voxel-Sampling strategy, and combines two techniques for modeling voxel (MVJ) and point (MVR) distributions. We also introduce a new data-efficient 3D object detection benchmark on the Waymo dataset for more accurate evaluation of pre-training methods. Experiments demonstrate that MV-JAR significantly improves 3D detection performance across various data scales. 💥

News

  • [2023-03] We've released the original Waymo filenames of our benchmark sequences to support various codebases. 📊
  • [2023-03] Our data-efficient benchmark on Waymo is released. 📊
  • [2023-03] Our paper is accepted by CVPR 2023. 🎉

Data-Efficient Benchmark on Waymo

Download

Usage

MMDetection3D Format

  • Download and unzip the file data_efficient_benchmark.zip and it should be:
      data_efficient_benchmark
      ├── md5sum.txt
      ├── waymo_dbinfos_train_old_r_0.05_0.pkl
      ├── waymo_dbinfos_train_old_r_0.05_1.pkl
      ├── waymo_dbinfos_train_old_r_0.05_2.pkl
      ├── waymo_dbinfos_train_old_r_0.1_0.pkl
      ├── waymo_dbinfos_train_old_r_0.1_1.pkl
      ├── waymo_dbinfos_train_old_r_0.1_2.pkl
      ├── waymo_dbinfos_train_old_r_0.2_0.pkl
      ├── waymo_dbinfos_train_old_r_0.2_1.pkl
      ├── waymo_dbinfos_train_old_r_0.2_2.pkl
      ├── waymo_dbinfos_train_old_r_0.5_0.pkl
      ├── waymo_dbinfos_train_old_r_0.5_1.pkl
      ├── waymo_dbinfos_train_old_r_0.5_2.pkl
      ├── waymo_infos_train_r_0.05_0.pkl
      ├── waymo_infos_train_r_0.05_1.pkl
      ├── waymo_infos_train_r_0.05_2.pkl
      ├── waymo_infos_train_r_0.1_0.pkl
      ├── waymo_infos_train_r_0.1_1.pkl
      ├── waymo_infos_train_r_0.1_2.pkl
      ├── waymo_infos_train_r_0.2_0.pkl
      ├── waymo_infos_train_r_0.2_1.pkl
      ├── waymo_infos_train_r_0.2_2.pkl
      ├── waymo_infos_train_r_0.5_0.pkl
      ├── waymo_infos_train_r_0.5_1.pkl
      └── waymo_infos_train_r_0.5_2.pkl
    
  • To check the completeness of the files, you can run the following command:
    md5sum -c md5sum.txt
    

The information files provided in data_efficient_benchmark/* are processed according to MMDetection3D's data format, containing only annotations and object point clouds. Before using our benchmark, you must first download the original Waymo dataset and follow MMDetection3D's instructions to convert the data format to MMDetection3D's format. For more details, please refer to MMDetection3D's Prepare Waymo Dataset (v1.2).

To use our subsets, simply replace the waymo_infos_train.pkl and waymo_dbinfos_train.pkl with the corresponding files from our benchmark. For example, to use subset 0 with 5% of the scenes, replace them with waymo_infos_train_r_0.05_0.pkl and waymo_dbinfos_train_old_r_0.05_0.pkl, respectively.

Here are some notes:

  • waymo_infos_train_r_{data_ratio}_{subset_id}.pkl files are the annotation files of our sampled subsets. data_ratio represents the ratio of the scenes, and subset_id is the id of the subset. For example, waymo_infos_train_r_0.05_0.pkl is the annotation file of the subset with 5% of the scenes, and its id is 0. For each data ratio, we provide 3 subsets to reduce experimental variance.
  • Each larger subset contains smaller subsets with the same subset ID. For example, waymo_infos_train_r_0.5_0.pkl contains the scenes in waymo_infos_train_r_0.2_0.pkl, which in turn contains the scenes in waymo_infos_train_r_0.1_0.pkl, and so on.
  • waymo_dbinfos_train_old_r_{data_ratio}_{subset_id}.pkl files contain the object point clouds for their corresponding scenes. For example, waymo_dbinfos_train_old_r_0.05_0.pkl contains the object point clouds of the scenes listed in waymo_infos_train_r_0.05_0.pkl. These dbinfos are mainly used for data augmentation.
  • ❗ Please note that MMDetection3D refactored its coordinate definition beginning from v1.0.0. Our dbinfos are based on the old coordinate definition which is why the file names contain old. If you use the new coordinate definition, you should generate new dbinfos for yourself. For more details, refer to MMDetection3D's coordinate system refactoring.

Other Formats

  • Download and unzip the file sequence_names.zip and it shoulde be:
      sequence_names
      ├── waymo_infos_train_r_0.05_0_sequence_names.txt
      ├── waymo_infos_train_r_0.05_1_sequence_names.txt
      ├── waymo_infos_train_r_0.05_2_sequence_names.txt
      ├── waymo_infos_train_r_0.1_0_sequence_names.txt
      ├── waymo_infos_train_r_0.1_1_sequence_names.txt
      ├── waymo_infos_train_r_0.1_2_sequence_names.txt
      ├── waymo_infos_train_r_0.2_0_sequence_names.txt
      ├── waymo_infos_train_r_0.2_1_sequence_names.txt
      ├── waymo_infos_train_r_0.2_2_sequence_names.txt
      ├── waymo_infos_train_r_0.5_0_sequence_names.txt
      ├── waymo_infos_train_r_0.5_1_sequence_names.txt
      └── waymo_infos_train_r_0.5_2_sequence_names.txt
    
  • Each file contains the original Waymo filenames of the sequences in each subsets. For example, waymo_infos_train_r_0.05_0_sequence_names.txt contains:
      segment-5576800480528461086_1000_000_1020_000_with_camera_labels.tfrecord
      segment-11060291335850384275_3761_210_3781_210_with_camera_labels.tfrecord
      ...
    

You can convert the original Waymo data to any data format for different codebases, such as OpenPCDet, based on the provided filenames.

MV-JAR

We are cleaning the code and will release it soon. Stay tuned! 📣

Citation

If you find our work useful in your research, please cite:

@InProceedings{Xu_2023_CVPR,
    author    = {Xu, Runsen and Wang, Tai and Zhang, Wenwei and Chen, Runjian and Cao, Jinkun and Pang, Jiangmiao and Lin, Dahua},
    title     = {MV-JAR: Masked Voxel Jigsaw and Reconstruction for LiDAR-Based Self-Supervised Pre-Training},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2023},
    pages     = {13445-13454}
}

Acknowledgements

We thank the contributors of MMDetection3D and the authors of SST for their great work!

mv-jar's People

Contributors

runsenxu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

mv-jar's Issues

Confuse about the model

@RunsenXu Thank you for your great work! As far as I know, the current mainstream backbone will include downsampling operations. Have you ever thought about how to adapt these models?

Code release

Hi, Thanks for sharing this great work!
Could you please estimate the code release date?
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.