CVNov 29, 2021

Learning Multiple Dense Prediction Tasks from Partially Annotated Data

arXiv:2111.14893v354 citations
Originality Incremental advance
AI Analysis

This addresses the need for label-efficient multi-task learning in computer vision, though it is incremental as it builds on existing multi-task and semi-supervised methods.

The paper tackles the problem of learning multiple dense prediction tasks from partially annotated data, where not all task labels are available per image, and demonstrates that their method outperforms existing semi-supervised approaches on three benchmarks.

Despite the recent advances in multi-task learning of dense prediction problems, most methods rely on expensive labelled datasets. In this paper, we present a label efficient approach and look at jointly learning of multiple dense prediction tasks on partially annotated data (i.e. not all the task labels are available for each image), which we call multi-task partially-supervised learning. We propose a multi-task training procedure that successfully leverages task relations to supervise its multi-task learning when data is partially annotated. In particular, we learn to map each task pair to a joint pairwise task-space which enables sharing information between them in a computationally efficient way through another network conditioned on task pairs, and avoids learning trivial cross-task relations by retaining high-level information about the input image. We rigorously demonstrate that our proposed method effectively exploits the images with unlabelled tasks and outperforms existing semi-supervised learning approaches and related methods on three standard benchmarks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes