paper-with-me

Papers

Large-scale Dataset Pruning with Dynamic Uncertainty

2023-06-08 · Muyang He, Shuo Yang, Tiejun Huang, Bo Zhao

The state of the art of many learning tasks, e.g., image classification, is advanced by collecting larger datasets and then training larger models on them. As the outcome, the increasing computational cost is becoming unaffordable. In this paper, we investigate how to prune the large-scale datasets, and thus produce an informative subset for training sophisticated deep models with negligible performance drop. We propose a simple yet effective dataset pruning method by exploring both the prediction uncertainty and training dynamics. We study dataset pruning by measuring the variation of predictions during the whole training process on large-scale datasets, i.e., ImageNet-1K and ImageNet-21K, and advanced models, i.e., Swin Transformer and ConvNeXt. Extensive experimental results indicate that our method outperforms the state of the art and achieves 25% lossless pruning ratio on both ImageNet-1K and ImageNet-21K. The code and pruned datasets are available at https://github.com/BAAI-DCAI/Dataset-Pruning.

📄 PDF Abstract BibTeX arXiv:2306.05175

Code (2)

baai-dcai/dataset-pruning 공식 구현 pytorch
prasangadhungel/Data-Pruning-with-Extrapolated-Scores pytorch

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Dataset Pruning Dataset pruning is an approach to reduce a large dataset to obtain a small dataset by removing less significant sample.
Multi-Head Attention 설명 없음
Attention 설명 없음
Pruning 설명 없음
ConvNeXt 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Uncertainty-Guided Spatial Pruning Architecture for Efficient Frame Interpolation

2023-07-31 · Ri Cheng, Xuhao Jiang, Ruian He, Shili Zhou 외

The video frame interpolation (VFI) model applies the convolution operation to all locations, leading to redundant computations in regions with easy motion. We can use dynamic spatial pruning method to skip redundant com…

Video Frame Interpolation

Data Pruning via Separability, Integrity, and Model Uncertainty-Aware Importance Sampling

2024-09-20 · Steven Grosz, Rui Zhao, Rajeev Ranjan, Hongcheng Wang 외

This paper improves upon existing data pruning methods for image classification by introducing a novel pruning metric and pruning procedure based on importance sampling. The proposed pruning metric explicitly accounts fo…

Classificationimage-classificationImage Classification

Effective Data Pruning through Score Extrapolation

2025-06-10 · Sebastian Schmidt, Prasanga Dhungel, Christoffer Löffler, Björn Nieth 외

Training advanced machine learning models demands massive datasets, resulting in prohibitive computational costs. To address this challenge, data pruning techniques identify and remove redundant training samples while pr…

Magnitude and Uncertainty Pruning Criterion for Neural Networks

2019-12-10 · Vinnie Ko, Stefan Oehmcke, Fabian Gieseke

Neural networks have achieved dramatic improvements in recent years and depict the state-of-the-art methods for many real-world tasks nowadays. One drawback is, however, that many of these models are overparameterized, w…

Structured Pruning Meets Orthogonality

2021-09-29 · Huan Wang, Yun Fu

Several recent works empirically found finetuning learning rate is crucial to the final performance in structured neural network pruning. It is shown that the \emph{dynamical isometry} broken by pruning answers for this …

Network Pruning