NeRF-MAE: Masked AutoEncoders for Self-Supervised 3D Representation Learning for Neural Radiance Fields
Muhammad Zubair Irshad, Sergey Zakharov, Vitor Guizilini, Adrien, Gaidon, Zsolt Kira, Rares Ambrus

TL;DR
NeRF-MAE introduces a self-supervised masked autoencoder approach for pretraining neural radiance fields using large-scale posed RGB images, significantly enhancing 3D scene understanding and object detection performance.
Contribution
This work pioneers the application of masked autoencoders to NeRFs, employing 3D Vision Transformers on volumetric grids for effective 3D representation learning from RGB images.
Findings
Pretraining with NeRF-MAE improves 3D object detection by over 20% AP50.
The method scales well with large datasets, leveraging 1.8 million images.
NeRF-MAE outperforms existing self-supervised 3D pretraining baselines.
Abstract
Neural fields excel in computer vision and robotics due to their ability to understand the 3D visual world such as inferring semantics, geometry, and dynamics. Given the capabilities of neural fields in densely representing a 3D scene from 2D images, we ask the question: Can we scale their self-supervised pretraining, specifically using masked autoencoders, to generate effective 3D representations from posed RGB images. Owing to the astounding success of extending transformers to novel data modalities, we employ standard 3D Vision Transformers to suit the unique formulation of NeRFs. We leverage NeRF's volumetric grid as a dense input to the transformer, contrasting it with other 3D representations such as pointclouds where the information density can be uneven, and the representation is irregular. Due to the difficulty of applying masked autoencoders to an implicit representation, such…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Image Processing and 3D Reconstruction
MethodsAttention Is All You Need · Linear Layer · Multi-Head Attention · Adam · Byte Pair Encoding · Absolute Position Encodings · Softmax · Dense Connections · Label Smoothing · OPT
