CVLGROFeb 24, 2022

Learning Multi-Object Dynamics with Compositional Neural Radiance Fields

arXiv:2202.11855v397 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of generalizing dynamics models to novel scenes with varying numbers of objects, which is incremental as it builds on existing NeRF and graph neural network methods.

The authors tackled the problem of learning multi-object dynamics from images by developing a compositional, object-centric framework using Neural Radiance Fields (NeRFs) and graph neural networks, achieving more stable long-term predictions compared to baselines in simulated and real-world experiments.

We present a method to learn compositional multi-object dynamics models from image observations based on implicit object encoders, Neural Radiance Fields (NeRFs), and graph neural networks. NeRFs have become a popular choice for representing scenes due to their strong 3D prior. However, most NeRF approaches are trained on a single scene, representing the whole scene with a global model, making generalization to novel scenes, containing different numbers of objects, challenging. Instead, we present a compositional, object-centric auto-encoder framework that maps multiple views of the scene to a set of latent vectors representing each object separately. The latent vectors parameterize individual NeRFs from which the scene can be reconstructed. Based on those latent vectors, we train a graph neural network dynamics model in the latent space to achieve compositionality for dynamics prediction. A key feature of our approach is that the latent vectors are forced to encode 3D information through the NeRF decoder, which enables us to incorporate structural priors in learning the dynamics models, making long-term predictions more stable compared to several baselines. Simulated and real world experiments show that our method can model and learn the dynamics of compositional scenes including rigid and deformable objects. Video: https://dannydriess.github.io/compnerfdyn/

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes