paper-with-me

Papers

Minimizing the Accumulated Trajectory Error to Improve Dataset Distillation

2022-11-20 · CVPR 2023 1 · Jiawei Du, Yidi Jiang, Vincent Y. F. Tan, Joey Tianyi Zhou, Haizhou Li

Model-based deep learning has achieved astounding successes due in part to the availability of large-scale real-world data. However, processing such massive amounts of data comes at a considerable cost in terms of computations, storage, training and the search for good neural architectures. Dataset distillation has thus recently come to the fore. This paradigm involves distilling information from large real-world datasets into tiny and compact synthetic datasets such that processing the latter ideally yields similar performances as the former. State-of-the-art methods primarily rely on learning the synthetic dataset by matching the gradients obtained during training between the real and synthetic data. However, these gradient-matching methods suffer from the so-called accumulated trajectory error caused by the discrepancy between the distillation and subsequent evaluation. To mitigate the adverse impact of this accumulated trajectory error, we propose a novel approach that encourages the optimization algorithm to seek a flat trajectory. We show that the weights trained on synthetic data are robust against the accumulated errors perturbations with the regularization towards the flat trajectory. Our method, called Flat Trajectory Distillation (FTD), is shown to boost the performance of gradient-matching methods by up to 4.7% on a subset of images of the ImageNet dataset with higher resolution images. We also validate the effectiveness and generalizability of our method with datasets of different resolutions and demonstrate its applicability to neural architecture search. Code is available at https://github.com/AngusDujw/FTD-distillation.

📄 PDF Abstract BibTeX arXiv:2211.11004

Code (3)

angusdujw/ftd-distillation 공식 구현 pytorch
AngusDujw/FlatTrajectoryDistillation_FTD pytorch
Guang000/Awesome-Dataset-Distillation

Tasks

Dataset DistillationDataset Distillation - 1IPCNeural Architecture Search

Similar Papers 제목 키워드 기반

Cross-Domain Energy-Guided Diffusion Generation for Off-Dynamics Reinforcement Learning

2026-05-24 · Yu Yang, Yihong Guo, Anqi Liu, Pan Xu arxiv

Off-dynamics offline reinforcement learning seeks to learn a target-domain policy from a large source dataset and a limited target dataset under mismatched transition dynamics. Existing approaches such as reward augmenta…

Reinforcement LearningOffline RL

G2LTraj: A Global-to-Local Generation Approach for Trajectory Prediction

2024-04-30 · Zhanwei Zhang, Zishuo Hua, Minghao Chen, Wei Lu 외

Predicting future trajectories of traffic agents accurately holds substantial importance in various applications such as autonomous driving. Previous methods commonly infer all future steps of an agent either recursively…

Autonomous DrivingTrajectory Prediction

Terminal Matters: Kinodynamic Planning with a Terminal Cost and Learned Uncertainty in Belief State-Cost Space

2026-05-09 · Zhuoyun Zhong, Seyedali Golestaneh, Constantinos Chamzas arxiv

In many real-world robotic tasks, robots must generate dynamically feasible motions that reliably reach desired goals even under uncertainty. Yet existing sampling-based kinodynamic planners typically optimize accumulate…

Heterogeneous Interaction Modeling With Reduced Accumulated Error for Multi-Agent Trajectory Prediction

2024-10-28 · Siyuan Chen, Jiahai Wang

Dynamical complex systems composed of interactive heterogeneous agents are prevalent in the world, including urban traffic systems and social networks. Modeling the interactions among agents is the key to understanding a…

Trajectory Prediction

Efficient online multi-camera tracking with memory-efficient accumulated appearance features and trajectory validation

2024-06-17 · CVPR 2024 6 · Lap Quoc Tran, Huan Duc Vi

Multi-camera tracking (MCT) plays a crucial role in various computer vision applications. However, accurate tracking of individuals across multiple cameras faces challenges, particularly with identity switches. In this p…

Multi-Object Tracking