Eigenvalue Decomposition via 2x2 Matrix Segmentation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing eigenvalue decomposition methods, such as the power method and Jacobi method, require significant computational resources, making it challenging to perform eigenvalue decomposition within a short time frame, which can result in incomplete calculations.

Innovation Solution

An eigenvalue decomposition apparatus that generates a 2×2-dimensional matrix from a second matrix, calculates its eigenvector, reduces the matrix dimension using this eigenvector, and updates the matrix until only one element remains, allowing for efficient eigenvalue determination.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If general eigenvalue decomposition methods (power method, Jacobi method) are used, then accurate eigenvalue and eigenvector can be obtained, but the computation time becomes excessively long

Engineering Contradiction:
Improveeigenvalue decomposition accuracyVSAvoidcomputation time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent segments the eigenvalue decomposition problem into multiple stages: first performing decomposition on a simplified 2×2 submatrix to obtain initial eigenvectors, then using these eigenvectors to transform and reduce the original large matrix into a smaller matrix with fewer elements. This segmentation allows the computationally intensive decomposition to be performed on small matrices rather than the full large matrix, significantly reducing total computation time while maintaining accuracy through iterative refinement.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transforms the eigenvalue decomposition problem from the original N-dimensional matrix space into a lower-dimensional space by constructing and decomposing 2×2 submatrices. By working in this reduced dimensional space to obtain eigenvectors, which are then used to transform the original matrix, the method effectively uses dimensionality change to reduce computational complexity while preserving the essential mathematical properties needed for accurate decomposition.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Reliability

If eigenvalue decomposition is performed on large matrices using traditional methods, then complete decomposition can be achieved, but the computational resources required become prohibitively large

Engineering Contradiction:
Improvedecomposition completenessVSAvoidcomputational resources
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The method segments the large matrix decomposition task into smaller subtasks involving 2×2 matrices. By dividing the original problem into manageable segments that can be processed independently and then combined, the patent reduces the computational resources required at each step while ensuring complete decomposition through systematic iteration and matrix transformation.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary actions by first constructing 2×2 submatrices from the original large matrix and obtaining their eigenvectors before tackling the full decomposition problem. This preliminary decomposition provides a foundation that simplifies subsequent processing, reducing the overall computational burden while maintaining decomposition completeness.

Inventive Principle:
Principle #10Preliminary action

3Productivity

If rapid eigenvalue decomposition is required for real-time applications, then computation time can be reduced, but the accuracy and completeness of decomposition may be compromised

Engineering Contradiction:
Improvedecomposition speedVSAvoideigenvalue decomposition accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

By segmenting the decomposition into stages—first decomposing 2×2 submatrices rapidly, then using results to reduce the original matrix—the patent achieves fast initial results that can be used for real-time applications. The segmented approach allows for progressive refinement, where even intermediate results provide useful approximations while maintaining the option to continue for higher precision if needed.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent enables partial action by allowing the decomposition process to stop at intermediate stages where sufficient accuracy is achieved for practical purposes. By performing decomposition on 2×2 matrices and using these results to reduce the original matrix, the method provides useful eigenvalue information with significantly reduced computation time, accepting that full complete decomposition may not always be necessary for real-time applications.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS20230388157A1Eigenvalue decomposition apparatus, radio communication apparatus, method, and non-transitory computer readable medium
Publication Date: 2023.11.30 NEC CORP
  • US20230388157A1 patent drawing
  • US20230388157A1 patent drawing
  • US20230388157A1 patent drawing

AI summary

An eigenvalue decomposition apparatus includes: first generation means for inputting a first matrix and generating a 2×2-dimensional third matrix using a plurality of elements included in a second matrix based on the first matrix; first calculation means for calculating a two-dimensional eigenvector that corresponds to a maximum eigenvalue of the third matrix; first update means for generating a fourth matrix obtained by reducing the dimension of the second matrix by using the two-dimensional eigenvector, updating the second matrix based on the fourth matrix, and determining, when the number of elements included in the fourth matrix is one, the element included in the fourth matrix to be an eigenvalue of the first matrix; and second calculation means for determining the eigenvector of the first matrix using the two-dimensional eigenvectors calculated before the number of elements included in the fourth matrix becomes one.