Finding Deviated Behaviors of the Compressed DNN Models for Image Classifications
Yongqiang Tian, Wuqi Zhang, Ming Wen, Shing-Chi Cheung, Chengnian Sun,, Shiqing Ma, Yu Jiang

TL;DR
This paper introduces DFLARE, a black-box testing method that identifies inputs causing deviated behaviors in compressed DNN models for image classification, aiding developers in understanding and repairing model deviations.
Contribution
DFLARE is a novel search-based black-box testing technique that efficiently finds triggering inputs for deviated behaviors in compressed DNNs, using Markov Chains and a new fitness function.
Findings
DFLARE outperforms baseline methods in efficacy and efficiency.
Triggering inputs can repair up to 48.48% of deviated behaviors.
DFLARE reduces the impact of deviations in compressed models.
Abstract
Model compression can significantly reduce the sizes of deep neural network (DNN) models, and thus facilitates the dissemination of sophisticated, sizable DNN models, especially for their deployment on mobile or embedded devices. However, the prediction results of compressed models may deviate from those of their original models. To help developers thoroughly understand the impact of model compression, it is essential to test these models to find those deviated behaviors before dissemination. However, this is a non-trivial task because the architectures and gradients of compressed models are usually not available. To this end, we propose DFLARE, a novel, search-based, black-box testing technique to automatically find triggering inputs that result in deviated behaviors in image classification tasks. DFLARE iteratively applies a series of mutation operations to a given seed image, until…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
MethodsRepair
