CVJan 19, 2021

An Improvement of Object Detection Performance using Multi-step Machine Learnings

arXiv:2101.07571v11 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for computer vision applications using object detection.

The paper tackled object detection by introducing a calibration model as a post-processing step in a multi-step pipeline, resulting in improvements of 0.8-1.9 in average precision over existing detectors.

Connecting multiple machine learning models into a pipeline is effective for handling complex problems. By breaking down the problem into steps, each tackled by a specific component model of the pipeline, the overall solution can be made accurate and explainable. This paper describes an enhancement of object detection based on this multi-step concept, where a post-processing step called the calibration model is introduced. The calibration model consists of a convolutional neural network, and utilizes rich contextual information based on the domain knowledge of the input. Improvements of object detection performance by 0.8-1.9 in average precision metric over existing object detectors have been observed using the new model.

Foundations

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

Your Notes