paper-with-me

홈 › Papers

On the Interaction Between Deep Detectors and Siamese Trackers in Video Surveillance

2019-10-31 · Madhu Kiran, Vivek Tiwari, Le Thanh Nguyen-Meidine, Eric Granger

Visual object tracking is an important function in many real-time video surveillance applications, such as localization and spatio-temporal recognition of persons. In real-world applications, an object detector and tracker must interact on a periodic basis to discover new objects, and thereby to initiate tracks. Periodic interactions with the detector can also allow the tracker to validate and/or update its object template with new bounding boxes. However, bounding boxes provided by a state-of-the-art detector are noisy, due to changes in appearance, background and occlusion, which can cause the tracker to drift. Moreover, CNN-based detectors can provide a high level of accuracy at the expense of computational complexity, so interactions should be minimized for real-time applications. In this paper, a new approach is proposed to manage detector-tracker interactions for trackers from the Siamese-FC family. By integrating a change detection mechanism into a deep Siamese-FC tracker, its template can be adapted in response to changes in a target's appearance that lead to drifts during tracking. An abrupt change detection triggers an update of tracker template using the bounding box produced by the detector, while in the case of a gradual change, the detector is used to update an evolving set of templates for robust matching. Experiments were performed using state-of-the-art Siamese-FC trackers and the YOLOv3 detector on a subset of videos from the OTB-100 dataset that mimic video surveillance scenarios. Results highlight the importance for reliable VOT of using accurate detectors. They also indicate that our adaptive Siamese trackers are robust to noisy object detections, and can significantly improve the performance of Siamese-FC tracking.

📄 PDF Abstract BibTeX arXiv:1910.14552

Code (0)

등록된 구현이 없습니다.

Tasks

Change DetectionObjectObject TrackingVisual Object Tracking

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…
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$…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Detect or Track: Towards Cost-Effective Video Object Detection/Tracking

2018-11-13 · Hao Luo, Wenxuan Xie, Xinggang Wang, Wen-Jun Zeng

State-of-the-art object detectors and trackers are developing fast. Trackers are in general more efficient than detectors but bear the risk of drifting. A question is hence raised -- how to improve the accuracy of video …

Objectobject-detectionObject DetectionVideo Object Detection

Distilled Siamese Networks for Visual Tracking

2019-07-24 · Jianbing Shen, Yuanpei Liu, Xingping Dong, Xiankai Lu 외

In recent years, Siamese network based trackers have significantly advanced the state-of-the-art in real-time tracking. Despite their success, Siamese trackers tend to suffer from high memory costs, which restrict their …

Knowledge DistillationObject TrackingVisual Tracking

A Simple and Strong Baseline for Universal Targeted Attacks on Siamese Visual Tracking

2021-05-06 · Zhenbang Li, Yaya Shi, Jin Gao, Shaoru Wang 외

Siamese trackers are shown to be vulnerable to adversarial attacks recently. However, the existing attack methods craft the perturbations for each video independently, which comes at a non-negligible computational cost. …

Visual Tracking

Siamese Natural Language Tracker: Tracking by Natural Language Descriptions with Siamese Trackers

2019-12-04 · CVPR 2021 1 · Qi Feng, Vitaly Ablavsky, Qinxun Bai, Stan Sclaroff

We propose a novel Siamese Natural Language Tracker (SNLT), which brings the advancements in visual tracking to the tracking by natural language (NL) descriptions task. The proposed SNLT is applicable to a wide range of …

GPUObject TrackingRegion ProposalVisual Object Tracking+1

Cooling-Shrinking Attack: Blinding the Tracker with Imperceptible Noises

2020-03-21 · CVPR 2020 6 · Bin Yan, Dong Wang, Huchuan Lu, Xiaoyun Yang

Adversarial attack of CNN aims at deceiving models to misbehave by adding imperceptible perturbations to images. This feature facilitates to understand neural networks deeply and to improve the robustness of deep learnin…

Adversarial Attack