Support Vector Machine With Clustered Kernel Functions

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Kernel-based support vector machines face limitations in effectively utilizing a priori knowledge about the global structure of training data and noise characteristics, leading to suboptimal performance in classification tasks.

Innovation Solution

The method involves clustering input vectors into multiple spaces, defining separate kernel functions for each cluster, and using generalized constraints to optimize the separating hyperplane, allowing for improved margin optimization and noise handling.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If kernel-based support vector machines are used for classification, then classification capability is provided, but the ability to utilize a priori knowledge about global data structure and noise characteristics is limited

Engineering Contradiction:
Improveability to utilize a priori knowledgeVSAvoidclassification performance
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The training data is divided into multiple clusters based on noise characteristics, with each cluster receiving tailored kernel functions and constraints. This segmentation allows the SVM to incorporate a priori knowledge about different data regions, improving both adaptability to global data structure and classification reliability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Different kernel functions and constraint parameters are assigned to different clusters of data points based on their local noise characteristics. This local quality approach enables the system to utilize a priori knowledge specific to each data region, resolving the contradiction between adaptability and reliability.

Inventive Principle:
Principle #3Local quality

2Reliability

If a single kernel function is used for all data points, then the model is simple, but it cannot effectively capture global data structure and noise characteristics

Engineering Contradiction:
Improveclassification accuracyVSAvoidmodel complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The data space is segmented into multiple clusters, each with its own kernel function and constraints. This segmentation improves classification accuracy by capturing global data structure while keeping the overall model complexity manageable through modular organization.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Instead of using a single complex kernel function for all data, the approach inverts the strategy by using multiple simple kernel functions, each optimized for specific clusters. This inversion resolves the contradiction between reliability and complexity.

Inventive Principle:
Principle #13The other way round (Inversion)

3Reliability

If standard SVM constraints are applied uniformly, then the optimization process is straightforward, but noise characteristics cannot be effectively handled

Engineering Contradiction:
Improverobustness to noiseVSAvoidconstraint complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The constraint application is segmented by clustering data points with similar noise characteristics together. Each cluster receives constraints tailored to its noise profile, improving robustness while maintaining manageable constraint complexity through modular cluster-specific constraints.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Constraint parameters are changed and optimized for each cluster based on its noise characteristics. This parameter customization improves noise handling robustness while the modular cluster approach prevents excessive overall complexity.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS8065241B2Learning machine that considers global structure of data
Publication Date: 2011.11.22 NEC CORP
  • US8065241B2 patent drawing
  • US8065241B2 patent drawing
  • US8065241B2 patent drawing

AI summary

A new machine learning technique is herein disclosed which generalizes the support vector machine framework. A separating hyperplane in a separating space is optimized in accordance with generalized constraints which dependent upon the clustering of the input vectors in the dataset.