paper-with-me

Papers

Balancing Bias and Variance for Active Weakly Supervised Learning

2022-06-12 · Hitesh Sapkota, Qi Yu

As a widely used weakly supervised learning scheme, modern multiple instance learning (MIL) models achieve competitive performance at the bag level. However, instance-level prediction, which is essential for many important applications, remains largely unsatisfactory. We propose to conduct novel active deep multiple instance learning that samples a small subset of informative instances for annotation, aiming to significantly boost the instance-level prediction. A variance regularized loss function is designed to properly balance the bias and variance of instance-level predictions, aiming to effectively accommodate the highly imbalanced instance distribution in MIL and other fundamental challenges. Instead of directly minimizing the variance regularized loss that is non-convex, we optimize a distributionally robust bag level likelihood as its convex surrogate. The robust bag likelihood provides a good approximation of the variance based MIL loss with a strong theoretical guarantee. It also automatically balances bias and variance, making it effective to identify the potentially positive instances to support active sampling. The robust bag likelihood can be naturally integrated with a deep architecture to support deep model training using mini-batches of positive-negative bag pairs. Finally, a novel P-F sampling function is developed that combines a probability vector and predicted instance scores, obtained by optimizing the robust bag likelihood. By leveraging the key MIL assumption, the sampling function can explore the most challenging bags and effectively detect their positive instances for annotation, which significantly improves the instance-level prediction. Experiments conducted over multiple real-world datasets clearly demonstrate the state-of-the-art instance-level prediction achieved by the proposed model.

📄 PDF Abstract BibTeX arXiv:2206.05682

Code (1)

ritmininglab/admil-p-f 공식 구현 pytorch

Tasks

Multiple Instance LearningPredictionWeakly-supervised Learning

Similar Papers 제목 키워드 기반

Unbiased Risk Estimators Can Mislead: A Case Study of Learning with Complementary Labels

2020-07-05 · ICML 2020 1 · Yu-Ting Chou, Gang Niu, Hsuan-Tien Lin, Masashi Sugiyama

In weakly supervised learning, unbiased risk estimator(URE) is a powerful tool for training classifiers when training and test data are drawn from different distributions. Nevertheless, UREs lead to overfitting in many p…

Weakly-supervised Learning

De-biasing Weakly Supervised Learning by Regularizing Prediction Entropy

2019-03-20 · ICLR Workshop LLD 2019 · Dean Wyatte

We explore the effect of regularizing prediction entropy in a weakly supervised setting with inexact class labels. When underlying data distributions are biased toward a specific subclass, we hypothesize that entropy reg…

Weakly-supervised Learning

Robust Activation Map Rectification for Weakly Supervised Volumetric Segmentation: Temporal Coherence as a Free Lunch

2026-07-22 · Renshu Gu, Jialiang Chen, Fei Gao, Hang Su 외 arxiv

Weakly supervised segmentation relies heavily on class activation maps (CAMs) to initially localize target regions. However, CAMs are often noisy and prone to catastrophic failures. Existing remedies typically introduce …

Active Learning Strategies for Weakly-supervised Object Detection

2022-07-25 · Huy V. Vo, Oriane Siméoni, Spyros Gidaris, Andrei Bursuc 외

Object detectors trained with weak annotations are affordable alternatives to fully-supervised counterparts. However, there is still a significant performance gap between them. We propose to narrow this gap by fine-tunin…

Active LearningObjectObject DetectionWeakly Supervised Object Detection

Deep Active Learning for Biased Datasets via Fisher Kernel Self-Supervision

2020-03-01 · CVPR 2020 6 · Denis Gudovskiy, Alec Hodgkinson, Takuya Yamaguchi, Sotaro Tsukizawa

Active learning (AL) aims to minimize labeling efforts for data-demanding deep neural networks (DNNs) by selecting the most representative data points for annotation. However, currently used methods are ill-equipped to d…

Active LearningPseudo Label