Track Anything Rapter(TAR)
Tharun V. Puthanveettil, Fnu Obaid ur Rahman
TL;DR
Track Anything Rapter (TAR) presents a UAV-based system that detects, segments, and tracks arbitrary targets using multimodal queries by integrating Segment Anything Model (SAM), DINO, and CLIP within a visual servoing framework. It addresses open-set adaptability and intuitive user interaction by enabling object specification through bounding boxes, image templates, or clicks, paired with a proportional high-level controller implemented in ROS2/MAVROS on a PX4-enabled drone. The evaluation, combining ROS2 Gazebo simulations and real hardware with Vicon ground truth, demonstrates robust tracking under occlusion and across modalities, with DTW-based trajectory comparison showing DINO-based tracking achieving the best alignment (lowest mean DTW). Core contributions include a bespoke ROS2-based evaluation pipeline, a ground-truth–backed control loop, and DTW-based trajectory assessment, underscoring TAR's potential for flexible, real-time aerial tracking in dynamic environments.
Abstract
Object tracking is a fundamental task in computer vision with broad practical applications across various domains, including traffic monitoring, robotics, and autonomous vehicle tracking. In this project, we aim to develop a sophisticated aerial vehicle system known as Track Anything Rapter (TAR), designed to detect, segment, and track objects of interest based on user-provided multimodal queries, such as text, images, and clicks. TAR utilizes cutting-edge pre-trained models like DINO, CLIP, and SAM to estimate the relative pose of the queried object. The tracking problem is approached as a Visual Servoing task, enabling the UAV to consistently focus on the object through advanced motion planning and control algorithms. We showcase how the integration of these foundational models with a custom high-level control algorithm results in a highly stable and precise tracking system deployed on a custom-built PX4 Autopilot-enabled Voxl2 M500 drone. To validate the tracking algorithm's performance, we compare it against Vicon-based ground truth. Additionally, we evaluate the reliability of the foundational models in aiding tracking in scenarios involving occlusions. Finally, we test and validate the model's ability to work seamlessly with multiple modalities, such as click, bounding box, and image templates.
