CVROJul 4, 2020

Efficient and accurate object detection with simultaneous classification and tracking

arXiv:2007.02065v111 citations
AI Analysis

This work addresses efficiency and accuracy challenges in object detection for mobile robots, representing an incremental improvement over existing methods.

The paper tackles the problem of efficient and accurate object detection for mobile robots by proposing a framework that integrates simultaneous classification and tracking in point clouds, reducing redundant processing and enhancing performance. Results show it outperforms tracking-by-detection approaches in both efficiency and accuracy on benchmark datasets.

Interacting with the environment, such as object detection and tracking, is a crucial ability of mobile robots. Besides high accuracy, efficiency in terms of processing effort and energy consumption are also desirable. To satisfy both requirements, we propose a detection framework based on simultaneous classification and tracking in the point stream. In this framework, a tracker performs data association in sequences of the point cloud, guiding the detector to avoid redundant processing (i.e. classifying already-known objects). For objects whose classification is not sufficiently certain, a fusion model is designed to fuse selected key observations that provide different perspectives across the tracking span. Therefore, performance (accuracy and efficiency of detection) can be enhanced. This method is particularly suitable for detecting and tracking moving objects, a process that would require expensive computations if solved using conventional procedures. Experiments were conducted on the benchmark dataset, and the results showed that the proposed method outperforms original tracking-by-detection approaches in both efficiency and accuracy.

Code Implementations1 repo
Foundations

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

Your Notes