CVOct 2, 2020

Semantics through Time: Semi-supervised Segmentation of Aerial Videos with Iterative Label Propagation

arXiv:2010.01910v127 citations
Originality Incremental advance
AI Analysis

This addresses the tedious labeling bottleneck for low-altitude UAV applications, though it is an incremental improvement over existing label propagation methods.

The paper tackles the problem of reducing manual annotation effort for semantic segmentation in aerial videos by introducing SegProp, an iterative flow-based method that automatically annotates 98% of unlabeled frames with over 90% F-measure accuracy, and demonstrates improved performance in semi-supervised learning scenarios.

Semantic segmentation is a crucial task for robot navigation and safety. However, current supervised methods require a large amount of pixelwise annotations to yield accurate results. Labeling is a tedious and time consuming process that has hampered progress in low altitude UAV applications. This paper makes an important step towards automatic annotation by introducing SegProp, a novel iterative flow-based method, with a direct connection to spectral clustering in space and time, to propagate the semantic labels to frames that lack human annotations. The labels are further used in semi-supervised learning scenarios. Motivated by the lack of a large video aerial dataset, we also introduce Ruralscapes, a new dataset with high resolution (4K) images and manually-annotated dense labels every 50 frames - the largest of its kind, to the best of our knowledge. Our novel SegProp automatically annotates the remaining unlabeled 98% of frames with an accuracy exceeding 90% (F-measure), significantly outperforming other state-of-the-art label propagation methods. Moreover, when integrating other methods as modules inside SegProp's iterative label propagation loop, we achieve a significant boost over the baseline labels. Finally, we test SegProp in a full semi-supervised setting: we train several state-of-the-art deep neural networks on the SegProp-automatically-labeled training frames and test them on completely novel videos. We convincingly demonstrate, every time, a significant improvement over the supervised scenario.

Code Implementations2 repos
Foundations

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

Your Notes