LGIRJun 7, 2024

Error Bounds of Supervised Classification from Information-Theoretic Perspective

arXiv:2406.04567v3
AI Analysis

This provides theoretical explanations for key phenomena in deep learning, though it appears incremental as it builds on existing information-theoretic perspectives.

The paper tackles the problem of bounding expected risk in deep neural networks for supervised classification by introducing model risk and fitting error, then deriving an upper bound on expected risk that explains overparameterization, non-convex optimization, and flat minima. Empirical verification shows a significant positive correlation between the theoretical bounds and practical expected risk.

In this paper, we explore bounds on the expected risk when using deep neural networks for supervised classification from an information theoretic perspective. Firstly, we introduce model risk and fitting error, which are derived from further decomposing the empirical risk. Model risk represents the expected value of the loss under the model's predicted probabilities and is exclusively dependent on the model. Fitting error measures the disparity between the empirical risk and model risk. Then, we derive the upper bound on fitting error, which links the back-propagated gradient and the model's parameter count with the fitting error. Furthermore, we demonstrate that the generalization errors are bounded by the classification uncertainty, which is characterized by both the smoothness of the distribution and the sample size. Based on the bounds on fitting error and generalization, by utilizing the triangle inequality, we establish an upper bound on the expected risk. This bound is applied to provide theoretical explanations for overparameterization, non-convex optimization and flat minima in deep learning. Finally, empirical verification confirms a significant positive correlation between the derived theoretical bounds and the practical expected risk, thereby affirming the practical relevance of the theoretical findings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes