paper-with-me

홈 › Papers

MLP Splatting: Object-Centric Neural Fields

2026-06-02 · Shinjeong Kim, Yuzhou Cheng, Xin Kong, Paul H. J. Kelly, Andrew J. Davison arxiv

3D representations are fundamental to scene rendering, understanding, and interaction. Recent approaches, such as 3D Gaussian Splatting and Neural Radiance Fields, achieve impressive photorealistic novel-view synthesis, but lack the ability to easily decompose scene elements into a few primitives, requiring additional segmentation or grouping for object-level manipulation. We present MLP-Splatting, a method that enables scene decomposition via a few expressive light-field primitives while providing photorealistic novel-view synthesis. MLP-Splatting models each primitive as an independent compact MLP with localized spatial support that predicts radiance and opacity. In contrast to low-level Gaussian primitives or a single global radiance field, our neural primitives provide greater expressive capacity while remaining spatially localized. Rendering is performed through efficient sparse volumetric compositing over ray-primitive interactions. Our primitives are supervised using RGB supervision alone, which yields primitives that represent local scene regions often corresponding to objects or object parts, enabling interactive object-level editing without segmentation masks by selecting a handful of primitives. Our method, augmented with optional semantic feature distillation, enables open-vocabulary scene interaction and open-set instant segmentation. Compared to state-of-the-art methods, we achieve substantially lower memory usage (1/15$\times$) and faster rendering (3$\times$), as we show in our experiments compared to semantic 3DGS methods. Project Page: https://shinjeongkim.com/mlp-splatting

📄 PDF Abstract BibTeX arXiv:2606.03877

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scene-Agnostic Object-Centric Representation Learning for 3D Gaussian Splatting

2026-04-10 · Tsuheng Hsu, Guiyu Liu, Juho Kannala, Janne Heikkilä arxiv

Recent works on 3D scene understanding leverage 2D masks from visual foundation models (VFMs) to supervise radiance fields, enabling instance-level 3D segmentation. However, the supervision signals from foundation models…

Representation LearningScene Understanding

Object-Centric 2D Gaussian Splatting: Background Removal and Occlusion-Aware Pruning for Compact Object Models

2025-01-14 · Marcel Rogge, Didier Stricker

Current Gaussian Splatting approaches are effective for reconstructing entire scenes but lack the option to target specific objects, making them computationally expensive and unsuitable for object-specific applications. …

Object

Creating Seamless 3D Maps Using Radiance Fields

2024-03-17 · Sai Tarun Sathyan, Thomas B. Kinsman

It is desirable to create 3D object models and 3D maps from 2D input images for applications such as navigation, virtual tourism, and urban planning. The traditional methods of creating 3D maps, (such as photogrammetry),…

NeRFObject

Bridging Simulation and Reality: Cross-Domain Transfer with Semantic 2D Gaussian Splatting

2025-12-04 · Jian Tang, Pu Pang, Haowen Sun, Chengzhong Ma 외 arxiv

Cross-domain transfer in robotic manipulation remains a longstanding challenge due to the significant domain gap between simulated and real-world environments. Existing methods such as domain randomization, adaptation, a…

Unsupervised Discovery and Composition of Object Light Fields

2022-05-08 · Cameron Smith, Hong-Xing Yu, Sergey Zakharov, Fredo Durand 외

Neural scene representations, both continuous and discrete, have recently emerged as a powerful new paradigm for 3D scene understanding. Recent efforts have tackled unsupervised discovery of object-centric neural scene r…

Novel View SynthesisObjectScene Understanding