Robust Low-Rank Matrix Approximation via L1-Norm Minimization

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional low-rank matrix approximation techniques, such as PCA and ACO, are not robust against impulsive noise and outliers, and suffer from high computational complexity, making them unsuitable for effective subspace estimation in various applications.

Innovation Solution

The implementation of low-rank matrix factorization in the lp-norm space, specifically using the l1-norm (l1-PCA), which minimizes the lp-norm of the residual matrix, combined with the Alternating Direction Method of Multipliers (ADMM) for subspace decomposition, to provide robust low-rank matrix approximation.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of manufacture

If conventional PCA using l2-norm minimization is used, then computational simplicity is achieved, but robustness against impulsive noise and outliers deteriorates

Engineering Contradiction:
Improvecomputational simplicityVSAvoidrobustness against impulsive noise and outliers
Core Design Contradiction:
Ease of manufactureVSReliability

Solution Approach 1:

The patent changes the norm parameter from l2-norm to l1-norm in the matrix factorization objective function. This parameter change transforms the optimization problem to be more robust against impulsive noise and outliers while maintaining computational tractability through iterative algorithms like ACO and ADMM.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If ACO is used for robust low-rank matrix approximation, then robustness against impulsive noise is improved, but computational complexity increases

Engineering Contradiction:
Improverobustness against impulsive noiseVSAvoidcomputational complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent segments the complex robust low-rank matrix approximation problem into simpler sub-problems that can be solved iteratively. By using alternating convex optimization and ADMM, the problem is divided into steps that alternate between updating low-rank components and sparse error components, making the computation more manageable while maintaining robustness.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent employs dynamic iterative algorithms (ACO and ADMM) that adaptively update the matrix factorization components. These algorithms dynamically adjust the solution through multiple iterations, allowing the system to converge to a robust solution while managing computational complexity through efficient update rules.

Inventive Principle:
Principle #15Dynamics

3Reliability

If ACO is used for robust low-rank matrix approximation, then robustness against outliers is improved, but subspace estimation performance deteriorates

Engineering Contradiction:
Improverobustness against outliersVSAvoidsubspace estimation performance
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The patent uses a composite approach by combining l1-norm minimization with low-rank matrix factorization. This composite method integrates the robustness of l1-norm against outliers with the dimensionality reduction capability of low-rank factorization, achieving both robustness and accurate subspace estimation simultaneously.

Inventive Principle:
Principle #40Composite materials

Data Source

PatentUS10229092B2Systems and methods for robust low-rank matrix approximation
Publication Date: 2019.03.12 CITY UNIVERSITY OF HONG KONG
  • US10229092B2 patent drawing
  • US10229092B2 patent drawing
  • US10229092B2 patent drawing

AI summary

Systems and methods which provide robust low-rank matrix approximation using low-rank matrix factorization in the lp-norm space, where p<2 (e.g., 1≤p<2), providing a lp-PCA technique are described. For example, embodiments are configured to provide robust low-rank matrix approximation using low-rank matrix factorization in the least absolute deviation (l1-norm) space providing a l1-PCA technique. Embodiments minimize the lp-norm of the residual matrix in the subspace factorization of an observed data matrix, such as to minimize the l1-norm of the residual matrix where p=1. The alternating direction method of multipliers (ADMM) is applied according to embodiments to solve the subspace decomposition of the low-rank matrix factorization with respect to the observed data matrix. Iterations of the ADMM may comprise solving a l2-subspace decomposition and calculating the proximity operator of the l1-norm.