CVAug 17, 2018

Efficient Single-Shot Multibox Detector for Construction Site Monitoring

arXiv:1808.05730v2
Originality Synthesis-oriented
AI Analysis

This work addresses the manually intensive task of construction site monitoring for project managers, but it is incremental as it builds on an existing method with modest gains.

The paper tackled the problem of automating asset monitoring in construction sites by improving the Single-Shot Multibox Detector (SSD) for object detection. They achieved a 3.77% increase in mean average precision on a custom construction dataset and a 1.67% improvement on PASCAL VOC.

Asset monitoring in construction sites is an intricate, manually intensive task, that can highly benefit from automated solutions engineered using deep neural networks. We use Single-Shot Multibox Detector --- SSD, for its fine balance between speed and accuracy, to leverage ubiquitously available images and videos from the surveillance cameras on the construction sites and automate the monitoring tasks, hence enabling project managers to better track the performance and optimize the utilization of each resource. We propose to improve the performance of SSD by clustering the predicted boxes instead of a greedy approach like non-maximum suppression. We do so using Affinity Propagation Clustering --- APC to cluster the predicted boxes based on the similarity index computed using the spatial features as well as location of predicted boxes. In our attempts, we have been able to improve the mean average precision of SSD by 3.77% on custom dataset consist of images from construction sites and by 1.67% on PASCAL VOC Challenge.

Foundations

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

Your Notes