CVApr 7, 2021

Neural Articulated Radiance Field

arXiv:2104.03110v2246 citationsHas Code
AI Analysis

This addresses the problem of rendering articulated objects for computer vision and graphics researchers, offering a novel deformable representation that is incremental over existing implicit methods.

The paper tackles the challenge of learning pose-controllable 3D representations of articulated objects from images, achieving efficient generalization to novel poses without requiring 3D shape supervision.

We present Neural Articulated Radiance Field (NARF), a novel deformable 3D representation for articulated objects learned from images. While recent advances in 3D implicit representation have made it possible to learn models of complex objects, learning pose-controllable representations of articulated objects remains a challenge, as current methods require 3D shape supervision and are unable to render appearance. In formulating an implicit representation of 3D articulated objects, our method considers only the rigid transformation of the most relevant object part in solving for the radiance field at each 3D location. In this way, the proposed method represents pose-dependent changes without significantly increasing the computational complexity. NARF is fully differentiable and can be trained from images with pose annotations. Moreover, through the use of an autoencoder, it can learn appearance variations over multiple instances of an object class. Experiments show that the proposed method is efficient and can generalize well to novel poses. The code is available for research purposes at https://github.com/nogu-atsu/NARF

Code Implementations1 repo
Foundations

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

Your Notes