Papers › Perceiver: General Perception with Iterative Attention

Perceiver: General Perception with Iterative Attention

4 Mar 2021arXiv:2103.03206archive 2025-07-28

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

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2103.03206")

Code

Syntology Ran 41 of 55 code samples harvested from 11 repositories linked to this paper; 14 have no recorded run. Of those that ran: 2 ran · violated contract; 9 ran · our draft was wrong; 2 ran · fixture could not drive it; 28 ran with no contract checked.

By repository: official repository: 1 sample from 1 repository, 0 ran; community (archive-listed): 49 samples from 9 repositories, 36 ran; community: 4 samples from 1 repository, 4 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Rishit-dagli/Perceiver mentioned on GitHubtf report
Xianchao-Wu/perceiver-pytorch mentioned on GitHubpytorch report
clementpoiret/Perceiver_MNIST mentioned on GitHubpytorch report
kietngt00/hmdb51-recognition mentioned on GitHubpytorch report
krasserm/perceiver-io mentioned on GitHubpytorchApache-2.0 report
lucidrains/perceiver-pytorch mentioned on GitHubpytorch report
sooheon/perceiver-jax mentioned on GitHubjax report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

55 samples harvested; 41 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · violated contract
9ran · our draft was wrong
2ran · fixture could not drive it
28ran
14unverified

