CGTrack: Cascade Gating Network with Hierarchical Feature Aggregation for UAV Tracking
Weihong Li, Xiaoqiong Liu, Heng Fan, Libo Zhang
TL;DR
This work tackles robust UAV tracking on edge devices by combining a lightweight hierarchical ViT backbone with a coarse-to-fine architecture. It introduces the Hierarchical Feature Cascade (HFC) to fuse multi-level features through feature reuse and residual gating, and the Lightweight Gated Center Head (LGCH) to extract fine-grained discriminative cues via Hadamard-product gating in an EG block. When integrated, CGTrack achieves state-of-the-art performance on UAV123, UAV123@10fps, and UAVTrack112 while maintaining high speed, validated by comprehensive ablations and qualitative results. The approach demonstrates that expanding network capacity through cascade gating and gating-based feature refinement can close the gap between efficient edge models and robust UAV tracking capabilities, with code to follow.
Abstract
Recent advancements in visual object tracking have markedly improved the capabilities of unmanned aerial vehicle (UAV) tracking, which is a critical component in real-world robotics applications. While the integration of hierarchical lightweight networks has become a prevalent strategy for enhancing efficiency in UAV tracking, it often results in a significant drop in network capacity, which further exacerbates challenges in UAV scenarios, such as frequent occlusions and extreme changes in viewing angles. To address these issues, we introduce a novel family of UAV trackers, termed CGTrack, which combines explicit and implicit techniques to expand network capacity within a coarse-to-fine framework. Specifically, we first introduce a Hierarchical Feature Cascade (HFC) module that leverages the spirit of feature reuse to increase network capacity by integrating the deep semantic cues with the rich spatial information, incurring minimal computational costs while enhancing feature representation. Based on this, we design a novel Lightweight Gated Center Head (LGCH) that utilizes gating mechanisms to decouple target-oriented coordinates from previously expanded features, which contain dense local discriminative information. Extensive experiments on three challenging UAV tracking benchmarks demonstrate that CGTrack achieves state-of-the-art performance while running fast. Code will be available at https://github.com/Nightwatch-Fox11/CGTrack.
