Distributed K-means Power User Classification via Adjacency Matrix

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The lack of shared power consumption data among load aggregators leads to inconsistent user categorization, making it difficult for grid operators and multiple load aggregators to participate in the power market and formulate demand response mechanisms effectively.

Innovation Solution

A method of power user classification based on distributed K-means, where load aggregators normalize time series load data, form an adjacency matrix to represent information sharing relationships, and perform K-means clustering with iterative calculations to achieve globally consistent centroids without sharing actual power consumption data.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If load aggregators do not share power consumption data to protect user privacy and maintain competition, then user privacy and market competition are protected, but user category classification becomes inconsistent across different aggregators

Engineering Contradiction:
Improveuser privacy protectionVSAvoidconsistency of user category classification
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The patent segments the user classification task by allowing each load aggregator to perform local K-means clustering independently on their own data, while sharing only the clustering results (centroids and cluster assignments) rather than raw data. This segmentation enables privacy preservation while achieving consistent classification through distributed computation.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary mechanism where load aggregators share clustering results through an adjacency matrix that represents their information sharing relationships. This intermediary allows the system to propagate classification information across aggregators without direct data sharing, resolving the contradiction between privacy and consistency.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Device complexity

If load aggregators perform independent K-means clustering without data sharing, then computation complexity is reduced and privacy is protected, but the resulting user categories differ across aggregators

Engineering Contradiction:
Improvecomputation complexityVSAvoidconsistency of user category classification
Core Design Contradiction:
Device complexityVSLoss of information

Solution Approach 1:

The patent merges the independent clustering results from multiple load aggregators by sharing centroids and cluster assignments through an adjacency matrix. This combining mechanism allows each aggregator to maintain simple local computation while achieving global consistency through the aggregation of results.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent implements feedback mechanisms where clustering results from one iteration are used as initial values for the next iteration. This feedback loop allows the system to converge toward consistent user categories across all aggregators while maintaining relatively simple local computations at each step.

Inventive Principle:
Principle #23Feedback

3Adaptability or versatility

If multiple load aggregators participate in demand response mechanisms with different user categories, then service customization is enabled, but coordination and grid operator management becomes inconvenient

Engineering Contradiction:
Improveservice customization capabilityVSAvoidcoordination convenience for grid operators
Core Design Contradiction:
Adaptability or versatilityVSEase of operation

Solution Approach 1:

The patent changes the parameters of user classification by using normalized load data and standardized K-means clustering parameters across all aggregators. This parameter standardization enables service customization through different cluster results while maintaining consistent classification frameworks that ease grid operator coordination.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS11768858B2Method of power user classification based on distributed K-means, storage medium and classification device
Publication Date: 2023.09.26 STATE GRID JIANGSU ELECTRIC POWER CO LTD
  • US11768858B2 patent drawing
  • US11768858B2 patent drawing

AI summary

A method of a power user classification based on distributed K-means, a storage medium and a classification device are provided. The method includes: obtaining, by N load aggregators, power consumption data of power users managed by respective load aggregators; performing, by each load aggregator, a normalization operation on time series load data of the power users managed by the load aggregator; forming a N×N dimensional adjacency matrix A; performing K-means clustering on normalized time series load data, to obtain the respective centroids and user groups characterized by the respective centroids; sharing, by the respective load aggregators, the centroids and the number of users under the respective centroids based on the adjacency matrix A, and obtaining consistent centroids by multiple load aggregators; after an overall iteration ends, obtaining, by the respective load aggregators, the consistent centroids consistent with the K-means centroid based on global data, to realize user classification.