Licence: 11 of the 55 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 11 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Perceiver deepmind/deepmind-research/perceiver/perceiver.py official repository unverified Apache-2.0 (permissive) · 5f128411733f3d4d · report
Attention Rishit-dagli/Perceiver/perceiver/perceiver.py community (archive-listed) ran MIT (permissive) · 2b6160b81f7900b0 · report
Attention lucidrains/perceiver-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 1f325569b6d0c2df · report
Attention kietngt00/hmdb51-recognition/model/attention.py community (archive-listed) ran no licence file found · pointer only · 407c9004f3d03831 · report
Attention sooheon/perceiver-jax/perceiver_jax/perceiver_jax.py community (archive-listed) ran MIT (permissive) · 9a7903b6b454a21a · report
Attention fac2003/perceiver-multi-modality-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) ran MIT (permissive) · b908a940626ba009 · report
Attention Xianchao-Wu/perceiver-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) ran · metamorphic tier: invariant MIT (permissive) · dab3a202eec902f5 · report
CrossAttention kietngt00/hmdb51-recognition/model/attention.py community (archive-listed) ran no licence file found · pointer only · 122a2bb1f3342e5c · report
CrossAttention towhee-io/towhee/towhee/models/perceiver/cross_attention.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · ce5db0a13e19e003 · report
FeedForward Rishit-dagli/Perceiver/perceiver/perceiver.py community (archive-listed) ran MIT (permissive) · ef7ed09adef36f64 · report
FeedForward clementpoiret/Perceiver_MNIST/utils/perceiver.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · d7a83e087ca450f4 · report
FeedForward lucidrains/perceiver-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 9cc277014f5865d5 · report
FeedForward kietngt00/hmdb51-recognition/model/attention.py community (archive-listed) ran no licence file found · pointer only · b04a1cb2350af23e · report
FeedForward sooheon/perceiver-jax/perceiver_jax/perceiver_jax.py community (archive-listed) ran MIT (permissive) · 829093ff624cc3ea · report
GEGLU Rishit-dagli/Perceiver/perceiver/perceiver.py community (archive-listed) ran fingerprinted MIT (permissive) · 7bcff3ae8d60e20e · report
GEGLU clementpoiret/Perceiver_MNIST/utils/perceiver.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 7852fe36c3e3b1f9 · report
GEGLU lucidrains/perceiver-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) ran fingerprinted MIT (permissive) · 7dda3cde0f4a0d98 · report
MultiHeadAttention towhee-io/towhee/towhee/models/perceiver/cross_attention.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 055997cbf4c57dd0 · report
Perceiver louislva/deepmind-perceiver/perceiver/perceiver.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 765c0c81701efcfc · report
Perceiver Rishit-dagli/Perceiver/perceiver/perceiver.py community (archive-listed) ran MIT (permissive) · 49b3ac32977e5194 · report
Perceiver lucidrains/perceiver-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 5a2b853142bcff22 · report
Perceiver fac2003/perceiver-multi-modality-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) ran MIT (permissive) · ac1c3509b3aee38c · report
PerceiverAttentionBlock louislva/deepmind-perceiver/perceiver/perceiver.py community (archive-listed) ran MIT (permissive) · 28861a4c4ddbb06a · report
PerceiverBlock louislva/deepmind-perceiver/perceiver/perceiver.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 28e6bb621fe7b050 · report
PerceiverBlockRepeater louislva/deepmind-perceiver/perceiver/perceiver.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 69c8bf0af95ad719 · report
PreNorm Rishit-dagli/Perceiver/perceiver/perceiver.py community (archive-listed) ran MIT (permissive) · 05438d49f4565e5e · report
PreNorm lucidrains/perceiver-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 3c2027fdf007f1d3 · report
PreNorm kietngt00/hmdb51-recognition/model/attention.py community (archive-listed) ran no licence file found · pointer only · 9a15eee5a72a53ec · report
PreNorm fac2003/perceiver-multi-modality-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) ran MIT (permissive) · 6f367de5d5a82e44 · report
cache_fn fac2003/perceiver-multi-modality-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) ran · our draft was wrong MIT (permissive) · f449e2a5647debf4 · report
fourier_encode lucidrains/perceiver-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 7764f517d3e13e73 · report
fourier_encode kietngt00/hmdb51-recognition/model/attention.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · a72f0467d5ab04ca · report
fourier_encode sooheon/perceiver-jax/perceiver_jax/perceiver_jax.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 8d50746971d74b4a · report
fourier_encode fac2003/perceiver-multi-modality-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 2db56d1fa509f735 · report
fourier_features louislva/deepmind-perceiver/perceiver/perceiver.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 088d7be4e21dbe4f · report
l1norm lucidrains/perceiver-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · f1ef7aeee4ed2d74 · report
l1norm lucidrains/perceiver-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 52649c5bdcbe1d0a · report
Attention clementpoiret/Perceiver_MNIST/utils/perceiver.py community (archive-listed) unverified no licence file found · pointer only · c78772b126a7d1bf · report
Perceiver clementpoiret/Perceiver_MNIST/utils/perceiver.py community (archive-listed) unverified no licence file found · pointer only · 17bf6227f2dcfc36 · report
Perceiver sooheon/perceiver-jax/perceiver_jax/perceiver_jax.py community (archive-listed) unverified MIT (permissive) · 814bc971d852a52e · report
Perceiver Xianchao-Wu/perceiver-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) unverified MIT (permissive) · d5ad02791f6342b3 · report
PreNorm clementpoiret/Perceiver_MNIST/utils/perceiver.py community (archive-listed) unverified no licence file found · pointer only · 5a52aee4bb4c2cf2 · report
ReZero sooheon/perceiver-jax/perceiver_jax/perceiver_jax.py community (archive-listed) unverified MIT (permissive) · 41eca8c534139e86 · report
cache_fn Xianchao-Wu/perceiver-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) unverified MIT (permissive) · b88fa1918b8c2d8e · report
cache_fn lucidrains/perceiver-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) unverified MIT (permissive) · e56401f8aa027f99 · report
default lucidrains/perceiver-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) unverified MIT (permissive) · 2192232b9e8a1557 · report
default Xianchao-Wu/perceiver-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) unverified MIT (permissive) · 9573db9d1cb8488b · report
exists lucidrains/perceiver-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) unverified MIT (permissive) · eb158ba777c1217c · report
exists Xianchao-Wu/perceiver-pytorch/perceiver_pytorch/perceiver_pytorch.py community (archive-listed) unverified MIT (permissive) · 3f47658c584c3676 · report
fourier_encode Rishit-dagli/Perceiver/perceiver/perceiver.py community (archive-listed) unverified MIT (permissive) · 81535522703627e2 · report
fill_diagonal google-research/perceiver-ar/perceiver_ar/perceiver_ar_model.py community ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · d1297a0c047d6cb7 · report
get_sequence_length google-research/perceiver-ar/perceiver_ar/perceiver_ar_model.py community ran · violated contract fingerprinted Apache-2.0 (permissive) · 3fa4cf728bbb0dff · report
get_sweep google-research/perceiver-ar/perceiver_ar/experiment.py community ran · our draft was wrong Apache-2.0 (permissive) · 3ce096de610c4729 · report
truncate_sequence google-research/perceiver-ar/perceiver_ar/perceiver_ar_model.py community ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 1357068f980451b5 · report
default identical code first harvested elsewhere ran · violated contract licence of this copy not recorded · 7c49b92babb27a7d · report

Tasks

3D Point Cloud ClassificationAudio ClassificationImage Classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Point Cloud Classification ModelNet40 Perceiver Mean Accuracy 14.3 #111 of 111 Archive leaderboard report
Audio Classification AudioSet Perceiver Test mAP 0.449 #39 of 51 Archive leaderboard report
Image Classification ImageNet Perceiver (FF) GFLOPs 707.2 #858 of 1060 Archive leaderboard report
Image Classification ImageNet Perceiver (FF) Number of params 44.9M #858 of 1060 Archive leaderboard report
Image Classification ImageNet Perceiver (FF) Top 1 Accuracy 78% #858 of 1060 Archive leaderboard report
Image Classification ImageNet Perceiver Top 1 Accuracy 76.4% #913 of 1060 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections