paper-with-me

Papers

DRoP: Distributionally Robust Pruning

2024-04-08 · Artem Vysogorets, Kartik Ahuja, Julia Kempe

In the era of exceptionally data-hungry models, careful selection of the training data is essential to mitigate the extensive costs of deep learning. Data pruning offers a solution by removing redundant or uninformative samples from the dataset, which yields faster convergence and improved neural scaling laws. However, little is known about its impact on classification bias of the trained models. We conduct the first systematic study of this effect and reveal that existing data pruning algorithms can produce highly biased classifiers. We present theoretical analysis of the classification risk in a mixture of Gaussians to argue that choosing appropriate class pruning ratios, coupled with random pruning within classes has potential to improve worst-class performance. We thus propose DRoP, a distributionally robust approach to pruning and empirically demonstrate its performance on standard computer vision benchmarks. In sharp contrast to existing algorithms, our proposed method continues improving distributional robustness at a tolerable drop of average performance as we prune more from the datasets.

📄 PDF Abstract BibTeX arXiv:2404.05579

Code (1)

avysogorets/fair-data-pruning 공식 구현 pytorch

Tasks

Fairness

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

DRPruning: Efficient Large Language Model Pruning through Distributionally Robust Optimization

2024-11-21 · Hexuan Deng, Wenxiang Jiao, Xuebo Liu, Min Zhang 외

Large language models (LLMs) deliver impressive results but face challenges from increasing model sizes and computational costs. Structured pruning reduces model size and speeds up inference but often causes uneven degra…

Language ModelingLanguage ModellingLarge Language Model

Stochastic Model Pruning via Weight Dropping Away and Back

2018-12-05 · Haipeng Jia, Xueshuang Xiang, Da Fan, Meiyu Huang 외

Deep neural networks have dramatically achieved great success on a variety of challenging tasks. However, most successful DNNs have an extremely complex structure, leading to extensive research on model compression.As a …

Model CompressionStochastic Optimization

EDropout: Energy-Based Dropout and Pruning of Deep Neural Networks

2020-06-07 · Hojjat Salehinejad, Shahrokh Valaee

Dropout is a well-known regularization method by sampling a sub-network from a larger deep neural network and training different sub-networks on different subsets of the data. Inspired by the dropout concept, we propose …

Targeted Dropout

2018-10-20 · NIPS Workshop CDNNRIA 2018 · Aidan N. Gomez, Ivan Zhang, Kevin Swersky, Yarin Gal 외

Neural networks are extremely flexible models due to their large number of parameters, which is beneficial for learning, but also highly redundant. This makes it possible to compress neural networks without having a dras…

Pruning On-the-Fly: A Recoverable Pruning Method without Fine-tuning

2022-12-24 · Dan Liu, Xue Liu

Most existing pruning works are resource-intensive, requiring retraining or fine-tuning of the pruned models for accuracy. We propose a retraining-free pruning method based on hyperspherical learning and loss penalty ter…