This repository is an official implementation of the paper "FYI: Flip Your Images for Dataset Distillation" using PyTorch.
This is the pytorch implementation of the following NeurIPS 2022 paper:
This repository provides the official implementation of Gaussian Splatting Dataset Distillation (GSDD), a novel sparse parameterization framework for efficient dataset distillation.
This repository is the official implementation of On Divergence Measures for Bayesian Pseudocoresets (NeurIPS 2022) Before training any Bayesian pseudocoreset, you'll need to generate some expert trajectories using buffer.py ``python python buffer.py --dataset=CIFAR10 --model=ConvNet…