paper-with-me

홈 › Papers

Towards Mitigating Architecture Overfitting on Distilled Datasets

2023-09-08 · Xuyang Zhong, Chen Liu

Dataset distillation methods have demonstrated remarkable performance for neural networks trained with very limited training data. However, a significant challenge arises in the form of \textit{architecture overfitting}: the distilled training dataset synthesized by a specific network architecture (i.e., training network) generates poor performance when trained by other network architectures (i.e., test networks), especially when the test networks have a larger capacity than the training network. This paper introduces a series of approaches to mitigate this issue. Among them, DropPath renders the large model to be an implicit ensemble of its sub-networks, and knowledge distillation ensures each sub-network acts similarly to the small but well-performing teacher network. These methods, characterized by their smoothing effects, significantly mitigate architecture overfitting. We conduct extensive experiments to demonstrate the effectiveness and generality of our methods. Particularly, across various scenarios involving different tasks and different sizes of distilled data, our approaches significantly mitigate architecture overfitting. Furthermore, our approaches achieve comparable or even superior performance when the test network is larger than the training network.

📄 PDF Abstract BibTeX arXiv:2309.04195

Code (1)

cityu-mlo/mitigate_architecture_overfitting 공식 구현 pytorch

Tasks

Dataset DistillationKnowledge Distillation

Similar Papers 제목 키워드 기반

DroneSR: Rethinking Few-shot Thermal Image Super-Resolution from Drone-based Perspective

2025-09-02 · Zhipeng Weng, Xiaopeng Liu, Ce Liu, Xingyuan Guo 외 arxiv

Although large scale models achieve significant improvements in performance, the overfitting challenge still frequently undermines their generalization ability. In super resolution tasks on images, diffusion models as re…

Representation LearningImage Super-ResolutionImage Reconstruction

A Post-Training Approach for Mitigating Overfitting in Quantum Convolutional Neural Networks

2023-09-04 · Aakash Ravindra Shinde, Charu Jain, Amir Kalev

Quantum convolutional neural network (QCNN), an early application for quantum computers in the NISQ era, has been consistently proven successful as a machine learning (ML) algorithm for several tasks with significant acc…

Collaborative-Distilled Diffusion Models (CDDM) for Accelerated and Lightweight Trajectory Prediction

2025-10-01 · Bingzhang Wang, Kehua Chen, Yinhai Wang arxiv

Trajectory prediction is a fundamental task in Autonomous Vehicles (AVs) and Intelligent Transportation Systems (ITS), supporting efficient motion planning and real-time traffic safety management. Diffusion models have r…

Trajectory PredictionAutonomous VehiclesMotion Planning

Routing Distilled Knowledge via Mixture of LoRA Experts for Large Language Model based Bundle Generation

2025-08-24 · Kaidong Feng, Zhu Sun, Hui Fang, Jie Yang 외 arxiv

Large Language Models (LLMs) have shown potential in automatic bundle generation but suffer from prohibitive computational costs. Although knowledge distillation offers a pathway to more efficient student models, our pre…

Computational EfficiencyKnowledge Distillation

Soften to Defend: Towards Adversarial Robustness via Self-Guided Label Refinement

2024-03-14 · CVPR 2024 1 · Daiwei Yu, Zhuorong Li, Lina Wei, Canghong Jin 외

Adversarial training (AT) is currently one of the most effective ways to obtain the robustness of deep neural networks against adversarial attacks. However, most AT methods suffer from robust overfitting, i.e., a signifi…

Adversarial RobustnessMemorization