paper-with-me

Papers

DPICT: Deep Progressive Image Compression Using Trit-Planes

2021-12-12 · CVPR 2022 1 · Jae-Han Lee, Seungmin Jeon, Kwang Pyo Choi, Youngo Park, Chang-Su Kim

We propose the deep progressive image compression using trit-planes (DPICT) algorithm, which is the first learning-based codec supporting fine granular scalability (FGS). First, we transform an image into a latent tensor using an analysis network. Then, we represent the latent tensor in ternary digits (trits) and encode it into a compressed bitstream trit-plane by trit-plane in the decreasing order of significance. Moreover, within each trit-plane, we sort the trits according to their rate-distortion priorities and transmit more important information first. Since the compression network is less optimized for the cases of using fewer trit-planes, we develop a postprocessing network for refining reconstructed images at low rates. Experimental results show that DPICT outperforms conventional progressive codecs significantly, while enabling FGS transmission. Codes are available at https://github.com/jaehanlee-mcl/DPICT.

📄 PDF Abstract BibTeX arXiv:2112.06334

Code (1)

jaehanlee-mcl/DPICT 공식 구현 pytorch

Tasks

Image Compression

Similar Papers 제목 키워드 기반

Context-Based Trit-Plane Coding for Progressive Image Compression

2023-03-10 · CVPR 2023 1 · Seungmin Jeon, Kwang Pyo Choi, Youngo Park, Chang-Su Kim

Trit-plane coding enables deep progressive image compression, but it cannot use autoregressive context models. In this paper, we propose the context-based trit-plane coding (CTC) algorithm to achieve progressive compress…

DecoderImage Compression

RD-Optimized Trit-Plane Coding of Deep Compressed Image Latent Tensors

2022-03-25 · Seungmin Jeon, Jae-Han Lee, Chang-Su Kim

DPICT is the first learning-based image codec supporting fine granular scalability. In this paper, we describe how to implement two key components of DPICT efficiently: trit-plane slicing and rate-distortion-optimized (R…

Decoder

PTQTP: Post-Training Quantization to Trit-Planes for Large Language Models

2025-09-21 · He Xiao, Runming Yang, Qingyao Yang, Wendong Xu 외 arxiv

Post-training quantization (PTQ) of large language models (LLMs) to extremely low bit-widths remains challenging due to the fundamental trade-off between computational efficiency and representational capacity. While exis…

Computational EfficiencyMathematical Reasoning

Progressive Learned Image Compression for Machine Perception

2025-12-23 · Jungwoo Kim, Jun-Hyuk Kim, Jong-Seok Lee arxiv

Recent advances in learned image codecs have been extended from human perception toward machine perception. However, progressive image compression with fine granular scalability (FGS)-which enables decoding a single bits…

Image Compression

Compression of 3D Gaussian Splatting with Optimized Feature Planes and Standard Video Codecs

2025-01-06 · Soonbin Lee, Fangwen Shu, Yago Sanchez, Thomas Schierl 외

3D Gaussian Splatting is a recognized method for 3D scene representation, known for its high rendering quality and speed. However, its substantial data requirements present challenges for practical applications. In this …