Connected CNN Joint Training for Brain Lesion Segmentation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing deep learning models struggle to accurately segment T1 unenhancing and Gd-enhancing lesions in MRI images due to their disjoint nature and significant differences in shape characteristics, leading to increased false positives and challenges in multi-class settings.

Innovation Solution

A joint training approach using multiple connected convolutional neural networks (CNNs) to generate parallel segmentation masks for T1 unenhancing and Gd-enhancing lesions, sharing features across cross-network connections to improve segmentation accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If separate deep learning models are used to segment T1 unenhancing and Gd-enhancing lesions, then each model can be optimized for its specific lesion type, but the models produce increased false positives and fail to capture the relationship between different lesion types

Engineering Contradiction:
Improvelesion segmentation accuracyVSAvoidfalse positive rate
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent combines multiple separate deep learning models into a single unified model that simultaneously segments both T1 unenhancing and Gd-enhancing lesions. This unified model shares common feature extraction layers and only diverges in the final segmentation layers, allowing the model to learn relationships between different lesion types while reducing false positives through joint training and shared contextual understanding.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The unified model is architecturally segmented into shared feature extraction components and specialized segmentation components. The shared components process input images to extract common features, while separate segmentation heads generate predictions for different lesion types, enabling both generalization and specialization within a single model framework.

Inventive Principle:
Principle #1Segmentation

2Device complexity

If a single deep learning model is used for multi-class lesion segmentation, then the model structure becomes simpler, but the model struggles to capture the disjoint nature and significant shape differences between lesion types

Engineering Contradiction:
Improvemodel structure complexityVSAvoidlesion segmentation accuracy
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The model architecture is segmented into modular components: shared convolutional layers for feature extraction and specialized segmentation layers for each lesion type. This modular structure maintains simplicity in the common processing pipeline while enabling specialized handling of different lesion characteristics through separate output heads.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Different parts of the model have different functions: the shared lower layers perform general feature extraction applicable to all lesion types, while the specialized upper layers perform type-specific segmentation. This local differentiation allows the model to maintain overall simplicity while achieving high precision for diverse lesion characteristics.

Inventive Principle:
Principle #3Local quality

3Measurement precision

If manual annotation by radiologists is used, then high accuracy ground truth can be obtained, but the process is time-consuming and shows high variability across different radiologists

Engineering Contradiction:
Improveannotation accuracyVSAvoidannotation time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The deep learning model performs automated lesion segmentation without requiring manual radiologist annotation for each new case. The model learns from a training dataset with ground truth annotations and then independently segments lesions in new images, eliminating the need for time-consuming manual annotation while maintaining consistent accuracy across all cases.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The model creates a digital copy of the radiologist's segmentation expertise through training on annotated data. Once trained, the model replicates high-quality segmentation results automatically, replacing the need for repeated manual annotation while preserving the accuracy standards established during training.

Inventive Principle:
Principle #26Copying

Data Source

PatentUS20260080536A1Connected machine-learning models with joint training for lesion detection
Publication Date: 2026.03.19 GENENTECH INC
  • US20260080536A1 patent drawing
  • US20260080536A1 patent drawing
  • US20260080536A1 patent drawing

AI summary

Embodiments disclosed herein generally relate to connected machine learning models with joint training for lesion detection. Particularly, aspects of the present disclosure are directed to accessing a three-dimensional magnetic resonance imaging (MRI) image, wherein the three-dimensional MRI image depicts a region of a brain of a subject, wherein the region of the brain includes at least a first type of lesions and a second type of lesions; inputting the three-dimensional MRI image into a machine-learning model comprising a first convolutional neural network and a second convolutional neural network; generating a first segmentation mask for the first type of lesions using the first convolutional neural network that takes as input the three-dimensional MRI image; generating a second segmentation mask for the second type of lesions using the second convolutional neural network that takes as input the three-dimensional MRI image; and outputting the first segmentation mask and the second segmentation mask.