paper-with-me

홈 › Papers

GD-MAE: Generative Decoder for MAE Pre-training on LiDAR Point Clouds

2022-12-06 · CVPR 2023 1 · Honghui Yang, Tong He, Jiaheng Liu, Hua Chen, Boxi Wu, Binbin Lin, Xiaofei He, Wanli Ouyang

Despite the tremendous progress of Masked Autoencoders (MAE) in developing vision tasks such as image and video, exploring MAE in large-scale 3D point clouds remains challenging due to the inherent irregularity. In contrast to previous 3D MAE frameworks, which either design a complex decoder to infer masked information from maintained regions or adopt sophisticated masking strategies, we instead propose a much simpler paradigm. The core idea is to apply a \textbf{G}enerative \textbf{D}ecoder for MAE (GD-MAE) to automatically merges the surrounding context to restore the masked geometric knowledge in a hierarchical fusion manner. In doing so, our approach is free from introducing the heuristic design of decoders and enjoys the flexibility of exploring various masking strategies. The corresponding part costs less than \textbf{12\%} latency compared with conventional methods, while achieving better performance. We demonstrate the efficacy of the proposed method on several large-scale benchmarks: Waymo, KITTI, and ONCE. Consistent improvement on downstream detection tasks illustrates strong robustness and generalization capability. Not only our method reveals state-of-the-art results, but remarkably, we achieve comparable accuracy even with \textbf{20\%} of the labeled data on the Waymo dataset. Code will be released at https://github.com/Nightmare-n/GD-MAE.

📄 PDF Abstract BibTeX arXiv:2212.03010

Code (1)

nightmare-n/gd-mae 공식 구현 pytorch

Tasks

Decoder

Methods 이 논문이 사용한 방법론

MAE 설명 없음

Similar Papers 제목 키워드 기반

Learning to Generate Realistic LiDAR Point Clouds

2022-09-08 · Vlas Zyrianov, Xiyue Zhu, Shenlong Wang

We present LiDARGen, a novel, effective, and controllable generative model that produces realistic LiDAR point cloud sensory readings. Our method leverages the powerful score-matching energy-based model and formulates th…

DenoisingPoint Cloud Generation

Generating Photo-realistic Images from LiDAR Point Clouds with Generative Adversarial Networks

2021-12-20 · Nuriel Shalom Mor

We examined the feasibility of generative adversarial networks (GANs) to generate photo-realistic images from LiDAR point clouds. For this purpose, we created a dataset of point cloud image pairs and trained the GAN to p…

ObjectObject Recognition

BuildAnyPoint: 3D Building Structured Abstraction from Diverse Point Clouds

2026-02-27 · Tongyan Hua, Haoran Gong, Yuan Liu, Di Wang 외 arxiv

We introduce BuildAnyPoint, a novel generative framework for structured 3D building reconstruction from point clouds with diverse distributions, such as those captured by airborne LiDAR and Structure-from-Motion. To reco…

Point Cloud CompletionPoint Clouds

A Realism Metric for Generated LiDAR Point Clouds

2022-08-31 · Larissa T. Triess, Christoph B. Rist, David Peter, J. Marius Zöllner

A considerable amount of research is concerned with the generation of realistic sensor data. LiDAR point clouds are generated by complex simulations or learned generative models. The generated data is usually exploited t…

Segmentation

MAELi: Masked Autoencoder for Large-Scale LiDAR Point Clouds

2022-12-14 · Georg Krispel, David Schinagl, Christian Fruhwirth-Reisinger, Horst Possegger 외

The sensing process of large-scale LiDAR point clouds inevitably causes large blind spots, i.e. regions not visible to the sensor. We demonstrate how these inherent sampling properties can be effectively utilized for sel…

3D Object DetectionAutonomous DrivingDecoderObject+4