paper-with-me

Papers

Representation Learning for Visual Object Tracking by Masked Appearance Transfer

2023-01-01 · CVPR 2023 1 · Haojie Zhao, Dong Wang, Huchuan Lu

Visual representation plays an important role in visual object tracking. However, few works study the tracking-specified representation learning method. Most trackers directly use ImageNet pre-trained representations. In this paper, we propose masked appearance transfer, a simple but effective representation learning method for tracking, based on an encoder-decoder architecture. First, we encode the visual appearances of the template and search region jointly, and then we decode them separately. During decoding, the original search region image is reconstructed. However, for the template, we make the decoder reconstruct the target appearance within the search region. By this target appearance transfer, the tracking-specified representations are learned. We randomly mask out the inputs, thereby making the learned representations more discriminative. For sufficient evaluation, we design a simple and lightweight tracker that can evaluate the representation for both target localization and box regression. Extensive experiments show that the proposed method is effective, and the learned representations can enable the simple tracker to obtain state-of-the-art performance on six datasets.

📄 PDF Abstract BibTeX

Code (1)

difhnp/mat 공식 구현 pytorch

Tasks

Appearance TransferDecoderObject TrackingRepresentation LearningVisual Object Tracking

Similar Papers 제목 키워드 기반

Siamese Masked Autoencoders

2023-05-23 · NeurIPS 2023 11

Establishing correspondence between images or scenes is a significant challenge in computer vision, especially given occlusions, viewpoint changes, and varying object appearances. In this paper, we present Siamese Masked…

Data AugmentationDecoderObjectSemantic Segmentation+2

Continuity-Discrimination Convolutional Neural Network for Visual Object Tracking

2021-04-18 · Shen Li, Bingpeng Ma, Hong Chang, Shiguang Shan 외

This paper proposes a novel model, named Continuity-Discrimination Convolutional Neural Network (CD-CNN), for visual object tracking. Existing state-of-the-art tracking methods do not deal with temporal relationship in v…

ObjectObject TrackingVisual Object Tracking

Masked Motion Encoding for Self-Supervised Video Representation Learning

2022-10-12 · CVPR 2023 1 · Xinyu Sun, Peihao Chen, LiangWei Chen, Changhao Li 외

How to learn discriminative video representation from unlabeled videos is challenging but crucial for video analysis. The latest attempts seek to learn a representation model by predicting the appearance contents in the …

MMEOptical Flow EstimationRepresentation LearningSelf-Supervised Action Recognition+1

Multi-Object Tracking by Hierarchical Visual Representations

2024-02-24 · Jinkun Cao, Jiangmiao Pang, Kris Kitani

We propose a new visual hierarchical representation paradigm for multi-object tracking. It is more effective to discriminate between objects by attending to objects' compositional visual regions and contrasting with the …

Multi-Object TrackingObjectObject Tracking

A topological solution to object segmentation and tracking

2021-07-05 · Thomas Tsao, Doris Y. Tsao

The world is composed of objects, the ground, and the sky. Visual perception of objects requires solving two fundamental challenges: segmenting visual input into discrete units, and tracking identities of these units des…

ObjectSegmentationSemantic Segmentation