Elastic Cores for ViT Released
·2026.05.13 20:51
Key point
Core-periphery block-sparse attention cuts the high-resolution cost of ViT.
1 / 2
Details
Dense self-attention in ViT gets expensive as N² with more tokens, but this method lowers the computation to 2NC + C² using core-periphery block-sparse attention.
It trains with nested dropout so the number of core tokens can be adjusted at test time, allowing inference cost to be elastically matched accordingly.
- It showed competitive dense features and classification accuracy compared to DINOv3.
- Performance was stable across the 256~1024 resolution range.
- Attention maps in early layers were isotropic, becoming semantically aligned in deeper layers.
- Reducing the number of core tokens made attention wider and more diffuse, while increasing it made attention smaller and more concentrated.
The paper was published on arXiv, and the code is still in progress on GitHub.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.