paper-with-me

Papers

Arbitrary-steps Image Super-resolution via Diffusion Inversion

2024-12-12 · CVPR 2025 1 · Zongsheng Yue, Kang Liao, Chen Change Loy

This study presents a new image super-resolution (SR) technique based on diffusion inversion, aiming at harnessing the rich image priors encapsulated in large pre-trained diffusion models to improve SR performance. We design a Partial noise Prediction strategy to construct an intermediate state of the diffusion model, which serves as the starting sampling point. Central to our approach is a deep noise predictor to estimate the optimal noise maps for the forward diffusion process. Once trained, this noise predictor can be used to initialize the sampling process partially along the diffusion trajectory, generating the desirable high-resolution result. Compared to existing approaches, our method offers a flexible and efficient sampling mechanism that supports an arbitrary number of sampling steps, ranging from one to five. Even with a single sampling step, our method demonstrates superior or comparable performance to recent state-of-the-art approaches. The code and model are publicly available at https://github.com/zsyOAOA/InvSR.

📄 PDF Abstract BibTeX arXiv:2412.09013

Code (1)

zsyoaoa/invsr 공식 구현 jax

Tasks

Image Super-ResolutionSuper-Resolution

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…

Similar Papers 제목 키워드 기반

Flow-based Gaussian Splatting for Continuous-Scale Remote Sensing Image Super-Resolution

2026-05-21 · Jiangwei Mo, Xi Lu, Hanlin Wu arxiv

High-resolution remote sensing images (RSIs) are crucial for Earth observation applications, yet acquiring them is often limited by sensor constraints and costs. In recent years, generative super-resolution (SR) methods,…

Image Super-Resolution

Frequency-Domain Refinement with Multiscale Diffusion for Super Resolution

2024-05-16 · Xingjian Wang, Li Chai, Jiming Chen

The performance of single image super-resolution depends heavily on how to generate and complement high-frequency details to low-resolution images. Recently, diffusion-based models exhibit great potential in generating h…

Image Super-ResolutionSuper-Resolution

PartDiff: Image Super-resolution with Partial Diffusion Models

2023-07-21 · Kai Zhao, Alex Ling Yu Hung, Kaifeng Pang, Haoxin Zheng 외

Denoising diffusion probabilistic models (DDPMs) have achieved impressive performance on various image generation tasks, including image super-resolution. By learning to reverse the process of gradually diffusing the dat…

DenoisingImage GenerationImage Super-ResolutionSuper-Resolution

DiT4Edit: Diffusion Transformer for Image Editing

2024-11-05 · Kunyu Feng, Yue Ma, Bingyuan Wang, Chenyang Qi 외

Despite recent advances in UNet-based image editing, methods for shape-aware object editing in high-resolution images are still lacking. Compared to UNet, Diffusion Transformers (DiT) demonstrate superior capabilities to…

Image Generation

Arbitrary-Scale Image Generation and Upsampling using Latent Diffusion Model and Implicit Neural Decoder

2024-03-15 · CVPR 2024 1 · Jinseok Kim, Tae-Kyun Kim

Super-resolution (SR) and image generation are important tasks in computer vision and are widely adopted in real-world applications. Most existing methods, however, generate images only at fixed-scale magnification and s…

DecoderDenoisingDiversityImage Generation+2