paper-with-me

Papers

Fix-A-Step: Semi-supervised Learning from Uncurated Unlabeled Data

2022-08-25 · Zhe Huang, Mary-Joy Sidhom, Benjamin S. Wessler, Michael C. Hughes

Semi-supervised learning (SSL) promises improved accuracy compared to training classifiers on small labeled datasets by also training on many unlabeled images. In real applications like medical imaging, unlabeled data will be collected for expediency and thus uncurated: possibly different from the labeled set in classes or features. Unfortunately, modern deep SSL often makes accuracy worse when given uncurated unlabeled data. Recent complex remedies try to detect out-of-distribution unlabeled images and then discard or downweight them. Instead, we introduce Fix-A-Step, a simpler procedure that views all uncurated unlabeled images as potentially helpful. Our first insight is that even uncurated images can yield useful augmentations of labeled data. Second, we modify gradient descent updates to prevent optimizing a multi-task SSL loss from hurting labeled-set accuracy. Fix-A-Step can repair many common deep SSL methods, improving accuracy on CIFAR benchmarks across all tested methods and levels of artificial class mismatch. On a new medical SSL benchmark called Heart2Heart, Fix-A-Step can learn from 353,500 truly uncurated ultrasound images to deliver gains that generalize across hospitals.

📄 PDF Abstract BibTeX arXiv:2208.11870

Code (1)

tufts-ml/fix-a-step 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Repair 설명 없음

Similar Papers 제목 키워드 기반

RoPAWS: Robust Semi-supervised Representation Learning from Uncurated Data

2023-02-28 · Sangwoo Mo, Jong-Chyi Su, Chih-Yao Ma, Mido Assran 외

Semi-supervised learning aims to train a model using limited labels. State-of-the-art semi-supervised methods for image classification such as PAWS rely on self-supervised representations learned with large-scale unlabel…

Density Estimationimage-classificationImage ClassificationRepresentation Learning

Soft Curriculum for Learning Conditional GANs with Noisy-Labeled and Uncurated Unlabeled Data

2023-07-17 · Kai Katsumata, Duc Minh Vo, Tatsuya Harada, Hideki Nakayama

Label-noise or curated unlabeled data is used to compensate for the assumption of clean labeled data in training the conditional generative adversarial network; however, satisfying such an extended assumption is occasion…

Conditional Image GenerationGenerative Adversarial NetworkImage Generation

Semi-Supervised Object Detection with Uncurated Unlabeled Data for Remote Sensing Images

2023-10-09 · Nanqing Liu, Xun Xu, Yingjie Gao, Heng-Chao Li

Annotating remote sensing images (RSIs) presents a notable challenge due to its labor-intensive nature. Semi-supervised object detection (SSOD) methods tackle this issue by generating pseudo-labels for the unlabeled data…

Objectobject-detectionObject DetectionSemi-Supervised Object Detection

InterLUDE: Interactions between Labeled and Unlabeled Data to Enhance Semi-Supervised Learning

2024-03-15 · Zhe Huang, Xiaowei Yu, Dajiang Zhu, Michael C. Hughes

Semi-supervised learning (SSL) seeks to enhance task performance by training on both labeled and unlabeled data. Mainstream SSL image classification methods mostly optimize a loss that additively combines a supervised cl…

image-classificationImage ClassificationRepresentation Learning

Improving Open-Set Semi-Supervised Learning with Self-Supervision

2023-01-24 · Erik Wallin, Lennart Svensson, Fredrik Kahl, Lars Hammarstrand

Open-set semi-supervised learning (OSSL) embodies a practical scenario within semi-supervised learning, wherein the unlabeled training set encompasses classes absent from the labeled set. Many existing OSSL methods assum…

Open Set Learning