paper-with-me

홈 › Papers

Optimizing Image Compression via Joint Learning with Denoising

2022-07-22 · Ka Leong Cheng, Yueqi Xie, Qifeng Chen

High levels of noise usually exist in today's captured images due to the relatively small sensors equipped in the smartphone cameras, where the noise brings extra challenges to lossy image compression algorithms. Without the capacity to tell the difference between image details and noise, general image compression methods allocate additional bits to explicitly store the undesired image noise during compression and restore the unpleasant noisy image during decompression. Based on the observations, we optimize the image compression algorithm to be noise-aware as joint denoising and compression to resolve the bits misallocation problem. The key is to transform the original noisy images to noise-free bits by eliminating the undesired noise during compression, where the bits are later decompressed as clean images. Specifically, we propose a novel two-branch, weight-sharing architecture with plug-in feature denoisers to allow a simple and effective realization of the goal with little computational cost. Experimental results show that our method gains a significant improvement over the existing baseline methods on both the synthetic and real-world datasets. Our source code is available at https://github.com/felixcheng97/DenoiseCompression.

📄 PDF Abstract BibTeX arXiv:2207.10869

Code (1)

felixcheng97/denoisecompression 공식 구현 pytorch

Tasks

DenoisingImage Compression

Similar Papers 제목 키워드 기반

Joint Image Compression and Denoising via Latent-Space Scalability

2022-05-04 · Saeed Ranjbar Alvar, Mateen Ulhaq, Hyomin Choi, Ivan V. Bajić

When it comes to image compression in digital cameras, denoising is traditionally performed prior to compression. However, there are applications where image noise may be necessary to demonstrate the trustworthiness of t…

DenoisingImage CompressionImage DenoisingImage Forensics

Joint End-to-End Image Compression and Denoising: Leveraging Contrastive Learning and Multi-Scale Self-ONNs

2024-02-08 · Yuxin Xie, Li Yu, Farhad Pakdaman, Moncef Gabbouj

Noisy images are a challenge to image compression algorithms due to the inherent difficulty of compressing noise. As noise cannot easily be discerned from image details, such as high-frequency signals, its presence leads…

Contrastive LearningDenoisingImage Compression

Transformer-based Learned Image Compression for Joint Decoding and Denoising

2024-02-20 · Yi-Hsin Chen, Kuan-Wei Ho, Shiau-Rung Tsai, Guan-Hsun Lin 외

This work introduces a Transformer-based image compression system. It has the flexibility to switch between the standard image reconstruction and the denoising reconstruction from a single compressed bitstream. Instead o…

DecoderDenoisingImage CompressionImage Reconstruction

Optimizing Input of Denoising Score Matching is Biased Towards Higher Score Norm

2025-11-13 · Tongda Xu arxiv

Many recent works utilize denoising score matching to optimize the conditional input of diffusion models. In this workshop paper, we demonstrate that such optimization breaks the equivalence between denoising score match…

Image CompressionText to 3D

FLLIC: Functionally Lossless Image Compression

2024-01-24 · Xi Zhang, Xiaolin Wu

Recently, DNN models for lossless image coding have surpassed their traditional counterparts in compression performance, reducing the previous lossless bit rate by about ten percent for natural color images. But even wit…

DenoisingImage Compression