VOLO: Vision Outlooker for Visual Recognition
Abstract
Domain fit: AI-adjacent · Paper appears method- or tooling-adjacent to AI workflows with partial ecosystem coverage.
Recently, Vision Transformers (ViTs) have been broadly explored in visual recognition. With low efficiency in encoding fine-level features, the performance of ViTs is still inferior to the state-of-the-art CNNs when trained from scratch on a midsize dataset like ImageNet. Through experimental analysis, we find it is because of two reasons: 1) the simple tokenization of input images fails to model the important local structure such as edges and lines, leading to low training sample efficiency; 2) the redundant attention backbone design of ViTs leads to limited feature richness for fixed computation budgets and limited training samples. To overcome such limitations, we present a new simple and generic architecture, termed Vision Outlooker (VOLO), which implements a novel outlook attention operation that dynamically conduct the local feature aggregation mechanism in a sliding window manner across the input image. Unlike self-attention that focuses on modeling global dependencies of local features at a coarse level, our outlook attention targets at encoding finer-level features, which is critical for recognition but ignored by self-attention. Outlook attention breaks the bottleneck of self-attention whose computation cost scales quadratically with the input spatial dimension, and thus is much more memory efficient. Compared to our Tokens-To-Token Vision Transformer (T2T-ViT), VOLO can more efficiently encode fine-level features that are essential for high-performance visual recognition. Experiments show that with only 26.6 M learnable parameters, VOLO achieves 84.2% top-1 accuracy on ImageNet-1 K without using extra training data, 2.7% better than T2T-ViT with a comparable number of parameters. When the model size is scaled up to 296 M parameters, its performance can be further improved to 87.1%, setting a new record for ImageNet-1 K classification. In addition, we also take the proposed VOLO as pretrained models and report superior performance on downstream tasks, such as semantic segmentation. Code is available at https://github.com/sail-sg/volo.
Results and benchmarks
Recently, Vision Transformers (ViTs) have been broadly explored in visual recognition.
Benchmark evidence is limited
Evidence graph: 2 refs, 1 links.
Utility signals: depth 85/100, grounding 58/100, status medium.
Implementation
No direct implementation yet
Maintained implementation evidence is not confirmed for this paper yet.
Use the implementation status and reproduction sections for the current action plan.
No verified maintained repo yet
There is no verified maintained implementation yet. Use this baseline plan to decide whether to prototype now or defer.
- No direct maintained implementation was found. Use the paper PDF and citation graph to design a baseline reproduction.
- Start from related paper: Direction of the Bottleneck in Dependence on Inventory Levels.
- Start from this likely method family: Transformer.
Time to first repro: a few days
Recommendation evidence is currently too limited for a maintained-repo choice. Use Implementation Status and Reproduction Path for a practical baseline plan.
- Estimate is based on paper-only reproduction flow
Reproduction readiness
No repo
No verified implementation available
- No maintained repository has been identified for this paper. Check adjacent implementations or HF artifacts below.
Hardware requirements
- Expect multi-day setup/compute for meaningful reproduction based on current guidance.
Framework baselines
- Hugging Face Transformers training guide
Modern transformer training baseline.
- PyTorch nn.Transformer docs
Reference transformer building block implementation.
Hugging Face artifacts
No trustworthy direct or curated related Hugging Face artifacts were found yet. Use targeted searches to quickly locate candidate models, datasets, and demos.
Models
Tip: start with models, then check datasets and spaces if you need evaluation data or demos.
Research context
279
Citations
126
References
Tasks
Computer science, Computation, Pattern recognition (psychology), Bottleneck, Feature (linguistics), Physical Sciences
Methods
Transformer
Domains
Artificial intelligence, Security token, Computer Vision and Pattern Recognition
Related papers
- Direction of the Bottleneck in Dependence on Inventory LevelsSearch on Paper2Code
2016 · Semantic similarity
- Simulation test bed for manufacturing analysis: comparison of bottleneck detection methods for AGV systemsSearch on Paper2Code
2003 · Semantic similarity
- Comparison of bottleneck detection methods for AGV systemsSearch on Paper2Code
2004 · Semantic similarity
- Identification and characteristics analysis of bottlenecks on urban expressways based on floating car dataSearch on Paper2Code
2018 · Semantic similarity
- Reliable Shop Floor Bottleneck Detection for Flow Lines through Process and Inventory ObservationsSearch on Paper2Code
2014 · Semantic similarity
- Data-driven approach for diagnostic analysis of dynamic bottlenecks in serial manufacturing systemsSearch on Paper2Code
2023 · Semantic similarity
Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.
Open in HFEPXJump to Paper2Code search queries derived from this paper's research context.