paper-with-me

Papers

ARO-Net: Learning Implicit Fields from Anchored Radial Observations

2022-12-19 · CVPR 2023 1 · Yizhi Wang, Zeyu Huang, Ariel Shamir, Hui Huang, Hao Zhang, Ruizhen Hu

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.

📄 PDF Abstract BibTeX arXiv:2212.10275

Code (1)

yizhiwang96/aro-net 공식 구현 pytorch

Tasks

Surface Reconstruction

Similar Papers 제목 키워드 기반

NeuRBF: A Neural Fields Representation with Adaptive Radial Basis Functions

2023-09-27 · ICCV 2023 1 · Zhang Chen, Zhong Li, Liangchen Song, Lele Chen 외

We present a novel type of neural fields that uses general radial bases for signal representation. State-of-the-art neural fields typically rely on grid-based representations for storing local neural features and N-dimen…

Radial Müntz-Szász Networks: Neural Architectures with Learnable Power Bases for Multidimensional Singularities

2026-02-09 · Gnankan Landry Regis N'guessan, Bum Jun Kim arxiv

Radial singular fields, such as $1/r$, $\log r$, and crack-tip profiles, are difficult to model with current coordinate-separable neural architectures. We formally establish this result: any $C^2$ function that is both r…

An Exact Reformulation of Feature-Vector-based Radial-Basis-Function Networks for Graph-based Observations

2019-01-22 · Isaac J. Sledge, Jose C. Principe

Radial-basis-function networks are traditionally defined for sets of vector-based observations. In this short paper, we reformulate such networks so that they can be applied to adjacency-matrix representations of weighte…

Explicifying Neural Implicit Fields for Efficient Dynamic Human Avatar Modeling via a Neural Explicit Surface

2023-08-07 · Ruiqi Zhang, Jie Chen, Qiang Wang

This paper proposes a technique for efficiently modeling dynamic humans by explicifying the implicit neural fields via a Neural Explicit Surface (NES). Implicit neural fields have advantages over traditional explicit rep…

Computational Efficiency

Solving multiscale elliptic problems by sparse radial basis function neural networks

2023-09-01 · Zhiwen Wang, Minxin Chen, Jingrun Chen

Machine learning has been successfully applied to various fields of scientific computing in recent years. In this work, we propose a sparse radial basis function neural network method to solve elliptic partial differenti…