LGAICVJan 22, 2024

Robustness to distribution shifts of compressed networks for edge devices

arXiv:2401.12014v11 citationsh-index: 2
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of maintaining robustness in compressed networks for edge devices, which is incremental as it builds on existing compression methods.

The study investigated the robustness of compressed neural networks to distribution shifts, finding that compressed models are less robust than original networks, with larger networks being more vulnerable, and that post-training quantization outperforms pruning and distillation in robustness.

It is necessary to develop efficient DNNs deployed on edge devices with limited computation resources. However, the compressed networks often execute new tasks in the target domain, which is different from the source domain where the original network is trained. It is important to investigate the robustness of compressed networks in two types of data distribution shifts: domain shifts and adversarial perturbations. In this study, we discover that compressed models are less robust to distribution shifts than their original networks. Interestingly, larger networks are more vulnerable to losing robustness than smaller ones, even when they are compressed to a similar size as the smaller networks. Furthermore, compact networks obtained by knowledge distillation are much more robust to distribution shifts than pruned networks. Finally, post-training quantization is a reliable method for achieving significant robustness to distribution shifts, and it outperforms both pruned and distilled models in terms of robustness.

Foundations

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

Your Notes