paper-with-me

홈 › Papers

BACON: Bayesian Optimal Condensation Framework for Dataset Distillation

2024-06-03 · Zheng Zhou, Hongbo Zhao, Guangliang Cheng, Xiangtai Li, Shuchang Lyu, Wenquan Feng, Qi Zhao

Dataset Distillation (DD) aims to distill knowledge from extensive datasets into more compact ones while preserving performance on the test set, thereby reducing storage costs and training expenses. However, existing methods often suffer from computational intensity, particularly exhibiting suboptimal performance with large dataset sizes due to the lack of a robust theoretical framework for analyzing the DD problem. To address these challenges, we propose the BAyesian optimal CONdensation framework (BACON), which is the first work to introduce the Bayesian theoretical framework to the literature of DD. This framework provides theoretical support for enhancing the performance of DD. Furthermore, BACON formulates the DD problem as the minimization of the expected risk function in joint probability distributions using the Bayesian framework. Additionally, by analyzing the expected risk function for optimal condensation, we derive a numerically feasible lower bound based on specific assumptions, providing an approximate solution for BACON. We validate BACON across several datasets, demonstrating its superior performance compared to existing state-of-the-art methods. For instance, under the IPC-10 setting, BACON achieves a 3.46% accuracy gain over the IDM method on the CIFAR-10 dataset and a 3.10% gain on the TinyImageNet dataset. Our extensive experiments confirm the effectiveness of BACON and its seamless integration with existing methods, thereby enhancing their performance for the DD task. Code and distilled datasets are available at BACON.

📄 PDF Abstract BibTeX arXiv:2406.01112

Code (1)

zhouzhengqd/BACON 공식 구현 pytorch

Tasks

Dataset Distillation

Similar Papers 제목 키워드 기반

The Bayesian Confidence (BACON) Estimator for Deep Neural Networks

2024-10-16 · Patrick D. Kee, Max J. Brown, Jonathan C. Rice, Christian A. Howell

This paper introduces the Bayesian Confidence Estimator (BACON) for deep neural networks. Current practice of interpreting Softmax values in the output layer as probabilities of outcomes is prone to extreme predictions o…

AmoebaContact and GDFold: a new pipeline for rapid prediction of protein structures

2019-05-28

Native contacts between residues could be predicted from the amino acid sequence of proteins, and the predicted contact information could assist the de novo protein structure prediction. Here, we present a novel pipeline…

PredictionProtein Structure Prediction

BACON: A fully explainable AI model with graded logic for decision making problems

2025-05-20 · Haishi Bai, Jozo Dujmovic, Jianwu Wang

As machine learning models and autonomous agents are increasingly deployed in high-stakes, real-world domains such as healthcare, security, finance, and robotics, the need for transparent and trustworthy explanations has…

Decision Making

Bi-Directional Multi-Scale Graph Dataset Condensation via Information Bottleneck

2024-12-23 · Xingcheng Fu, Yisen Gao, Beining Yang, Yuxuan Wu 외

Dataset condensation has significantly improved model training efficiency, but its application on devices with different computing power brings new requirements for different data sizes. Thus, condensing multiple scale g…

Dataset Condensation

Connect the dots: Dataset Condensation, Differential Privacy, and Adversarial Uncertainty

2024-02-16 · Kenneth Odoh

Our work focuses on understanding the underpinning mechanism of dataset condensation by drawing connections with ($\epsilon$, $\delta$)-differential privacy where the optimal noise, $\epsilon$, is chosen by adversarial u…

Dataset CondensationNoise Estimation