Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Robust Attentional Aggregation of Deep Feature Sets for Multi-view 3D Reconstruction

About

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 set for multi-view 3D reconstruction. The AttSets module is permutation invariant, computationally efficient and flexible to implement, while the FASet algorithm enables the AttSets based network to be remarkably robust and generalize to an arbitrary number of input images. We thoroughly evaluate FASet and the properties of AttSets on multiple large public datasets. Extensive experiments show that AttSets together with FASet algorithm significantly outperforms existing aggregation approaches.

Bo Yang, Sen Wang, Andrew Markham, Niki Trigoni• 2018

Related benchmarks

TaskDatasetResultRank
Multi-view 3D ReconstructionShapeNet (test)
IoU0.693
209
Multi-view 3D ReconstructionShapeNetr2n2 (test)
mIoU69.4
160
Multi-view 3D ReconstructionModelNet40 (test)
mIoU52.9
112
Multi-view 3D ReconstructionShapeNet
IoU0.693
110
Multi-view 3D ReconstructionShapeNet r2n2 13 categories (test)
mIoU69.5
80
3D Object ReconstructionShapeNet (test)
Mean IoU0.693
80
Multi-view 3D ReconstructionShapeNet ism (test)
mIoU53.1
72
Silhouette PredictionBlobby
mIoU93.7
32
Silhouette PredictionBlobby dataset (test)
mIoU0.935
32
Multi-view 3D object reconstructionThings3D
IoU43.4
32
Showing 10 of 16 rows

Other info

Code

Follow for update