paper-with-me

Papers

DiffRect: Latent Diffusion Label Rectification for Semi-supervised Medical Image Segmentation

2024-07-13 · Xinyu Liu, Wuyang Li, Yixuan Yuan

Semi-supervised medical image segmentation aims to leverage limited annotated data and rich unlabeled data to perform accurate segmentation. However, existing semi-supervised methods are highly dependent on the quality of self-generated pseudo labels, which are prone to incorrect supervision and confirmation bias. Meanwhile, they are insufficient in capturing the label distributions in latent space and suffer from limited generalization to unlabeled data. To address these issues, we propose a Latent Diffusion Label Rectification Model (DiffRect) for semi-supervised medical image segmentation. DiffRect first utilizes a Label Context Calibration Module (LCC) to calibrate the biased relationship between classes by learning the category-wise correlation in pseudo labels, then apply Latent Feature Rectification Module (LFR) on the latent space to formulate and align the pseudo label distributions of different levels via latent diffusion. It utilizes a denoising network to learn the coarse to fine and fine to precise consecutive distribution transportations. We evaluate DiffRect on three public datasets: ACDC, MS-CMRSEG 2019, and Decathlon Prostate. Experimental results demonstrate the effectiveness of DiffRect, e.g. it achieves 82.40\% Dice score on ACDC with only 1\% labeled scan available, outperforms the previous state-of-the-art by 4.60\% in Dice, and even rivals fully supervised performance. Code is released at \url{https://github.com/CUHK-AIM-Group/DiffRect}.

📄 PDF Abstract BibTeX arXiv:2407.09918

Code (1)

cuhk-aim-group/diffrect 공식 구현 pytorch

Tasks

DenoisingImage SegmentationMedical Image SegmentationPseudo LabelSegmentationSemantic SegmentationSemi-supervised Medical Image Segmentation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
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 제목 키워드 기반

Leveraging Labelled Data Knowledge: A Cooperative Rectification Learning Network for Semi-supervised 3D Medical Image Segmentation

2025-02-17 · Yanyan Wang, Kechen Song, Yuyuan Liu, Shuai Ma 외

Semi-supervised 3D medical image segmentation aims to achieve accurate segmentation using few labelled data and numerous unlabelled data. The main challenge in the design of semi-supervised learning methods consists in t…

Image SegmentationMedical Image SegmentationPseudo LabelSegmentation+1

Tuning-Free Noise Rectification for High Fidelity Image-to-Video Generation

2024-03-05 · Weijie Li, Litong Gong, Yiran Zhu, Fanda Fan 외

Image-to-video (I2V) generation tasks always suffer from keeping high fidelity in the open domains. Traditional image animation techniques primarily focus on specific domains such as faces or human poses, making them dif…

DenoisingImage AnimationImage to Video GenerationVideo Generation

Robust Noisy Pseudo-label Learning for Semi-supervised Medical Image Segmentation Using Diffusion Model

2025-07-22 · Lin Xi, Yingliang Ma, Cheng Wang, Sandra Howell 외 arxiv

Obtaining pixel-level annotations in the medical domain is both expensive and time-consuming, often requiring close collaboration between clinical experts and developers. Semi-supervised medical image segmentation aims t…

Semi-supervised Medical Image SegmentationObject Segmentation

Dual Diffusion Architecture for Fisheye Image Rectification: Synthetic-to-Real Generalization

2023-01-26 · Shangrong Yang, Chunyu Lin, Kang Liao, Yao Zhao

Fisheye image rectification has a long-term unresolved issue with synthetic-to-real generalization. In most previous works, the model trained on the synthetic images obtains unsatisfactory performance on the real-world f…

Denoising

Geometric Gradient Rectification for Safe Open-Set Semi-Supervised Learning

2026-06-25 · Jiahe Chen, Qian Shao, Qiyuan Chen, Jiaying He 외 arxiv

Open-set semi-supervised learning aims to leverage unlabeled data that may contain out-of-distribution outliers while maintaining performance on in-distribution classes. Existing methods mainly follow two paradigms: filt…