paper-with-me

Papers

SIMILAR: Submodular Information Measures Based Active Learning In Realistic Scenarios

2021-07-01 · NeurIPS 2021 12 · Suraj Kothawade, Nathan Beck, KrishnaTeja Killamsetty, Rishabh Iyer

Active learning has proven to be useful for minimizing labeling costs by selecting the most informative samples. However, existing active learning methods do not work well in realistic scenarios such as imbalance or rare classes, out-of-distribution data in the unlabeled set, and redundancy. In this work, we propose SIMILAR (Submodular Information Measures based actIve LeARning), a unified active learning framework using recently proposed submodular information measures (SIM) as acquisition functions. We argue that SIMILAR not only works in standard active learning, but also easily extends to the realistic settings considered above and acts as a one-stop solution for active learning that is scalable to large real-world datasets. Empirically, we show that SIMILAR significantly outperforms existing active learning algorithms by as much as ~5% - 18% in the case of rare classes and ~5% - 10% in the case of out-of-distribution data on several image classification tasks like CIFAR-10, MNIST, and ImageNet. SIMILAR is available as a part of the DISTIL toolkit: "https://github.com/decile-team/distil".

📄 PDF Abstract BibTeX arXiv:2107.00717

Code (1)

decile-team/distil 공식 구현 pytorch

Tasks

Active Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

DIAGNOSE: Avoiding Out-of-distribution Data using Submodular Information Measures

2022-10-04 · Suraj Kothawade, Akshit Srivastava, Venkat Iyer, Ganesh Ramakrishnan 외

Avoiding out-of-distribution (OOD) data is critical for training supervised machine learning models in the medical imaging domain. Furthermore, obtaining labeled medical data is difficult and expensive since it requires …

Active Learning

Submodular Combinatorial Information Measures with Applications in Machine Learning

2020-06-27 · Rishabh Iyer, Ninad Khargonkar, Jeff Bilmes, Himanshu Asnani

Information-theoretic quantities like entropy and mutual information have found numerous uses in machine learning. It is well known that there is a strong connection between these entropic quantities and submodularity si…

BIG-bench Machine LearningClusteringPrivacy Preserving

Knapsack Constrained Contextual Submodular List Prediction with Application to Multi-document Summarization

2013-08-16 · Jiaji Zhou, Stephane Ross, Yisong Yue, Debadeepta Dey 외

We study the problem of predicting a set or list of options under knapsack constraint. The quality of such lists are evaluated by a submodular reward function that measures both quality and diversity. Similar to DAgger (…

DiversityDocument SummarizationMulti-Document Summarization

Active Data Discovery: Mining Unknown Data using Submodular Information Measures

2022-06-17 · Suraj Kothawade, Shivang Chopra, Saikat Ghosh, Rishabh Iyer

Active Learning is a very common yet powerful framework for iteratively and adaptively sampling subsets of the unlabeled sets with a human in the loop with the goal of achieving labeling efficiency. Most real world datas…

Active Learningimage-classificationImage Classificationobject-detection+1

STREAMLINE: Streaming Active Learning for Realistic Multi-Distributional Settings

2023-05-18 · Nathan Beck, Suraj Kothawade, Pradeep Shenoy, Rishabh Iyer

Deep neural networks have consistently shown great performance in several real-world use cases like autonomous vehicles, satellite imaging, etc., effectively leveraging large corpora of labeled training data. However, le…

Active LearningAutonomous Vehiclesimage-classificationImage Classification+2