CVNov 8, 2023

Learning the What and How of Annotation in Video Object Segmentation

arXiv:2311.04414v224 citationsh-index: 14
AI Analysis

This addresses the tedious and time-consuming annotation process for video object segmentation, which is crucial for applications like video editing and data generation, though it is incremental as it builds on existing annotation methods.

The paper tackles the high annotation cost in video object segmentation by proposing EVA-VOS, a human-in-the-loop framework that selects frames and annotation types, resulting in masks with accuracy close to human agreement 3.5x faster than standard annotation.

Video Object Segmentation (VOS) is crucial for several applications, from video editing to video data generation. Training a VOS model requires an abundance of manually labeled training videos. The de-facto traditional way of annotating objects requires humans to draw detailed segmentation masks on the target objects at each video frame. This annotation process, however, is tedious and time-consuming. To reduce this annotation cost, in this paper, we propose EVA-VOS, a human-in-the-loop annotation framework for video object segmentation. Unlike the traditional approach, we introduce an agent that predicts iteratively both which frame ("What") to annotate and which annotation type ("How") to use. Then, the annotator annotates only the selected frame that is used to update a VOS module, leading to significant gains in annotation time. We conduct experiments on the MOSE and the DAVIS datasets and we show that: (a) EVA-VOS leads to masks with accuracy close to the human agreement 3.5x faster than the standard way of annotating videos; (b) our frame selection achieves state-of-the-art performance; (c) EVA-VOS yields significant performance gains in terms of annotation time compared to all other methods and baselines.

Foundations

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

Your Notes