paper-with-me

Papers

Label-Noise Robust Diffusion Models

2024-02-27 · Byeonghu Na, Yeongmin Kim, HeeSun Bae, Jung Hyun Lee, Se Jung Kwon, Wanmo Kang, Il-Chul Moon

Conditional diffusion models have shown remarkable performance in various generative tasks, but training them requires large-scale datasets that often contain noise in conditional inputs, a.k.a. noisy labels. This noise leads to condition mismatch and quality degradation of generated data. This paper proposes Transition-aware weighted Denoising Score Matching (TDSM) for training conditional diffusion models with noisy labels, which is the first study in the line of diffusion models. The TDSM objective contains a weighted sum of score networks, incorporating instance-wise and time-dependent label transition probabilities. We introduce a transition-aware weight estimator, which leverages a time-dependent noisy-label classifier distinctively customized to the diffusion process. Through experiments across various datasets and noisy label settings, TDSM improves the quality of generated samples aligned with given conditions. Furthermore, our method improves generation performance even on prevalent benchmark datasets, which implies the potential noisy labels and their risk of generative model learning. Finally, we show the improved performance of TDSM on top of conventional noisy label corrections, which empirically proving its contribution as a part of label-noise robust generative models. Our code is available at: https://github.com/byeonghu-na/tdsm.

📄 PDF Abstract BibTeX arXiv:2402.17517

Code (1)

byeonghu-na/tdsm 공식 구현 pytorch

Tasks

Denoising

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…
Denoising Score Matching Training a denoiser on signals gives you a powerful prior over this signal that you can then use to sample examples of this signal.

Similar Papers 제목 키워드 기반

Directional Label Diffusion Model for Learning from Noisy Labels

2025-01-01 · CVPR 2025 1 · Senyu Hou, Gaoxia Jiang, Jia Zhang, Shangrong Yang 외

In image classification, the label quality of training data critically influences model generalization, especially for deep neural networks (DNNs). Traditionally, learning from noisy labels (LNL) can improve the gene…

image-classificationImage Classification

Diffusion-SS3D: Diffusion Model for Semi-supervised 3D Object Detection

2023-12-05 · NeurIPS 2023 11 · Cheng-Ju Ho, Chen-Hsuan Tai, Yen-Yu Lin, Ming-Hsuan Yang 외

Semi-supervised object detection is crucial for 3D scene understanding, efficiently addressing the limitation of acquiring large-scale 3D bounding box annotations. Existing methods typically employ a teacher-student fram…

3D Object DetectionDenoisingObjectobject-detection+4

Doubly Stochastic Models: Learning with Unbiased Label Noises and Inference Stability

2023-04-01 · Haoyi Xiong, Xuhong LI, Boyang Yu, Zhanxing Zhu 외

Random label noises (or observational noises) widely exist in practical machine learning settings. While previous studies primarily focus on the affects of label noises to the performance of learning, our work intends to…

DenoiseRank: Learning to Rank by Diffusion Models

2026-02-17 · Ying Wang, Preslav Nakov, Shangsong Liang arxiv

Learning to rank (LTR) is one of the core tasks in Machine Learning. Traditional LTR models have made great progress, but nearly all of them are implemented from discriminative perspective. In this paper, we aim at addre…

DiN: Diffusion Model for Robust Medical VQA with Semantic Noisy Labels

2025-03-24 · CVPR 2025 1 · Erjian Guo, Zhen Zhao, Zicheng Wang, Tong Chen 외

Medical Visual Question Answering (Med-VQA) systems benefit the interpretation of medical images containing critical clinical information. However, the challenge of noisy labels and limited high-quality datasets remains …

Medical Visual Question AnsweringQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)