paper-with-me

홈 › Papers

LIPT: Latency-aware Image Processing Transformer

2024-04-09 · Junbo Qiao, Wei Li, Haizhen Xie, Hanting Chen, Yunshuai Zhou, Zhijun Tu, Jie Hu, Shaohui Lin

Transformer is leading a trend in the field of image processing. Despite the great success that existing lightweight image processing transformers have achieved, they are tailored to FLOPs or parameters reduction, rather than practical inference acceleration. In this paper, we present a latency-aware image processing transformer, termed LIPT. We devise the low-latency proportion LIPT block that substitutes memory-intensive operators with the combination of self-attention and convolutions to achieve practical speedup. Specifically, we propose a novel non-volatile sparse masking self-attention (NVSM-SA) that utilizes a pre-computing sparse mask to capture contextual information from a larger window with no extra computation overload. Besides, a high-frequency reparameterization module (HRM) is proposed to make LIPT block reparameterization friendly, which improves the model's detail reconstruction capability. Extensive experiments on multiple image processing tasks (e.g., image super-resolution (SR), JPEG artifact reduction, and image denoising) demonstrate the superiority of LIPT on both latency and PSNR. LIPT achieves real-time GPU inference with state-of-the-art performance on multiple image SR benchmarks.

📄 PDF Abstract BibTeX arXiv:2404.06075

Code (1)

Lucien66/LIPT pytorch

Tasks

DenoisingGPUImage DenoisingImage Super-ResolutionSuper-Resolution

Similar Papers 제목 키워드 기반

ClipTBP: Clip-Pair based Temporal Boundary Prediction with Boundary-Aware Learning for Moment Retrieval

2026-04-30 · Ji-Hyeon Kim, Ho-Joong Kim, Seong-Whan Lee arxiv

Video moment retrieval is the task of retrieving specific segments of a video corresponding to a given text query. Recent studies have been conducted to improve multimodal alignment performance through visual-linguistic …

Moment Retrieval

HAT: Hardware-Aware Transformers for Efficient Natural Language Processing

2020-05-28 · ACL 2020 6 · Hanrui Wang, Zhanghao Wu, Zhijian Liu, Han Cai 외

Transformers are ubiquitous in Natural Language Processing (NLP) tasks, but they are difficult to be deployed on hardware due to the intensive computation. To enable low-latency inference on resource-constrained hardware…

CPUDecoderGPUMachine Translation+3

EdgeDiT: Hardware-Aware Diffusion Transformers for Efficient On-Device Image Generation

2026-03-30 · Sravanth Kodavanti, Manjunath Arveti, Sowmya Vajrala, Srinivas Miriyala 외 arxiv

Diffusion Transformers (DiT) have established a new state-of-the-art in high-fidelity image synthesis; however, their massive computational complexity and memory requirements hinder local deployment on resource-constrain…

Image Generation

CLIPTime: Time-Aware Multimodal Representation Learning from Images and Text

2025-08-01 · Anju Rani, Daniel Ortiz-Arroyo, Petar Durdevic arxiv

Understanding the temporal dynamics of biological growth is critical across diverse fields such as microbiology, agriculture, and biodegradation research. Although vision-language models like Contrastive Language Image P…

Representation Learning

Harmonic-Aware Transformer for Real-Time Catheter Localization in Interventional Procedures of Magnetic Particle Imaging

2026-07-03 · Abuobaida M. Khair, Wenjing Jiang, Xiaoli Yang, Moritz Wildgruber 외 arxiv

Magnetic particle imaging (MPI) enables real-time, radiation-free tracking of magnetic nanoparticle-coated instruments, making it highly suitable for interventional procedures. This study proposes a harmonic-aware transf…

Image Reconstruction