TL;DR
This paper introduces AttSets, a permutation-invariant neural module, and FASet, a training algorithm, to improve multi-view 3D reconstruction by effectively aggregating deep features from multiple images.
Contribution
The paper proposes a novel AttSets module and FASet training algorithm that enhance feature aggregation for 3D reconstruction, outperforming existing methods.
Findings
AttSets is permutation invariant and computationally efficient.
FASet enables robustness and generalization to arbitrary input image numbers.
Experiments show significant performance improvements over existing aggregation methods.
Abstract
We study the problem of recovering an underlying 3D shape from a set of images. Existing learning based approaches usually resort to recurrent neural nets, e.g., GRU, or intuitive pooling operations, e.g., max/mean poolings, to fuse multiple deep features encoded from input images. However, GRU based approaches are unable to consistently estimate 3D shapes given different permutations of the same set of input images as the recurrent unit is permutation variant. It is also unlikely to refine the 3D shape given more images due to the long-term memory loss of GRU. Commonly used pooling approaches are limited to capturing partial information, e.g., max/mean values, ignoring other valuable features. In this paper, we present a new feed-forward neural module, named AttSets, together with a dedicated training algorithm, named FASet, to attentively aggregate an arbitrarily sized deep feature…
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
MethodsGated Recurrent Unit
