Papers
Topics
Authors
Recent
Search
2000 character limit reached

Rethinking Generic Object Tracking Toward Human-Level Perceptual Intelligence

Published 1 Jul 2026 in cs.CV, cs.AI, cs.LG, cs.MM, and eess.IV | (2607.01395v1)

Abstract: At the heart of human visual perception lies the ability to maintain a continuous and coherent understanding of the external world. By integrating observations with accumulated experience, the human visual system can continuously adapt to variations in both the target and its surrounding environment, while preserving robust visual continuity as scene dynamics evolve. Human vision can therefore integrate prior knowledge, spatial geometry, and semantic context to understand complex scenes and their changes. As a core problem in computer vision, visual object tracking aims to bring machine perception closer to human visual perception. These capabilities are central to the task of Generic Object Tracking (GOT). In this task, a visual tracker is initialized only with the bounding box of an arbitrarily specified target in the first frame, and must continuously localize the target in subsequent dynamic visual streams. However, future events, observations, and real-world variations are inherently unpredictable; therefore, the model's generalization and online adaptation capabilities remain bottlenecks. Tracking reliability can deteriorate when the target undergoes severe deformation, is affected by complex distractors, encounters significant environmental changes, or belongs to a category unseen during training. This dissertation aims to narrow the gap between machine visual tracking systems and human visual perception by proposing a series of methods that systematically enhance the target discrimination, robust adaptation, and geometric reasoning capabilities of tracking models.

Authors (1)

Summary

  • The paper introduces PiVOT, which leverages CLIP-based visual prompting to enhance target discrimination and reduce confusion with similar distractors.
  • The paper presents GOT-JEPA, employing a teacher-student framework and point-centric occlusion estimation to boost model adaptability under challenging conditions.
  • The paper unveils GOT-Edit, integrating geometry and semantics through online model editing to improve tracking robustness under occlusion, deformation, and viewpoint changes.

Rethinking Generic Object Tracking Toward Human-Level Perceptual Intelligence

Introduction and Motivation

The dissertation "Rethinking Generic Object Tracking Toward Human-Level Perceptual Intelligence" (2607.01395) addresses the fundamental gap between current Generic Object Tracking (GOT) systems and human visual perception. Human vision excels at maintaining persistent, robust object localization in dynamic, adverse, and ambiguous conditions by integrating current stimuli with accumulated semantic, geometric, and contextual priors. Existing GOT algorithms, formulated as the tracking of arbitrary targets specified by only an initial bounding box in the first frame, remain fundamentally limited in generalization, discrimination, online adaptation, occlusion handling, and geometric reasoning when facing unpredictable environmental perturbations, unseen categories, or complex distractors.

The dissertation structures its contributions as a progressive unlocking of perceptual capabilities, moving from externally borrowed contrastive discrimination (via foundation models) to endogenous generalization (model-predictive learning and test-time adaptation) and finally to the online integration of geometry-aware reasoning, consistently targeting the shortfalls of previous paradigms.

Analysis of Research Gaps in Existing GOT Systems

Prevailing algorithms operate predominantly within two paradigms: tracking-by-detection and matching-based approaches. Both suffer from four chronic limitations:

  • Weak Target-Distractor Discrimination: Instance-level confusion in the presence of similar distractors, especially for unseen categories.
  • Poor Generalization Under Distribution Shift: Models are implicitly optimized for training targets, resulting in brittle generalization to novel objects or adverse visual environments.
  • Coarse Occlusion Modeling: Reliance on global confidence scores or bounding-box-level heuristics precludes inference of fine-grained visible subregions under partial occlusion.
  • Lack of Geometric Reasoning: Most systems use only 2D semantic features and fail to leverage geometric cues, limiting spatial and occlusion robustness under deformation or viewpoint change.

Addressing these limitations necessitates moving beyond stronger appearance-based models to a systematic evolution of perceptual capabilities, as undertaken in this work.

PiVOT: Visual Prompting for Robust Target Discrimination

The first contribution, PiVOT, introduces an automatic visual prompting mechanism that leverages the contrastive discrimination learned by large-scale image-language foundation models (notably CLIP). PiVOT comprises two principal components:

  • Prompt Generation Network (PGN): Learns to generate initial visual prompts for candidate target highlighting, relying on backbone features in combination with ToMP-style reference templates.
  • Test-Time Prompt Refinement (TPR): Utilizes CLIP to perform online contrastive analysis and refine prompts by maximizing similarity between candidate objects and reference templates, suppressing distractors.

By dynamically integrating CLIP's zero-shot discrimination at inference without altering training-time complexity, PiVOT substantially increases robustness against unknown distractors and maintains instance-level discrimination.

Empirical Results: PiVOT demonstrates significant improvements over prior art, achieving strong generalization on challenging benchmarks such as NfS, AVisT, and OTB-100, and setting state-of-the-art records on LaSOT and UAV123. Notably, attribute-level analyses reveal superior robustness to fast motion, deformation, viewpoint change, and both partial and full occlusion. The addition of prompt refinement (CLIP-guided) offers clear margins over baselines, especially under out-of-distribution evaluation.

