Papers › Perceiver: General Perception with Iterative Attention
Perceiver: General Perception with Iterative Attention
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.
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.
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.
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.
5f128411733f3d4d · report
2b6160b81f7900b0 · report
1f325569b6d0c2df · report
407c9004f3d03831 · report
9a7903b6b454a21a · report
b908a940626ba009 · report
dab3a202eec902f5 · report
122a2bb1f3342e5c · report
ce5db0a13e19e003 · report
ef7ed09adef36f64 · report
d7a83e087ca450f4 · report
9cc277014f5865d5 · report
b04a1cb2350af23e · report
829093ff624cc3ea · report
7bcff3ae8d60e20e · report
7852fe36c3e3b1f9 · report
7dda3cde0f4a0d98 · report
055997cbf4c57dd0 · report
765c0c81701efcfc · report
49b3ac32977e5194 · report
5a2b853142bcff22 · report
ac1c3509b3aee38c · report
28861a4c4ddbb06a · report
28e6bb621fe7b050 · report
69c8bf0af95ad719 · report
05438d49f4565e5e · report
3c2027fdf007f1d3 · report
9a15eee5a72a53ec · report
6f367de5d5a82e44 · report
f449e2a5647debf4 · report
7764f517d3e13e73 · report
a72f0467d5ab04ca · report
8d50746971d74b4a · report
2db56d1fa509f735 · report
088d7be4e21dbe4f · report
f1ef7aeee4ed2d74 · report
52649c5bdcbe1d0a · report
c78772b126a7d1bf · report
17bf6227f2dcfc36 · report
814bc971d852a52e · report
d5ad02791f6342b3 · report
5a52aee4bb4c2cf2 · report
41eca8c534139e86 · report
b88fa1918b8c2d8e · report
e56401f8aa027f99 · report
2192232b9e8a1557 · report
9573db9d1cb8488b · report
eb158ba777c1217c · report
3f47658c584c3676 · report
81535522703627e2 · report
d1297a0c047d6cb7 · report
3fa4cf728bbb0dff · report
3ce096de610c4729 · report
1357068f980451b5 · report
7c49b92babb27a7d · report
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| 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