A New Dataset and a Distractor-Aware Architecture for Transparent Object Tracking
Alan Lukezic, Ziga Trojer, Jiri Matas, Matej Kristan
TL;DR
This paper addresses the gap in transparent object tracking by introducing Trans2k, the first large-scale, renderable training dataset with bounding boxes, segmentation masks, and distractor annotations, enabling deep trackers to learn background-dependent appearances. It also proposes DiTra, a distractor-aware architecture that separates localization from target identification through two parallel branches (pose-aware and distractor-aware) guided by a transformer-based image encoding module, with a two-phase training regime. Trans2k-trained models show consistent gains across major trackers on TOTB, with DiTra achieving state-of-the-art performance for transparent objects and strong generalization to opaque tracking. The work provides a practical framework for training and deploying robust transparent-object trackers and suggests avenues for long-term re-detection and specialized feature extraction to address remaining failure modes.
Abstract
Performance of modern trackers degrades substantially on transparent objects compared to opaque objects. This is largely due to two distinct reasons. Transparent objects are unique in that their appearance is directly affected by the background. Furthermore, transparent object scenes often contain many visually similar objects (distractors), which often lead to tracking failure. However, development of modern tracking architectures requires large training sets, which do not exist in transparent object tracking. We present two contributions addressing the aforementioned issues. We propose the first transparent object tracking training dataset Trans2k that consists of over 2k sequences with 104,343 images overall, annotated by bounding boxes and segmentation masks. Standard trackers trained on this dataset consistently improve by up to 16%. Our second contribution is a new distractor-aware transparent object tracker (DiTra) that treats localization accuracy and target identification as separate tasks and implements them by a novel architecture. DiTra sets a new state-of-the-art in transparent object tracking and generalizes well to opaque objects.
