N2F2: Hierarchical Scene Understanding with Nested Neural Feature Fields
Yash Bhalgat, Iro Laina, João F. Henriques, Andrew Zisserman, Andrea Vedaldi
TL;DR
N2F2 introduces Nested Neural Feature Fields, a hierarchical 3D representation where different feature-dimensions encode scene properties at multiple granularities within a single feature field. The method uses scale-aware hierarchical supervision, SAM-derived segmentation, and CLIP embeddings to distill multi-scale semantic information into a unified 3D Gaussian Splatting representation, paired with a memory-efficient TriPlane+MLP feature field and deferred training rendering. A novel composite embedding aggregates scale-specific cues for open-vocabulary querying, yielding a single relevancy map per query and achieving state-of-the-art results in open-vocabulary 3D localization and segmentation with substantial speedups over prior methods. The approach demonstrates strong performance on challenging compound queries (e.g., "bag of cookies", "lid of the cup") and offers practical benefits for real-time, language-guided 3D scene understanding in robotics and AR contexts.
Abstract
Understanding complex scenes at multiple levels of abstraction remains a formidable challenge in computer vision. To address this, we introduce Nested Neural Feature Fields (N2F2), a novel approach that employs hierarchical supervision to learn a single feature field, wherein different dimensions within the same high-dimensional feature encode scene properties at varying granularities. Our method allows for a flexible definition of hierarchies, tailored to either the physical dimensions or semantics or both, thereby enabling a comprehensive and nuanced understanding of scenes. We leverage a 2D class-agnostic segmentation model to provide semantically meaningful pixel groupings at arbitrary scales in the image space, and query the CLIP vision-encoder to obtain language-aligned embeddings for each of these segments. Our proposed hierarchical supervision method then assigns different nested dimensions of the feature field to distill the CLIP embeddings using deferred volumetric rendering at varying physical scales, creating a coarse-to-fine representation. Extensive experiments show that our approach outperforms the state-of-the-art feature field distillation methods on tasks such as open-vocabulary 3D segmentation and localization, demonstrating the effectiveness of the learned nested feature field.
