paper-with-me

홈 › Papers

Regularizing activations in neural networks via distribution matching with the Wasserstein metric

2020-02-13 · ICLR 2020 1 · Taejong Joo, Donggu Kang, ByungHoon Kim

Regularization and normalization have become indispensable components in training deep neural networks, resulting in faster training and improved generalization performance. We propose the projected error function regularization loss (PER) that encourages activations to follow the standard normal distribution. PER randomly projects activations onto one-dimensional space and computes the regularization loss in the projected space. PER is similar to the Pseudo-Huber loss in the projected space, thus taking advantage of both $L^1$ and $L^2$ regularization losses. Besides, PER can capture the interaction between hidden units by projection vector drawn from a unit sphere. By doing so, PER minimizes the upper bound of the Wasserstein distance of order one between an empirical distribution of activations and the standard normal distribution. To the best of the authors' knowledge, this is the first work to regularize activations via distribution matching in the probability distribution space. We evaluate the proposed method on the image classification task and the word-level language modeling task.

📄 PDF Abstract BibTeX arXiv:2002.05366

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Dataset Distillation via the Wasserstein Metric

2023-11-30 · Haoyang Liu, Yijiang Li, Tiancheng Xing, Vibhu Dalal 외

Dataset Distillation (DD) emerges as a powerful strategy to encapsulate the expansive information of large datasets into significantly smaller, synthetic equivalents, thereby preserving model performance with reduced com…

Dataset Distillation

Regularized Wasserstein Means for Aligning Distributional Data

2018-12-02 · Liang Mi, Wen Zhang, Yalin Wang

We propose to align distributional data from the perspective of Wasserstein means. We raise the problem of regularizing Wasserstein means and propose several terms tailored to tackle different problems. Our formulation i…

Domain Adaptation

Local moment matching: A unified methodology for symmetric functional estimation and distribution estimation under Wasserstein distance

2018-02-23 · Yanjun Han, Jiantao Jiao, Tsachy Weissman

We present \emph{Local Moment Matching (LMM)}, a unified methodology for symmetric functional estimation and distribution estimation under Wasserstein distance. We construct an efficiently computable estimator that achie…

Score-based generative models are provably robust: an uncertainty quantification perspective

2024-05-24 · Nikiforos Mimikos-Stamatopoulos, Benjamin J. Zhang, Markos A. Katsoulakis

Through an uncertainty quantification (UQ) perspective, we show that score-based generative models (SGMs) are provably robust to the multiple sources of error in practical implementation. Our primary tool is the Wasserst…

Generalization BoundsUncertainty Quantification

Quantile-Coupled Flow Matching for Distributional Reinforcement Learning

2026-05-08 · Michael Groom, Victor-Alexandru Darvariu, Lars Kunze, James Wilson 외 arxiv

Unlike standard expected-return Reinforcement Learning (RL), Distributional RL (DRL) models the full return distribution, making it better-suited for uncertainty-aware and risk-sensitive decision-making. Conditional Flow…

Reinforcement LearningOffline RL