paper-with-me

Papers

Dataset Distillation via Factorization

2022-10-30 · Songhua Liu, Kai Wang, Xingyi Yang, Jingwen Ye, Xinchao Wang

In this paper, we study \xw{dataset distillation (DD)}, from a novel perspective and introduce a \emph{dataset factorization} approach, termed \emph{HaBa}, which is a plug-and-play strategy portable to any existing DD baseline. Unlike conventional DD approaches that aim to produce distilled and representative samples, \emph{HaBa} explores decomposing a dataset into two components: data \emph{Ha}llucination networks and \emph{Ba}ses, where the latter is fed into the former to reconstruct image samples. The flexible combinations between bases and hallucination networks, therefore, equip the distilled data with exponential informativeness gain, which largely increase the representation capability of distilled datasets. To furthermore increase the data efficiency of compression results, we further introduce a pair of adversarial contrastive constraints on the resultant hallucination networks and bases, which increase the diversity of generated images and inject more discriminant information into the factorization. Extensive comparisons and experiments demonstrate that our method can yield significant improvement on downstream classification tasks compared with previous state of the arts, while reducing the total number of compressed parameters by up to 65\%. Moreover, distilled datasets by our approach also achieve \textasciitilde10\% higher accuracy than baseline methods in cross-architecture generalization. Our code is available \href{https://github.com/Huage001/DatasetFactorization}{here}.

📄 PDF Abstract BibTeX arXiv:2210.16774

Code (3)

huage001/datasetfactorization 공식 구현 pytorch
Guang000/Awesome-Dataset-Distillation
miv-xjtu/speed pytorch

Tasks

Dataset DistillationHallucinationInformativeness

Similar Papers 제목 키워드 기반

Structural Knowledge Distillation: Tractably Distilling Information for Structured Predictor

2020-10-10 · ACL 2021 5 · Xinyu Wang, Yong Jiang, Zhaohui Yan, Zixia Jia 외

Knowledge distillation is a critical technique to transfer knowledge between models, typically from a large model (the teacher) to a more fine-grained one (the student). The objective function of knowledge distillation i…

Dependency ParsingKnowledge DistillationStructured Prediction

Low-Rank Similarity Mining for Multimodal Dataset Distillation

2024-06-06 · Yue Xu, Zhilin Lin, Yusong Qiu, Cewu Lu 외

Though dataset distillation has witnessed rapid development in recent years, the distillation of multimodal data, e.g., image-text pairs, poses unique and under-explored challenges. Unlike unimodal data, image-text contr…

Contrastive LearningDataset Distillation

FedSPLIT: One-Shot Federated Recommendation System Based on Non-negative Joint Matrix Factorization and Knowledge Distillation

2022-05-04 · Maksim E. Eren, Luke E. Richards, Manish Bhattarai, Roberto Yus 외

Non-negative matrix factorization (NMF) with missing-value completion is a well-known effective Collaborative Filtering (CF) method used to provide personalized user recommendations. However, traditional CF relies on the…

Collaborative FilteringFederated LearningKnowledge DistillationPrivacy Preserving

Infinite Mask Diffusion for Few-Step Distillation

2026-05-11 · Jaehoon Yoo, Wonjung Kim, Chanhyuk Lee, Seunghoon Hong arxiv

Masked Diffusion Models (MDMs) have emerged as a promising alternative to autoregressive models in language modeling, offering the advantages of parallel decoding and bidirectional context processing within a simple yet …

Directed Acyclic Graph Factorization Machines for CTR Prediction via Knowledge Distillation

2022-11-21 · Zhen Tian, Ting Bai, Zibin Zhang, Zhiyuan Xu 외

With the growth of high-dimensional sparse data in web-scale recommender systems, the computational cost to learn high-order feature interaction in CTR prediction task largely increases, which limits the use of high-orde…

Click-Through Rate PredictionKnowledge DistillationRecommendation Systems