HAD: Hierarchical Asymmetric Distillation to Bridge Spatio-Temporal Gaps in Event-Based Object Tracking
Yao Deng, Xian Zhong, Wenxuan Liu, Zhaofei Yu, Jingling Yuan, Tiejun Huang
TL;DR
HAD addresses the spatio-temporal asymmetry between RGB frames and event streams in single-object tracking by introducing a hierarchical distillation framework. It explicitly aligns temporal dynamics through a GRU-based Temporal Alignment module and enforces geometry-aware spatial alignment via Spatial-Aligned Optimal Transport, enabling an event-only student to inherit bimodal teacher knowledge. Across EventVOT, COESOT, and VisEvent, HAD achieves state-of-the-art or competitive performance for unimodal event tracking while preserving efficiency, and ablations validate the necessity of each alignment component. The approach offers a practical path to robust cross-modal perception by leveraging rich RGB information during training while maintaining modality independence at inference, with potential extensions to additional modalities in future work.
Abstract
RGB cameras excel at capturing rich texture details with high spatial resolution, whereas event cameras offer exceptional temporal resolution and a high dynamic range (HDR). Leveraging their complementary strengths can substantially enhance object tracking under challenging conditions, such as high-speed motion, HDR environments, and dynamic background interference. However, a significant spatio-temporal asymmetry exists between these two modalities due to their fundamentally different imaging mechanisms, hindering effective multi-modal integration. To address this issue, we propose {Hierarchical Asymmetric Distillation} (HAD), a multi-modal knowledge distillation framework that explicitly models and mitigates spatio-temporal asymmetries. Specifically, HAD proposes a hierarchical alignment strategy that minimizes information loss while maintaining the student network's computational efficiency and parameter compactness. Extensive experiments demonstrate that HAD consistently outperforms state-of-the-art methods, and comprehensive ablation studies further validate the effectiveness and necessity of each designed component. The code will be released soon.
