paper-with-me

Papers

Learning Loss for Active Learning

2019-05-09 · CVPR 2019 6 · Donggeun Yoo, In So Kweon

The performance of deep neural networks improves with more annotated data. The problem is that the budget for annotation is limited. One solution to this is active learning, where a model asks human to annotate data that it perceived as uncertain. A variety of recent methods have been proposed to apply active learning to deep networks but most of them are either designed specific for their target tasks or computationally inefficient for large networks. In this paper, we propose a novel active learning method that is simple but task-agnostic, and works efficiently with the deep networks. We attach a small parametric module, named "loss prediction module," to a target network, and learn it to predict target losses of unlabeled inputs. Then, this module can suggest data that the target model is likely to produce a wrong prediction. This method is task-agnostic as networks are learned from a single loss regardless of target tasks. We rigorously validate our method through image classification, object detection, and human pose estimation, with the recent network architectures. The results demonstrate that our method consistently outperforms the previous methods over the tasks.

📄 PDF Abstract BibTeX arXiv:1905.03677

Code (7)

Mephisto405/Learning-Loss-for-Active-Learning pytorch
ashley-kim521/11785-project-active-learning-for-YOLO pytorch
dsba-lab/openal pytorch
euphoria0-0/Learning-Loss-for-Active-Learning pytorch
razvancaramalau/Sequential-GCN-for-Active-Learning pytorch
seominseok0429/Learning-Loss-for-Active-Learning-Pytorch pytorch
siyuhuang/TOD pytorch

Tasks

Active Learningimage-classificationImage Classificationobject-detectionObject DetectionPose Estimation

Similar Papers 제목 키워드 기반

A Unified Model for Extractive and Abstractive Summarization using Inconsistency Loss

2018-07-05 · AAAI 2018 7 · Wan-TingHsu1, Chieh-KaiLin1, Ming-YingLee1, KeruiMin2 외

We propose a unified model combining the strength of extractive and abstractive summarization. On the one hand, a simple extractive model can obtain sentence-level attention with high ROUGE scores but less readable. On th…

Abstractive Text SummarizationSentence

A Unified Model for Extractive and Abstractive Summarization using Inconsistency Loss

2018-05-16 · ACL 2018 7 · Wan-Ting Hsu, Chieh-Kai Lin, Ming-Ying Lee, Kerui Min 외

We propose a unified model combining the strength of extractive and abstractive summarization. On the one hand, a simple extractive model can obtain sentence-level attention with high ROUGE scores but less readable. On t…

Abstractive Text SummarizationSentence

Active Negative Loss Functions for Learning with Noisy Labels

2023-09-21 · NeurIPS 2023 11

Robust loss functions are essential for training deep neural networks in the presence of noisy labels. Some robust loss functions use Mean Absolute Error (MAE) as its necessary component. For example, the recently propos…

Surrogate Losses in Passive and Active Learning

2012-07-16 · Steve Hanneke, Liu Yang

Active learning is a type of sequential design for supervised machine learning, in which the learning algorithm sequentially requests the labels of selected instances from a large pool of unlabeled data points. The objec…

Active Learning

Online Active Learning of Reject Option Classifiers

2019-06-14 · Kulin Shah, Naresh Manwani

Active learning is an important technique to reduce the number of labeled examples in supervised learning. Active learning for binary classification has been well addressed in machine learning. However, active learning o…

Active LearningBinary ClassificationGeneral Classification