paper-with-me

Papers

Dataset Distillation by Automatic Training Trajectories

2024-07-19 · Dai Liu, Jindong Gu, Hu Cao, Carsten Trinitis, Martin Schulz

Dataset Distillation is used to create a concise, yet informative, synthetic dataset that can replace the original dataset for training purposes. Some leading methods in this domain prioritize long-range matching, involving the unrolling of training trajectories with a fixed number of steps (NS) on the synthetic dataset to align with various expert training trajectories. However, traditional long-range matching methods possess an overfitting-like problem, the fixed step size NS forces synthetic dataset to distortedly conform seen expert training trajectories, resulting in a loss of generality-especially to those from unencountered architecture. We refer to this as the Accumulated Mismatching Problem (AMP), and propose a new approach, Automatic Training Trajectories (ATT), which dynamically and adaptively adjusts trajectory length NS to address the AMP. Our method outperforms existing methods particularly in tests involving cross-architectures. Moreover, owing to its adaptive nature, it exhibits enhanced stability in the face of parameter variations.

📄 PDF Abstract BibTeX arXiv:2407.14245

Code (1)

NiaLiu/ATT 공식 구현 pytorch

Tasks

Dataset Distillation

Methods 이 논문이 사용한 방법론

AMP Based on the understanding that the flat local minima of the empirical risk cause the model to generalize better. Adversarial Model Perturbation (AMP) improves generalization via…
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…

Similar Papers 제목 키워드 기반

Robust Dataset Distillation by Matching Adversarial Trajectories

2025-03-15 · Wei Lai, Tianyu Ding, ren dongdong, Lei Wang 외

Dataset distillation synthesizes compact datasets that enable models to achieve performance comparable to training on the original large-scale datasets. However, existing distillation methods overlook the robustness of t…

Adversarial RobustnessDataset Distillation

Target-driven Self-Distillation for Partial Observed Trajectories Forecasting

2025-01-28 · Pengfei Zhu, Peng Shu, Mengshi Qi, Liang Liu 외

Accurate prediction of future trajectories of traffic agents is essential for ensuring safe autonomous driving. However, partially observed trajectories can significantly degrade the performance of even state-of-the-art …

Autonomous DrivingKnowledge DistillationMotion Forecasting

CoT-Evo: Evolutionary Distillation of Chain-of-Thought for Scientific Reasoning

2025-10-15 · Kehua Feng, Keyan Ding, Zhihui Zhu, Lei Liang 외 arxiv

While chain-of-thought (CoT) distillation from advanced large language models (LLMs) has proven effective in general reasoning tasks, it struggles in scientific domains where even advanced models often produce incorrect …

Magnet: Multi-turn Tool-use Data Synthesis and Distillation via Graph Translation

2025-03-10 · Fan Yin, Zifeng Wang, I-Hung Hsu, Jun Yan 외

Large language models (LLMs) have exhibited the ability to effectively utilize external tools to address user queries. However, their performance may be limited in complex, multi-turn interactions involving users and mul…

Large Language Model

Towards Lossless Dataset Distillation via Difficulty-Aligned Trajectory Matching

2023-10-09 · Ziyao Guo, Kai Wang, George Cazenavette, Hui Li 외

The ultimate goal of Dataset Distillation is to synthesize a small synthetic dataset such that a model trained on this synthetic set will perform equally well as a model trained on the full, real dataset. Until now, no m…

Dataset Distillation