paper-with-me

Papers

GradNet: Gradient-Guided Network for Visual Object Tracking

2019-09-15 · ICCV 2019 10 · Peixia Li, Bo-Yu Chen, Wanli Ouyang, Dong Wang, Xiaoyun Yang, Huchuan Lu

The fully-convolutional siamese network based on template matching has shown great potentials in visual tracking. During testing, the template is fixed with the initial target feature and the performance totally relies on the general matching ability of the siamese network. However, this manner cannot capture the temporal variations of targets or background clutter. In this work, we propose a novel gradient-guided network to exploit the discriminative information in gradients and update the template in the siamese network through feed-forward and backward operations. Our algorithm performs feed-forward and backward operations to exploit the discriminative informaiton in gradients and capture the core attention of the target. To be specific, the algorithm can utilize the information from the gradient to update the template in the current frame. In addition, a template generalization training method is proposed to better use gradient information and avoid overfitting. To our knowledge, this work is the first attempt to exploit the information in the gradient for template update in siamese-based trackers. Extensive experiments on recent benchmarks demonstrate that our method achieves better performance than other state-of-the-art trackers.

📄 PDF Abstract BibTeX arXiv:1909.06800

Code (2)

LPXTT/GradNet-Pytorch 공식 구현 tf
LPXTT/GradNet-Tensorflow 공식 구현 tf

Tasks

ObjectObject TrackingTemplate MatchingVisual Object TrackingVisual Tracking

Methods 이 논문이 사용한 방법론

Siamese Network 설명 없음

Similar Papers 제목 키워드 기반

Gradient Networks

2024-04-10 · Shreyas Chaudhari, Srinivasa Pranav, José M. F. Moura

Directly parameterizing and learning gradients of functions has widespread significance, with specific applications in inverse problems, generative modeling, and optimal transport. This paper introduces gradient networks…

GradNetOT: Learning Optimal Transport Maps with GradNets

2025-07-17 · Shreyas Chaudhari, Srinivasa Pranav, José M. F. Moura

Monotone gradient functions play a central role in solving the Monge formulation of the optimal transport problem, which arises in modern applications ranging from fluid dynamics to robot swarm control. When the transpor…

Adversarial Attack for RGB-Event based Visual Object Tracking

2025-04-19 · Qiang Chen, Xiao Wang, Haowen Wang, Bo Jiang 외

Visual object tracking is a crucial research topic in the fields of computer vision and multi-modal fusion. Among various approaches, robust visual tracking that combines RGB frames with Event streams has attracted incre…

Adversarial AttackObject TrackingVisual Object TrackingVisual Tracking

VSE-MOT: Multi-Object Tracking in Low-Quality Video Scenes Guided by Visual Semantic Enhancement

2025-09-17 · Jun Du, Weiwei Xing, Ming Li, Fei Richard Yu arxiv

Current multi-object tracking (MOT) algorithms typically overlook issues inherent in low-quality videos, leading to significant degradation in tracking performance when confronted with real-world image deterioration. The…

Multi-Object Tracking

CD-RMOT-Bench: Benchmarking the Cross-Domain Referring Multi-Object Tracking

2026-07-28 · Xiangqun Zhang, Likai Wang, Zekun Qian, Ruize Han 외 arxiv

Referring multi-object tracking (RMOT) extends tracking from category-driven perception to language-guided understanding by grounding object trajectories in natural-language expressions. Despite recent progress, existing…

Multi-Object TrackingObject Detection