CRTrack: Low-Light Semi-Supervised Multi-object Tracking Based on Consistency Regularization
Zijing Zhao, Jianlong Yu, Lin Zhang, Shunli Zhang
TL;DR
This work tackles pedestrian tracking in low-light conditions by introducing the LLMOT dataset and CRTrack, a semi-supervised tracking framework using consistency regularization. A teacher–student detector (YOLOX-based) learns from labeled and unlabeled nighttime data, with Consistent Adaptive Sampling Assignment to refine pseudo-labels and Adaptive Network Updating to keep the teacher aligned with the best-performing model. The association module combines appearance and motion cues with split cosine distance to maintain robust tracks under noise and blur. Experiments on LLMOT and CrowdHuman demonstrate improved detection and tracking performance over strong baselines, underscoring the value of semi-supervised learning and targeted data augmentation for real-world low-light MOT. The dataset and code are publicly available, enabling broader evaluation and development in nocturnal tracking scenarios.
Abstract
Multi-object tracking under low-light environments is prevalent in real life. Recent years have seen rapid development in the field of multi-object tracking. However, due to the lack of datasets and the high cost of annotations, multi-object tracking under low-light environments remains a persistent challenge. In this paper, we focus on multi-object tracking under low-light conditions. To address the issues of limited data and the lack of dataset, we first constructed a low-light multi-object tracking dataset (LLMOT). This dataset comprises data from MOT17 that has been enhanced for nighttime conditions as well as multiple unannotated low-light videos. Subsequently, to tackle the high annotation costs and address the issue of image quality degradation, we propose a semi-supervised multi-object tracking method based on consistency regularization named CRTrack. First, we calibrate a consistent adaptive sampling assignment to replace the static IoU-based strategy, enabling the semi-supervised tracking method to resist noisy pseudo-bounding boxes. Then, we design a adaptive semi-supervised network update method, which effectively leverages unannotated data to enhance model performance. Dataset and Code: https://github.com/ZJZhao123/CRTrack.
