paper-with-me

홈 › Papers

DiffStereo: High-Frequency Aware Diffusion Model for Stereo Image Restoration

2025-01-17 · Huiyun Cao, Yuan Shi, Bin Xia, Xiaoyu Jin, Wenming Yang

Diffusion models (DMs) have achieved promising performance in image restoration but haven't been explored for stereo images. The application of DM in stereo image restoration is confronted with a series of challenges. The need to reconstruct two images exacerbates DM's computational cost. Additionally, existing latent DMs usually focus on semantic information and remove high-frequency details as redundancy during latent compression, which is precisely what matters for image restoration. To address the above problems, we propose a high-frequency aware diffusion model, DiffStereo for stereo image restoration as the first attempt at DM in this domain. Specifically, DiffStereo first learns latent high-frequency representations (LHFR) of HQ images. DM is then trained in the learned space to estimate LHFR for stereo images, which are fused into a transformer-based stereo image restoration network providing beneficial high-frequency information of corresponding HQ images. The resolution of LHFR is kept the same as input images, which preserves the inherent texture from distortion. And the compression in channels alleviates the computational burden of DM. Furthermore, we devise a position encoding scheme when integrating the LHFR into the restoration network, enabling distinctive guidance in different depths of the restoration network. Comprehensive experiments verify that by combining generative DM and transformer, DiffStereo achieves both higher reconstruction accuracy and better perceptual quality on stereo super-resolution, deblurring, and low-light enhancement compared with state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2501.10325

Code (0)

등록된 구현이 없습니다.

Tasks

DeblurringImage RestorationSuper-Resolution

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
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…
Focus 설명 없음

Similar Papers 제목 키워드 기반

StereoDiff: Stereo-Diffusion Synergy for Video Depth Estimation

2025-06-25 · Haodong Li, Chen Wang, Jiahui Lei, Kostas Daniilidis 외

Recent video depth estimation methods achieve great performance by following the paradigm of image depth estimation, i.e., typically fine-tuning pre-trained video diffusion models with massive data. However, we argue tha…

Depth EstimationStereo Matching

StereoCrafter-Zero: Zero-Shot Stereo Video Generation with Noisy Restart

2024-11-21 · Jian Shi, Qian Wang, Zhenyu Li, Peter Wonka

Generating high-quality stereo videos that mimic human binocular vision requires maintaining consistent depth perception and temporal coherence across frames. While diffusion models have advanced image and video synthesi…

Video Generation

GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching

2025-03-17 · Feng Qiao, Zhexiao Xiong, Eric Xing, Nathan Jacobs

Stereo images are fundamental to numerous applications, including extended reality (XR) devices, autonomous driving, and robotics. Unfortunately, acquiring high-quality stereo images remains challenging due to the precis…

Autonomous DrivingImage GenerationStereo Matching

StereoNet: Guided Hierarchical Refinement for Real-Time Edge-Aware Depth Prediction

2018-07-24 · ECCV 2018 9 · Sameh Khamis, Sean Fanello, Christoph Rhemann, Adarsh Kowdle 외

This paper presents StereoNet, the first end-to-end deep architecture for real-time stereo matching that runs at 60 fps on an NVidia Titan X, producing high-quality, edge-preserved, quantization-free disparity maps. A ke…

Depth EstimationDepth PredictionQuantizationStereo Depth Estimation+2

AnchorDiff: Topology-Aware Masked Diffusion with Confidence-based Rewriting for Radiology Report Generation

2026-05-16 · Shiying Yu, Jielei Wang, Guoming Lu arxiv

Radiology report generation (RRG) aims to automatically produce clinically accurate textual reports from medical images. Existing methods predominantly rely on autoregressive (AR) language models, whose causal dependency…