Write a Blog >>
ICSE 2023
Sun 14 - Sat 20 May 2023 Melbourne, Australia
Mon 15 May 2023 14:45 - 15:05 at Meeting Room 209 - Session 2

Deep neural networks (DNNs) have achieved competitive performance in many fields, but they also have defects to be repaired. For example, when a DNN encounters images with some corruption patterns (e.g., fog, Gaussian noise and glass blur) that it has never seen in the training dataset, its classification accuracy may decrease. A typical repair method is to add these corrupted images to the original training dataset and retrain the network. However, in many DNN repair scenarios, the original training dataset is not available, and retraining the network with only corrupted images may significantly decrease its accuracy on clean images. Therefore, without using the original training dataset, how to improve the network’s accuracy on corrupted images while avoiding too much impact on clean images becomes an important issue. In this paper, we propose DeepPatch, a patching-based DNN repair method to tackle this issue. We retrain the original network with corrupted images to obtain a new network. In most cases, the new network performs better on corrupted images than the original network, and the original network performs better on clean images than the new network. To combine their advantages, we train an arbiter classifier. For an input image, the arbiter judges whether it is clean or corrupted. If it is clean, the original network is used for classification, otherwise the new network is used. We conduct large-scale experiments on 15 corruption patterns, four DNN models and three baselines. Experimental results show that our method achieves better performance than the baseline methods in most cases.

Mon 15 May

Displayed time zone: Hobart change

13:45 - 15:15
13:45
20m
Talk
Metamorphic Testing of Machine Translation Models using Back Translation
DeepTest
Wentao Gao University of Melbourne, Jiayuan He RMIT University, Van-Thuan Pham Monash University
14:05
20m
Talk
A Method of Identifying Causes of Prediction Errors to Accelerate MLOps
DeepTest
Keita Sakuma NEC Corporation, Ryuta Matsuno NEC Corporation, Yoshio Kameda NEC Corporation
14:25
20m
Talk
DeepSHAP Summary for Adversarial Example Detection
DeepTest
Yi-Ching Lin National Chengchi University, Fang Yu National Chengchi University
14:45
20m
Talk
DeepPatch: A Patching-Based Method for Repairing Deep Neural Networks
DeepTest
Hao Bu Peking University, Meng Sun Peking University