UAV-OVVIS: Unmanned Aerial Vehicles Also Need Open-Vocabulary Video Instance Segmentation

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, extended

Summary

A new task, UAV Open-Vocabulary Video Instance Segmentation (UAV-OVVIS), is introduced to enable flexible, fine-grained instance-level dynamic understanding in Unmanned Aerial Vehicle (UAV) videos. This task discovers targets based on open-vocabulary queries and outputs instance-level segmentation trajectories with globally consistent identities. To address the scarcity of instance-level annotations in UAV scenarios, the authors propose AeroTrack, a training-free unified framework. AeroTrack reuses existing visual foundation models (VFMs) by decoupling UAV-OVVIS into periodic open-vocabulary detection, short-segment mask propagation, and cross-segment identity unification via Lifecycle-aware ID Association (LIA). The framework instantiates five variants and is evaluated on AeroVIS, a new benchmark containing 9 UAV object categories and 8,279 trajectories. Experiments show AeroTrack substantially outperforms existing general video instance segmentation methods in UAV scenarios, demonstrating strong open-vocabulary robustness and generalization, while also offering significant memory efficiency for long videos.

Key takeaway

For Machine Learning Engineers developing UAV video analytics, existing general video instance segmentation methods often fall short in complex aerial scenarios. You should consider adopting the AeroTrack framework to achieve robust open-vocabulary instance segmentation. Its training-free approach, leveraging existing visual foundation models, significantly improves performance and memory efficiency for long, dense UAV videos. Implement periodic detection and Lifecycle-aware ID Association to maintain consistent object identities across segments.

Key insights

UAV-OVVIS enables flexible, fine-grained instance segmentation in UAV videos by reusing existing visual foundation models.

Principles

Method

AeroTrack periodically detects objects on key frames, propagates instance masks within short segments, and unifies cross-segment identities using Lifecycle-aware ID Association (LIA).

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.