← Search

Alexandra Peste

5 accepted papers

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

CrAM: A Compression-Aware Minimizer

ICLR 2023poster

Deep neural networks (DNNs) often have to be compressed, via pruning and/or quantization, before they can be deployed in practical settings. In this work we propose a new compression-aware minimizer dubbed CrAM that modifies the optimization step in a principled way, in order to produce models whose…

2023

Knowledge Distillation Performs Partial Variance Reduction

NeurIPS 2023poster

Knowledge distillation is a popular approach for enhancing the performance of "student" models, with lower representational capacity, by taking advantage of more powerful "teacher" models. Despite its apparent simplicity, the underlying mechanics behind knowledge distillation (KD) are not yet fully…

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…