CVJul 3, 2019

Tracking system of Mine Patrol Robot for Low Illumination Environment

arXiv:1907.01806v31 citations
Originality Incremental advance
AI Analysis

This addresses a challenging and previously unsolved problem for robots operating in low-light conditions, though it appears incremental as it builds on existing DCF-based trackers.

The paper tackles the problem of visual tracking in low-illumination environments by introducing the Low-Illumination Long-term Correlation Tracker (LLCT), which achieves state-of-the-art performance on the OTB-50 dataset with a real-time speed of 33 FPS.

Computer vision has received a significant attention in recent years, which is one of the important parts for robots to apperceive external environment. Discriminative Correlation Filter (DCF) based trackers gained more popularity due to their efficiency, however, tracking in low-illumination environments is a challenging problem, not yet successfully addressed in the literature. In this work, we tackle the problems by introducing Low-Illumination Long-term Correlation Tracker (LLCT). First, fused features only including HOG and Color Names are employed to boost the tracking efficiency. Second, we used the standard PCA to reduction scheme in the translation and scale estimation phase for accelerating. Third, we learned a long-term correlation filter to keep the long-term memory ability. Finally, update memory templates with interval updates, then re-match existing and initial templates every few frames to maintain template accuracy. The extensive experiments on popular Object Tracking Benchmark OTB-50 datasets have demonstrated that the proposed tracker outperforms the state-of-the-art trackers significantly achieves a high real-time (33FPS) performance. In addition, the proposed approach can be integrated easily in robot system and the running speed performed well. The experimental results show that the novel tracker performance in low-illumination environment is better than that of general trackers.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes