paper-with-me

홈 › Papers

PDE+: Enhancing Generalization via PDE with Adaptive Distributional Diffusion

2023-05-25 · Yige Yuan, Bingbing Xu, Bo Lin, Liang Hou, Fei Sun, HuaWei Shen, Xueqi Cheng

The generalization of neural networks is a central challenge in machine learning, especially concerning the performance under distributions that differ from training ones. Current methods, mainly based on the data-driven paradigm such as data augmentation, adversarial training, and noise injection, may encounter limited generalization due to model non-smoothness. In this paper, we propose to investigate generalization from a Partial Differential Equation (PDE) perspective, aiming to enhance it directly through the underlying function of neural networks, rather than focusing on adjusting input data. Specifically, we first establish the connection between neural network generalization and the smoothness of the solution to a specific PDE, namely "transport equation". Building upon this, we propose a general framework that introduces adaptive distributional diffusion into transport equation to enhance the smoothness of its solution, thereby improving generalization. In the context of neural networks, we put this theoretical framework into practice as $\textbf{PDE+}$ ($\textbf{PDE}$ with $\textbf{A}$daptive $\textbf{D}$istributional $\textbf{D}$iffusion) which diffuses each sample into a distribution covering semantically similar inputs. This enables better coverage of potentially unobserved distributions in training, thus improving generalization beyond merely data-driven methods. The effectiveness of PDE+ is validated through extensive experimental settings, demonstrating its superior performance compared to SOTA methods.

📄 PDF Abstract BibTeX arXiv:2305.15835

Code (1)

yuanyige/pde-add 공식 구현 pytorch

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Distributionally Robust Optimization via Diffusion Ambiguity Modeling

2025-10-26 · Jiaqi Wen, Jianyi Yang arxiv

This paper studies Distributionally Robust Optimization (DRO), a fundamental framework for enhancing the robustness and generalization of statistical learning and optimization. An effective ambiguity set for DRO must inv…

IMS3: Breaking Distributional Aggregation in Diffusion-Based Dataset Distillation

2026-03-14 · Chenru Wang, Yunyi Chen, Zijun Yang, Joey Tianyi Zhou 외 arxiv

Dataset Distillation aims to synthesize compact datasets that can approximate the training efficacy of large-scale real datasets, offering an efficient solution to the increasing computational demands of modern deep lear…

Distributionally Robust Optimization via Generative Ambiguity Modeling

2026-02-09 · Jiaqi Wen, Jianyi Yang arxiv

This paper studies Distributionally Robust Optimization (DRO), a fundamental framework for enhancing the robustness and generalization of statistical learning and optimization. An effective ambiguity set for DRO must inv…

DIAR: Diffusion-model-guided Implicit Q-learning with Adaptive Revaluation

2024-10-15 · JaeHyun Park, Yunho Kim, Sejin Kim, Byung-Jun Lee 외

We propose a novel offline reinforcement learning (offline RL) approach, introducing the Diffusion-model-guided Implicit Q-learning with Adaptive Revaluation (DIAR) framework. We address two key challenges in offline RL:…

Decision MakingOffline RLQ-Learning

3D-Learning: Diffusion-Augmented Distributionally Robust Decision-Focused Learning

2026-02-03 · Jiaqi Wen, Lei Fan, Jianyi Yang arxiv

Predict-then-Optimize (PTO) pipelines are widely employed in computing and networked systems, where Machine Learning (ML) models are used to predict critical contextual information for downstream decision-making tasks su…

Data Augmentation