CVLGMar 16, 2025

Atlas: Multi-Scale Attention Improves Long Context Image Modeling

arXiv:2503.12355v15 citationsh-index: 8Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient high-resolution image processing for computer vision applications, representing an incremental improvement over existing methods.

The paper tackles the challenge of efficiently modeling massive images by introducing Multi-Scale Attention (MSA) and the Atlas architecture, which significantly improves the compute-performance tradeoff in long-context image modeling, achieving up to 32% higher accuracy at 4096px resolution compared to MambaVision-S while maintaining similar runtimes.

Efficiently modeling massive images is a long-standing challenge in machine learning. To this end, we introduce Multi-Scale Attention (MSA). MSA relies on two key ideas, (i) multi-scale representations (ii) bi-directional cross-scale communication. MSA creates O(log N) scales to represent the image across progressively coarser features and leverages cross-attention to propagate information across scales. We then introduce Atlas, a novel neural network architecture based on MSA. We demonstrate that Atlas significantly improves the compute-performance tradeoff of long-context image modeling in a high-resolution variant of ImageNet 100. At 1024px resolution, Atlas-B achieves 91.04% accuracy, comparable to ConvNext-B (91.92%) while being 4.3x faster. Atlas is 2.95x faster and 7.38% better than FasterViT, 2.25x faster and 4.96% better than LongViT. In comparisons against MambaVision-S, we find Atlas-S achieves 5%, 16% and 32% higher accuracy at 1024px, 2048px and 4096px respectively, while obtaining similar runtimes. Code for reproducing our experiments and pretrained models is available at https://github.com/yalalab/atlas.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes