paper-with-me

홈 › Papers

Leveraging Hierarchical Feature Sharing for Efficient Dataset Condensation

2023-10-11 · Haizhong Zheng, Jiachen Sun, Shutong Wu, Bhavya Kailkhura, Zhuoqing Mao, Chaowei Xiao, Atul Prakash

Given a real-world dataset, data condensation (DC) aims to synthesize a small synthetic dataset that captures the knowledge of a natural dataset while being usable for training models with comparable accuracy. Recent works propose to enhance DC with data parameterization, which condenses data into very compact parameterized data containers instead of images. The intuition behind data parameterization is to encode shared features of images to avoid additional storage costs. In this paper, we recognize that images share common features in a hierarchical way due to the inherent hierarchical structure of the classification system, which is overlooked by current data parameterization methods. To better align DC with this hierarchical nature and encourage more efficient information sharing inside data containers, we propose a novel data parameterization architecture, Hierarchical Memory Network (HMN). HMN stores condensed data in a three-tier structure, representing the dataset-level, class-level, and instance-level features. Another helpful property of the hierarchical architecture is that HMN naturally ensures good independence among images despite achieving information sharing. This enables instance-level pruning for HMN to reduce redundant information, thereby further minimizing redundancy and enhancing performance. We evaluate HMN on five public datasets and show that our proposed method outperforms all baselines.

📄 PDF Abstract BibTeX arXiv:2310.07506

Code (0)

등록된 구현이 없습니다.

Tasks

Dataset Condensation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Memory Network 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

DC-BENCH: Dataset Condensation Benchmark

2022-07-20 · Justin Cui, Ruochen Wang, Si Si, Cho-Jui Hsieh

Dataset Condensation is a newly emerging technique aiming at learning a tiny dataset that captures the rich information encoded in the original dataset. As the size of datasets contemporary machine learning models rely o…

AutoMLData AugmentationData CompressionDataset Condensation+1

Dataset Condensation with Latent Space Knowledge Factorization and Sharing

2022-08-21 · Hae Beom Lee, Dong Bok Lee, Sung Ju Hwang

In this paper, we introduce a novel approach for systematically solving dataset condensation problem in an efficient manner by exploiting the regularity in a given dataset. Instead of condensing the dataset directly in t…

Dataset Condensation

TF-DCon: Leveraging Large Language Models (LLMs) to Empower Training-Free Dataset Condensation for Content-Based Recommendation

2023-10-15 · Jiahao Wu, Qijiong Liu, Hengchang Hu, Wenqi Fan 외

Modern techniques in Content-based Recommendation (CBR) leverage item content information to provide personalized services to users, but suffer from resource-intensive training on large datasets. To address this issue, w…

Dataset CondensationReading Comprehension

DANCE: Dynamic, Available, Neighbor-gated Condensation for Federated Text-Attributed Graphs

2026-01-23 · Zekai Chen, Haodong Lu, Xunkai Li, Henan Sun 외 arxiv

Federated graph learning (FGL) enables collaborative training on graph data across multiple clients. With the rise of large language models (LLMs), textual attributes in FGL graphs are gaining attention. Text-attributed …

Federated LearningGraph Learning

Adaptive Latent Trajectory Anchoring for Action Segmentation Dataset Condensation

2026-07-10 · Artheme Gauthier-Villar, Guodong Ding, Angela Yao arxiv

Dataset condensation for action segmentation synthesizes compact, informative representations of long, untrimmed video datasets. The existing approach relies on Variational Autoencoders and an iterative latent optimizati…

Action Segmentation