paper-with-me

Papers

Combining Explicit and Implicit Regularization for Efficient Learning in Deep Networks

2023-06-01 · NeurIPS 2022 11 · Dan Zhao

Works on implicit regularization have studied gradient trajectories during the optimization process to explain why deep networks favor certain kinds of solutions over others. In deep linear networks, it has been shown that gradient descent implicitly regularizes toward low-rank solutions on matrix completion/factorization tasks. Adding depth not only improves performance on these tasks but also acts as an accelerative pre-conditioning that further enhances this bias towards low-rankedness. Inspired by this, we propose an explicit penalty to mirror this implicit bias which only takes effect with certain adaptive gradient optimizers (e.g. Adam). This combination can enable a degenerate single-layer network to achieve low-rank approximations with generalization error comparable to deep linear networks, making depth no longer necessary for learning. The single-layer network also performs competitively or out-performs various approaches for matrix completion over a range of parameter and data regimes despite its simplicity. Together with an optimizer's inductive bias, our findings suggest that explicit regularization can play a role in designing different, desirable forms of regularization and that a more nuanced understanding of this interplay may be necessary.

📄 PDF Abstract BibTeX arXiv:2306.00342

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive BiasMatrix Completion

Similar Papers 제목 키워드 기반

Adaptive and Implicit Regularization for Matrix Completion

2022-08-11 · Zhemin Li, Tao Sun, Hongxia Wang, Bao Wang

The explicit low-rank regularization, e.g., nuclear norm regularization, has been widely used in imaging sciences. However, it has been found that implicit regularization outperforms explicit ones in various image proces…

Matrix Completion

AIR-Net: Adaptive and Implicit Regularization Neural Network for Matrix Completion

2021-10-12 · Zhemin Li, Tao Sun, Hongxia Wang, Bao Wang

The explicit low-rank regularization, e.g., nuclear norm regularization, has been widely used in imaging sciences. However, it has been found that implicit regularization outperforms explicit ones in various image proces…

Matrix CompletionMissing Elements

EICO: Improving Few-Shot Text Classification via Explicit and Implicit Consistency Regularization

2022-05-01 · Findings (ACL) 2022 5 · Lei Zhao, Cheng Yao

While the prompt-based fine-tuning methods had advanced few-shot natural language understanding tasks, self-training methods are also being explored. This work revisits the consistency regularization in self-training and…

Few-Shot LearningFew-Shot Text ClassificationLanguage ModelingLanguage Modelling+4

Implicit Gradient Regularization

2020-09-23 · ICLR 2021 1 · David G. T. Barrett, Benoit Dherin

Gradient descent can be surprisingly good at optimizing deep neural networks without overfitting and without explicit regularization. We find that the discrete steps of gradient descent implicitly regularize models by pe…

Implicit competitive regularization in GANs

2019-10-13 · ICML 2020 1 · Florian Schäfer, Hongkai Zheng, Anima Anandkumar

To improve the stability of GAN training we need to understand why they can produce realistic samples. Presently, this is attributed to properties of the divergence obtained under an optimal discriminator. This argument …

Image Generation