paper-with-me

홈 › Papers

Efficient algorithms for the Hadamard decomposition

2025-04-18 · Samuel Wertz, Arnaud Vandaele, Nicolas Gillis

The Hadamard decomposition is a powerful technique for data analysis and matrix compression, which decomposes a given matrix into the element-wise product of two or more low-rank matrices. In this paper, we develop an efficient algorithm to solve this problem, leveraging an alternating optimization approach that decomposes the global non-convex problem into a series of convex sub-problems. To improve performance, we explore advanced initialization strategies inspired by the singular value decomposition (SVD) and incorporate acceleration techniques by introducing momentum-based updates. Beyond optimizing the two-matrix case, we also extend the Hadamard decomposition framework to support more than two low-rank matrices, enabling approximations with higher effective ranks while preserving computational efficiency. Finally, we conduct extensive experiments to compare our method with the existing gradient descent-based approaches for the Hadamard decomposition and with traditional low-rank approximation techniques. The results highlight the effectiveness of our proposed method across diverse datasets.

📄 PDF Abstract BibTeX arXiv:2504.13633

Code (1)

wertzsamuel/hadamarddecompositions 공식 구현

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Manifold-based Algorithms for the Hadamard Decomposition

2026-05-27 · Nicolas Gillis, Subhayan Saha, Stefano Sicilia, Arnaud Vandaele arxiv

Given a matrix $X$, and two ranks $r_1$ and $r_2$, the Hadamard decomposition (HD) looks for two low-rank matrices, $X_1$ of rank $r_1$ and $X_2$ of rank $r_2$, both of the same size as $X$, such that $X\approx X_1\circ …

Hadamard Extensions and the Identification of Mixtures of Product Distributions

2021-01-27 · Spencer L. Gordon, Leonard J. Schulman

The Hadamard Extension of a matrix is the matrix consisting of all Hadamard products of subsets of its rows. This construction arises in the context of identifying a mixture of product distributions on binary random vari…

WTHaar-Net: a Hybrid Quantum-Classical Approach

2026-03-03 · Vittorio Palladino, Tsai Idden, Ahmet Enis Cetin arxiv

Convolutional neural networks rely on linear filtering operations that can be reformulated efficiently in suitable transform domains. At the same time, advances in quantum computing have shown that certain structured lin…

HadaCore: Tensor Core Accelerated Hadamard Transform Kernel

2024-12-12 · Krish Agarwal, Rishi Astra, Adnan Hoque, Mudhakar Srivatsa 외

We present HadaCore, a modified Fast Walsh-Hadamard Transform (FWHT) algorithm optimized for the Tensor Cores present in modern GPU hardware. HadaCore follows the recursive structure of the original FWHT algorithm, achie…

GPUMMLU

Optimal Iterative Sketching with the Subsampled Randomized Hadamard Transform

2020-02-03 · Jonathan Lacotte, Sifan Liu, Edgar Dobriban, Mert Pilanci

Random projections or sketching are widely used in many algorithmic and learning contexts. Here we study the performance of iterative Hessian sketch for least-squares problems. By leveraging and extending recent results …

Dimensionality Reduction