CVGRDec 19, 2022

ARO-Net: Learning Implicit Fields from Anchored Radial Observations

arXiv:2212.10275v23 citationsh-index: 52
Originality Incremental advance
AI Analysis

This addresses the problem of robust 3D reconstruction for applications like computer graphics and robotics, though it is incremental as it builds on prior neural implicit models with a novel encoding approach.

The paper tackles 3D shape reconstruction from sparse point clouds by introducing anchored radial observations (ARO), a category-agnostic shape encoding that uses partial views from fixed anchors to predict occupancy via an attention-based neural network, achieving competitive results on novel object categories and one-shape training compared to state-of-the-art methods.

We introduce anchored radial observations (ARO), a novel shape encoding for learning implicit field representation of 3D shapes that is category-agnostic and generalizable amid significant shape variations. The main idea behind our work is to reason about shapes through partial observations from a set of viewpoints, called anchors. We develop a general and unified shape representation by employing a fixed set of anchors, via Fibonacci sampling, and designing a coordinate-based deep neural network to predict the occupancy value of a query point in space. Differently from prior neural implicit models that use global shape feature, our shape encoder operates on contextual, query-specific features. To predict point occupancy, locally observed shape information from the perspective of the anchors surrounding the input query point are encoded and aggregated through an attention module, before implicit decoding is performed. We demonstrate the quality and generality of our network, coined ARO-Net, on surface reconstruction from sparse point clouds, with tests on novel and unseen object categories, "one-shape" training, and comparisons to state-of-the-art neural and classical methods for reconstruction and tessellation.

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