CVAINov 8, 2025

Hilbert-Guided Block-Sparse Local Attention

arXiv:2511.05832v1h-index: 3Has Code
Originality Highly original
AI Analysis

This work addresses efficiency bottlenecks in vision transformers for image processing, offering a practical solution for high-resolution applications.

The paper tackles the high computational cost of global self-attention in high-resolution images by proposing a Hilbert curve-based method to reorder image tokens, which increases block sparsity and improves efficiency when combined with block-sparse kernels. Experiments show speedups of about 4x for window attention and 18x for slide attention with minimal accuracy loss.

The quadratic compute and memory costs of global self-attention severely limit its use in high-resolution images. Local attention reduces complexity by restricting attention to neighborhoods. Block-sparse kernels can further improve the efficiency of local attention, but conventional local attention patterns often fail to deliver significant speedups because tokens within a window are not contiguous in the 1D sequence. This work proposes a novel method for constructing windows and neighborhoods based on the Hilbert curve. Image tokens are first reordered along a Hilbert curve, and windows and neighborhoods are then formed on the reordered 1D sequence. From a block-sparse perspective, this strategy significantly increases block sparsity and can be combined with existing block-sparse kernels to improve the efficiency of 2D local attention. Experiments show that the proposed Hilbert Window Attention and Hilbert Slide Attention can accelerate window attention and slide attention by about $4\times$ and $18\times$, respectively. To assess practicality, the strategy is instantiated as the Hilbert Window Transformer and the Hilbert Neighborhood Transformer, both of which achieve end-to-end speedups with minimal accuracy loss. Overall, combining Hilbert-guided local attention with block-sparse kernels offers a general and practical approach to enhancing the efficiency of 2D local attention for images. The code is available at https://github.com/Yunge6666/Hilbert-Local-Attention.

Foundations

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

Your Notes