Abstract
Deep Learning (DL) has achieved tremendous success in many cutting-edge applications. However, the state-of-the-art DL systems still suffer from quality issues. While some recent progress has been made on the analysis of feed-forward DL systems, little study has been done on the Recurrent Neural Network (RNN)-based stateful DL systems, which are widely used in audio, natural languages and video processing, etc. In this paper, we initiate the very first step towards the quantitative analysis of RNN-based DL systems. We model RNN as an abstract state transition system to characterize its internal behaviors. Based on the abstract model, we design two trace similarity metrics and five coverage criteria which enable the quantitative analysis of RNNs. We further propose two algorithms powered by the quantitative measures for adversarial sample detection and coverage-guided test generation. We evaluate DeepStellar on four RNN-based systems covering image classification and automated speech recognition. The results demonstrate that the abstract model is useful in capturing the internal behaviors of RNNs, and confirm that (1) the similarity metrics could effectively capture the differences between samples even with very small perturbations (achieving 97% accuracy for detecting adversarial samples) and (2) the coverage criteria are useful in revealing erroneous behaviors (generating three times more adversarial samples than random testing and hundreds times more than the unrolling approach).
Original language | English |
---|---|
Title of host publication | ESEC/FSE'19 - Proceedings of the 2019 27th ACM Joint Meeting European Software Engineering Conference and Symposium on the Foundations of Software Engineering |
Editors | Marlon Dumas, Dietmar Pfahl, Sven Apel, Alessandra Russo |
Place of Publication | New York NY USA |
Publisher | Association for Computing Machinery (ACM) |
Pages | 477-487 |
Number of pages | 11 |
ISBN (Electronic) | 9781450355728 |
DOIs | |
Publication status | Published - 2019 |
Externally published | Yes |
Event | Joint Meeting of the European Software Engineering Conference and the ACM SIGSOFT Symposium on the Foundations of Software Engineering 2019 - Tallinn, Estonia Duration: 26 Aug 2019 → 30 Aug 2019 Conference number: 27th https://esec-fse19.ut.ee/ |
Conference
Conference | Joint Meeting of the European Software Engineering Conference and the ACM SIGSOFT Symposium on the Foundations of Software Engineering 2019 |
---|---|
Abbreviated title | ESEC/FSE 2019 |
Country/Territory | Estonia |
City | Tallinn |
Period | 26/08/19 → 30/08/19 |
Internet address |
Keywords
- Adversarial sample
- Deep learning
- Model-based analysis
- Recurrent neural network
- Testing