paper-with-me

Papers

Rank-Factorized Implicit Neural Bias: Scaling Super-Resolution Transformer with FlashAttention

2026-03-06 · Dongheon Lee, Seokju Yun, Jaegyun Im, Youngmin Ro arxiv

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 approximates positional bias using low-rank implicit neural representations and concatenates them with pixel content tokens in a channel-wise manner, turning the element-wise bias addition in attention score computation into a dot-product operation. Further, we introduce a convolutional local attention and a cyclic window strategy to fully leverage the advantages of long-range interactions enabled by RIB and FlashAttention. We enlarge the window size up to \textbf{96$\times$96} while jointly scaling the training patch size and the dataset size, maximizing the benefits of Transformers in the SR task. As a result, our network achieves \textbf{35.63\,dB PSNR} on Urban100$\times$2, while reducing training and inference time by \textbf{2.1$\times$} and \textbf{2.9$\times$}, respectively, compared to the RPB-based SR Transformer~(PFT).

📄 PDF Abstract BibTeX arXiv:2603.06738

Code (0)

등록된 구현이 없습니다.

Tasks

Long-range modeling

Similar Papers 제목 키워드 기반

A regularized deep matrix factorized model of matrix completion for image restoration

2020-07-29 · Zhemin Li, Zhi-Qin John Xu, Tao Luo, Hongxia Wang

It has been an important approach of using matrix completion to perform image restoration. Most previous works on matrix completion focus on the low-rank property by imposing explicit constraints on the recovered matrix,…

Image RestorationMatrix Completion

Disentangling Granularity: An Implicit Inductive Bias in Factorized VAEs

2025-05-30 · Zihao Chen, Yu Xiang, Wenyong Wang

Despite the success in learning semantically meaningful, unsupervised disentangled representations, variational autoencoders (VAEs) and their variants face a fundamental theoretical challenge: substantial evidence indica…

DisentanglementInductive Bias

Scalar is Not Enough: Vectorization-based Unbiased Learning to Rank

2022-06-03 · Mouxiang Chen, Chenghao Liu, Zemin Liu, Jianling Sun

Unbiased learning to rank (ULTR) aims to train an unbiased ranking model from biased user click logs. Most of the current ULTR methods are based on the examination hypothesis (EH), which assumes that the click probabilit…

Learning-To-Rank

Towards Disentangling Relevance and Bias in Unbiased Learning to Rank

2022-12-28 · Yunan Zhang, Le Yan, Zhen Qin, Honglei Zhuang 외

Unbiased learning to rank (ULTR) studies the problem of mitigating various biases from implicit user feedback data such as clicks, and has been receiving considerable attention recently. A popular ULTR approach for real-…

Learning-To-Rank

Implicit Balancing and Regularization: Generalization and Convergence Guarantees for Overparameterized Asymmetric Matrix Sensing

2023-03-24 · Mahdi Soltanolkotabi, Dominik Stöger, Changzhi Xie

Recently, there has been significant progress in understanding the convergence and generalization properties of gradient-based methods for training overparameterized learning models. However, many aspects including the r…