paper-with-me

Papers

Improving Visual Object Tracking through Visual Prompting

2024-09-27 · Shih-Fang Chen, Jun-Cheng Chen, I-Hong Jhuo, Yen-Yu Lin

Learning a discriminative model to distinguish a target from its surrounding distractors is essential to generic visual object tracking. Dynamic target representation adaptation against distractors is challenging due to the limited discriminative capabilities of prevailing trackers. We present a new visual Prompting mechanism for generic Visual Object Tracking (PiVOT) to address this issue. PiVOT proposes a prompt generation network with the pre-trained foundation model CLIP to automatically generate and refine visual prompts, enabling the transfer of foundation model knowledge for tracking. While CLIP offers broad category-level knowledge, the tracker, trained on instance-specific data, excels at recognizing unique object instances. Thus, PiVOT first compiles a visual prompt highlighting potential target locations. To transfer the knowledge of CLIP to the tracker, PiVOT leverages CLIP to refine the visual prompt based on the similarities between candidate objects and the reference templates across potential targets. Once the visual prompt is refined, it can better highlight potential target locations, thereby reducing irrelevant prompt information. With the proposed prompting mechanism, the tracker can generate improved instance-aware feature maps through the guidance of the visual prompt, thus effectively reducing distractors. The proposed method does not involve CLIP during training, thereby keeping the same training complexity and preserving the generalization capability of the pretrained foundation model. Extensive experiments across multiple benchmarks indicate that PiVOT, using the proposed prompting method can suppress distracting objects and enhance the tracker.

📄 PDF Abstract BibTeX arXiv:2409.18901

Code (1)

chenshihfang/GOT 공식 구현 pytorch

Tasks

ObjectObject TrackingVisual Object TrackingVisual PromptingVisual Tracking

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

USS: Unified Spatial-Semantic Prompts for Embodied Visual Tracking with Latent Dynamics Learning

2026-06-24 · Yuchen Xie, Xinyu Zhou, Kuangji Zuo, Yanshuo Lu 외 arxiv

Embodied Visual Tracking (EVT) requires an agent to continuously follow a specified target while actively moving through dynamic environments. However, prevailing EVT paradigms predominantly rely on language-based target…

Visual Tracking

Generalizing Multiple Object Tracking to Unseen Domains by Introducing Natural Language Representation

2022-12-03 · En Yu, Songtao Liu, Zhuoling Li, Jinrong Yang 외

Although existing multi-object tracking (MOT) algorithms have obtained competitive performance on various benchmarks, almost all of them train and validate models on the same domain. The domain generalization problem of …

Domain GeneralizationMulti-Object TrackingMultiple Object TrackingObject Tracking

Evaluating Atypical Gaze Patterns through Vision Models: The Case of Cortical Visual Impairment

2024-02-15 · Kleanthis Avramidis, Melinda Y. Chang, Rahul Sharma, Mark S. Borchert 외

A wide range of neurological and cognitive disorders exhibit distinct behavioral markers aside from their clinical manifestations. Cortical Visual Impairment (CVI) is a prime example of such conditions, resulting from da…

Clinical Knowledge

VPTracker: Global Vision-Language Tracking via Visual Prompt

2025-12-28 · Jingchao Wang, Kaiwen Zhou, Zhijian Wu, Kunhua Ji 외 arxiv

Vision-Language Tracking aims to continuously localize objects described by a visual template and a language description. Existing methods, however, are typically limited to local search, making them prone to failures un…

Visual Tracking

Evaluating Visual Prompts with Eye-Tracking Data for MLLM-Based Human Activity Recognition

2026-02-27 · Jae Young Choi, Seon Gyeom Kim, Hyungjun Yoon, Taeckyung Lee 외 arxiv

Large Language Models (LLMs) have emerged as foundation models for IoT applications such as human activity recognition (HAR). However, directly applying high-frequency and multi-dimensional sensor data, such as eye-track…

Human Activity Recognition