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

ACNe: Attentive Context Normalization for Robust Permutation-Equivariant Learning

About

Many problems in computer vision require dealing with sparse, unordered data in the form of point clouds. Permutation-equivariant networks have become a popular solution-they operate on individual data points with simple perceptrons and extract contextual information with global pooling. This can be achieved with a simple normalization of the feature maps, a global operation that is unaffected by the order. In this paper, we propose Attentive Context Normalization (ACN), a simple yet effective technique to build permutation-equivariant networks robust to outliers. Specifically, we show how to normalize the feature maps with weights that are estimated within the network, excluding outliers from this normalization. We use this mechanism to leverage two types of attention: local and global-by combining them, our method is able to find the essential data points in high-dimensional space to solve a given task. We demonstrate through extensive experiments that our approach, which we call Attentive Context Networks (ACNe), provides a significant leap in performance compared to the state-of-the-art on camera pose estimation, robust fitting, and point cloud classification under noise and outliers. Source code: https://github.com/vcg-uvic/acne.

Weiwei Sun, Wei Jiang, Eduard Trulls, Andrea Tagliasacchi, Kwang Moo Yi• 2019

Related benchmarks

TaskDatasetResultRank
Camera pose estimationSUN3D (Known Scene)
mAP @ 5°19.08
58
Camera pose estimationYFCC100M Known Scene
mAP @ 5°29.63
36
Camera pose estimationYFCC100M (Unknown Scene)
mAP @ 5°34
36
Camera pose estimationSUN3D Unknown Scene
mAP (5°)14.27
36
Outlier removalYFCC100M Known Scene
Precision60.02
28
Outlier removalSUN3D (Known Scene)
Precision54.11
28
Relative Pose EstimationYFCC100M (Unknown Scene)
mAP AUC@5°34
22
Relative Pose EstimationSUN3D Unknown Scene
mAP AUC @ 5 deg14.27
22
Outlier removalYFCC100M
Precision0.5562
19
Outlier removalSUN3D
Precision46.16
19
Showing 10 of 10 rows

Other info

Follow for update