Instance Segmentation via Dual-Thread Neural Network for Vehicle Perception

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for instance segmentation in automotive technology, such as deep neural networks, are computationally complex and inflexible, making them unsuitable for real-time object detection in vehicles due to high demands on computing power and error proneness, especially when dealing with complex contours and overlapping objects.

Innovation Solution

A method utilizing a single deep neural network with a decoder divided into two threads for semantic segmentation and edge detection, allowing for independent analyses that combine to achieve instance segmentation, enabling precise detection of objects with their exact contours and distinguishing adjacent objects of the same class, while being efficient and real-time capable.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If multiple complex deep neural networks are combined for instance segmentation, then object detection precision is improved, but computing power demand and device complexity increase significantly

Engineering Contradiction:
Improveobject detection precisionVSAvoiddevice complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the instance segmentation task into two independent analysis threads: semantic segmentation (first analysis) and edge detection (second analysis). Each thread processes the captured image independently through separate neural networks, and their results are combined to achieve precise object detection with contours. This segmentation reduces the complexity of any single network while maintaining high detection precision.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent merges the results of two independent analyses (semantic segmentation and edge detection) to achieve instance segmentation. By combining the class information from semantic segmentation with the contour information from edge detection, the system achieves precise object detection without requiring a single overly complex network.

Inventive Principle:
Principle #5Merging (Combining)

2Measurement precision

If multiple complex deep neural networks are combined for instance segmentation, then object detection precision is improved, but real-time processing capability deteriorates

Engineering Contradiction:
Improveobject detection precisionVSAvoidreal-time processing capability
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent segments the instance segmentation task into two independent analysis threads: semantic segmentation (first analysis) and edge detection (second analysis). Each thread processes the captured image independently through separate neural networks, and their results are combined to achieve precise object detection with contours. This segmentation reduces the complexity of any single network while maintaining high detection precision.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Instead of using a single comprehensive complex network, the patent employs two specialized networks that each perform partial functions (semantic segmentation and edge detection). This division allows each network to be optimized for its specific task, improving overall processing efficiency and enabling real-time performance.

Inventive Principle:
Principle #16Partial or excessive action

3Measurement precision

If semantic segmentation method is used, then precise spatial division between object classes is achieved, but individual objects cannot be distinguished from each other

Engineering Contradiction:
Improvespatial division precisionVSAvoidobject individuality information
Core Design Contradiction:
Measurement precisionVSLoss of information

Solution Approach 1:

The patent segments the instance segmentation task into two independent analysis threads: semantic segmentation (first analysis) and edge detection (second analysis). Each thread processes the captured image independently through separate neural networks, and their results are combined to achieve precise object detection with contours. This segmentation reduces the complexity of any single network while maintaining high detection precision.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent uses edge detection as an intermediary to recover object boundaries that are lost in semantic segmentation. The edge detection thread identifies contours and boundaries, which when combined with semantic segmentation results, restores the ability to distinguish individual objects while maintaining precise spatial division.

Inventive Principle:
Principle #24Intermediary (Mediator)

4Loss of information

If object recognition method is used, then individual objects are detected at their positions, but precise spatial assignment cannot be made for complex contours

Engineering Contradiction:
Improveobject position informationVSAvoidspatial assignment precision
Core Design Contradiction:
Loss of informationVSMeasurement precision

Solution Approach 1:

The patent segments the instance segmentation task into two independent analysis threads: semantic segmentation (first analysis) and edge detection (second analysis). Each thread processes the captured image independently through separate neural networks, and their results are combined to achieve precise object detection with contours. This segmentation reduces the complexity of any single network while maintaining high detection precision.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent merges the results of two independent analyses (semantic segmentation and edge detection) to achieve instance segmentation. By combining the class information from semantic segmentation with the contour information from edge detection, the system achieves precise object detection without requiring a single overly complex network.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS11132560B2Method for evaluating an optical appearance in the surroundings of a vehicle, and vehicle
Publication Date: 2021.09.28 AUDI AG
  • US11132560B2 patent drawing
  • US11132560B2 patent drawing

AI summary

The discloser relates to a method for evaluating an optical appearance in the surroundings of a vehicle and to a vehicle. The method has the steps of providing a captured image of the surroundings of a vehicle and extracting features from the captured image. Furthermore, the method comprises carrying out a first analysis of the captured image, wherein one or more objects are detected as surfaces and the result of the analysis is provided as a first analysis result. A second analysis of the captured image is also carried out, wherein edges of one or more objects are detected and the result of the analysis is provided as a second analysis result, the first analysis and the second analysis being carried out independently of each other. The method further comprises combining the first analysis result and the second analysis result to form an output image.