paper-with-me

Papers

Saliency-Associated Object Tracking

2021-08-08 · ICCV 2021 10 · Zikun Zhou, Wenjie Pei, Xin Li, Hongpeng Wang, Feng Zheng, Zhenyu He

Most existing trackers based on deep learning perform tracking in a holistic strategy, which aims to learn deep representations of the whole target for localizing the target. It is arduous for such methods to track targets with various appearance variations. To address this limitation, another type of methods adopts a part-based tracking strategy which divides the target into equal patches and tracks all these patches in parallel. The target state is inferred by summarizing the tracking results of these patches. A potential limitation of such trackers is that not all patches are equally informative for tracking. Some patches that are not discriminative may have adverse effects. In this paper, we propose to track the salient local parts of the target that are discriminative for tracking. In particular, we propose a fine-grained saliency mining module to capture the local saliencies. Further, we design a saliency-association modeling module to associate the captured saliencies together to learn effective correlation representations between the exemplar and the search image for state estimation. Extensive experiments on five diverse datasets demonstrate that the proposed method performs favorably against state-of-the-art trackers.

📄 PDF Abstract BibTeX arXiv:2108.03637

Code (1)

zikunzhou/saot 공식 구현 pytorch

Tasks

ObjectObject TrackingState Estimation

Similar Papers 제목 키워드 기반

Non-rigid Object Tracking via Deep Multi-scale Spatial-temporal Discriminative Saliency Maps

2018-02-22 · Pingping Zhang, Wei Liu, Dong Wang, Yinjie Lei 외

In this paper, we propose a novel effective non-rigid object tracking framework based on the spatial-temporal consistent saliency detection. In contrast to most existing trackers that utilize a bounding box to specify th…

ObjectObject TrackingSaliency DetectionVisual Tracking

A Neuromorphic Proto-Object Based Dynamic Visual Saliency Model with an FPGA Implementation

2020-02-27 · Jamal Lottier Molin, Chetan Singh Thakur, Ralph Etienne-Cummings, Ernst Niebur

The ability to attend to salient regions of a visual scene is an innate and necessary preprocessing step for both biological and engineered systems performing high-level visual tasks (e.g. object detection, tracking, and…

Computational Efficiencyobject-detectionObject Detection

SGDViT: Saliency-Guided Dynamic Vision Transformer for UAV Tracking

2023-03-08 · Liangliang Yao, Changhong Fu, Sihang Li, Guangze Zheng 외

Vision-based object tracking has boosted extensive autonomous applications for unmanned aerial vehicles (UAVs). However, the dynamic changes in flight maneuver and viewpoint encountered in UAV tracking pose significant d…

Object Tracking

Backtracking Spatial Pyramid Pooling (SPP)-based Image Classifier for Weakly Supervised Top-down Salient Object Detection

2016-11-16 · Hisham Cholakkal, Jubin Johnson, Deepu Rajan

Top-down saliency models produce a probability map that peaks at target locations specified by a task/goal such as object detection. They are usually trained in a fully supervised setting involving pixel-level annotation…

object-detectionObject DetectionRGB Salient Object DetectionSalient Object Detection

Saliency for free: Saliency prediction as a side-effect of object recognition

2021-07-20 · Carola Figueroa-Flores, David Berga, Joost van der Weijer, Bogdan Raducanu

Saliency is the perceptual capacity of our visual system to focus our attention (i.e. gaze) on relevant objects. Neural networks for saliency estimation require ground truth saliency maps for training which are usually a…

Object RecognitionSaliency Prediction