paper-with-me

홈 › Papers

Learned Block-based Hybrid Image Compression

2020-12-17 · Yaojun Wu, Xin Li, Zhizheng Zhang, Xin Jin, Zhibo Chen

Recent works on learned image compression perform encoding and decoding processes in a full-resolution manner, resulting in two problems when deployed for practical applications. First, parallel acceleration of the autoregressive entropy model cannot be achieved due to serial decoding. Second, full-resolution inference often causes the out-of-memory(OOM) problem with limited GPU resources, especially for high-resolution images. Block partition is a good design choice to handle the above issues, but it brings about new challenges in reducing the redundancy between blocks and eliminating block effects. To tackle the above challenges, this paper provides a learned block-based hybrid image compression (LBHIC) framework. Specifically, we introduce explicit intra prediction into a learned image compression framework to utilize the relation among adjacent blocks. Superior to context modeling by linear weighting of neighbor pixels in traditional codecs, we propose a contextual prediction module (CPM) to better capture long-range correlations by utilizing the strip pooling to extract the most relevant information in neighboring latent space, thus achieving effective information prediction. Moreover, to alleviate blocking artifacts, we further propose a boundary-aware postprocessing module (BPM) with the edge importance taken into account. Extensive experiments demonstrate that the proposed LBHIC codec outperforms the VVC, with a bit-rate conservation of 4.1%, and reduces the decoding time by approximately 86.7% compared with that of state-of-the-art learned image compression methods.

📄 PDF Abstract BibTeX arXiv:2012.09550

Code (0)

등록된 구현이 없습니다.

Tasks

BlockingGPUImage CompressionMS-SSIMSSIM

Methods 이 논문이 사용한 방법론

Strip Pooling Strip Pooling is a pooling strategy for scene parsing which considers a long but narrow kernel, i.e., $1\times{N}$ or $N\times{1}$. As an alternative to global pooling, strip…

Similar Papers 제목 키워드 기반

End-to-End Learned Block-Based Image Compression with Block-Level Masked Convolutions and Asymptotic Closed Loop Training

2022-03-22 · Fatih Kamisli

Learned image compression research has achieved state-of-the-art compression performance with auto-encoder based neural network architectures, where the image is mapped via convolutional neural networks (CNN) into a late…

Image CompressionVideo Compression

Bi-Level Spatial and Channel-aware Transformer for Learned Image Compression

2024-08-07 · Hamidreza Soltani, Erfan Ghasemi

Recent advancements in learned image compression (LIC) methods have demonstrated superior performance over traditional hand-crafted codecs. These learning-based methods often employ convolutional neural networks (CNNs) o…

Image Compression

A Compact Hybrid Convolution--Frequency State Space Network for Learned Image Compression

2025-11-25 · Haodong Pan, Hao Wei, Yusong Wang, Nanning Zheng 외 arxiv

Learned image compression (LIC) has recently benefited from Transformer- and state space models (SSM)- based backbones for modeling long-range dependencies. However, the former typically incurs quadratic complexity, wher…

Image Compression

Accelerating block-level rate control for learned image compression

2024-09-02 · Muchen Dong, Ming Lu, Zhan Ma

Despite the unprecedented compression efficiency achieved by deep learned image compression (LIC), existing methods usually approximate the desired bitrate by adjusting a single quality factor for a given input image, wh…

Image Compression

CMamba: Learned Image Compression with State Space Models

2025-02-07 · Zhuojie Wu, Heming Du, Shuyun Wang, Ming Lu 외

Learned Image Compression (LIC) has explored various architectures, such as Convolutional Neural Networks (CNNs) and transformers, in modeling image content distributions in order to achieve compression effectiveness. Ho…

Image CompressionState Space Models