Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
158 tokens/sec
GPT-4o
7 tokens/sec
Gemini 2.5 Pro Pro
45 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
38 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

LaSOT: A High-quality Benchmark for Large-scale Single Object Tracking (1809.07845v2)

Published 20 Sep 2018 in cs.CV

Abstract: In this paper, we present LaSOT, a high-quality benchmark for Large-scale Single Object Tracking. LaSOT consists of 1,400 sequences with more than 3.5M frames in total. Each frame in these sequences is carefully and manually annotated with a bounding box, making LaSOT the largest, to the best of our knowledge, densely annotated tracking benchmark. The average video length of LaSOT is more than 2,500 frames, and each sequence comprises various challenges deriving from the wild where target objects may disappear and re-appear again in the view. By releasing LaSOT, we expect to provide the community with a large-scale dedicated benchmark with high quality for both the training of deep trackers and the veritable evaluation of tracking algorithms. Moreover, considering the close connections of visual appearance and natural language, we enrich LaSOT by providing additional language specification, aiming at encouraging the exploration of natural linguistic feature for tracking. A thorough experimental evaluation of 35 tracking algorithms on LaSOT is presented with detailed analysis, and the results demonstrate that there is still a big room for improvements.

Citations (1,072)

Summary

  • The paper introduces LaSOT, a comprehensive benchmark with 1,400 sequences and over 3.5 million frames, featuring meticulous manual annotations for tracking evaluation.
  • It emphasizes long-term tracking with sequences averaging over 2,500 frames and incorporates natural language descriptions to enhance multimodal analysis.
  • Experimental evaluations of 35 tracking algorithms highlight challenges such as fast motion and occlusion, paving the way for future advancements in tracker performance.

Overview of LaSOT: A High-quality Benchmark for Large-scale Single Object Tracking

The paper "LaSOT: A High-quality Benchmark for Large-scale Single Object Tracking" introduces a robust and comprehensive benchmark designed for the evaluation and development of single object tracking algorithms. LaSOT, short for Large-scale Single Object Tracking, stands out both in terms of scale and the meticulous quality of its annotations.

Key Contributions

  1. Scale and Diversity:
    • LaSOT consists of 1,400 sequences totaling over 3.5 million frames, each manually annotated with bounding boxes.
    • The sequences cover 70 object categories, each represented by 20 sequences. This makes LaSOT the most extensive benchmark dataset of its kind.
  2. Data Quality:
    • Each frame undergoes meticulous manual annotation. These annotations are subjected to review and correction to ensure high precision and consistency.
    • Annotations are complemented with attribute labels covering factors such as illumination variation, occlusion, and deformation which are crucial for analyzing tracker performance under varied conditions.
  3. Long-term Sequences:
    • The benchmark is designed to facilitate the evaluation of long-term tracking performance. Each sequence includes at least 1,000 frames with an average length exceeding 2,500 frames, which is necessary for realistic evaluations of tracker robustness over extended periods.
  4. Natural Language Specifications:
    • In addition to visual annotations, LaSOT integrates natural language descriptions, bridging visual and linguistic features and promoting research on multimodal tracking approaches.

Evaluation Protocols

The authors propose two evaluation protocols:

  • Protocol I: Utilizes all 1,400 sequences for evaluation, without any restrictions on the use of external data for training.
  • Protocol II: Splits the dataset into training (1,120 sequences) and testing (280 sequences) subsets, following an 80/20 split principle. This aims to facilitate standardized comparisons by providing a substantial training set within the benchmark itself.

Experimental Evaluation

The paper presents a comprehensive evaluation of 35 diverse tracking algorithms on LaSOT. These include algorithms based on various representation strategies (e.g., deep features, color histograms, Haar-like features) and search mechanisms (e.g., particle filters, dense sampling). The evaluation metrics comprise precision, success rate, and normalized precision, extensively used in tracking community benchmarking.

Key Findings

  • Performance:
    • Deep learning-based trackers, such as MDNet and VITAL, dominate the leaderboard with the highest precision and success scores.
    • SiamFC, an efficient tracker leveraging fully convolutional networks for feature extraction and matching, shows a good balance between accuracy and computational efficiency.
  • Challenging Attributes:
    • Trackers generally struggle with scenarios involving fast motion, full occlusion, and out-of-view targets. This diagnosis underscores the areas needing further research and development.
  • Retraining Analysis:
    • The authors experimented with retraining prominent trackers (e.g., MDNet, SiamFC) on LaSOT's training data, maintaining similar performance levels, indicating the robustness and general applicability of these models.

Implications and Future Directions

LaSOT's extensive scale and high-quality annotations elevate the standards for single object tracking benchmarks, providing a solid foundation for developing more accurate and reliable trackers. The inclusion of numerous attributes and long-term tracking sequences ensures that it can stimulate advancements in dealing with real-world complexities of object tracking. Additionally, the natural language annotations open new avenues for combining visual and linguistic modalities, potentially leading to more nuanced and context-aware tracking systems.

Moving forward, research can benefit from focusing on the identified challenges such as fast motion, occlusion, and integrating instance-specific detectors. Exploiting multimodal data and leveraging detailed dataset attributes will be crucial in pushing the boundaries of tracker performance. LaSOT sets a new standard in the tracking community by providing a comprehensive and challenging benchmark, essential for fostering innovative approaches and advancements in this field.