Papers › Your ViT is Secretly an Image Segmentation Model
Your ViT is Secretly an Image Segmentation Model
Tommie Kerssies, Niccolò Cavagnero, Alexander Hermans, Narges Norouzi, Giuseppe Averta, Bastian Leibe, Gijs Dubbelman, Daan de Geus
Vision Transformers (ViTs) have shown remarkable performance and scalability across various computer vision tasks. To apply single-scale ViTs to image segmentation, existing methods adopt a convolutional adapter to generate multi-scale features, a pixel decoder to fuse these features, and a Transformer decoder that uses the fused features to make predictions. In this paper, we show that the inductive biases introduced by these task-specific components can instead be learned by the ViT itself, given sufficiently large models and extensive pre-training. Based on these findings, we introduce the Encoder-only Mask Transformer (EoMT), which repurposes the plain ViT architecture to conduct image segmentation. With large-scale models and pre-training, EoMT obtains a segmentation accuracy similar to state-of-the-art models that use task-specific components. At the same time, EoMT is significantly faster than these methods due to its architectural simplicity, e.g., up to 4x faster with ViT-L. Across a range of model sizes, EoMT demonstrates an optimal balance between segmentation accuracy and prediction speed, suggesting that compute resources are better spent on scaling the ViT itself rather than adding architectural complexity. Code: https://www.tue-mps.org/eomt/.
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="2503.19108")
Code
Syntology Ran 1 of 2 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran with no contract checked.
By repository: official repository: 2 samples from 1 repository, 1 ran. 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
2 samples harvested; 1 ran; 0 honoured the contract we drafted; 1 has 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: 0 of the 2 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 tue-mps/eomt. “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.
51c0ff8e7d577ed2 · report
7ef7ad819fd53cab · report
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Panoptic Segmentation | ADE20K val | EoMT (DINOv2-g, single-scale, 1280x1280, COCO pre-trained) | PQ | 52.8 | #5 of 25 | Archive leaderboard | report |
| Panoptic Segmentation | COCO minival | EoMT (DINOv2-g, single-scale, 1280x1280) | PQ | 59.2 | #6 of 31 | Archive leaderboard | report |
| Semantic Segmentation | ADE20K | EoMT (DINOv2-L, single-scale, 512x512) | GFLOPs | 721 | #21 of 235 | Archive leaderboard | report |
| Semantic Segmentation | ADE20K | EoMT (DINOv2-L, single-scale, 512x512) | GFLOPs (512 x 512) | 721 | #21 of 235 | Archive leaderboard | report |
| Semantic Segmentation | ADE20K | EoMT (DINOv2-L, single-scale, 512x512) | Mean IoU (class) | 58.4 | #21 of 235 | Archive leaderboard | report |
| Semantic Segmentation | ADE20K | EoMT (DINOv2-L, single-scale, 512x512) | Params (M) | 316 | #21 of 235 | Archive leaderboard | report |
| Semantic Segmentation | ADE20K | EoMT (DINOv2-L, single-scale, 512x512) | Validation mIoU | 58.4 | #21 of 235 | Archive leaderboard | report |
| Semantic Segmentation | ADE20K val | EoMT (DINOv2-L, single-scale, 512x512) | mIoU | 58.4 | #13 of 95 | Archive leaderboard | report |
| Semantic Segmentation | Cityscapes val | EoMT (DINOv2-L, single-scale, 1024x1024) | FPS | 25 | #20 of 99 | Archive leaderboard | report |
| Semantic Segmentation | Cityscapes val | EoMT (DINOv2-L, single-scale, 1024x1024) | Validation mIoU | 84.2 | #20 of 99 | Archive leaderboard | report |
| Semantic Segmentation | Cityscapes val | EoMT (DINOv2-L, single-scale, 1024x1024) | mIoU | 84.2 | #20 of 99 | 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.
Methods
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