Histogram Clustering Without Preset Cluster Counts

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 multimodal data without powerful processing.

Innovation Solution

The correlated histogram clustering (CHC) system generates clusters by creating n-dimensional histograms, selecting subsets based on frequency, identifying modes, and correlating centroids across dimensions without requiring a priori knowledge of cluster numbers or iterative optimization, using methods like QRDE and Harrell-Davis Estimator to find optimal bin sizes and centroids.

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 CHC algorithm automatically determines the number of clusters by analyzing histogram modes and correlation patterns in the data, eliminating the need for users to specify cluster numbers beforehand. The system serves itself by deriving clustering parameters directly from data characteristics rather than requiring external input.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The patent replaces iterative optimization mechanical processes with a direct histogram-based approach. Instead of repeatedly adjusting parameters to converge on optimal clusters, the method uses histogram mode identification and correlation analysis to directly determine cluster centers and assignments in a single pass.

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

2Adaptability or versatility

If traditional clustering methods are applied to multimodal data, then clustering may be attempted, but the methods are limited to bimodal scenarios and require powerful processing

Engineering Contradiction:
Improvemultimodal data handlingVSAvoidprocessing power
Core Design Contradiction:
Adaptability or versatilityVSPower

Solution Approach 1:

The patent segments the clustering problem into independent dimensional histogram analyses. By creating histograms for each dimension separately and identifying modes independently, the method can handle multimodal distributions in each dimension without requiring complex joint probability calculations, thereby reducing processing requirements while maintaining versatility.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The approach transforms the clustering problem from direct n-dimensional space analysis into a series of 1-dimensional histogram analyses. By projecting data onto individual dimensions and analyzing histogram modes in each dimension separately, the method simplifies the computational complexity while preserving the ability to handle multimodal structures across multiple dimensions.

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

3Measurement precision

If histogram bin sizes are made small to capture fine-grained data patterns, then clustering precision improves, but processing time and computational requirements increase

Engineering Contradiction:
Improveclustering precisionVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent applies partial action by selecting only the most significant histogram modes (those exceeding a threshold frequency) for cluster center determination. Rather than processing all possible bins or modes, the method focuses computational effort on the dominant patterns in the data, achieving sufficient precision without exhaustive analysis of every histogram bin.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS20260105335A1Correlated histogram clustering
Publication Date: 2026.04.16 INCUCOMM INC
  • US20260105335A1 patent drawing
  • US20260105335A1 patent drawing
  • US20260105335A1 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.