cd /news/machine-learning/less-tokens-better-forecasts-sparse-… · home topics machine-learning article
[ARTICLE · art-48922] src=arxiv.org ↗ pub= topic=machine-learning verified=true sentiment=↑ positive

Less Tokens, Better Forecasts: Sparse Residual Routing for Efficient Weather Prediction

Researchers introduced Sparse-Reslim, a plug-in routing module that reduces computational cost in ViT-based weather forecasting by processing only 25% of spatial tokens through expensive transformer blocks while maintaining full-grid accuracy. The method improved forecast accuracy across all evaluated variables, achieved up to 3.18x training speedup at 0.25° resolution, and reduced peak memory by over 2.2x.

read1 min views1 publishedJul 7, 2026

arXiv:2607.02829v1 Announce Type: new Abstract: Existing ViT-based weather forecasting models apply uniform computation across all spatial tokens, even though nearby atmospheric grid points often contain similar values and large regions evolve smoothly over time. This makes much of the intermediate per-token computation redundant. Standard token-efficiency methods, such as pruning or merging, reduce cost by removing or fusing tokens. However, weather forecasting is a spatiotemporal dense prediction problem in which a history of atmospheric states must be mapped to future values on the original latitude-longitude grid. Thus, every grid cell must retain a physically meaningful representation, especially under autoregressive rollout. We introduce Sparse-Reslim, a parameter-free plug-in routing module that makes sparse token processing compatible with this fixed-grid requirement. Sparse-Reslim routes only 25% of spatial tokens through the expensive middle transformer blocks and treats those blocks as residual updates: it computes the change produced for the routed tokens and scatters only this delta back to the full sequence. Unselected tokens keep their pre-routing representations exactly, so no grid cell is dropped or replaced by a mask token, and no fusion layer or additional parameters are introduced. Across ERA5 resolutions up to the operational 0.25\textdegree{} standard and two model families, a deterministic Transformer and a diffusion model, Sparse-Reslim improves forecast accuracy on every evaluated variable while substantially reducing cost: training is about 2.5x faster in the main settings and reaches 3.18x speedup at 0.25\textdegree{}, with over 2.2x lower peak memory. A controlled decomposition shows that the accuracy gain comes primarily from sparse routing itself, while random token selection provides an additional regularization benefit without selector overhead.

── more in #machine-learning 4 stories · sorted by recency
── more on @sparse-reslim 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/less-tokens-better-f…] indexed:0 read:1min 2026-07-07 ·