End-to-end panoptic segmentation with integrated clustering-based instances separation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing automated driving systems face challenges in reliably processing and interpreting sensory information from diverse vehicle environments, including moving and static objects, which requires efficient and resource-effective solutions for accurate navigation.

Innovation Solution

A system for panoptic segmentation using a shared encoder for feature extraction, combined with dual decoders for semantic and instance predictions, employing deep learning-based clustering to directly output instance IDs, enabling unified scene understanding with reduced processing times and resources.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If traditional separate semantic and instance segmentation models are used, then each task can be processed independently, but the system complexity increases and processing time extends

Engineering Contradiction:
Improveprocessing speedVSAvoidsystem complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent combines semantic segmentation and instance segmentation into a single unified neural network model that processes both tasks simultaneously. The network shares common feature extraction layers and uses a joint loss function to optimize both segmentation types together, eliminating the need for separate independent models and reducing overall system complexity while improving processing efficiency.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The unified neural network model performs multiple functions by simultaneously executing both semantic segmentation (classifying pixels into categories) and instance segmentation (distinguishing individual objects of the same class). This multi-functional approach allows a single system to handle diverse segmentation requirements without needing separate specialized models for each task.

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

2Reliability

If multiple separate segmentation models are deployed, then comprehensive scene understanding is achieved, but processing resources increase

Engineering Contradiction:
Improvescene understanding accuracyVSAvoidprocessing resources
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The patent merges semantic and instance segmentation operations into a single neural network execution, sharing computational resources across both tasks. The unified model uses common convolutional layers and feature extraction mechanisms for both segmentation types, reducing redundant computations and lowering the overall processing resource requirements while maintaining comprehensive scene understanding capabilities.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The network architecture segments the processing task into distinct but integrated components: a shared feature extraction backbone that serves both segmentation types, and separate but coordinated output heads for semantic and instance predictions. This segmented yet unified approach optimizes resource usage by avoiding duplicate processing while preserving the specialized capabilities needed for accurate scene understanding.

Inventive Principle:
Principle #1Segmentation

3Measurement precision

If external grouping techniques are used for instance segmentation, then instance separation is achieved, but processing time increases

Engineering Contradiction:
Improveinstance separation accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The neural network performs instance grouping and separation as a preliminary integrated operation during the main segmentation process, rather than as a subsequent external step. The model directly outputs instance masks and labels through its instance segmentation head, embedding the grouping capability within the primary processing pipeline and eliminating the need for separate post-processing grouping operations.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent combines the instance grouping function with the instance segmentation function in a single unified process. The neural network simultaneously performs pixel-level classification, instance boundary detection, and instance ID assignment in one integrated forward pass, eliminating the time delay associated with sequential external grouping techniques applied after initial segmentation.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentEP3985551B1End-to-end panoptic segmentation with integrated clustering-based instances separation
Publication Date: 2025.12.31 BAYERISCHE MOTOREN WERKE AG
  • EP3985551B1 patent drawingFigure 1
  • EP3985551B1 patent drawingFigure 2A
  • EP3985551B1 patent drawingFigure 2B

AI summary

The present disclosure provides a system for panoptic segmentation of sensory information, comprising: a shared encoder for feature extraction; a first decoder and prediction module configured for semantic prediction of sensory information; a second decoder and prediction module configured for instance prediction of the sensory information, wherein the second decoder and prediction module is configured to provide the instance prediction by implementing deep learning-based clustering allowing the neural network to directly group portions of input into object instances; and a panoptic prediction module configured to provide a panoptic prediction based on the semantic prediction and the instance prediction provided by the first decoder and prediction module and the second decoder and prediction module, respectively.