paper-with-me

Papers

Angio-Diff: Learning a Self-Supervised Adversarial Diffusion Model for Angiographic Geometry Generation

2025-06-24 · Zhifeng Wang, Renjiao Yi, Xin Wen, Chenyang Zhu, Kai Xu, Kunlun He

Vascular diseases pose a significant threat to human health, with X-ray angiography established as the gold standard for diagnosis, allowing for detailed observation of blood vessels. However, angiographic X-rays expose personnel and patients to higher radiation levels than non-angiographic X-rays, which are unwanted. Thus, modality translation from non-angiographic to angiographic X-rays is desirable. Data-driven deep approaches are hindered by the lack of paired large-scale X-ray angiography datasets. While making high-quality vascular angiography synthesis crucial, it remains challenging. We find that current medical image synthesis primarily operates at pixel level and struggles to adapt to the complex geometric structure of blood vessels, resulting in unsatisfactory quality of blood vessel image synthesis, such as disconnections or unnatural curvatures. To overcome this issue, we propose a self-supervised method via diffusion models to transform non-angiographic X-rays into angiographic X-rays, mitigating data shortages for data-driven approaches. Our model comprises a diffusion model that learns the distribution of vascular data from diffusion latent, a generator for vessel synthesis, and a mask-based adversarial module. To enhance geometric accuracy, we propose a parametric vascular model to fit the shape and distribution of blood vessels. The proposed method contributes a pipeline and a synthetic dataset for X-ray angiography. We conducted extensive comparative and ablation experiments to evaluate the Angio-Diff. The results demonstrate that our method achieves state-of-the-art performance in synthetic angiography image quality and more accurately synthesizes the geometric structure of blood vessels. The code is available at https://github.com/zfw-cv/AngioDiff.

📄 PDF Abstract BibTeX arXiv:2506.19455

Code (1)

zfw-cv/angiodiff 공식 구현 pytorch

Tasks

Image Generation

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

Diffusion Adversarial Representation Learning for Self-supervised Vessel Segmentation

2022-09-29 · Boah Kim, Yujin Oh, Jong Chul Ye

Vessel segmentation in medical images is one of the important tasks in the diagnosis of vascular diseases and therapy planning. Although learning-based segmentation approaches have been extensively studied, a large amoun…

DenoisingRepresentation LearningSegmentation

C-DARL: Contrastive diffusion adversarial representation learning for label-free blood vessel segmentation

2023-07-31 · Boah Kim, Yujin Oh, Bradford J. Wood, Ronald M. Summers 외

Blood vessel segmentation in medical imaging is one of the essential steps for vascular disease diagnosis and interventional planning in a broad spectrum of clinical scenarios in image-based medicine and interventional m…

Contrastive LearningRepresentation LearningSegmentation

Self-Supervised Vessel Segmentation via Adversarial Learning

2021-01-01 · ICCV 2021 10 · Yuxin Ma, Yang Hua, Hanming Deng, Tao Song 외

Vessel segmentation is critically essential for diagnosinga series of diseases, e.g., coronary artery disease and retinal disease. However, annotating vessel segmentation maps of medical images is notoriously challen…

Domain AdaptationSegmentation

Investigating Data Memorization in 3D Latent Diffusion Models for Medical Image Synthesis

2023-07-03 · Salman Ul Hassan Dar, Arman Ghanaat, Jannik Kahmann, Isabelle Ayx 외

Generative latent diffusion models have been established as state-of-the-art in data generation. One promising application is generation of realistic synthetic medical imaging data for open data sharing without compromis…

Contrastive LearningImage GenerationMemorization

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