paper-with-me

Papers

Learning Localization-aware Target Confidence for Siamese Visual Tracking

2022-04-29 · Jiahao Nie, Han Wu, Zhiwei He, Yuxiang Yang, Mingyu Gao, Zhekang Dong

Siamese tracking paradigm has achieved great success, providing effective appearance discrimination and size estimation by the classification and regression. While such a paradigm typically optimizes the classification and regression independently, leading to task misalignment (accurate prediction boxes have no high target confidence scores). In this paper, to alleviate this misalignment, we propose a novel tracking paradigm, called SiamLA. Within this paradigm, a series of simple, yet effective localization-aware components are introduced, to generate localization-aware target confidence scores. Specifically, with the proposed localization-aware dynamic label (LADL) loss and localization-aware label smoothing (LALS) strategy, collaborative optimization between the classification and regression is achieved, enabling classification scores to be aware of location state, not just appearance similarity. Besides, we propose a separate localization branch, centered on a localization-aware feature aggregation (LAFA) module, to produce location quality scores to further modify the classification scores. Consequently, the resulting target confidence scores, are more discriminative for the location state, allowing accurate prediction boxes tend to be predicted as high scores. Extensive experiments are conducted on six challenging benchmarks, including GOT-10k, TrackingNet, LaSOT, TNL2K, OTB100 and VOT2018. Our SiamLA achieves state-of-the-art performance in terms of both accuracy and efficiency. Furthermore, a stability analysis reveals that our tracking paradigm is relatively stable, implying the paradigm is potential to real-world applications.

📄 PDF Abstract BibTeX arXiv:2204.14093

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationregressionVisual Tracking

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

SiamMan: Siamese Motion-aware Network for Visual Tracking

2019-12-11 · Wenzhang Zhou, Longyin Wen, Libo Zhang, Dawei Du 외

In this paper, we present a novel siamese motion-aware network (SiamMan) for visual tracking, which consists of the siamese feature extraction subnetwork, followed by the classification, regression, and localization bran…

General ClassificationregressionVisual Tracking

Ranking-Based Siamese Visual Tracking

2022-05-24 · CVPR 2022 1 · Feng Tang, Qiang Ling

Current Siamese-based trackers mainly formulate the visual tracking into two independent subtasks, including classification and localization. They learn the classification subnetwork by processing each sample separately …

ClassificationVisual Tracking

3D Siamese Voxel-to-BEV Tracker for Sparse Point Clouds

2021-11-08 · NeurIPS 2021 12 · Le Hui, Lingpeng Wang, Mingmei Cheng, Jin Xie 외

3D object tracking in point clouds is still a challenging problem due to the sparsity of LiDAR points in dynamic environments. In this work, we propose a Siamese voxel-to-BEV tracker, which can significantly improve the …

3D Object TrackingObject Tracking

SiamRCR: Reciprocal Classification and Regression for Visual Object Tracking

2021-05-24 · Jinlong Peng, Zhengkai Jiang, Yueyang Gu, Yang Wu 외

Recently, most siamese network based trackers locate targets via object classification and bounding-box regression. Generally, they select the bounding-box with maximum classification confidence as the final prediction. …

ClassificationObjectObject Trackingregression+1

Graph Convolutional Tracking

2019-06-01 · CVPR 2019 6 · Junyu. Gao, Tianzhu Zhang, Changsheng Xu

Tracking by siamese networks has achieved favorable performance in recent years. However, most of existing siamese methods do not take full advantage of spatial-temporal target appearance modeling under different context…

Visual Tracking