🤖 AI Summary
In high-reliability industrial systems—such as automotive image security applications—updating deep neural network (DNN) models often induces performance regression on critical classes, jeopardizing safety and reliability.
Method: This paper proposes NeuRecover, the first category-specific, zero-regression neural network repair framework. It introduces a customized objective function and a class-level constrained optimization mechanism, validated empirically on real-world automotive image data.
Contribution/Results: Applied to Fujitsu’s production automotive model update task, NeuRecover achieves strict zero regression for safety-critical classes—i.e., no performance degradation—while preserving primary task accuracy. The work systematically identifies practical challenges in zero-regression repair within industrial settings and establishes a viable, deployable technical paradigm for trustworthy AI model evolution.
📝 Abstract
Systems based on Deep Neural Networks (DNNs) are increasingly being used in industry. In the process of system operation, DNNs need to be updated in order to improve their performance. When updating DNNs, systems used in companies that require high reliability must have as few regressions as possible. Since the update of DNNs has a data-driven nature, it is difficult to suppress regressions as expected by developers. This paper identifies the requirements for DNN updating in industry and presents a case study using techniques to meet those requirements. In the case study, we worked on satisfying the requirement to update models trained on car images collected in Fujitsu assuming security applications without regression for a specific class. We were able to suppress regression by customizing the objective function based on NeuRecover, a DNN repair technique. Moreover, we discuss some of the challenges identified in the case study.