Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning Loss for Active Learning

About

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.

Donggeun Yoo, In So Kweon• 2019

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR100
Accuracy65.7
331
Image ClassificationImageNet
Top-1 Accuracy63.2
324
Image ClassificationCIFAR10 (test)
Test Accuracy89.78
284
Image ClassificationCIFAR10
Accuracy86.7
240
Visual Active SearchDOTA
ANT0.37
162
Image ClassificationCaltech101 (test)
Accuracy94.18
121
3D Object DetectionKITTI (val)
AP3D (Moderate)55.38
85
Image ClassificationCIFAR-100 (test)
Accuracy61.93
78
Image ClassificationCaltech-256 (test)
Top-1 Acc78.14
59
Visual Active SearchxView (test)
ANT (C=25)104
54
Showing 10 of 34 rows

Other info

Follow for update