Distributed PCA Variant Selection for Large-Scale Feature Embedding

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional PCA libraries are limited to small datasets that can fit into a single machine's memory, preventing effective dimensionality reduction for large-scale datasets, which is crucial with the advent of big data, especially for cloud customers with distributed data warehouses.

Innovation Solution

A PCA controller that utilizes distributed computing systems, implementing both standard and randomized PCA algorithms, with strategies for automatic selection based on input data properties, and includes features like transposed randomized PCA to handle large datasets, and quadratic programming for variance estimation, enabling scalable dimensionality reduction.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Quantity of substance

If conventional PCA libraries are used on small datasets that fit into single machine memory, then PCA computation is simple and fast, but large-scale datasets cannot be processed

Engineering Contradiction:
Improvedataset sizeVSAvoidcomputational system complexity
Core Design Contradiction:
Quantity of substanceVSDevice complexity

Solution Approach 1:

The patent divides the large dataset processing task into segments that can be handled by multiple machines in a distributed computing system. The data is partitioned across different nodes, and PCA computations are performed locally on each segment, with results aggregated to produce the final dimensionality reduction. This allows processing of datasets that exceed the memory capacity of any single machine.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transitions from single-machine processing to distributed multi-machine processing, adding a new dimension of parallel computation. By utilizing a cluster of machines working in parallel, the system can handle large-scale datasets that would be intractable on a single machine, effectively solving the memory and computational limitations of conventional PCA libraries.

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

2Productivity

If dimensionality reduction is applied to large datasets, then data management becomes easier and prediction accuracy improves, but computational resources and time increase

Engineering Contradiction:
Improvedata processing efficiencyVSAvoidPCA computation time
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The patent performs preliminary data processing and partitioning before the main PCA computation. Data is pre-loaded and distributed across the computing cluster in an optimized manner, and preliminary statistical computations are performed on each partition. This preliminary action reduces the computational burden during the actual PCA execution, thereby reducing overall computation time despite the large dataset size.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent implements continuous PCA computation across the distributed system, with multiple machines working in parallel throughout the entire process. Rather than processing data sequentially or in discrete batches with idle periods, the system maintains continuous computational activity across all nodes, maximizing resource utilization and reducing total computation time.

Inventive Principle:
Principle #20Continuity of useful action

3Adaptability or versatility

If standard PCA algorithms are used, then implementation is straightforward, but they cannot handle mixed numerical and categorical features efficiently

Engineering Contradiction:
Improvefeature type compatibilityVSAvoidalgorithm complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent implements a universal PCA framework that can handle both numerical and categorical features through a unified processing pipeline. The system automatically detects feature types and applies appropriate transformation methods for each type before performing PCA. This multi-functional capability allows the same distributed PCA system to process mixed feature types without requiring separate algorithms or manual preprocessing for each feature type.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The patent dynamically adjusts processing parameters based on the characteristics of the input data, including feature types. When categorical features are detected, the system automatically applies encoding transformations; when numerical features are present, it uses standard normalization. These parameter changes are made automatically based on data properties, allowing the algorithm to adapt to mixed feature types while maintaining a relatively simple overall structure.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12608444B2Automated selection of principal component analysis variants for large-scale datasets
Publication Date: 2026.04.21 GOOGLE LLC
  • US12608444B2 patent drawing
  • US12608444B2 patent drawing
  • US12608444B2 patent drawing

AI summary

A method for principal component analysis includes receiving a principal component analysis (PCA) request from a user requesting data processing hardware to perform PCA on a dataset, the dataset including a plurality of input features. The method further includes training a PCA model on the plurality of input features of the dataset. The method includes determining, using the trained PCA model, one or more principal components of the dataset. The method also includes generating, based on the plurality of input features and the one or more principal components, one or more embedded features of the dataset. The method includes returning the one or more embedded features to the user.