paper-with-me

홈 › Papers

ShiftLIC: Lightweight Learned Image Compression with Spatial-Channel Shift Operations

2025-03-29 · Youneng Bao, Wen Tan, Chuanmin Jia, Mu Li, Yongsheng Liang, Yonghong Tian

Learned Image Compression (LIC) has attracted considerable attention due to their outstanding rate-distortion (R-D) performance and flexibility. However, the substantial computational cost poses challenges for practical deployment. The issue of feature redundancy in LIC is rarely addressed. Our findings indicate that many features within the LIC backbone network exhibit similarities. This paper introduces ShiftLIC, a novel and efficient LIC framework that employs parameter-free shift operations to replace large-kernel convolutions, significantly reducing the model's computational burden and parameter count. Specifically, we propose the Spatial Shift Block (SSB), which combines shift operations with small-kernel convolutions to replace large-kernel. This approach maintains feature extraction efficiency while reducing both computational complexity and model size. To further enhance the representation capability in the channel dimension, we propose a channel attention module based on recursive feature fusion. This module enhances feature interaction while minimizing computational overhead. Additionally, we introduce an improved entropy model integrated with the SSB module, making the entropy estimation process more lightweight and thereby comprehensively reducing computational costs. Experimental results demonstrate that ShiftLIC outperforms leading compression methods, such as VVC Intra and GMM, in terms of computational cost, parameter count, and decoding latency. Additionally, ShiftLIC sets a new SOTA benchmark with a BD-rate gain per MACs/pixel of -102.6\%, showcasing its potential for practical deployment in resource-constrained environments. The code is released at https://github.com/baoyu2020/ShiftLIC.

📄 PDF Abstract BibTeX arXiv:2503.23052

Code (1)

baoyu2020/shiftlic 공식 구현 pytorch

Tasks

Image Compression

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Sigmoid Activation 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

Multi-Scale Invertible Neural Network for Wide-Range Variable-Rate Learned Image Compression

2025-03-27 · Hanyue Tu, Siqi Wu, Li Li, Wengang Zhou 외

Autoencoder-based structures have dominated recent learned image compression methods. However, the inherent information loss associated with autoencoders limits their rate-distortion performance at high bit rates and res…

Image Compression

Learned Image Compression for Vision-Language-Action Models

2026-06-15 · Hyeonjun Kim, Jegwang Ryu, Sangbeom Ha, Junhyeok Lee 외 arxiv

Vision-language-action (VLA) models increasingly rely on high-frequency multi-camera observations, making visual communication a major bottleneck for real-time robotic control in bandwidth-constrained or distributed depl…

Image Compression

AsymLLIC: Asymmetric Lightweight Learned Image Compression

2024-12-23 · Shen Wang, Zhengxue Cheng, Donghui Feng, Guo Lu 외

Learned image compression (LIC) methods often employ symmetrical encoder and decoder architectures, evitably increasing decoding time. However, practical scenarios demand an asymmetric design, where the decoder requires …

DecoderImage Compression

Image Compression for Machine and Human Vision with Spatial-Frequency Adaptation

2024-07-13 · Han Li, Shaohui Li, Shuangrui Ding, Wenrui Dai 외

Image compression for machine and human vision (ICMH) has gained increasing attention in recent years. Existing ICMH methods are limited by high training and storage overheads due to heavy design of task-specific network…

Image Compression

Rethinking Autoregressive Models for Lossless Image Compression via Hierarchical Parallelism and Progressive Adaptation

2025-11-14 · Daxin Li, Yuanchao Bai, Kai Wang, Wenbo Zhao 외 arxiv

Autoregressive (AR) models, the theoretical performance benchmark for learned lossless image compression, are often dismissed as impractical due to prohibitive computational cost. This work re-thinks this paradigm, intro…

Image Compression