ReferTrack: Referring Then Tracking for Embodied Visual Tracking

Hanjing Ye, Tianle Zeng, Jiazhao Zhang, Shaoan Wang, Zibo Zhang, Weisi Situ, Yuchen Zhou, Yonggen Ling, Hong Zhang

arXiv:2607.20061 · 2026-07-24 공개 · arXiv · PDF

vision-language-action robotics sim-to-real temporal-viewpoint-bbox evt-bench single-view-tracking sliding-window-queue refer-qa

Abstract

Embodied visual tracking (EVT) requires a mobile agent to continuously follow a specific target described in natural language using only onboard vision. While recent vision-language-action (VLA) policies unify target identification and trajectory planning, their chain-of-thought (CoT) reasoning often operates in abstract spatial latents that are difficult to supervise and weakly aligned with explicit image-space detections. To address this, we introduce ReferTrack, a referring-then-tracking paradigm that grounds EVT using a single forward-facing camera. Our model first selects the target from an indexed set of bounding boxes, then decodes tracking waypoints conditioned on this image-grounded decision. To preserve target motion cues over time, ReferTrack maintains a sliding-window queue of previously selected bounding boxes, injecting their geometric features into the visual history via temporal-viewpoint-bbox indicator (TVBI) tokens. We further enhance target identification by co-training on a custom Refer-QA dataset. On EVT-Bench, ReferTrack achieves state-of-the-art single-view performance with success rates of 89.4%, 73.3%, and 74.1% on the single-target, distracted, and ambiguity tracking splits, respectively -- matching or even surpassing several multi-camera baselines on identification-heavy tasks. Finally, real-world deployments on legged and humanoid robots validate its robust sim-to-real transfer capabilities. Code is available at https://github.com/MedlarTea/referTrack.

한국어 요약

한 줄 요약

ReferTrack은 단일 전면 카메라 기반의 언어 지시 추적 문제를 해결하기 위해 언급 후 추적 방식을 도입한 VLA 모델로, EVT-Bench에서 최고 성능을 달성한다.

핵심 기여도

핵심 아이디어

기존 VLA 모델은 추적 대상 식별과 경로 계획을 추상적인 공간 잠재 공간에서 처리하여 시각적 정합성이 약한 문제가 있었다. ReferTrack은 이를 해결하기 위해 **이미지 공간의 바운딩 박스 기반 선택**을 핵심 아이디어로 삼았다. 모델은 먼저 **Refer-CoT 토큰**을 통해 바운딩 박스 목록 중 하나를 선택하고, 이 선택을 기반으로 추적 경로를 생성한다.

추가적으로, **TVBI 토큰**을 도입하여 이전 선택된 바운딩 박스의 기하학 정보를 추적 정책에 주입함으로써 시간에 따른 대상의 움직임을 보존한다. 이는 추적 정확도를 높이고, 복잡한 환경에서의 추적 안정성을 향상시킨다.

기술적 접근법

주요 결과

의의 및 한계

ReferTrack은 추적 대상 식별과 경로 계획을 명확히 분리하면서도, 이미지 기반 추론을 통해 추적 정확도를 높이는 새로운 패러다임을 제시한다. 특히, **TVBI 토큰**을 통해 시간적 정보를 효과적으로 활용함으로써, 복잡한 환경에서도 추적 안정성을 유지할 수 있다.

그러나, **단일 카메라**로 인한 시야 제한이 여전히 한계로 작용할 수 있으며, **복잡한 다중 대상 추적** 상황에서는 추가적인 개선이 필요하다. 또한, **강화 학습 없이 순수 SFT 기반**으로 학습된 모델이므로, 정교한 정책 최적화가 필요한 상황에서는 한계가 있을 수 있다.

실용적 활용

ReferTrack은 **다양한 이동 로봇**(족보형, 인형형 로봇)에 적용 가능하며, **실내/실외 환경에서의 언어 지시 추적**에 유용하다. 특히, **시각-언어 정합성이 중요한 서비스 로봇**이나 **보행자 추적 시스템** 등에 활용 가능하다.