paper-with-me

홈 › Papers

Training Ensembles with Inliers and Outliers for Semi-supervised Active Learning

2023-07-07 · Vladan Stojnić, Zakaria Laskar, Giorgos Tolias

Deep active learning in the presence of outlier examples poses a realistic yet challenging scenario. Acquiring unlabeled data for annotation requires a delicate balance between avoiding outliers to conserve the annotation budget and prioritizing useful inlier examples for effective training. In this work, we present an approach that leverages three highly synergistic components, which are identified as key ingredients: joint classifier training with inliers and outliers, semi-supervised learning through pseudo-labeling, and model ensembling. Our work demonstrates that ensembling significantly enhances the accuracy of pseudo-labeling and improves the quality of data acquisition. By enabling semi-supervision through the joint training process, where outliers are properly handled, we observe a substantial boost in classifier accuracy through the use of all available unlabeled examples. Notably, we reveal that the integration of joint training renders explicit outlier detection unnecessary; a conventional component for acquisition in prior work. The three key components align seamlessly with numerous existing approaches. Through empirical evaluations, we showcase that their combined use leads to a performance increase. Remarkably, despite its simplicity, our proposed approach outperforms all other methods in terms of performance. Code: https://github.com/vladan-stojnic/active-outliers

📄 PDF Abstract BibTeX arXiv:2307.03741

Code (1)

vladan-stojnic/active-outliers 공식 구현 pytorch

Tasks

Active LearningOutlier Detection

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…

Similar Papers 제목 키워드 기반

IOMatch: Simplifying Open-Set Semi-Supervised Learning with Joint Inliers and Outliers Utilization

2023-08-25 · ICCV 2023 1 · Zekun Li, Lei Qi, Yinghuan Shi, Yang Gao

Semi-supervised learning (SSL) aims to leverage massive unlabeled data when labels are expensive to obtain. Unfortunately, in many real-world applications, the collected unlabeled data will inevitably contain unseen-clas…

open-set classification

Diversify and Conquer: Open-set Disagreement for Robust Semi-supervised Learning with Outliers

2025-05-30 · Heejo Kong, Sung-Jin Kim, Gunho Jung, Seong-Whan Lee

Conventional semi-supervised learning (SSL) ideally assumes that labeled and unlabeled data share an identical class distribution, however in practice, this assumption is easily violated, as unlabeled data often includes…

Outlier Detection

Adaptive Negative Evidential Deep Learning for Open-set Semi-supervised Learning

2023-03-21 · Yang Yu, Danruo Deng, Furui Liu, Yueming Jin 외

Semi-supervised learning (SSL) methods assume that labeled data, unlabeled data and test data are from the same distribution. Open-set semi-supervised learning (Open-set SSL) considers a more practical scenario, where un…

Outlier Detection

ODIM: Outlier Detection via Likelihood of Under-Fitted Generative Models

2023-01-11 · Dongha Kim, Jaesung Hwang, Jongjin Lee, Kunwoong Kim 외

The unsupervised outlier detection (UOD) problem refers to a task to identify inliers given training data which contain outliers as well as inliers, without any labeled information about inliers and outliers. It has been…

MemorizationOutlier Detection

Conformalized Semi-supervised Random Forest for Classification and Abnormality Detection

2023-02-04 · Yujin Han, Mingwenchan Xu, Leying Guan

The Random Forests classifier, a widely utilized off-the-shelf classification tool, assumes training and test samples come from the same distribution as other standard classifiers. However, in safety-critical scenarios l…

Anomaly DetectionMedical DiagnosisMulti-class Classification