paper-with-me

Papers

Accelerated Algorithms for Nonlinear Matrix Decomposition with the ReLU function

2023-05-15 · Giovanni Seraghiti, Atharva Awari, Arnaud Vandaele, Margherita Porcelli, Nicolas Gillis

In this paper, we study the following nonlinear matrix decomposition (NMD) problem: given a sparse nonnegative matrix $X$, find a low-rank matrix $\Theta$ such that $X \approx f(\Theta)$, where $f$ is an element-wise nonlinear function. We focus on the case where $f(\cdot) = \max(0, \cdot)$, the rectified unit (ReLU) non-linear activation. We refer to the corresponding problem as ReLU-NMD. We first provide a brief overview of the existing approaches that were developed to tackle ReLU-NMD. Then we introduce two new algorithms: (1) aggressive accelerated NMD (A-NMD) which uses an adaptive Nesterov extrapolation to accelerate an existing algorithm, and (2) three-block NMD (3B-NMD) which parametrizes $\Theta = WH$ and leads to a significant reduction in the computational cost. We also propose an effective initialization strategy based on the nuclear norm as a proxy for the rank function. We illustrate the effectiveness of the proposed algorithms (available on gitlab) on synthetic and real-world data sets.

📄 PDF Abstract BibTeX arXiv:2305.08687

Code (1)

https://gitlab.com/ngillis/relu-nmd 공식 구현

Similar Papers 제목 키워드 기반

A Momentum Accelerated Algorithm for ReLU-based Nonlinear Matrix Decomposition

2024-02-04 · Qingsong Wang, Chunfeng Cui, Deren Han

Recently, there has been a growing interest in the exploration of Nonlinear Matrix Decomposition (NMD) due to its close ties with neural networks. NMD aims to find a low-rank matrix from a sparse nonnegative matrix with …

An Efficient Alternating Algorithm for ReLU-based Symmetric Matrix Decomposition

2025-03-21 · Qingsong Wang

Symmetric matrix decomposition is an active research area in machine learning. This paper focuses on exploiting the low-rank structure of non-negative and sparse symmetric matrices via the rectified linear unit (ReLU) ac…

An extrapolated and provably convergent algorithm for nonlinear matrix decomposition with the ReLU function

2025-03-31 · Nicolas Gillis, Margherita Porcelli, Giovanni Seraghiti

Nonlinear matrix decomposition (NMD) with the ReLU function, denoted ReLU-NMD, is the following problem: given a sparse, nonnegative matrix $X$ and a factorization rank $r$, identify a rank-$r$ matrix $\Theta$ such that …

Data CompressionMathMatrix Completion

Fast Convex Optimization for Two-Layer ReLU Networks: Equivalent Model Classes and Cone Decompositions

2022-02-02 · Aaron Mishkin, Arda Sahiner, Mert Pilanci

We develop fast algorithms and robust software for convex optimization of two-layer neural networks with ReLU activation functions. Our work leverages a convex reformulation of the standard weight-decay penalized trainin…

image-classificationImage Classification

A Structure-Guided Gauss-Newton Method for Shallow ReLU Neural Network

2024-04-07 · Zhiqiang Cai, Tong Ding, Min Liu, Xinyu Liu 외

In this paper, we propose a structure-guided Gauss-Newton (SgGN) method for solving least squares problems using a shallow ReLU neural network. The method effectively takes advantage of both the least squares structure a…