FPNN: Field Probing Neural Networks for 3D Data
Yangyan Li, Soeren Pirk, Hao Su, Charles R. Qi, Leonidas, J. Guibas

TL;DR
This paper introduces Field Probing Neural Networks (FPNN), a novel 3D data representation method that uses learnable probing points to efficiently extract features, outperforming traditional 3D CNNs in accuracy and computational efficiency.
Contribution
The paper proposes a new field probing approach with learnable sensor locations, improving efficiency and accuracy in 3D data classification tasks.
Findings
Field probing outperforms 3DCNNs in accuracy.
Probing points adaptively distribute in 3D space.
Method achieves state-of-the-art results on benchmark datasets.
Abstract
Building discriminative representations for 3D data has been an important task in computer graphics and computer vision research. Convolutional Neural Networks (CNNs) have shown to operate on 2D images with great success for a variety of tasks. Lifting convolution operators to 3D (3DCNNs) seems like a plausible and promising next step. Unfortunately, the computational complexity of 3D CNNs grows cubically with respect to voxel resolution. Moreover, since most 3D geometry representations are boundary based, occupied regions do not increase proportionately with the size of the discretization, resulting in wasted computation. In this work, we represent 3D spaces as volumetric fields, and propose a novel design that employs field probing filters to efficiently extract features from them. Each field probing filter is a set of probing points --- sensors that perceive the space. Our learning…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Advanced Vision and Imaging · Human Pose and Action Recognition
MethodsConvolution
