paper-with-me

Papers

DiffO: Single-step Diffusion for Image Compression at Ultra-Low Bitrates

2025-06-19 · Chanung Park, Joo Chan Lee, Jong Hwan Ko

Although image compression is fundamental to visual data processing and has inspired numerous standard and learned codecs, these methods still suffer severe quality degradation at extremely low bits per pixel. While recent diffusion based models provided enhanced generative performance at low bitrates, they still yields limited perceptual quality and prohibitive decoding latency due to multiple denoising steps. In this paper, we propose the first single step diffusion model for image compression (DiffO) that delivers high perceptual quality and fast decoding at ultra low bitrates. DiffO achieves these goals by coupling two key innovations: (i) VQ Residual training, which factorizes a structural base code and a learned residual in latent space, capturing both global geometry and high frequency details; and (ii) rate adaptive noise modulation, which tunes denoising strength on the fly to match the desired bitrate. Extensive experiments show that DiffO surpasses state of the art compression performance while improving decoding speed by about 50x compared to prior diffusion-based methods, greatly improving the practicality of generative codecs. The code will be available at https://github.com/Freemasti/DiffO.

📄 PDF Abstract BibTeX arXiv:2506.16572

Code (1)

freemasti/diffo 공식 구현

Tasks

DenoisingImage Compression

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
BASE 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

DiffOPF: Diffusion Solver for Optimal Power Flow

2025-10-15 · Milad Hoseinpour, Vladimir Dvorkin arxiv

The optimal power flow (OPF) is a multi-valued, non-convex mapping from loads to dispatch setpoints. The variability of system parameters (e.g., admittances, topology) further contributes to the multiplicity of dispatch …

DiffOSeg: Omni Medical Image Segmentation via Multi-Expert Collaboration Diffusion Model

2025-07-17 · Han Zhang, Xiangde Luo, Yong Chen, Kang Li

Annotation variability remains a substantial challenge in medical image segmentation, stemming from ambiguous imaging boundaries and diverse clinical expertise. Traditional deep learning methods producing single determin…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Diffolio: A Diffusion Model for Multivariate Probabilistic Financial Time-Series Forecasting and Portfolio Construction

2025-11-10 · So-Yoon Cho, Jin-Young Kim, Kayoung Ban, Hyeng Keun Koo 외 arxiv

Probabilistic forecasting is crucial in multivariate financial time-series for constructing efficient portfolios that account for complex cross-sectional dependencies. In this paper, we propose Diffolio, a diffusion mode…

Steering One-Step Diffusion Model with Fidelity-Rich Decoder for Fast Image Compression

2025-08-07 · Zheng Chen, Mingde Zhou, Jinpei Guo, Jiale Yuan 외 arxiv

Diffusion-based image compression has demonstrated impressive perceptual performance. However, it suffers from two critical drawbacks: (1) excessive decoding latency due to multi-step sampling, and (2) poor fidelity resu…

Image Compression

A Diffusion-Based Framework for Occluded Object Movement

2025-04-02 · Zheng-Peng Duan, Jiawei Zhang, Siyu Liu, Zheng Lin 외

Seamlessly moving objects within a scene is a common requirement for image editing, but it is still a challenge for existing editing methods. Especially for real-world images, the occlusion situation further increases th…

ObjectWorld Knowledge