paper-with-me

Papers

Architecture-Preserving Provable Repair of Deep Neural Networks

2023-04-07 · Zhe Tao, Stephanie Nawas, Jacqueline Mitchell, Aditya V. Thakur

Deep neural networks (DNNs) are becoming increasingly important components of software, and are considered the state-of-the-art solution for a number of problems, such as image recognition. However, DNNs are far from infallible, and incorrect behavior of DNNs can have disastrous real-world consequences. This paper addresses the problem of architecture-preserving V-polytope provable repair of DNNs. A V-polytope defines a convex bounded polytope using its vertex representation. V-polytope provable repair guarantees that the repaired DNN satisfies the given specification on the infinite set of points in the given V-polytope. An architecture-preserving repair only modifies the parameters of the DNN, without modifying its architecture. The repair has the flexibility to modify multiple layers of the DNN, and runs in polynomial time. It supports DNNs with activation functions that have some linear pieces, as well as fully-connected, convolutional, pooling and residual layers. To the best our knowledge, this is the first provable repair approach that has all of these features. We implement our approach in a tool called APRNN. Using MNIST, ImageNet, and ACAS Xu DNNs, we show that it has better efficiency, scalability, and generalization compared to PRDNN and REASSURE, prior provable repair methods that are not architecture preserving.

📄 PDF Abstract BibTeX arXiv:2304.03496

Code (1)

95616arg/aprnn 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Repair 설명 없음

Similar Papers 제목 키워드 기반

Provable Repair of Deep Neural Networks

2021-04-09 · Matthew Sotoudeh, Aditya V. Thakur

Deep Neural Networks (DNNs) have grown in popularity over the past decade and are now being used in safety-critical domains such as aircraft collision avoidance. This has motivated a large number of techniques for findin…

Collision Avoidance

Provable Fairness Repair for Deep Neural Networks

2026-05-19 · Jianan Ma, Jingyi Wang, Qi Xuan, Zhen Wang arxiv

Deep neural networks (DNNs) are suffering from ethical issues such as individual discrimination. In response, extensive NN repair techniques have been developed to adjust models and mitigate such undesired behaviors. How…

Patch Synthesis for Property Repair of Deep Neural Networks

2024-04-02 · Zhiming Chi, Jianan Ma, Pengfei Yang, Cheng-Chao Huang 외

Deep neural networks (DNNs) are prone to various dependability issues, such as adversarial attacks, which hinder their adoption in safety-critical domains. Recently, NN repair techniques have been proposed to address the…

Adversarial Attack

Safe-by-Repair: A Convex Optimization Approach for Repairing Unsafe Two-Level Lattice Neural Network Controllers

2021-04-06 · Ulices Santa Cruz, James Ferlez, Yasser Shoukry

In this paper, we consider the problem of repairing a data-trained Rectified Linear Unit (ReLU) Neural Network (NN) controller for a discrete-time, input-affine system. That is we assume that such a NN controller is avai…

RASA: Routing-Aware Safety Alignment for Mixture-of-Experts Models

2026-02-04 · Jiacheng Liang, Yuhui Wang, Tanqiu Jiang, Ting Wang arxiv

Mixture-of-Experts (MoE) language models introduce unique challenges for safety alignment due to their sparse routing mechanisms, which can enable degenerate optimization behaviors under standard full-parameter fine-tuni…