paper-with-me

Papers

Confident Pseudo-labeled Diffusion Augmentation for Canine Cardiomegaly Detection

2025-01-13 · Shiman Zhang, Lakshmikar Reddy Polamreddy, Youshan Zhang

Canine cardiomegaly, marked by an enlarged heart, poses serious health risks if undetected, requiring accurate diagnostic methods. Current detection models often rely on small, poorly annotated datasets and struggle to generalize across diverse imaging conditions, limiting their real-world applicability. To address these issues, we propose a Confident Pseudo-labeled Diffusion Augmentation (CDA) model for identifying canine cardiomegaly. Our approach addresses the challenge of limited high-quality training data by employing diffusion models to generate synthetic X-ray images and annotate Vertebral Heart Score key points, thereby expanding the dataset. We also employ a pseudo-labeling strategy with Monte Carlo Dropout to select high-confidence labels, refine the synthetic dataset, and improve accuracy. Iteratively incorporating these labels enhances the model's performance, overcoming the limitations of existing approaches. Experimental results show that the CDA model outperforms traditional methods, achieving state-of-the-art accuracy in canine cardiomegaly detection. The code implementation is available at https://github.com/Shira7z/CDA.

📄 PDF Abstract BibTeX arXiv:2501.07533

Code (1)

shira7z/cda 공식 구현 pytorch

Tasks

Diagnostic

Methods 이 논문이 사용한 방법론

Monte Carlo Dropout 설명 없음
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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

ECAP: Extensive Cut-and-Paste Augmentation for Unsupervised Domain Adaptive Semantic Segmentation

2024-03-06 · Erik Brorsson, Knut Åkesson, Lennart Svensson, Kristofer Bengtsson

We consider unsupervised domain adaptation (UDA) for semantic segmentation in which the model is trained on a labeled source dataset and adapted to an unlabeled target dataset. Unfortunately, current self-training method…

Data AugmentationDomain AdaptationSemantic SegmentationUnsupervised Domain Adaptation

Beyond without Forgetting: Multi-Task Learning for Classification with Disjoint Datasets

2020-03-15 · Yan Hong, Li Niu, Jianfu Zhang, Liqing Zhang

Multi-task Learning (MTL) for classification with disjoint datasets aims to explore MTL when one task only has one labeled dataset. In existing methods, for each task, the unlabeled datasets are not fully exploited to fa…

General ClassificationMulti-Task Learning

Confident Sinkhorn Allocation for Pseudo-Labeling

2022-06-13 · Vu Nguyen, Hisham Husain, Sachin Farfade, Anton Van Den Hengel

Semi-supervised learning is a critical tool in reducing machine learning's dependence on labeled data. It has been successfully applied to structured data, such as images and natural language, by exploiting the inherent …

Data AugmentationPseudo Label

Enhancing Pseudo Label Quality for Semi-Supervised Domain-Generalized Medical Image Segmentation

2022-01-21 · Huifeng Yao, Xiaowei Hu, Xiaomeng Li

Generalizing the medical image segmentation algorithms to unseen domains is an important research topic for computer-aided diagnosis and surgery. Most existing methods require a fully labeled dataset in each source domai…

Image SegmentationMedical Image SegmentationPseudo LabelSemantic Segmentation

PseudoAugment: Learning to Use Unlabeled Data for Data Augmentation in Point Clouds

2022-10-24 · Zhaoqi Leng, Shuyang Cheng, Benjamin Caine, Weiyue Wang 외

Data augmentation is an important technique to improve data efficiency and save labeling cost for 3D detection in point clouds. Yet, existing augmentation policies have so far been designed to only utilize labeled data, …

Data AugmentationPseudo Labelvehicle detection