Reinforced active learning for image segmentation
Arantxa Casanova, Pedro O. Pinheiro, Negar Rostamzadeh, Christopher J., Pal

TL;DR
This paper introduces a deep reinforcement learning-based active learning strategy for semantic segmentation that selects informative image regions for labeling, reducing annotation effort and addressing class imbalance.
Contribution
It proposes a novel deep RL approach with a modified DQN for region-based active learning in large-scale segmentation datasets, improving efficiency and class balance.
Findings
Requires 30% less labeled data to achieve comparable performance.
Asks for more labels of under-represented categories.
Improves class balance and segmentation accuracy.
Abstract
Learning-based approaches for semantic segmentation have two inherent challenges. First, acquiring pixel-wise labels is expensive and time-consuming. Second, realistic segmentation datasets are highly unbalanced: some categories are much more abundant than others, biasing the performance to the most represented ones. In this paper, we are interested in focusing human labelling effort on a small subset of a larger pool of data, minimizing this effort while maximizing performance of a segmentation model on a hold-out set. We present a new active learning strategy for semantic segmentation based on deep reinforcement learning (RL). An agent learns a policy to select a subset of small informative image regions -- opposed to entire images -- to be labeled, from a pool of unlabeled data. The region selection decision is made based on predictions and uncertainties of the segmentation model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsTest · Q-Learning · Dense Connections · Convolution · Deep Q-Network
