paper-with-me

Papers

Implicit Bias in Matrix Factorization and its Explicit Realization in a New Architecture

2025-01-27 · Yikun Hou, Suvrit Sra, Alp Yurtsever

Gradient descent for matrix factorization is known to exhibit an implicit bias toward approximately low-rank solutions. While existing theories often assume the boundedness of iterates, empirically the bias persists even with unbounded sequences. We thus hypothesize that implicit bias is driven by divergent dynamics markedly different from the convergent dynamics for data fitting. Using this perspective, we introduce a new factorization model: $X\approx UDV^\top$, where $U$ and $V$ are constrained within norm balls, while $D$ is a diagonal factor allowing the model to span the entire search space. Our experiments reveal that this model exhibits a strong implicit bias regardless of initialization and step size, yielding truly (rather than approximately) low-rank solutions. Furthermore, drawing parallels between matrix factorization and neural networks, we propose a novel neural network model featuring constrained layers and diagonal components. This model achieves strong performance across various regression and classification tasks while finding low-rank solutions, resulting in efficient and lightweight networks.

📄 PDF Abstract BibTeX arXiv:2501.16322

Code (1)

Titanium-H/UDV 공식 구현 pytorch

Similar Papers 제목 키워드 기반

A regularized deep matrix factorized model of matrix completion for image restoration

2020-07-29 · Zhemin Li, Zhi-Qin John Xu, Tao Luo, Hongxia Wang

It has been an important approach of using matrix completion to perform image restoration. Most previous works on matrix completion focus on the low-rank property by imposing explicit constraints on the recovered matrix,…

Image RestorationMatrix Completion

Implicit Regularization in Deep Matrix Factorization

2019-05-31 · NeurIPS 2019 12 · Sanjeev Arora, Nadav Cohen, Wei Hu, Yuping Luo

Efforts to understand the generalization mystery in deep learning have led to the belief that gradient-based optimization induces a form of implicit regularization, a bias towards models of low "complexity." We study the…

Matrix Completion

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 th…

Inductive BiasMatrix Completion

Connectivity Shapes Implicit Regularization in Matrix Factorization Models for Matrix Completion

2024-05-22 · Zhiwei Bai, Jiajie Zhao, Yaoyu Zhang

Matrix factorization models have been extensively studied as a valuable test-bed for understanding the implicit biases of overparameterized models. Although both low nuclear norm and low rank regularization have been stu…

Matrix Completion

Scalable Recommendation with Poisson Factorization

2013-11-07 · Prem Gopalan, Jake M. Hofman, David M. Blei

We develop a Bayesian Poisson matrix factorization model for forming recommendations from sparse user behavior data. These data are large user/item matrices where each user has provided feedback on only a small subset of…

Variational Inference