Correlated Histogram Clustering for Multimodal Data Without K Input

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing unsupervised learning techniques in machine learning require a priori knowledge of cluster numbers and iterative optimization methods, and are limited to bimodal scenarios, lacking efficiency in handling large datasets.

Innovation Solution

The proposed correlated histogram clustering (CHC) methodology generates n-dimensional histograms with optimal bin sizes, identifies peaks, and correlates centroids across dimensions without requiring a priori knowledge of cluster numbers or iterative optimization, using methods like Shimizaki and Shinomoto's cost function, Harrell-Davis Estimator, and Akinshin's Adaptive Histograms.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If traditional unsupervised learning techniques (k-means, hierarchical clustering) are used, then clustering can be performed, but a priori knowledge of cluster numbers is required and iterative optimization is needed

Engineering Contradiction:
Improveclustering operationVSAvoidalgorithm complexity
Core Design Contradiction:
Ease of operationVSDevice complexity

Solution Approach 1:

The patent replaces iterative optimization algorithms with a direct histogram-based approach. Instead of using mechanical iterative processes like k-means that require multiple passes and convergence checks, the invention uses histogram peak detection which directly identifies clusters in a single pass through the data, eliminating the need for iterative refinement.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Solution Approach 2:

The histogram automatically determines the number of clusters through peak detection without requiring external input about cluster count. The algorithm serves itself by deriving the cluster number from the data's own distribution characteristics, eliminating the need for a priori knowledge of cluster quantities.

Inventive Principle:
Principle #25Self-service

2Quantity of substance

If traditional clustering methods are applied to large datasets, then clustering results can be obtained, but computational complexity increases significantly

Engineering Contradiction:
Improvedata volumeVSAvoidclustering speed
Core Design Contradiction:
Quantity of substanceVSProductivity

Solution Approach 1:

The patent replaces computationally intensive iterative optimization with efficient histogram computation. Histograms can be computed in linear time O(n) through simple binning operations, avoiding the O(n*k*iterations) complexity of k-means where k is the number of clusters and iterations is the convergence loop count.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Solution Approach 2:

The patent segments the continuous data space into discrete histogram bins, transforming the complex continuous clustering problem into a simpler discrete peak detection problem. This segmentation allows parallel processing of bins and efficient identification of cluster regions without examining every data point interaction.

Inventive Principle:
Principle #1Segmentation

3Adaptability or versatility

If traditional methods are used for multimodal scenarios, then bimodal clustering can be achieved, but extension to multimodal scenarios is limited

Engineering Contradiction:
Improvescenario adaptabilityVSAvoidclustering accuracy
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The histogram-based clustering method serves multiple functions: it works for unimodal, bimodal, and multimodal distributions using the same peak detection algorithm. The universal histogram approach automatically adapts to any number of modes by detecting the corresponding number of peaks, eliminating the need for different algorithms for different modalities.

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

Solution Approach 2:

The patent changes the parameter of cluster number from a fixed input requirement to a dynamically detected output. By using histogram peak detection, the algorithm automatically determines the appropriate number of clusters based on the data's actual distribution, allowing reliable adaptation to any modality without pre-specification.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12468969B2Methods for correlated histogram clustering for machine learning
Publication Date: 2025.11.11 INCUCOMM INC
  • US12468969B2 patent drawing
  • US12468969B2 patent drawing
  • US12468969B2 patent drawing

AI summary

A methodology for correlated histogram clustering for machine learning which does not require a priori knowledge of cluster numbers, which extends beyond bimodal scenarios to multimodal scenarios, and does not need iterative optimization methods nor require powerful data processing.