NALGMLNov 28, 2018

Beyond Pham's algorithm for joint diagonalization

arXiv:1811.11433v117 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a specific optimization bottleneck in statistical learning, offering incremental improvements for researchers in signal processing and related fields.

The paper tackles the problem of approximate joint diagonalization of matrices, which is important for tasks like blind signal separation, by proposing a new quasi-Newton method that outperforms Pham's algorithm in numerical experiments on simulated and real datasets.

The approximate joint diagonalization of a set of matrices consists in finding a basis in which these matrices are as diagonal as possible. This problem naturally appears in several statistical learning tasks such as blind signal separation. We consider the diagonalization criterion studied in a seminal paper by Pham (2001), and propose a new quasi-Newton method for its optimization. Through numerical experiments on simulated and real datasets, we show that the proposed method outper-forms Pham's algorithm. An open source Python package is released.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes