中文
相关论文

相关论文: Investigating Generalization by Controlling Normal…

200 篇论文

We propose a new bound for generalization of neural networks using Koopman operators. Whereas most of existing works focus on low-rank weight matrices, we focus on full-rank weight matrices. Our bound is tighter than existing norm-based…

机器学习 · 计算机科学 2024-03-19 Yuka Hashimoto , Sho Sonoda , Isao Ishikawa , Atsushi Nitanda , Taiji Suzuki

A formal link between regression and classification has been tenuous. Even though the margin maximization term $\|w\|$ is used in support vector regression, it has at best been justified as a regularizer. We show that a regression problem…

机器学习 · 计算机科学 2025-11-07 Jayadeva , Naman Dwivedi , Hari Krishnan , N. M. Anoop Krishnan

A trained neural network can be interpreted as a structural causal model (SCM) that provides the effect of changing input variables on the model's output. However, if training data contains both causal and correlational relationships, a…

机器学习 · 计算机科学 2022-06-30 Sai Srinivas Kancheti , Abbavaram Gowtham Reddy , Vineeth N Balasubramanian , Amit Sharma

This paper presents a margin-based multiclass generalization bound for neural networks that scales with their margin-normalized "spectral complexity": their Lipschitz constant, meaning the product of the spectral norms of the weight…

机器学习 · 计算机科学 2017-12-06 Peter Bartlett , Dylan J. Foster , Matus Telgarsky

Random features models play a distinguished role in the theory of deep learning, describing the behavior of neural networks close to their infinite-width limit. In this work, we present a thorough analysis of the generalization performance…

无序系统与神经网络 · 物理学 2025-02-03 Fabián Aguirre-López , Silvio Franz , Mauro Pastore

We study the implicit bias of batch normalization trained by gradient descent. We show that when learning a linear model with batch normalization for binary classification, gradient descent converges to a uniform margin classifier on the…

机器学习 · 计算机科学 2023-07-12 Yuan Cao , Difan Zou , Yuanzhi Li , Quanquan Gu

The strong correlation between neurons or filters can significantly weaken the generalization ability of neural networks. Inspired by the well-known Tammes problem, we propose a novel diversity regularization method to address this issue,…

机器学习 · 计算机科学 2021-03-24 Zhennan Wang , Canqun Xiang , Wenbin Zou , Chen Xu

We study the notion of a generalization bound being uniformly tight, meaning that the difference between the bound and the population loss is small for all learning algorithms and all population distributions. Numerous generalization bounds…

机器学习 · 计算机科学 2023-11-29 Michael Gastpar , Ido Nachum , Jonathan Shafer , Thomas Weinberger

This paper studies the novel concept of weight correlation in deep neural networks and discusses its impact on the networks' generalisation ability. For fully-connected layers, the weight correlation is defined as the average cosine…

机器学习 · 计算机科学 2020-10-20 Gaojie Jin , Xinping Yi , Liang Zhang , Lijun Zhang , Sven Schewe , Xiaowei Huang

Modern neural network architectures often generalize well despite containing many more parameters than the size of the training dataset. This paper explores the generalization capabilities of neural networks trained via gradient descent. We…

机器学习 · 计算机科学 2019-07-05 Samet Oymak , Zalan Fabian , Mingchen Li , Mahdi Soltanolkotabi

The success of deep neural networks is in part due to the use of normalization layers. Normalization layers like Batch Normalization, Layer Normalization and Weight Normalization are ubiquitous in practice, as they improve generalization…

机器学习 · 计算机科学 2020-06-15 Yonatan Dukler , Quanquan Gu , Guido Montúfar

We show that training of generative adversarial network (GAN) may not have good generalization properties; e.g., training may appear successful but the trained distribution may be far from target distribution in standard metrics. However,…

机器学习 · 计算机科学 2017-08-03 Sanjeev Arora , Rong Ge , Yingyu Liang , Tengyu Ma , Yi Zhang

We prove new probabilistic upper bounds on generalization error of complex classifiers that are combinations of simple classifiers. Such combinations could be implemented by neural networks or by voting methods of combining the classifiers,…

概率论 · 数学 2007-05-23 Vladimir Koltchinskii , Dmitry Panchenko

At the heart of machine learning lies the question of generalizability of learned rules over previously unseen data. While over-parameterized models based on neural networks are now ubiquitous in machine learning applications, our…

机器学习 · 计算机科学 2020-05-04 Melikasadat Emami , Mojtaba Sahraee-Ardakan , Parthe Pandit , Sundeep Rangan , Alyson K. Fletcher

Previous work has examined the ability of larger capacity neural networks to generalize better than smaller ones, even without explicit regularizers, by analyzing gradient based algorithms such as GD and SGD. The presence of noise and its…

机器学习 · 计算机科学 2020-05-27 Arushi Gupta

Empirical evidence shows that ensembles, such as bagging, boosting, random and rotation forests, generally perform better in terms of their generalization error than individual classifiers. To explain this performance, Schapire et al.…

机器学习 · 统计学 2019-06-10 Waldyn Martinez , J. Brian Gray

This paper analyzes the convergence and generalization of training a one-hidden-layer neural network when the input features follow the Gaussian mixture model consisting of a finite number of Gaussian distributions. Assuming the labels are…

机器学习 · 计算机科学 2023-01-30 Hongkang Li , Shuai Zhang , Meng Wang

Over-parameterized deep neural networks trained by simple first-order methods are known to be able to fit any labeling of data. Such over-fitting ability hinders generalization when mislabeled training examples are present. On the other…

机器学习 · 计算机科学 2020-10-06 Wei Hu , Zhiyuan Li , Dingli Yu

Several works have aimed to explain why overparameterized neural networks generalize well when trained by Stochastic Gradient Descent (SGD). The consensus explanation that has emerged credits the randomized nature of SGD for the bias of the…

机器学习 · 计算机科学 2021-02-24 Shengchao Liu , Dimitris Papailiopoulos , Dimitris Achlioptas

Despite the popularity and success of deep learning, there is limited understanding of when, how, and why neural networks generalize to unseen examples. Since learning can be seen as extracting information from data, we formally study…

机器学习 · 计算机科学 2023-06-29 Hrayr Harutyunyan