paper-with-me

Papers

Learning From Less Data: A Unified Data Subset Selection and Active Learning Framework for Computer Vision

2019-01-03 · Vishal Kaushal, Rishabh Iyer, Suraj Kothawade, Rohan Mahadev, Khoshrav Doctor, Ganesh Ramakrishnan

Supervised machine learning based state-of-the-art computer vision techniques are in general data hungry. Their data curation poses the challenges of expensive human labeling, inadequate computing resources and larger experiment turn around times. Training data subset selection and active learning techniques have been proposed as possible solutions to these challenges. A special class of subset selection functions naturally model notions of diversity, coverage and representation and can be used to eliminate redundancy thus lending themselves well for training data subset selection. They can also help improve the efficiency of active learning in further reducing human labeling efforts by selecting a subset of the examples obtained using the conventional uncertainty sampling based techniques. In this work, we empirically demonstrate the effectiveness of two diversity models, namely the Facility-Location and Dispersion models for training-data subset selection and reducing labeling effort. We demonstrate this across the board for a variety of computer vision tasks including Gender Recognition, Face Recognition, Scene Recognition, Object Detection and Object Recognition. Our results show that diversity based subset selection done in the right way can increase the accuracy by upto 5 - 10% over existing baselines, particularly in settings in which less training data is available. This allows the training of complex machine learning models like Convolutional Neural Networks with much less training data and labeling costs while incurring minimal performance loss.

📄 PDF Abstract BibTeX arXiv:1901.01151

Code (2)

caihuaiguang/CHG-Shapley-for-Data-Selection pytorch
decile-team/cords pytorch

Tasks

Active LearningBIG-bench Machine LearningDiversityFace Recognitionobject-detectionObject DetectionObject RecognitionScene Recognition

Similar Papers 제목 키워드 기반

Machine Learning meets Stochastic Geometry: Determinantal Subset Selection for Wireless Networks

2019-05-01 · Chiranjib Saha, Harpreet S. Dhillon

In wireless networks, many problems can be formulated as subset selection problems where the goal is to select a subset from the ground set with the objective of maximizing some objective function. These problems are typ…

BIG-bench Machine LearningScheduling

abess: A Fast Best Subset Selection Library in Python and R

2021-10-19 · Jin Zhu, Xueqin Wang, Liyuan Hu, Junhao Huang 외

We introduce a new library named abess that implements a unified framework of best-subset selection for solving diverse machine learning problems, e.g., linear regression, classification, and principal component analysis…

Model SelectionSparse LearningVariable Selection

Relevant based structure learning for feature selection

2016-08-29 · Hadi Zare, Mojtaba Niazi

Feature selection is an important task in many problems occurring in pattern recognition, bioinformatics, machine learning and data mining applications. The feature selection approach enables us to reduce the computation…

feature selection

Learning From Less Data: Diversified Subset Selection and Active Learning in Image Classification Tasks

2018-05-28 · Vishal Kaushal, Anurag Sahoo, Khoshrav Doctor, Narasimha Raju 외

Supervised machine learning based state-of-the-art computer vision techniques are in general data hungry and pose the challenges of not having adequate computing resources and of high costs involved in human labeling eff…

Active LearningBIG-bench Machine LearningDiversityGeneral Classification+4

Optimizing Feature Selection for Binary Classification with Noisy Labels: A Genetic Algorithm Approach

2024-01-12 · Vandad Imani, Elaheh Moradi, Carlos Sevilla-Salcedo, Vittorio Fortino 외

Feature selection in noisy label scenarios remains an understudied topic. We propose a novel genetic algorithm-based approach, the Noise-Aware Multi-Objective Feature Selection Genetic Algorithm (NMFS-GA), for selecting …

Binary Classificationfeature selection