scispace - formally typeset
X

Xiaofei Xie

Researcher at Nanyang Technological University

Publications -  143
Citations -  3102

Xiaofei Xie is an academic researcher from Nanyang Technological University. The author has contributed to research in topics: Computer science & Fuzz testing. The author has an hindex of 22, co-authored 107 publications receiving 1555 citations. Previous affiliations of Xiaofei Xie include Tianjin University & Kyushu University.

Papers
More filters
Journal ArticleDOI

Towards Understanding Model Quantization for Reliable Deep Neural Network Deployment

TL;DR: This article conducted a comprehensive study to characterize and help users understand the behaviors of quantization models and found that data with distribution shifts lead to more disagreements than without, and that quantization-aware training can produce more stable models than standard, adversarial, and mixup training.
Proceedings ArticleDOI

BehAVExplor: Behavior Diversity Guided Testing for Autonomous Driving Systems

TL;DR: BehAVExplor as mentioned in this paper extracts the temporal features from the given scenarios and performs a clustering-based abstraction to group behaviors with similar features into abstract states, and a new test case will be added to the seed corpus if it triggers new behavior diversity.
Proceedings ArticleDOI

GameRTS: A Regression Testing Framework for Video Games

TL;DR: Wang et al. as mentioned in this paper proposed the first regression test selection (RTS) technique for game software, which is a compromise between safety and practicality, and modeled the test suite of game software as a State Transition Graph (STG) and then performed the RTS on the STG.
Journal ArticleDOI

Widget Detection-based Testing for Industrial Mobile Games

TL;DR: Wang et al. as mentioned in this paper developed WDTEST, a widget detection-based testing technique for mobile games at NetEase Games, which performs automated testing using only screenshots as input.
Proceedings ArticleDOI

Aries: Efficient Testing of Deep Neural Networks via Labeling-Free Accuracy Estimation

TL;DR: In this article , the authors proposed a method to estimate the performance of DNNs on new unlabeled data using only the information obtained from the original test data, where the model should have similar prediction accuracy on the data which have similar distances to the decision boundary.