paper-with-me

홈 › Papers

You Only Condense Once: Two Rules for Pruning Condensed Datasets

2023-10-21 · NeurIPS 2023 11 · Yang He, Lingao Xiao, Joey Tianyi Zhou

Dataset condensation is a crucial tool for enhancing training efficiency by reducing the size of the training dataset, particularly in on-device scenarios. However, these scenarios have two significant challenges: 1) the varying computational resources available on the devices require a dataset size different from the pre-defined condensed dataset, and 2) the limited computational resources often preclude the possibility of conducting additional condensation processes. We introduce You Only Condense Once (YOCO) to overcome these limitations. On top of one condensed dataset, YOCO produces smaller condensed datasets with two embarrassingly simple dataset pruning rules: Low LBPE Score and Balanced Construction. YOCO offers two key advantages: 1) it can flexibly resize the dataset to fit varying computational constraints, and 2) it eliminates the need for extra condensation processes, which can be computationally prohibitive. Experiments validate our findings on networks including ConvNet, ResNet and DenseNet, and datasets including CIFAR-10, CIFAR-100 and ImageNet. For example, our YOCO surpassed various dataset condensation and dataset pruning methods on CIFAR-10 with ten Images Per Class (IPC), achieving 6.98-8.89% and 6.31-23.92% accuracy gains, respectively. The code is available at: https://github.com/he-y/you-only-condense-once.

📄 PDF Abstract BibTeX arXiv:2310.14019

Code (1)

he-y/you-only-condense-once 공식 구현 pytorch

Tasks

Dataset Condensation

Methods 이 논문이 사용한 방법론

Dataset Pruning Dataset pruning is an approach to reduce a large dataset to obtain a small dataset by removing less significant sample.
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Batch Normalization 설명 없음
Average Pooling 설명 없음
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…
Residual Connection 설명 없음
Dense Block A Dense Block is a module used in convolutional neural networks that connects *all layers* (with matching feature-map sizes) directly with each other. It was originally…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Condensedly: comprehending article contents through condensed texts

2016-12-29 · Ke Chao-Hsuan, Lee Tsung-Lu Michael, Chiang Jung-Hsien

Summary: Abstracts in biomedical articles can provide a quick overview of the articles but detailed information cannot be obtained without reading full-text contents. Full-text articles certainly generate more informatio…

Articles

Condensed Sample-Guided Model Inversion for Knowledge Distillation

2024-08-25 · Kuluhan Binici, Shivam Aggarwal, Cihan Acar, Nam Trung Pham 외

Knowledge distillation (KD) is a key element in neural network compression that allows knowledge transfer from a pre-trained teacher model to a more compact student model. KD relies on access to the training dataset, whi…

Knowledge DistillationmodelNeural Network CompressionTransfer Learning

Structure-free Graph Condensation: From Large-scale Graphs to Condensed Graph-free Data

2023-06-05 · NeurIPS 2023 11 · Xin Zheng, Miao Zhang, Chunyang Chen, Quoc Viet Hung Nguyen 외

Graph condensation, which reduces the size of a large-scale graph by synthesizing a small-scale condensed graph as its substitution, has immediate benefits for various graph learning tasks. However, existing graph conden…

Graph Learning

Condensed Representation of Machine Learning Data

2022-12-29 · Rahman Salim Zengin, Volkan Sezer

Training of a Machine Learning model requires sufficient data. The sufficiency of the data is not always about the quantity, but about the relevancy and reduced redundancy. Data-generating processes create massive amount…

Clustering

Are Large-scale Soft Labels Necessary for Large-scale Dataset Distillation?

2024-10-21 · Lingao Xiao, Yang He

In ImageNet-condensation, the storage for auxiliary soft labels exceeds that of the condensed dataset by over 30 times. However, are large-scale soft labels necessary for large-scale dataset distillation? In this paper, …

Dataset DistillationDiversity