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

Perceiver: General Perception with Iterative Attention

About

Biological systems perceive the world by simultaneously processing high-dimensional inputs from modalities as diverse as vision, audition, touch, proprioception, etc. The perception models used in deep learning on the other hand are designed for individual modalities, often relying on domain-specific assumptions such as the local grid structures exploited by virtually all existing vision models. These priors introduce helpful inductive biases, but also lock models to individual modalities. In this paper we introduce the Perceiver - a model that builds upon Transformers and hence makes few architectural assumptions about the relationship between its inputs, but that also scales to hundreds of thousands of inputs, like ConvNets. The model leverages an asymmetric attention mechanism to iteratively distill inputs into a tight latent bottleneck, allowing it to scale to handle very large inputs. We show that this architecture is competitive with or outperforms strong, specialized models on classification tasks across various modalities: images, point clouds, audio, video, and video+audio. The Perceiver obtains performance comparable to ResNet-50 and ViT on ImageNet without 2D convolutions by directly attending to 50,000 pixels. It is also competitive in all modalities in AudioSet.

Andrew Jaegle, Felix Gimeno, Andrew Brock, Andrew Zisserman, Oriol Vinyals, Joao Carreira• 2021

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy52.64
3518
Image ClassificationCIFAR-10 (test)
Accuracy82.52
3381
Image ClassificationImageNet-1k (val)--
1453
Optical Flow EstimationKITTI 2015 (train)
Fl-epe4.98
431
Point Cloud ClassificationModelNet40 (test)
Accuracy85.7
224
Optical FlowSintel (train)
AEPE (Clean)1.81
179
ClassificationAudioSet (test)
mAP38.4
57
In-hospital mortality predictionMIMIC-III (test)--
49
Survival PredictionTCGA-BRCA (test)
Concordance Index (CI)0.566
41
Audio-visual Zero-Shot ClassificationVGGSound GZSL (test)
S Score13.25
38
Showing 10 of 30 rows

Other info

Follow for update