paper-with-me

Papers

Leveraging Sparse Linear Layers for Debuggable Deep Networks

2021-05-11 · Eric Wong, Shibani Santurkar, Aleksander Mądry

We show how fitting sparse linear models over learned deep feature representations can lead to more debuggable neural networks. These networks remain highly accurate while also being more amenable to human interpretation, as we demonstrate quantiatively via numerical and human experiments. We further illustrate how the resulting sparse explanations can help to identify spurious correlations, explain misclassifications, and diagnose model biases in vision and language tasks. The code for our toolkit can be found at https://github.com/madrylab/debuggabledeepnetworks.

📄 PDF Abstract BibTeX arXiv:2105.04857

Code (2)

MadryLab/DebuggableDeepNetworks 공식 구현 pytorch
MadryLab/glm_saga 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Data Debugging is NP-hard for Classifiers Trained with SGD

2024-08-02 · Zizheng Guo, PengYu Chen, Yanzhang Fu, Dongjing Miao

Data debugging is to find a subset of the training data such that the model obtained by retraining on the subset has a better accuracy. A bunch of heuristic approaches are proposed, however, none of them are guaranteed t…

Investigating White-Box Attacks for On-Device Models

2024-02-08 · Mingyi Zhou, Xiang Gao, Jing Wu, Kui Liu 외

Numerous mobile apps have leveraged deep learning capabilities. However, on-device models are vulnerable to attacks as they can be easily extracted from their corresponding mobile apps. Existing on-device attacking appro…

Weight-based Decomposition: A Case for Bilinear MLPs

2024-06-06 · Michael T. Pearce, Thomas Dooms, Alice Rigg

Gated Linear Units (GLUs) have become a common building block in modern foundation models. Bilinear layers drop the non-linearity in the "gate" but still have comparable performance to other GLUs. An attractive quality o…

Revisiting Sparse Convolutional Model for Visual Recognition

2022-10-24 · Xili Dai, Mingyang Li, Pengyuan Zhai, Shengbang Tong 외

Despite strong empirical performance for image classification, deep neural networks are often regarded as ``black boxes'' and they are difficult to interpret. On the other hand, sparse convolutional models, which assume …

image-classificationImage Classificationmodel

Sparse Implementation of Versatile Graph-Informed Layers

2024-03-20 · Francesco Della Santa

Graph Neural Networks (GNNs) have emerged as effective tools for learning tasks on graph-structured data. Recently, Graph-Informed (GI) layers were introduced to address regression tasks on graph nodes, extending their a…

Computational Efficiency