paper-with-me

홈 › Papers

Deep Weight Factorization: Sparse Learning Through the Lens of Artificial Symmetries

2025-02-04 · Chris Kolb, Tobias Weber, Bernd Bischl, David Rügamer

Sparse regularization techniques are well-established in machine learning, yet their application in neural networks remains challenging due to the non-differentiability of penalties like the $L_1$ norm, which is incompatible with stochastic gradient descent. A promising alternative is shallow weight factorization, where weights are decomposed into two factors, allowing for smooth optimization of $L_1$-penalized neural networks by adding differentiable $L_2$ regularization to the factors. In this work, we introduce deep weight factorization, extending previous shallow approaches to more than two factors. We theoretically establish equivalence of our deep factorization with non-convex sparse regularization and analyze its impact on training dynamics and optimization. Due to the limitations posed by standard training practices, we propose a tailored initialization scheme and identify important learning rate requirements necessary for training factorized networks. We demonstrate the effectiveness of our deep weight factorization through experiments on various architectures and datasets, consistently outperforming its shallow counterpart and widely used pruning methods.

📄 PDF Abstract BibTeX arXiv:2502.02496

Code (0)

등록된 구현이 없습니다.

Tasks

Sparse Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Quantized sparse PCA for neural network weight compression

2021-09-29 · Andrey Kuzmin, Mart van Baalen, Markus Nagel, Arash Behboodi

In this paper, we introduce a novel method of weight compression. In our method, we store weight tensors as sparse, quantized matrix factors, whose product is computed on the fly during inference to generate the target m…

Quantization

DSFormer: Effective Compression of Text-Transformers by Dense-Sparse Weight Factorization

2023-12-20 · Rahul Chand, Yashoteja Prabhu, Pratyush Kumar

With the tremendous success of large transformer models in natural language understanding, down-sizing them for cost-effective deployments has become critical. Recent studies have explored the low-rank weight factorizati…

Knowledge DistillationNatural Language Understanding

A Hebbian/Anti-Hebbian Network Derived from Online Non-Negative Matrix Factorization Can Cluster and Discover Sparse Features

2015-03-02 · Cengiz Pehlevan, Dmitri B. Chklovskii

Despite our extensive knowledge of biophysical properties of neurons, there is no commonly accepted algorithmic theory of neuronal function. Here we explore the hypothesis that single-layer neuronal networks perform onli…

AnatomyClustering

Two Sparse Matrices are Better than One: Sparsifying Neural Networks with Double Sparse Factorization

2024-09-27 · Vladimír Boža, Vladimír Macko

Neural networks are often challenging to work with due to their large size and complexity. To address this, various methods aim to reduce model size by sparsifying or decomposing weight matrices, such as magnitude prunin…

Rank-Constrained Deep Matrix Completion for Group Recommendation

2026-06-01 · Mubaraka Sani Ibrahim, Lehel Csató, Isah Charles Saidu arxiv

The growing popularity of group activities has increased the need for methods that provide recommendations to groups of users given their individual preferences. Many existing group recommender systems rely on aggregatin…

Representation Learning