paper-with-me

Papers

FishMOT: A Simple and Effective Method for Fish Tracking Based on IoU Matching

2023-09-06 · Shuo Liu, Lulu Han, Xiaoyang Liu, Junli Ren, Fang Wang, YingLiu, Yuanshan Lin

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 computational complexity and memory consumption since it does not require complex feature extraction or identity assignment per fish, and does not need Kalman filter to predict the detection boxes of successive frame. Experimental results demonstrate FishMOT outperforms state-of-the-art multi-object trackers and specialized fish tracking tools in terms of MOTA, accuracy, computation time, memory consumption, etc.. Furthermore, the method exhibits excellent robustness and generalizability for varying environments and fish numbers. The simplified workflow and strong performance make FishMOT as a highly effective fish tracking approach. The source codes and pre-trained models are available at: https://github.com/gakkistar/FishMOT

📄 PDF Abstract BibTeX arXiv:2309.02975

Code (1)

gakkistar/fishmot 공식 구현

Tasks

Fish DetectionMulti-Object TrackingMultiple Object TrackingObjectobject-detectionObject DetectionObject Tracking

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Tracking Live Fish from Low-Contrast and Low-Frame-Rate Stereo Videos

2015-04-15 · Meng-Che Chuang, Jenq-Neng Hwang, Kresimir Williams, Richard Towler

Non-extractive fish abundance estimation with the aid of visual analysis has drawn increasing attention. Unstable illumination, ubiquitous noise and low frame rate video capturing in the underwater environment, however, …

SegmentationStereo MatchingStereo Matching Hand

When Trackers Date Fish: A Benchmark and Framework for Underwater Multiple Fish Tracking

2025-07-08 · Weiran Li, Yeqiang Liu, Qiannan Guo, Yijie Wei 외 arxiv

Multiple object tracking (MOT) technology has made significant progress in terrestrial applications, but underwater tracking scenarios remain underexplored despite their importance to marine ecology and aquaculture. In t…

Multiple Object Tracking

FMRFT: Fusion Mamba and DETR for Query Time Sequence Intersection Fish Tracking

2024-09-02 · Mingyuan Yao, Yukang Huo, Qingbin Tian, Jiayin Zhao 외

Early detection of abnormal fish behavior caused by disease or hunger can be achieved through fish tracking using deep learning techniques, which holds significant value for industrial aquaculture. However, underwater re…

Mamba

GTATrack: Winner Solution to SoccerTrack 2025 with Deep-EIoU and Global Tracklet Association

2026-01-31 · Rong-Lin Jian, Ming-Chi Luo, Chen-Wei Huang, Chia-Ming Lee 외 arxiv

Multi-object tracking (MOT) in sports is highly challenging due to irregular player motion, uniform appearances, and frequent occlusions. These difficulties are further exacerbated by the geometric distortion and extreme…

Multi-Object Tracking

A Survey of Fish Tracking Techniques Based on Computer Vision

2021-10-06 · Weiran Li, Zhenbo Li, Fei Li, Meng Yuan 외

Fish tracking is a key technology for obtaining movement trajectories and identifying abnormal behavior. However, it faces considerable challenges, including occlusion, multi-scale tracking, and fish deformation. Notably…

Image EnhancementTransfer Learning