Dataset Distillation by Influence Matching

Haoru Tan, Wang Wang, Sitong Wu, Xiuzhe Wu, Yangtian Sun, Chirui Chang, Shaofeng Zhang, Xiaojuan Qi

arXiv:2607.16859 · 2026-07-26 공개 · arXiv · PDF

vision-language synthetic-datasets dataset-distillation flickr30k tiny-imagenet classification-benchmarks influence-matching parameter-shifts

Abstract

We revisit dataset distillation from an outcome-centric perspective. Rather than aligning process surrogates (per-step gradients or training trajectories), Influence Matching (Inf-Match) aligns the final outcome of training: it learns a compact synthetic set whose effect on the converged parameters matches that of the full dataset. Concretely, we introduce a fully differentiable, sample-level influence estimator that quantifies parameter shifts from adding or removing data, without time-consuming inverse-Hessian products or convexity assumptions. The estimator runs in linear time by unrolling the optimization dynamics and applying a first-order Taylor approximation. We then learn the synthetic set by minimizing the mismatch between its influence and that of the real dataset, yielding outcome alignment rather than heuristic process imitation. Inf-Match delivers the best accuracy across standard classification benchmarks. For instance, on Tiny-ImageNet (IPC=10), Inf-Match attains 31.5\%, a +4.7\% improvement over NCFM. Beyond classification, Inf-Match scales to vision-language distillation on Flickr30K, outperforming strong process-matching baselines. For instance, with 200 to 1000 synthetic samples, our method achieved a leading impressive average on image/text retrieval tasks, higher than NCFM by 2.5\%. The code will be released via https://github.com/hrtan/infmatch.

한국어 요약

한 줄 요약

Inf-Match는 최종 모델 파라미터에 미치는 영향을 일치시키는 방식으로 데이터셋 디스틸레이션을 수행하여 기존 방법 대비 정확도를 향상시킨다.

핵심 기여도

핵심 아이디어

기존 데이터셋 디스틸레이션 방법은 **경사**(gradient)나 **훈련 궤적**(trajectory)과 같은 중간 과정을 모방하는 **프로세스 일치**(process matching) 기반으로 설계되었다. 그러나 이는 **최종 모델 성능**(outcome)과의 일치를 보장하지 못하며, **최적화 갭**(optimization gap)을 유발한다. Inf-Match는 이 문제를 해결하기 위해, **각 샘플이 최종 파라미터에 미치는 영향**(influence)을 정량화하고, 이를 기반으로 합성 데이터를 학습한다. 이 영향 추정기는 **1차 테일러 근사**와 **역전개 최적화 역**(unrolling optimization dynamics)을 통해 **선형 시간 복잡도**로 계산되며, **역-헤시안**(inverse-Hessian) 계산이나 **볼록성**(convexity) 가정 없이도 작동한다. 이는 기존 방법에 비해 계산 효율성과 정확도를 동시에 달성한다.

기술적 접근법

주요 결과

의의 및 한계

Inf-Match는 **최종 모델 파라미터 영향**(outcome)을 기준으로 합성 데이터를 학습함으로써, 기존 **프로세스 일치**(process matching) 기반 방법의 한계를 극복한다. 이는 **데이터셋 디스틸레이션의 최적화 갭**(optimization gap)을 줄이고, **실용적 성능**(accuracy)과 **확장성**(scalability)을 동시에 달성하는 데 기여한다. 특히, **역-헤시안 계산 없이도** 작동하는 **전분화 가능한 추정기**는 계산 효율성과 정확도를 결합한 새로운 접근법을 제시한다. 그러나, **복잡한 비볼록 최적화 문제**(non-convex optimization)에서의 일반화 가능성이나, **대규모 데이터셋**(web-scale)에서의 확장성은 추가 연구가 필요할 수 있다.

실용적 활용

Inf-Match는 **자율주행**, **감시 시스템**, **웹 스케일 이미지** 등 대규모 데이터를 다루는 분야에서 **데이터 저장**, **전송**, **훈련 비용**을 줄이는 데 유용하다. 또한, **프라이버시 보호 학습**(privacy-preserved learning), **연속 학습**(continual learning), **연방 학습**(federated learning) 등 **자원 제약**(resource-constrained) 환경에서 활용 가능하다.