paper-with-me

Papers

Group-invariant Coresets for Data-efficient Active Learning

2026-07-01 · L. C. Ayres, J. C. M. Bermudez, S. J. M. de Almeida, R. A. Borsoi arxiv

Active learning reduces labeling cost by querying the most informative unlabeled samples, but standard coreset methods ignore known data symmetries and can waste budget on transformed versions of the same instance. We propose GRINCO, a group-invariant coreset framework that performs acquisition in the quotient space induced by a transformation group, so that selection operates on orbits rather than raw samples. The method uses either canonical representatives or learned orbit-separating invariant embeddings to define practical quotient metrics, and combines quotient-space k-center selection with invariant training through an orbit-averaged loss. We further derive a generalization bound that relates excess orbit-averaged risk to quotient-space coverage, label uncertainty, and intra-orbit variability. Experiments on synthetic scale-invariant data and image benchmarks with rotation-induced redundancy show that GRINCO improves orbit coverage and achieves stronger label efficiency than conventional coreset baselines, especially when group-induced redundancy is substantial.

📄 PDF Abstract BibTeX arXiv:2607.01089

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learning

Similar Papers 제목 키워드 기반

AutoCoreset: An Automatic Practical Coreset Construction Framework

2023-05-19 · Alaa Maalouf, Murad Tukan, Vladimir Braverman, Daniela Rus

A coreset is a tiny weighted subset of an input set, that closely resembles the loss function, with respect to a certain set of queries. Coresets became prevalent in machine learning as they have shown to be advantageous…

Efficient Federated Conformal Prediction with Group-Conditional Guarantee

2026-03-15 · Haifeng Wen, Osvaldo Simeone, Hong Xing arxiv

Deploying trustworthy AI systems requires principled uncertainty quantification. Conformal prediction (CP) is a widely used framework for constructing prediction sets with distribution-free coverage guarantees. In many p…

Improving Model Classification by Optimizing the Training Dataset

2025-07-22 · Morad Tukan, Loay Mualem, Eitan Netzer, Liran Sigalat arxiv

In the era of data-centric AI, the ability to curate high-quality training data is as crucial as model design. Coresets offer a principled approach to data reduction, enabling efficient learning on large datasets through…

Online Coresets for Clustering with Bregman Divergences

2020-12-11 · Rachit Chhaya, Jayesh Choudhari, Anirban Dasgupta, Supratim Shit

We present algorithms that create coresets in an online setting for clustering problems according to a wide subset of Bregman divergences. Notably, our coresets have a small additive error, similar in magnitude to the li…

Clustering

Deep Active Learning with a Neural Architecture Search

2018-11-19 · NeurIPS 2019 12 · Yonatan Geifman, Ran El-Yaniv

We consider active learning of deep neural networks. Most active learning works in this context have focused on studying effective querying mechanisms and assumed that an appropriate network architecture is a priori know…

Active LearningNeural Architecture Search