Limitations: Reliance on external contrastive priors entails susceptibility to foundation model biases and does not fully resolve adaptation or occlusion reasoning.

GOT-JEPA: Model-Predictive Learning and Fine-Grained Occlusion Perception

The second contribution, GOT-JEPA, aims at endogenous generalization by formulating tracking-model prediction as a model-predictive learning problem, inspired by the Joint Embedding Predictive Architecture (JEPA). The key innovations are:

  • Teacher-Student Pretraining: The teacher generates pseudo-tracking models from clean current frames, while the student must predict these models from heavily corrupted current frames with identical context, explicitly enforcing invariance to occlusion, distractors, and adverse conditions.
  • ProjNet and Covariance Regularization: A lightweight projection network aids alignment of predictions, and a covariance loss enforces prediction diversity, both critical for robust adaptation.
  • OccuSolver: Augments the pipeline with point-centric, object-aware visibility estimation (Cotracker-based), iteratively incorporating GOT-derived object priors to yield dense, fine-grained pointwise visibility states. These signals provide higher-quality reference labels for further improving adaptation and occlusion recovery.

Empirical Results: GOT-JEPA surpasses strong baselines and recent methods in both out-of-distribution (AVisT, NfS, GOT-10k) and in-distribution (LaSOT, TrackingNet) scenarios, obtaining the highest robustness and success rate in VOT2022. Attribute analysis confirms substantial gains in scenarios with deformation, occlusion, and clutter. OccuSolver in particular resolves the previously unaddressed problem of explicit pixel-level occlusion awareness, giving improvements in both SUC and OP50 metrics.

Limitations: Despite marked improvements, the approach still requires an auxiliary point-tracking module (incurring computational complexity) and is restricted to tracking based on 2D semantic features, lacking native geometric reasoning.

GOT-Edit: Geometry-Aware and Semantic-Preserving Online Adaptation

The third contribution, GOT-Edit, addresses the integration of geometry and semantics at test-time, crucial for handling ambiguity under severe occlusion, viewpoint variation, and non-rigid deformation. This is achieved via:

  • Cross-Modality Fusion: Features from a pre-trained Visual Geometry Grounded Transformer (VGGT) are aligned and fused with robust 2D semantic embeddings (DINOv2) for both the reference and current frames.
  • Online Null-Space Model Editing: Inspired by AlphaEdit, model weights derived from geometry are projected into the null space of the semantic space, ensuring that semantic discrimination is preserved while integrating additional geometric robustness. This achieves online adaptive model editing, crucial for handling dynamically changing geometric and semantic structure.
  • Constraint Calibration: SVD and whitening procedures are used to ensure stable and effective null-space projection, particularly under online operation where feature rank can vary.

Empirical Results: GOT-Edit establishes new state-of-the-art performance across AVisT, OTB, LaSOT, and GOT-10k, outperforming methods trained on vastly larger model and data budgets. Ablations show that naive fusion improves only geometry-related attributes (occlusion, background clutter) at the cost of degraded semantic performance, and only null-space-constrained online editing successfully integrates both modalities. Efficiency variants using StreamVGGT balance runtime with minimal loss in accuracy.

Limitations: Remaining vulnerabilities are noted for targets with extreme fast motion or severe viewpoint change, as geometric inference becomes less reliable in these regimes.

Implications and Future Directions

This dissertation represents a progressive, systematic challenge to the conventional GOT paradigm. By integrating visual prompting, model-predictive learning with explicit occlusion handling, and geometry-aware online adaptation, the research closes several critical gaps relative to human visual perception.

Practical Impact: Principles developed here are highly relevant for robotics, autonomous driving, aerial navigation, and surveillance, where robust online adaptation, occlusion resilience, and geometric reasoning are prerequisites.

Theoretical Implications: The progression from external prior borrowing (foundation model tuning) to endogenous, streaming adaptation, and finally to online multi-modal model editing, reflects a move toward embodied, world-model-centric perception architectures. The use of geometry, not by adding auxiliary sensors, but by inferring robust 3D cues from 2D streams, is technically significant.

Future Directions: Opportunities include further advancing geometry-aware modeling under extreme conditions, integrating GOT with perception-action loops in embodied systems, and leveraging tracking as a grounding mechanism for object-centric world modeling and long-term memory in artificial cognitive architectures.

Conclusion

"Rethinking Generic Object Tracking Toward Human-Level Perceptual Intelligence" (2607.01395) provides a unifying, capability-oriented progression for generic object tracking, sequentially unlocking robust discrimination, adaptive robustness, fine-grained occlusion awareness, and geometry-aware online adaptation. Each stage builds directly on the limitations of its predecessor, culminating in a GOT system that systematically narrows the gap with human perceptual intelligence. This work sets a reference roadmap for future research on streaming visual intelligence, with broad implications for adaptive, reliable, and safety-critical AI deployment.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 4 likes about this paper.