paper-with-me

Papers

Manipulating Sparse Double Descent

2024-01-19 · Ya Shi Zhang

This paper investigates the double descent phenomenon in two-layer neural networks, focusing on the role of L1 regularization and representation dimensions. It explores an alternative double descent phenomenon, named sparse double descent. The study emphasizes the complex relationship between model complexity, sparsity, and generalization, and suggests further research into more diverse models and datasets. The findings contribute to a deeper understanding of neural network training and optimization.

📄 PDF Abstract BibTeX arXiv:2401.10686

Code (1)

yashizhang/sparsedoubledescent 공식 구현

Methods 이 논문이 사용한 방법론

L1 Regularization $L_{1}$ Regularization is a regularization technique applied to the weights of a neural network. We minimize a loss function compromising both the primary loss function and a…

Similar Papers 제목 키워드 기반

Sparse Double Descent: Where Network Pruning Aggravates Overfitting

2022-06-17 · Zheng He, Zeke Xie, Quanzhi Zhu, Zengchang Qin

People usually believe that network pruning not only reduces the computational cost of deep networks, but also prevents overfitting by decreasing model capacity. However, our work surprisingly discovers that network prun…

Network Pruning

Sparse Double Descent in Vision Transformers: real or phantom threat?

2023-07-26 · Victor Quétu, Marta Milovanovic, Enzo Tartaglione

Vision transformers (ViT) have been of broad interest in recent theoretical and empirical works. They are state-of-the-art thanks to their attention-based approach, which boosts the identification of key features and pat…

Inductive Bias

Overfitting Can Be Harmless for Basis Pursuit, But Only to a Degree

2020-02-02 · NeurIPS 2020 12 · Peizhong Ju, Xiaojun Lin, Jia Liu

Recently, there have been significant interests in studying the so-called "double-descent" of the generalization error of linear regression models under the overparameterized and overfitting regime, with the hope that su…

compressed sensingregression

The Quest of Finding the Antidote to Sparse Double Descent

2023-08-31 · Victor Quétu, Marta Milovanović

In energy-efficient schemes, finding the optimal size of deep learning models is very important and has a broad impact. Meanwhile, recent studies have reported an unexpected phenomenon, the sparse double descent: as the …

image-classificationImage Classification

Class-wise Activation Unravelling the Engima of Deep Double Descent

2024-05-13 · Yufei Gu

Double descent presents a counter-intuitive aspect within the machine learning domain, and researchers have observed its manifestation in various models and tasks. While some theoretical explanations have been proposed f…