paper-with-me

홈 › Papers

LightFC-X: Lightweight Convolutional Tracker for RGB-X Tracking

2025-02-25 · Yunfeng Li, Bo wang, Ye Li

Despite great progress in multimodal tracking, these trackers remain too heavy and expensive for resource-constrained devices. To alleviate this problem, we propose LightFC-X, a family of lightweight convolutional RGB-X trackers that explores a unified convolutional architecture for lightweight multimodal tracking. Our core idea is to achieve lightweight cross-modal modeling and joint refinement of the multimodal features and the spatiotemporal appearance features of the target. Specifically, we propose a novel efficient cross-attention module (ECAM) and a novel spatiotemporal template aggregation module (STAM). The ECAM achieves lightweight cross-modal interaction of template-search area integrated feature with only 0.08M parameters. The STAM enhances the model's utilization of temporal information through module fine-tuning paradigm. Comprehensive experiments show that our LightFC-X achieves state-of-the-art performance and the optimal balance between parameters, performance, and speed. For example, LightFC-T-ST outperforms CMD by 4.3% and 5.7% in SR and PR on the LasHeR benchmark, which it achieves 2.6x reduction in parameters and 2.7x speedup. It runs in real-time on the CPU at a speed of 22 fps. The code is available at https://github.com/LiYunfengLYF/LightFC-X.

📄 PDF Abstract BibTeX arXiv:2502.18143

Code (1)

liyunfenglyf/lightfc-x 공식 구현 pytorch

Tasks

CPU

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…

Similar Papers 제목 키워드 기반

Lightweight Full-Convolutional Siamese Tracker

2023-10-09 · Yunfeng Li, Bo wang, Xueyi Wu, Zhuoyan Liu 외

Although single object trackers have achieved advanced performance, their large-scale models hinder their application on limited resources platforms. Moreover, existing lightweight trackers only achieve a balance between…

Deep Learning-based Lightweight RGB Object Tracking for Augmented Reality Devices

2025-10-04 · Alice Smith, Bob Johnson, Xiaoyu Zhu, Carol Lee arxiv

Augmented Reality (AR) applications often require robust real-time tracking of objects in the user's environment to correctly overlay virtual content. Recent advances in computer vision have produced highly accurate deep…

Knowledge DistillationObject Tracking

Blending of Learning-based Tracking and Object Detection for Monocular Camera-based Target Following

2020-08-21 · Pranoy Panda, Martin Barczyk

Deep learning has recently started being applied to visual tracking of generic objects in video streams. For the purposes of robotics applications, it is very important for a target tracker to recover its track if it is …

Objectobject-detectionObject DetectionVisual Tracking

DCFNet: Discriminant Correlation Filters Network for Visual Tracking

2017-04-13 · Qiang Wang, Jin Gao, Junliang Xing, Mengdan Zhang 외

Discriminant Correlation Filters (DCF) based methods now become a kind of dominant approach to online object tracking. The features used in these methods, however, are either based on hand-crafted features like HoGs, or …

image-classificationObject TrackingVisual Tracking

DarkLighter: Light Up the Darkness for UAV Tracking

2021-07-30 · Junjie Ye, Changhong Fu, Guangze Zheng, Ziang Cao 외

Recent years have witnessed the fast evolution and promising performance of the convolutional neural network (CNN)-based trackers, which aim at imitating biological visual systems. However, current CNN-based trackers can…