Ultrasonic Classifier Tuning for False-Positive Obstacle Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current ultrasonic sensor systems in vehicles face challenges such as weak true positives and false positives, difficulty in adapting to specific vehicle variants, and high dependence on object classes, leading to inaccurate obstacle classification and potential safety hazards.

Innovation Solution

A machine learning classifier is tuned using a weighted loss function and objective function to improve classification accuracy, incorporating user-specific object class requirements and adaptable decision trees, allowing for post-deployment reconfiguration.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If rule-based empirical classifiers are used for obstacle classification, then the system is simple to implement, but the classification accuracy and true positive performance are weak

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

Solution Approach 1:

The patent replaces rule-based empirical classifiers with machine learning-based classifiers. Specifically, it uses trained neural networks and support vector machines that automatically learn classification boundaries from training data, substituting the manual rule-based mechanical approach with an adaptive learning-based system. This improves classification accuracy while maintaining computational efficiency through optimized model architectures.

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

Solution Approach 2:

The patent transforms the classification approach by changing from fixed rule-based parameters to learned parameters from training data. The system learns optimal decision boundaries, feature weights, and classification thresholds from labeled training examples, allowing the classifier to adapt to different object types and conditions without manual rule adjustment.

Inventive Principle:
Principle #35Parameter changes

2Adaptability or versatility

If rule-based classifiers are used for obstacle classification, then the system structure is simple, but the system is difficult to adapt to specific vehicle variants

Engineering Contradiction:
Improveadaptability to vehicle variantsVSAvoidsystem complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent enables adaptability to different vehicle variants by training separate machine learning models for each vehicle type or by implementing a hierarchical classification system that adapts parameters based on vehicle configuration. The system learns vehicle-specific characteristics from training data, allowing easy adaptation to new vehicle variants through retraining with appropriate datasets without redesigning the entire classification system.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent performs preliminary training of classification models with vehicle-specific data before deployment. By pre-training models with labeled data from specific vehicle variants, the system captures vehicle-specific acoustic characteristics and environmental conditions, enabling accurate classification when the vehicle is actually in use without requiring real-time adaptation.

Inventive Principle:
Principle #10Preliminary action

3Adaptability or versatility

If rule-based classifiers with multiple object classes are used, then comprehensive coverage is achieved, but the system has high dependence on number and type of object classes

Engineering Contradiction:
Improveobject class coverageVSAvoiddependence on object classes
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent segments the classification problem into hierarchical levels or modular components. Instead of requiring a single classifier to handle all object classes simultaneously, the system divides classification into stages (e.g., first distinguishing between stationary and mobile objects, then further classifying each category) or uses multiple specialized classifiers for different object types, reducing the complexity dependence on the total number of classes.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent develops universal machine learning classifiers that can handle multiple object classes through a unified framework. The trained models learn generalizable features and patterns that apply across different object types, allowing a single classifier architecture to perform multiple classification functions without requiring separate specialized systems for each object class.

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

4Measurement precision

If ultrasonic sensors are used for obstacle detection, then the system can detect obstacles near the vehicle, but the system cannot distinguish between various stationary vehicles

Engineering Contradiction:
Improveobstacle distinction accuracyVSAvoidobject classification information
Core Design Contradiction:
Measurement precisionVSLoss of information

Solution Approach 1:

The patent utilizes the vibrational characteristics of ultrasonic echoes to distinguish between different object types. By analyzing the frequency content, amplitude modulation, and temporal patterns of reflected ultrasonic signals, the system extracts features that differentiate stationary vehicles from other obstacles. Machine learning classifiers then process these vibrational features to achieve accurate classification.

Inventive Principle:
Principle #18Mechanical vibration

Solution Approach 2:

The patent introduces machine learning classifiers as an intermediary between raw ultrasonic sensor data and final obstacle identification. The classifier acts as a mediator that processes the acoustic signals, extracts meaningful features, and translates them into accurate object classifications, preventing information loss that would occur with simple threshold-based detection.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS12632512B2Ultrasonic system and method for tuning a machine learning classifier used within a machine learning algorithm
Publication Date: 2026.05.19 ROBERT BOSCH GMBH
  • US12632512B2 patent drawing
  • US12632512B2 patent drawing
  • US12632512B2 patent drawing

AI summary

A method and system is disclosed for tuning a machine learning classifier. An object class requirement may be provided and include rank thresholds. The object class requirements may also include a range goal that defines a minimum distance from the object the machine learning algorithm should not provide false positive results. A base classifier may be trained using a weighted loss function that includes one or more weight values that are computed using the one or more object class requirements. An output of the weighted loss function may be evaluated using an objective function which may be established using the one or more object class requirements. The one or more weights may also be re-tuned using the weighted loss function if the output of the weighted loss function does not converge within a predetermined loss threshold.