paper-with-me

Papers

WebUOT-1M: Advancing Deep Underwater Object Tracking with A Million-Scale Benchmark

2024-05-30 · Chunhui Zhang, Li Liu, Guanjie Huang, Hao Wen, Xi Zhou, Yanfeng Wang

Underwater object tracking (UOT) is a foundational task for identifying and tracing submerged entities in underwater video sequences. However, current UOT datasets suffer from limitations in scale, diversity of target categories and scenarios covered, hindering the training and evaluation of modern tracking algorithms. To bridge this gap, we take the first step and introduce WebUOT-1M, \ie, the largest public UOT benchmark to date, sourced from complex and realistic underwater environments. It comprises 1.1 million frames across 1,500 video clips filtered from 408 target categories, largely surpassing previous UOT datasets, \eg, UVOT400. Through meticulous manual annotation and verification, we provide high-quality bounding boxes for underwater targets. Additionally, WebUOT-1M includes language prompts for video sequences, expanding its application areas, \eg, underwater vision-language tracking. Most existing trackers are tailored for open-air environments, leading to performance degradation when applied to UOT due to domain gaps. Retraining and fine-tuning these trackers are challenging due to sample imbalances and limited real-world underwater datasets. To tackle these challenges, we propose a novel omni-knowledge distillation framework based on WebUOT-1M, incorporating various strategies to guide the learning of the student Transformer. To the best of our knowledge, this framework is the first to effectively transfer open-air domain knowledge to the UOT model through knowledge distillation, as demonstrated by results on both existing UOT datasets and the newly proposed WebUOT-1M. Furthermore, we comprehensively evaluate WebUOT-1M using 30 deep trackers, showcasing its value as a benchmark for UOT research by presenting new challenges and opportunities for future studies. The complete dataset, codes and tracking results, will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2405.19818

Code (1)

983632847/awesome-multimodal-object-tracking 공식 구현 pytorch

Tasks

Knowledge DistillationObject Tracking

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

MANTA: Physics-Informed Generalized Underwater Object Tracking

2025-11-28 · Suhas Srinath, Hemang Jamadagni, Aditya Chadrasekar, Prathosh AP arxiv

Underwater object tracking is challenging due to wavelength dependent attenuation and scattering, which severely distort appearance across depths and water conditions. Existing trackers trained on terrestrial data fail t…

Representation LearningContrastive LearningObject Tracking

MUOT_3M: A 3 Million Frame Multimodal Underwater Benchmark and the MUTrack Tracking Method

2026-02-20 · Ahsan Baidar Bakht, Mohamad Alansari, Muhayy Ud Din, Muzammal Naseer 외 arxiv

Underwater Object Tracking (UOT) is crucial for efficient marine robotics, large scale ecological monitoring, and ocean exploration; however, progress has been hindered by the scarcity of large, multimodal, and diverse d…

Knowledge DistillationObject Tracking

Underwater Camouflaged Object Tracking Meets Vision-Language SAM2

2024-09-25 · Chunhui Zhang, Li Liu, Guanjie Huang, Zhipeng Zhang 외

Over the past decade, significant progress has been made in visual object tracking, largely due to the availability of large-scale datasets. However, these datasets have primarily focused on open-air scenarios and have l…

ObjectObject TrackingVideo SegmentationVideo Semantic Segmentation+1

Benchmarking Online Object Trackers for Underwater Robot Position Locking Applications

2025-02-23 · Ali Safa, Waqas Aman, Ali Al-Zawqari, Saif Al-Kuwari

Autonomously controlling the position of Remotely Operated underwater Vehicles (ROVs) is of crucial importance for a wide range of underwater engineering applications, such as in the inspection and maintenance of underwa…

BenchmarkingObject TrackingPositionRobot Navigation

Improving Underwater Visual Tracking With a Large Scale Dataset and Image Enhancement

2023-08-30 · Basit Alawode, Fayaz Ali Dharejo, Mehnaz Ummar, Yuhang Guo 외

This paper presents a new dataset and general tracker enhancement method for Underwater Visual Object Tracking (UVOT). Despite its significance, underwater tracking has remained unexplored due to data inaccessibility. It…

Image EnhancementObject TrackingVisual Object TrackingVisual Tracking