LGCVFeb 10, 2021

Robustness in Compressed Neural Networks for Object Detection

arXiv:2102.05509v39 citations
Originality Incremental advance
AI Analysis

This addresses safety concerns for compressed object detection models in autonomous driving, though it appears incremental in scope.

The paper investigates how model compression affects robustness in object detection models, finding that compressed models show nuanced sensitivity to different distortion types and that data imbalance methods significantly improve worst-detected class accuracy for pruned models.

Model compression techniques allow to significantly reduce the computational cost associated with data processing by deep neural networks with only a minor decrease in average accuracy. Simultaneously, reducing the model size may have a large effect on noisy cases or objects belonging to less frequent classes. It is a crucial problem from the perspective of the models' safety, especially for object detection in the autonomous driving setting, which is considered in this work. It was shown in the paper that the sensitivity of compressed models to different distortion types is nuanced, and some of the corruptions are heavily impacted by the compression methods (i.e., additive noise), while others (blur effect) are only slightly affected. A common way to improve the robustness of models is to use data augmentation, which was confirmed to positively affect models' robustness, also for highly compressed models. It was further shown that while data imbalance methods brought only a slight increase in accuracy for the baseline model (without compression), the impact was more striking at higher compression rates for the structured pruning. Finally, methods for handling data imbalance brought a significant improvement of the pruned models' worst-detected class accuracy.

Foundations

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

Your Notes