paper-with-me

Papers

Self-Consistent Recursive Diffusion Bridge for Medical Image Translation

2024-05-10 · Fuat Arslan, Bilal Kabas, Onat Dalmaz, Muzaffer Ozbey, Tolga Çukur

Denoising diffusion models (DDM) have gained recent traction in medical image translation given improved training stability over adversarial models. DDMs learn a multi-step denoising transformation to progressively map random Gaussian-noise images onto target-modality images, while receiving stationary guidance from source-modality images. As this denoising transformation diverges significantly from the task-relevant source-to-target transformation, DDMs can suffer from weak source-modality guidance. Here, we propose a novel self-consistent recursive diffusion bridge (SelfRDB) for improved performance in medical image translation. Unlike DDMs, SelfRDB employs a novel forward process with start- and end-points defined based on target and source images, respectively. Intermediate image samples across the process are expressed via a normal distribution with mean taken as a convex combination of start-end points, and variance from additive noise. Unlike regular diffusion bridges that prescribe zero variance at start-end points and high variance at mid-point of the process, we propose a novel noise scheduling with monotonically increasing variance towards the end-point in order to boost generalization performance and facilitate information transfer between the two modalities. To further enhance sampling accuracy in each reverse step, we propose a novel sampling procedure where the network recursively generates a transient-estimate of the target image until convergence onto a self-consistent solution. Comprehensive analyses in multi-contrast MRI and MRI-CT translation indicate that SelfRDB offers superior performance against competing methods.

📄 PDF Abstract BibTeX arXiv:2405.06789

Code (1)

icon-lab/SelfRDB 공식 구현 pytorch

Tasks

DenoisingSchedulingTranslation

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 제목 키워드 기반

Unpaired Image-to-Image Translation via a Self-Supervised Semantic Bridge

2026-02-18 · Jiaming Liu, Felix Petersen, Yunhe Gao, Yabin Zhang 외 arxiv

Adversarial diffusion and diffusion-inversion methods have advanced unpaired image-to-image translation, but each faces key limitations. Adversarial approaches require target-domain adversarial loss during training, whic…

Image-to-Image Translation

Slice-Consistent 3D Volumetric Brain CT-to-MRI Translation with 2D Brownian Bridge Diffusion Model

2024-07-06 · Kyobin Choo, Youngjun Jun, Mijin Yun, Seong Jae Hwang

In neuroimaging, generally, brain CT is more cost-effective and accessible imaging option compared to MRI. Nevertheless, CT exhibits inferior soft-tissue contrast and higher noise levels, yielding less precise structural…

Image-to-Image TranslationTranslation

Self-Consistent Nested Diffusion Bridge for Accelerated MRI Reconstruction

2024-12-13 · Tao Song, Yicheng Wu, Minhao Hu, Xiangde Luo 외

Accelerated MRI reconstruction plays a vital role in reducing scan time while preserving image quality. While most existing methods rely on complex-valued image-space or k-space data, these formats are often inaccessible…

DenoisingMRI Reconstruction

ReToMe-VA: Recursive Token Merging for Video Diffusion-based Unrestricted Adversarial Attack

2024-08-10 · Ziyi Gao, Kai Chen, Zhipeng Wei, Tingshu Mou 외

Recent diffusion-based unrestricted attacks generate imperceptible adversarial examples with high transferability compared to previous unrestricted attacks and restricted attacks. However, existing works on diffusion-bas…

Adversarial AttackDenoising

RIV: Recursive Introspection Mask Diffusion Vision Language Model

2025-09-28 · YuQian Li, Limeng Qiao, Lin Ma arxiv

Mask Diffusion-based Vision Language Models (MDVLMs) have achieved remarkable progress in multimodal understanding tasks. However, these models are unable to correct errors in generated tokens, meaning they lack self-cor…