paper-with-me

Papers

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 contextual situations. In fact, the spatial-temporal information can provide diverse features to enhance the target representation, and the context information is important for online adaption of target localization. To comprehensively leverage the spatial-temporal structure of historical target exemplars and get benefit from the context information, in this work, we present a novel Graph Convolutional Tracking (GCT) method for high-performance visual tracking. Specifically, the GCT jointly incorporates two types of Graph Convolutional Networks (GCNs) into a siamese framework for target appearance modeling. Here, we adopt a spatial-temporal GCN to model the structured representation of historical target exemplars. Furthermore, a context GCN is designed to utilize the context of the current frame to learn adaptive features for target localization. Extensive results on 4 challenging benchmarks show that our GCT method performs favorably against state-of-the-art trackers while running around 50 frames per second.

📄 PDF Abstract BibTeX

Code (1)

leoandeol/graph-convolutional-tracking pytorch

Tasks

Visual Tracking

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Graph Convolutional Network for Multi-Target Multi-Camera Vehicle Tracking

2022-11-28 · Elena Luna, Juan Carlos San Miguel, José María Martínez, Marcos Escudero-Viñolo

This letter focuses on the task of Multi-Target Multi-Camera vehicle tracking. We propose to associate single-camera trajectories into multi-camera global trajectories by training a Graph Convolutional Network. Our appro…

Visual Object Tracking by Segmentation with Graph Convolutional Network

2020-09-05 · Bo Jiang, Panpan Zhang, Lili Huang

Segmentation-based tracking has been actively studied in computer vision and multimedia. Superpixel based object segmentation and tracking methods are usually developed for this task. However, they independently perform …

ObjectObject TrackingSegmentationSemantic Segmentation+2

Multiple Pedestrians and Vehicles Tracking in Aerial Imagery: A Comprehensive Study

2020-10-19 · Seyed Majid Azimi, Maximilian Kraus, Reza Bahmanyar, Peter Reinartz

In this paper, we address various challenges in multi-pedestrian and vehicle tracking in high-resolution aerial imagery by intensive evaluation of a number of traditional and Deep Learning based Single- and Multi-Object …

Multi-Object TrackingObjectObject Tracking

TGCN: Time Domain Graph Convolutional Network for Multiple Objects Tracking

2021-01-06 · Jie Zhang

Multiple object tracking is to give each object an id in the video. The difficulty is how to match the predicted objects and detected objects in same frames. Matching features include appearance features, location featur…

Multiple Object TrackingObjectObject Tracking

HVC-Net: Unifying Homography, Visibility, and Confidence Learning for Planar Object Tracking

2022-09-19 · Haoxian Zhang, Yonggen Ling

Robust and accurate planar tracking over a whole video sequence is vitally important for many vision applications. The key to planar object tracking is to find object correspondences, modeled by homography, between the r…

ObjectObject Tracking