English

SkipSR: Faster Super Resolution with Token Skipping

Computer Vision and Pattern Recognition 2025-10-13 v1 Artificial Intelligence Machine Learning

Abstract

Diffusion-based super-resolution (SR) is a key component in video generation and video restoration, but is slow and expensive, limiting scalability to higher resolutions and longer videos. Our key insight is that many regions in video are inherently low-detail and gain little from refinement, yet current methods process all pixels uniformly. To take advantage of this, we propose SkipSR, a simple framework for accelerating video SR by identifying low-detail regions directly from low-resolution input, then skipping computation on them entirely, only super-resolving the areas that require refinement. This simple yet effective strategy preserves perceptual quality in both standard and one-step diffusion SR models while significantly reducing computation. In standard SR benchmarks, our method achieves up to 60% faster end-to-end latency than prior models on 720p videos with no perceptible loss in quality. Video demos are available at https://rccchoudhury.github.io/skipsr/

Keywords

Cite

@article{arxiv.2510.08799,
  title  = {SkipSR: Faster Super Resolution with Token Skipping},
  author = {Rohan Choudhury and Shanchuan Lin and Jianyi Wang and Hao Chen and Qi Zhao and Feng Cheng and Lu Jiang and Kris Kitani and Laszlo A. Jeni},
  journal= {arXiv preprint arXiv:2510.08799},
  year   = {2025}
}

Comments

14 pages, 7 figures

R2 v1 2026-07-01T06:28:11.250Z