paper-with-me

Papers

Dataset Distillation using Neural Feature Regression

2022-06-01 · Yongchao Zhou, Ehsan Nezhadarya, Jimmy Ba

Dataset distillation aims to learn a small synthetic dataset that preserves most of the information from the original dataset. Dataset distillation can be formulated as a bi-level meta-learning problem where the outer loop optimizes the meta-dataset and the inner loop trains a model on the distilled data. Meta-gradient computation is one of the key challenges in this formulation, as differentiating through the inner loop learning procedure introduces significant computation and memory costs. In this paper, we address these challenges using neural Feature Regression with Pooling (FRePo), achieving the state-of-the-art performance with an order of magnitude less memory requirement and two orders of magnitude faster training than previous methods. The proposed algorithm is analogous to truncated backpropagation through time with a pool of models to alleviate various types of overfitting in dataset distillation. FRePo significantly outperforms the previous methods on CIFAR100, Tiny ImageNet, and ImageNet-1K. Furthermore, we show that high-quality distilled data can greatly improve various downstream applications, such as continual learning and membership inference defense. Please check out our webpage at https://sites.google.com/view/frepo.

📄 PDF Abstract BibTeX arXiv:2206.00719

Code (2)

yongchao97/FRePo 공식 구현 jax
Guang000/Awesome-Dataset-Distillation

Tasks

Continual LearningDataset DistillationDataset Distillation - 1IPCImage ClassificationMeta-LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

SimReg: Regression as a Simple Yet Effective Tool for Self-supervised Knowledge Distillation

2022-01-13 · K L Navaneet, Soroush Abbasi Koohpayegani, Ajinkya Tejankar, Hamed Pirsiavash

Feature regression is a simple way to distill large neural network models to smaller ones. We show that with simple changes to the network architecture, regression can outperform more complex state-of-the-art approaches …

Knowledge Distillationregression

Efficient Dataset Distillation Using Random Feature Approximation

2022-10-21 · Noel Loo, Ramin Hasani, Alexander Amini, Daniela Rus

Dataset distillation compresses large datasets into smaller synthetic coresets which retain performance with the aim of reducing the storage and computational burden of processing the entire dataset. Today's best-perform…

Dataset CondensationDataset DistillationGPUregression

Task Decoupled Knowledge Distillation For Lightweight Face Detectors

2020-10-14 · Xiaoqing Liang, Xu Zhao, Chaoyang Zhao, Nanfei Jiang 외

We propose a knowledge distillation method for the face detection task. This method decouples the distillation task of face detection into two subtasks, i.e., the classification distillation subtask and the regression di…

Face DetectionKnowledge Distillationregression

Task Integration Distillation for Object Detectors

2024-04-02 · Hai Su, ZhenWen Jian, Songsen Yu

Knowledge distillation is a widely adopted technique for model lightening. However, the performance of most knowledge distillation methods in the domain of object detection is not satisfactory. Typically, knowledge disti…

Knowledge DistillationObjectobject-detectionObject Detection+1

Efficient Feature Distillation for Zero-shot Annotation Object Detection

2023-03-21 · Zhuoming Liu, Xuefeng Hu, Ram Nevatia

We propose a new setting for detecting unseen objects called Zero-shot Annotation object Detection (ZAD). It expands the zero-shot object detection setting by allowing the novel objects to exist in the training images an…

Objectobject-detectionObject DetectionZero-Shot Object Detection