paper-with-me

Papers

Understanding Generalization via Set Theory

2023-11-11 · Shiqi Liu

Generalization is at the core of machine learning models. However, the definition of generalization is not entirely clear. We employ set theory to introduce the concepts of algorithms, hypotheses, and dataset generalization. We analyze the properties of dataset generalization and prove a theorem on surrogate generalization procedures. This theorem leads to our generalization method. Through a generalization experiment on the MNIST dataset, we obtain 13,541 sample bases. When we use the entire training set to evaluate the model's performance, the models achieve an accuracy of 99.945%. However, if we shift the sample bases or modify the neural network structure, the performance experiences a significant decline. We also identify consistently mispredicted samples and find that they are all challenging examples. The experiments substantiated the accuracy of the generalization definition and the effectiveness of the proposed methods. Both the set-theoretic deduction and the experiments help us better understand generalization.

📄 PDF Abstract BibTeX arXiv:2311.06545

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Lecture Notes on Linear Neural Networks: A Tale of Optimization and Generalization in Deep Learning

2024-08-25 · Nadav Cohen, Noam Razin

These notes are based on a lecture delivered by NC on March 2021, as part of an advanced course in Princeton University on the mathematical understanding of deep learning. They present a theory (developed by NC, NR and c…

Deep LearningLearning Theory

GenEFT: Understanding Statics and Dynamics of Model Generalization via Effective Theory

2024-02-08 · David D. Baek, Ziming Liu, Max Tegmark

We present GenEFT: an effective theory framework for shedding light on the statics and dynamics of neural network generalization, and illustrate it with graph learning examples. We first investigate the generalization ph…

DecoderGraph LearningRepresentation Learning

A Formal Framework for Understanding Length Generalization in Transformers

2024-10-03 · Xinting Huang, Andy Yang, Satwik Bhattamishra, Yash Sarrof 외

A major challenge for transformers is generalizing to sequences longer than those observed during training. While previous works have empirically shown that transformers can either succeed or fail at length generalizatio…

Understanding Adversarially Robust Generalization via Weight-Curvature Index

2024-10-10 · Yuelin Xu, Xiao Zhang

Despite extensive research on adversarial examples, the underlying mechanisms of adversarially robust generalization, a critical yet challenging task for deep learning, remain largely unknown. In this work, we propose a …

Adversarial RobustnessGeneralization Bounds

An Investigation of how Label Smoothing Affects Generalization

2020-10-23 · Blair Chen, Liu Ziyin, ZiHao Wang, Paul Pu Liang

It has been hypothesized that label smoothing can reduce overfitting and improve generalization, and current empirical evidence seems to corroborate these effects. However, there is a lack of mathematical understanding o…