Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. Alternating Attention

Alternating Attention

Attention architecture that alternates between two or more attention patterns across layers (e.g., temporal + spatial, local + global) to capture different structural dependencies in the input.

Year: 2021Generality: 650Added: Sep 1, 2026
Back to Vocab

Alternating attention is a transformer architecture pattern that interleaves two or more distinct attention mechanisms across the layer stack, with each mechanism capturing a different structural dependency in the input. The pattern was introduced in PAANet (Progressive Alternating Attention, 2021) for medical image segmentation, which alternated between spatial and channel attention, and has since become widespread for inputs with multi-axis structure.

The most common instantiation in 2026 is two-axis attention on a 2D-token grid: one axis attends along one dimension (e.g., time within a series) with causal masking, while the other axis attends along the other dimension (e.g., across multiple time series or variables) without causal masking. TimesFM-3 uses alternating causal-temporal-attention and full-variate-attention across the layer stack to capture both within-series temporal patterns and cross-series correlations. TurboVGGT and PaceVGGT (2026) use alternating attention across views for 3D visual geometry reconstruction. MViewRouter (2026) uses multi-view alternating attention for geometric equivariance.

The architectural advantage over single-axis attention is that each mechanism can specialize — temporal attention learns within-series dynamics, variate attention learns cross-series correlations, spatial attention learns 2D layout, etc. — without forcing a single attention pattern to handle all dependencies. The pattern is closely related to axial-attention (used in axial transformers for images), but generalizes the idea to multiple arbitrary axes and to alternating rather than parallel patterns.

Alternating attention is distinct from cross-attention (which mixes two token streams via attention), self-attention (which attends within one stream), and sparse-attention (which attends selectively within one stream). It is an architectural pattern at the layer-stacking level rather than at the within-layer attention mechanism level.

Sources

  1. PAANet: Progressive Alternating Attention for Automatic Medical Image Segmentation

    arXiv · Nov 20, 2021

  2. TimesFM-3: A zero-shot foundation model for multivariate forecasting (uses alternating temporal/variate attention)

    Google Research blog · Aug 31, 2026

  3. TurboVGGT: Fast Visual Geometry Reconstruction with Adaptive Alternating Attention

    arXiv · May 14, 2026

Research this in Signals

Scan Alternating Attention for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Alternating Attention already loaded, so edit it or scan as is.