← Search

Eugenia Iofinova

5 accepted papers

2024

SPADE: Sparsity-Guided Debugging for Deep Neural Networks

ICML 2024poster

It is known that sparsity can improve interpretability for deep neural networks. However, existing methods in the area either require networks that are pre-trained with sparsity constraints, or impose sparsity after the fact, altering the network's general behavior. In this paper, we demonstrate, fo…

2023

Bias in Pruned Vision Models: In-Depth Analysis and Countermeasures

CVPR 2023poster

Pruning - that is, setting a significant subset of the parameters of a neural network to zero - is one of the most popular methods of model compression. Yet, several recent works have raised the issue that pruning may induce or exacerbate bias in the output of the compressed model. Despite existing…

2023

SparseProp: Efficient Sparse Backpropagation for Faster Training of Neural Networks at the Edge

ICML 2023oral

We provide an efficient implementation of the backpropagation algorithm, specialized to the case where the weights of the neural network being trained are _sparse_. Our algorithm is general, as it applies to arbitrary (unstructured) sparsity and common layer types (e.g., convolutional or linear). We…

Cited by 8SourcePDFScholar
2021

AC/DC: Alternating Compressed/DeCompressed Training of Deep Neural Networks

NeurIPS 2021poster

The increasing computational requirements of deep neural networks (DNNs) have led to significant interest in obtaining DNN models that are sparse, yet accurate. Recent work has investigated the even harder case of sparse training, where the DNN weights are, for as much as possible, already sparse to…