paper-with-me

Papers

Agnostic Multi-Group Active Learning

2023-06-02 · NeurIPS 2023 11

Inspired by the problem of improving classification accuracy on rare or hard subsets of a population, there has been recent interest in models of learning where the goal is to generalize to a collection of distributions, each representing a ``group''. We consider a variant of this problem from the perspective of active learning, where the learner is endowed with the power to decide which examples are labeled from each distribution in the collection, and the goal is to minimize the number of label queries while maintaining PAC-learning guarantees. Our main challenge is that standard active learning techniques such as disagreement-based active learning do not directly apply to the multi-group learning objective. We modify existing algorithms to provide a consistent active learning algorithm for an agnostic formulation of multi-group learning, which given a collection of $G$ distributions and a hypothesis class $\mathcal{H}$ with VC-dimension $d$, outputs an $\epsilon$-optimal hypothesis using $\tilde{O}\left( (\nu^2/\epsilon^2+1) G d \theta_{\mathcal{G}}^2 \log^2(1/\epsilon) + G\log(1/\epsilon)/\epsilon^2 \right)$ label queries, where $\theta_{\mathcal{G}}$ is the worst-case disagreement coefficient over the collection. Roughly speaking, this guarantee improves upon the label complexity of standard multi-group learning in regimes where disagreement-based active learning algorithms may be expected to succeed, and the number of groups is not too large. We also consider the special case where each distribution in the collection is individually realizable with respect to $\mathcal{H}$, and demonstrate $\tilde{O}\left( G d \theta_{\mathcal{G}} \log(1/\epsilon) \right)$ label queries are sufficient for learning in this case. We further give an approximation result for the full agnostic case inspired by the group realizable strategy.

📄 PDF Abstract BibTeX arXiv:2306.01922

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningPAC learning

Similar Papers 제목 키워드 기반

InsightBoard: An Interactive Multi-Metric Visualization and Fairness Analysis Plugin for TensorBoard

2026-04-02 · Ray Zeyao Chen, Christan Grant arxiv

Modern machine learning systems deployed in safety-critical domains require visibility not only into aggregate performance but also into how training dynamics affect subgroup fairness over time. Existing training dashboa…

From Detection to Mitigation: Addressing Bias in Deep Learning Models for Chest X-Ray Diagnosis

2025-10-12 · Clemence Mottez, Louisa Fay, Maya Varma, Sophie Ostmeier 외 arxiv

Deep learning models have shown promise in improving diagnostic accuracy from chest X-rays, but they also risk perpetuating healthcare disparities when performance varies across demographic groups. In this work, we prese…

Multi-Label ClassificationData AugmentationActive LearningBias Detection

Interpretable Active Learning

2017-07-31 · Richard L. Phillips, Kyu Hyun Chang, Sorelle A. Friedler

Active learning has long been a topic of study in machine learning. However, as increasingly complex and opaque models have become standard practice, the process of active learning, too, has become more opaque. There has…

Active Learning

Image Denoising Via Collaborative Support-Agnostic Recovery

2016-09-09 · Muzammil Behzad, Mudassir Masood, Tarig Ballal, Maha Shadaydeh 외

In this paper, we propose a novel image denoising algorithm using collaborative support-agnostic sparse reconstruction. An observed image is first divided into patches. Similarly structured patches are grouped together t…

DenoisingImage DenoisingImage RestorationSSIM

Multi-group Agnostic PAC Learnability

2021-05-20 · Guy N Rothblum, Gal Yona

An agnostic PAC learning algorithm finds a predictor that is competitive with the best predictor in a benchmark hypothesis class, where competitiveness is measured with respect to a given loss function. However, its pred…

FairnessPAC learning