paper-with-me

홈 › Papers

CREST: Convolutional Residual Learning for Visual Tracking

2017-08-01 · ICCV 2017 10 · Yibing Song, Chao Ma, Lijun Gong, Jiawei Zhang, Rynson Lau, Ming-Hsuan Yang

Discriminative correlation filters (DCFs) have been shown to perform superiorly in visual tracking. They only need a small set of training samples from the initial frame to generate an appearance model. However, existing DCFs learn the filters separately from feature extraction, and update these filters using a moving average operation with an empirical weight. These DCF trackers hardly benefit from the end-to-end training. In this paper, we propose the CREST algorithm to reformulate DCFs as a one-layer convolutional neural network. Our method integrates feature extraction, response map generation as well as model update into the neural networks for an end-to-end training. To reduce model degradation during online update, we apply residual learning to take appearance changes into account. Extensive experiments on the benchmark datasets demonstrate that our CREST tracker performs favorably against state-of-the-art trackers.

📄 PDF Abstract BibTeX arXiv:1708.00225

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Tracking

Similar Papers 제목 키워드 기반

Robust Visual Object Tracking with Two-Stream Residual Convolutional Networks

2020-05-13 · Ning Zhang, Jingen Liu, Ke Wang, Dan Zeng 외

The current deep learning based visual tracking approaches have been very successful by learning the target classification and/or estimation model from a large amount of supervised training data in offline mode. However,…

Object TrackingVisual Object TrackingVisual TrackingVocal Bursts Valence Prediction

Meta-Tracker: Fast and Robust Online Adaptation for Visual Object Trackers

2018-01-09 · ECCV 2018 9 · Eunbyung Park, Alexander C. Berg

This paper improves state-of-the-art visual object trackers that use online adaptation. Our core contribution is an offline meta-learning-based method to adjust the initial deep networks used in online adaptation-based t…

Meta-Learning

KamonBench: A Grammar-Based Dataset for Evaluating Compositional Factor Recovery in Vision-Language Models

2026-05-13 · Richard Sproat, Stefano Peluchetti arxiv

Kamon (family crests) are an important part of Japanese culture and a natural test case for compositional visual recognition: each crest combines a small number of symbolic choices, but the space of possible descriptions…

CREST: Cross-modal Resonance through Evidential Deep Learning for Enhanced Zero-Shot Learning

2024-04-15 · Haojian Huang, Xiaozhen Qiao, Zhuo Chen, Haodong Chen 외

Zero-shot learning (ZSL) enables the recognition of novel classes by leveraging semantic knowledge transfer from known to unknown categories. This knowledge, typically encapsulated in attribute descriptions, aids in iden…

AttributeTransfer LearningVisual LocalizationZero-Shot Learning

Understanding and Steering the Cognitive Behaviors of Reasoning Models at Test-Time

2025-12-31 · Zhenyu Zhang, Xiaoxia Wu, Zhongzhu Zhou, Qingyang Wu 외 arxiv

Large Language Models (LLMs) often rely on long chain-of-thought (CoT) reasoning to solve complex tasks. While effective, these trajectories are frequently inefficient, leading to high latency from excessive token genera…