Rank-Factorized Implicit Neural Bias: Scaling Super-Resolution Transformer with FlashAttention
Dongheon Lee, Seokju Yun, Jaegyun Im, Youngmin Ro

TL;DR
This paper introduces Rank-factorized Implicit Neural Bias (RIB), a novel approach enabling FlashAttention in super-resolution Transformers, allowing larger window sizes and datasets while reducing computational costs and improving performance.
Contribution
We propose RIB, an implicit neural bias approximation that replaces relative positional bias, enabling hardware-efficient attention kernels like FlashAttention in SR Transformers.
Findings
Achieved 35.63 dB PSNR on Urban100×2
Reduced training time by 2.1×
Reduced inference time by 2.9×
Abstract
Recent Super-Resolution~(SR) methods mainly adopt Transformers for their strong long-range modeling capability and exceptional representational capacity. However, most SR Transformers rely heavily on relative positional bias~(RPB), which prevents them from leveraging hardware-efficient attention kernels such as FlashAttention. This limitation imposes a prohibitive computational burden during both training and inference, severely restricting attempts to scale SR Transformers by enlarging the training patch size or the self-attention window. Consequently, unlike other domains that actively exploit the inherent scalability of Transformers, SR Transformers remain heavily focused on effectively utilizing limited receptive fields. In this paper, we propose Rank-factorized Implicit Neural Bias~(RIB), an alternative to RPB that enables FlashAttention in SR Transformers. Specifically, RIB…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Sparse and Compressive Sensing Techniques · Speech and Audio Processing
