FishMOT: A Simple and Effective Method for Fish Tracking Based on IoU Matching
Shuo Liu, Lulu Han, Xiaoyang Liu, Junli Ren, Fang Wang, YingLiu,, Yuanshan Lin

TL;DR
FishMOT is a new fish tracking method that combines IoU matching with modules for handling morphological changes, occlusions, and missed detections, offering high accuracy and efficiency in complex environments.
Contribution
It introduces a simple, effective fish tracking approach that reduces computational complexity without relying on complex feature extraction or Kalman filters.
Findings
Outperforms state-of-the-art trackers in accuracy and efficiency
Demonstrates robustness across various environments and fish numbers
Requires less computation and memory than existing methods
Abstract
Fish tracking plays a vital role in understanding fish behavior and ecology. However, existing tracking methods face challenges in accuracy and robustness dues to morphological change of fish, occlusion and complex environment. This paper proposes FishMOT(Multiple Object Tracking for Fish), a novel fish tracking approach combining object detection and IoU matching, including basic module, interaction module and refind module. Wherein, a basic module performs target association based on IoU of detection boxes between successive frames to deal with morphological change of fish; an interaction module combines IoU of detection boxes and IoU of fish entity to handle occlusions; a refind module use spatio-temporal information uses spatio-temporal information to overcome the tracking failure resulting from the missed detection by the detector under complex environment. FishMOT reduces the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsWater Quality Monitoring Technologies · Identification and Quantification in Food · Coral and Marine Ecosystems Studies
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
