CVSep 12, 2023

Self-Training and Multi-Task Learning for Limited Data: Evaluation Study on Object Detection

arXiv:2309.06288v12 citationsh-index: 3
Originality Synthesis-oriented
AI Analysis

This work addresses data scarcity in object detection, but it is incremental as it builds on existing self-training and multi-task learning frameworks.

The paper tackles the problem of object detection with limited annotated data by comparing self-training with a weak teacher and multi-task learning using partially annotated data, showing performance improvements in experiments.

Self-training allows a network to learn from the predictions of a more complicated model, thus often requires well-trained teacher models and mixture of teacher-student data while multi-task learning jointly optimizes different targets to learn salient interrelationship and requires multi-task annotations for each training example. These frameworks, despite being particularly data demanding have potentials for data exploitation if such assumptions can be relaxed. In this paper, we compare self-training object detection under the deficiency of teacher training data where students are trained on unseen examples by the teacher, and multi-task learning with partially annotated data, i.e. single-task annotation per training example. Both scenarios have their own limitation but potentially helpful with limited annotated data. Experimental results show the improvement of performance when using a weak teacher with unseen data for training a multi-task student. Despite the limited setup we believe the experimental results show the potential of multi-task knowledge distillation and self-training, which could be beneficial for future study. Source code is at https://lhoangan.github.io/multas.

Foundations

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

Your Notes