Boosting Feature Selection for Document Classification Accuracy

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In document classification, especially when the proportion of different types of documents varies greatly, relying solely on features with the highest document frequency can overlook features that appear in fewer documents but hold important information about non-dominant patterns, leading to inadequate classification performance.

Innovation Solution

Combining features determined by a document frequency process with those obtained through a boosting process that uses an approximation for one-dimensional optimization with an upper bound, creating a combined feature set that includes both high-frequency and low-frequency features correlated with specific categories.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If features are selected based on highest document frequency, then classification speed and simplicity are improved, but classification accuracy deteriorates due to overlooking non-dominant patterns

Engineering Contradiction:
Improveclassification speedVSAvoidclassification accuracy
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent merges two feature selection approaches: document frequency-based selection (for speed and simplicity) and boosting-based selection (for accuracy and non-dominant pattern detection). The combined feature set integrates both high-frequency and low-frequency features, allowing the system to benefit from both approaches simultaneously - maintaining efficiency while improving accuracy through the inclusion of boosting-selected features that capture non-dominant patterns.

Inventive Principle:
Principle #5Merging (Combining)

2Device complexity

If only high-frequency features are used, then feature selection simplicity is improved, but information about non-dominant patterns is lost

Engineering Contradiction:
Improvefeature selection complexityVSAvoidinformation about non-dominant patterns
Core Design Contradiction:
Device complexityVSLoss of information

Solution Approach 1:

The patent segments feature selection into two distinct processes: (1) document frequency-based feature identification, which captures high-frequency dominant patterns, and (2) boosting-based feature identification, which captures low-frequency non-dominant patterns. This segmentation allows each process to specialize in different aspects, with the document frequency process handling simplicity and the boosting process handling information completeness, thereby reducing overall complexity while preventing information loss.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent combines the results of both feature selection processes into a unified feature set. By merging the high-frequency features from document frequency analysis with the low-frequency features from boosting analysis, the system recovers information about non-dominant patterns that would otherwise be lost, while maintaining the simplicity of the overall feature selection approach through the integration of both methods.

Inventive Principle:
Principle #5Merging (Combining)

3Reliability

If boosting process is applied to select features, then classification accuracy is improved, but computational complexity increases

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

Solution Approach 1:

The patent applies boosting as a partial feature selection mechanism rather than using it exclusively. By combining boosting with document frequency-based selection, the system uses boosting only where needed - to identify non-dominant patterns that document frequency alone would miss - while relying on the simpler document frequency method for the majority of feature selection. This partial application of boosting reduces computational complexity compared to using boosting alone, while still achieving improved accuracy through the targeted identification of important non-dominant features.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS8200601B2Boosting to determine indicative features from a training set
Publication Date: 2012.06.12 MICROSOFT TECHNOLOGY LICENSING LLC
  • US8200601B2 patent drawing
  • US8200601B2 patent drawing
  • US8200601B2 patent drawing

AI summary

Determining indicative features may be provided. First, a first set of features may be determined using a document frequency process. Then a second set of features may be determined using a boosting process. Using the boosting process may comprise using an approximation for a one-dimensional optimization. The approximation may include an upper bound. Next, the first set of features and the second set of features may be combined into a combined set of features. The combined set of features may comprise a union of the first set of features and the second set of features. At least one document may then be classified based on the combined set of features.