Joint Approximate Diagonalization under Orthogonality Constraints
Ronald de Vlaming, Eric A.W. Slob

TL;DR
This paper introduces JADOC, a computationally efficient algorithm for joint diagonalization of multiple matrices under orthogonality constraints, significantly reducing runtime while maintaining high diagonalization quality.
Contribution
The paper proposes JADOC, a novel algorithm that reduces the computational complexity of joint diagonalization to O(N^3) per iteration using orthogonality constraints and dimensionality reduction.
Findings
JADOC outperforms existing methods in runtime.
JADOC achieves similar diagonalization quality to current methods.
Open-source implementation available at GitHub.
Abstract
Joint diagonalization of a set of positive (semi)-definite matrices has a wide range of analytical applications, such as estimation of common principal components, estimation of multiple variance components, and blind signal separation. However, when the eigenvectors of involved matrices are not the same, joint diagonalization is a computationally challenging problem. To the best of our knowledge, currently existing methods require at least time per iteration, when different matrices are considered. We reformulate this optimization problem by applying orthogonality constraints and dimensionality reduction techniques. In doing so, we reduce the computational complexity for joint diagonalization to per quasi-Newton iteration. This approach we refer to as JADOC: Joint Approximate Diagonalization under Orthogonality Constraints. We compare our algorithm…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBlind Source Separation Techniques · Sparse and Compressive Sensing Techniques · Image and Signal Denoising Methods
