paper-with-me

Papers

Minimizing Chebyshev Prototype Risk Magically Mitigates the Perils of Overfitting

2024-04-10 · Nathaniel Dean, Dilip Sarkar

Overparameterized deep neural networks (DNNs), if not sufficiently regularized, are susceptible to overfitting their training examples and not generalizing well to test data. To discourage overfitting, researchers have developed multicomponent loss functions that reduce intra-class feature correlation and maximize inter-class feature distance in one or more layers of the network. By analyzing the penultimate feature layer activations output by a DNN's feature extraction section prior to the linear classifier, we find that modified forms of the intra-class feature covariance and inter-class prototype separation are key components of a fundamental Chebyshev upper bound on the probability of misclassification, which we designate the Chebyshev Prototype Risk (CPR). While previous approaches' covariance loss terms scale quadratically with the number of network features, our CPR bound indicates that an approximate covariance loss in log-linear time is sufficient to reduce the bound and is scalable to large architectures. We implement the terms of the CPR bound into our Explicit CPR (exCPR) loss function and observe from empirical results on multiple datasets and network architectures that our training algorithm reduces overfitting and improves upon previous approaches in many settings. Our code is available at https://github.com/Deano1718/Regularization_exCPR .

📄 PDF Abstract BibTeX arXiv:2404.07083

Code (1)

deano1718/regularization_excpr 공식 구현 pytorch

Tasks

Feature Correlation

Similar Papers 제목 키워드 기반

Dynamic Evolutionary Game Analysis of How Fintech in Banking Mitigates Risks in Agricultural Supply Chain Finance

2024-11-12 · Qiang Wan, Jun Cui

This paper explores the impact of banking fintech on reducing financial risks in the agricultural supply chain, focusing on the secondary allocation of commercial credit. The study constructs a three-player evolutionary …

Theoretical Interpretation of Learned Step Size in Deep-Unfolded Gradient Descent

2020-01-15 · Satoshi Takabe, Tadashi Wadayama

Deep unfolding is a promising deep-learning technique in which an iterative algorithm is unrolled to a deep network architecture with trainable parameters. In the case of gradient descent algorithms, as a result of the t…

Chebyshev-Cantelli PAC-Bayes-Bennett Inequality for the Weighted Majority Vote

2021-06-25 · NeurIPS 2021 12 · Yi-Shan Wu, Andrés R. Masegosa, Stephan S. Lorenzen, Christian Igel 외

We present a new second-order oracle bound for the expected risk of a weighted majority vote. The bound is based on a novel parametric form of the Chebyshev- Cantelli inequality (a.k.a. one-sided Chebyshev's), which is a…

Form

Dynamic sensitivities and Initial Margin via Chebyshev Tensors

2020-11-09 · Mariano Zeron, Ignacio Ruiz

This paper presents how to use Chebyshev Tensors to compute dynamic sensitivities of financial instruments within a Monte Carlo simulation. Dynamic sensitivities are then used to compute Dynamic Initial Margin as defined…

A Fast Anderson-Chebyshev Acceleration for Nonlinear Optimization

2018-09-07 · Zhize Li, Jian Li

Anderson acceleration (or Anderson mixing) is an efficient acceleration method for fixed point iterations $x_{t+1}=G(x_t)$, e.g., gradient descent can be viewed as iteratively applying the operation $G(x) \triangleq x-\a…

subspace methods