generated from HugoBlox/theme-academic-cv
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec0a8dd
commit a79e985
Showing
3 changed files
with
39 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,33 @@ | ||
--- | ||
title: 'Mind the spikes: Benign overfitting of kernels and neural networks in fixed | ||
dimension' | ||
title: 'Mind the spikes: Benign overfitting of kernels and neural networks in fixed dimension' | ||
|
||
authors: | ||
- Moritz Haas | ||
- David Holzmüller | ||
- Ulrike Luxburg | ||
- Ingo Steinwart | ||
date: '2023-05-01' | ||
publishDate: '2023-05-01' | ||
publication_types: | ||
- paper-conference | ||
publication: '*Advances in Neural Information Processing Systems*' | ||
url_pdf: | ||
https://proceedings.neurips.cc/paper_files/paper/2023/file/421f83663c02cdaec8c3c38337709989-Paper-Conference.pdf | ||
- Moritz Haas* | ||
- David Holzmüller* | ||
- Ulrike Luxburg | ||
- Ingo Steinwart | ||
|
||
|
||
date: '2023-05-23T00:00:00Z' | ||
doi: '' | ||
|
||
publishDate: '2023-05-23T00:00:00Z' | ||
|
||
publication: In NeurIPS 2024. | ||
|
||
featured: true | ||
|
||
url_pdf: 'https://arxiv.org/pdf/2305.14077' | ||
url_code: 'https://github.com/moritzhaas/mind-the-spikes' | ||
url_dataset: '' | ||
url_poster: '' | ||
url_project: '' | ||
url_slides: '' | ||
url_source: '' | ||
url_video: '' | ||
|
||
--- | ||
|
||
When can kernel as well as neural network models that overfit noisy data generalize nearly optimally? | ||
|
||
Previous literature had suggested that kernel methods can only exhibit such `benign overfitting' if the input dimension grows with the number of data points. We show that, while overfitting leads to inconsistency with common estimators, adequately designed spiky-smooth estimators can achieve benign overfitting in arbitrary fixed dimension. For neural networks with NTK parametrization, you just have to add tiny fluctuations to the activation function. It remains to study whether a similar adaptation of the activation function or some other inductive bias towards spiky-smooth functions can also lead to benign overfitting with feature-learning neural architectures and complex datasets. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters