Deep Learning on Object-centric 3D Neural Fields
Pierluigi Zama Ramirez, Luca De Luigi, Daniele Sirocchi, Adriano Cardace, Riccardo Spezialetti, Francesco Ballerini, Samuele Salti, Luigi Di Stefano
TL;DR
The paper tackles the challenge of performing downstream tasks directly on neural fields (NFs) rather than their discrete reconstructions. It introduces nf2vec, a weight-space encoder that maps an input NF to a compact latent embedding in a single pass, enabling standard deep learning pipelines to operate on NFs alone. The approach is demonstrated across geometry-only fields (SDF/UDF/OF) and NeRFs, enabling tasks such as retrieval, classification, segmentation, completion, and generation with competitive performance and ultra-fast inference. Key contributions include the first NF classification benchmark, analysis of latent-space properties, and demonstrations of latent-space interpolation and cross-modal mappings between NF types, all while highlighting the practical potential of treating NFs as a unified 3D representation. The work paves the way for storage and processing of 3D data as neural fields in real-world pipelines without reconstructing discrete signals.
Abstract
In recent years, Neural Fields (NFs) have emerged as an effective tool for encoding diverse continuous signals such as images, videos, audio, and 3D shapes. When applied to 3D data, NFs offer a solution to the fragmentation and limitations associated with prevalent discrete representations. However, given that NFs are essentially neural networks, it remains unclear whether and how they can be seamlessly integrated into deep learning pipelines for solving downstream tasks. This paper addresses this research problem and introduces nf2vec, a framework capable of generating a compact latent representation for an input NF in a single inference pass. We demonstrate that nf2vec effectively embeds 3D objects represented by the input NFs and showcase how the resulting embeddings can be employed in deep learning pipelines to successfully address various tasks, all while processing exclusively NFs. We test this framework on several NFs used to represent 3D surfaces, such as unsigned/signed distance and occupancy fields. Moreover, we demonstrate the effectiveness of our approach with more complex NFs that encompass both geometry and appearance of 3D objects such as neural radiance fields.
