FeatureNeRF: Learning Generalizable NeRFs by Distilling Foundation Models
Jianglong Ye, Naiyan Wang, Xiaolong Wang
TL;DR
FeatureNeRF addresses the limitation that generalizable NeRFs primarily target novel-view synthesis by enabling 3D semantic understanding through distillation of 2D vision foundation models into a NeRF. By predicting a 3D semantic feature volume alongside density and color, and by aligning NeRF-rendered features with teacher features from models like DINO and Latent Diffusion, it yields a 3D representation learned from 2D observations. The approach supports 2D/3D semantic keypoint transfer and object-part segmentation in a zero-shot or few-shot setting without 3D supervision, and maintains competitive novel-view synthesis performance. This framework has practical impact for flexible 3D understanding in real-world, cross-instance scenarios and paves the way for 3D editing and other downstream tasks using 2D foundation-model knowledge.
Abstract
Recent works on generalizable NeRFs have shown promising results on novel view synthesis from single or few images. However, such models have rarely been applied on other downstream tasks beyond synthesis such as semantic understanding and parsing. In this paper, we propose a novel framework named FeatureNeRF to learn generalizable NeRFs by distilling pre-trained vision foundation models (e.g., DINO, Latent Diffusion). FeatureNeRF leverages 2D pre-trained foundation models to 3D space via neural rendering, and then extract deep features for 3D query points from NeRF MLPs. Consequently, it allows to map 2D images to continuous 3D semantic feature volumes, which can be used for various downstream tasks. We evaluate FeatureNeRF on tasks of 2D/3D semantic keypoint transfer and 2D/3D object part segmentation. Our extensive experiments demonstrate the effectiveness of FeatureNeRF as a generalizable 3D semantic feature extractor. Our project page is available at https://jianglongye.com/featurenerf/ .
