Adaptive Feature Extraction for Thermal Pedestrian Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional pedestrian detection in thermal images faces challenges due to the curse of dimensionality and feature correlation, leading to increased detection errors and reduced computational efficiency.

Innovation Solution

An image adaptive feature extraction method that divides images into blocks, applies feature extraction using SVM classifiers to obtain hyperplane normal vectors, sets thresholds, and integrates adaptive feature blocks to form adaptive feature images, reducing dimensionality and error probability.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If feature vectors are directly cascaded to increase distinguishability, then detection accuracy is improved, but the dimensionality increases causing the curse of dimensionality problem and reducing computational efficiency

Engineering Contradiction:
Improvedetection accuracyVSAvoidfeature dimensionality
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent extracts and selects only the most discriminative features from the cascaded feature vectors using SVM-based feature selection. This extracts the essential information needed for accurate detection while removing redundant dimensions, thereby maintaining detection accuracy while reducing the curse of dimensionality

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent changes the parameter representation by transforming the high-dimensional cascaded features into a lower-dimensional space through SVM hyperplane projections. This parameter transformation preserves the discriminative power while reducing dimensionality, solving the curse of dimensionality problem

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If multiple features of different characteristics are integrated to improve detection accuracy, then distinguishability is enhanced, but feature correlation causes overlapping data and increases detection errors

Engineering Contradiction:
Improvedetection accuracyVSAvoiddetection error rate
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent applies SVM-based parameter transformation that projects correlated features onto a new feature space defined by hyperplane normal vectors. This transformation decorrelates the features while preserving their discriminative power, eliminating overlapping data and reducing detection errors

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent introduces SVM hyperplane normal vectors as intermediary representations that mediate between the original correlated features and the final detection decision. These normal vectors serve as a transformed feature space that eliminates correlation while maintaining discriminative information

Inventive Principle:
Principle #24Intermediary (Mediator)

3Reliability

If comprehensive feature extraction is performed on all image blocks to improve detection coverage, then detection completeness is improved, but computational efficiency is reduced

Engineering Contradiction:
Improvedetection completenessVSAvoidcomputational efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The patent extracts and processes only the most relevant image blocks that contain potential pedestrian features, identified through SVM-based relevance assessment. This selective extraction maintains detection completeness by focusing on informative regions while significantly reducing computational load on irrelevant blocks

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS11295160B2Image adaptive feature extraction method and application thereof
Publication Date: 2022.04.05 NAT CHUNG SHAN INST SCI & TECH
  • US11295160B2 patent drawing
  • US11295160B2 patent drawing
  • US11295160B2 patent drawing

AI summary

An image adaptive feature extraction method includes dividing an image into a plurality of blocks, performing a feature extraction processing on the plurality of blocks, and obtaining a block feature from each of the plurality of blocks after the feature extraction processing; calculating each block feature by means of a support vector machine (SVM) classifier, wherein each block feature is calculated to obtain a hyperplane normal vector; setting a threshold value, determining the block feature according to the hyperplane normal vector, recording the block as an adaptive feature block when a value of the hyperplane normal vector is higher than the threshold value, and integrating each adaptive feature block to form an adaptive feature image. Because an image adaptive feature extraction process is performed before a pedestrian image detection is calculated, and effective feature data is then selected, computational efficiency is boosted and detection pedestrian error probability is reduced.