Multi-Prong 3D-UNet for Explainable Biomedical Image Inference

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing convolutional neural networks (CNNs) face challenges in clinical environments due to variations in diseases and technology, lack of explainability, and difficulty in performing multiple tasks concurrently, particularly in medical image analysis such as cardiac MRI, which requires simultaneous localization, segmentation, and synthesis of objects.

Innovation Solution

A hybrid, multi-pronged CNN architecture, named Triton-Net, is developed to concurrently perform tasks like regression of values, segmentation of cardiac chambers, and image synthesis, providing explainability and adaptability through continuous learning.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If a single CNN architecture is used to perform multiple tasks (segmentation, classification, synthesis), then productivity and diagnostic value are improved, but device complexity increases

Engineering Contradiction:
Improveconcurrent task performanceVSAvoidarchitecture complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent implements a multi-pronged CNN architecture where a single network performs multiple functions including image segmentation, classification, and synthesis tasks simultaneously through shared feature extraction layers, reducing the need for separate models while maintaining specialized capabilities for each task

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

Solution Approach 2:

The network is divided into distinct prongs or branches after shared feature extraction, with each prong specialized for specific tasks (segmentation, classification, synthesis), allowing modular complexity management while achieving multi-functionality through a unified architecture

Inventive Principle:
Principle #1Segmentation

2Reliability

If pixel-wise segmentation CNNs are used, then explainability is improved, but data annotation requirements and training complexity increase

Engineering Contradiction:
ImproveexplainabilityVSAvoidannotation complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent combines classification and segmentation tasks within a single unified architecture, allowing the model to leverage both image-wide contextual information and pixel-level detail simultaneously, improving explainability while reducing the burden of granular annotation through shared learning

Inventive Principle:
Principle #5Merging (Combining)

3Ease of manufacture

If image-wide classification CNNs are used, then ease of training is improved, but explainability and ability to detect subtle findings deteriorate

Engineering Contradiction:
Improvetraining easeVSAvoidexplainability
Core Design Contradiction:
Ease of manufactureVSReliability

Solution Approach 1:

The multi-pronged architecture simultaneously performs classification and segmentation functions, allowing the system to benefit from the training efficiency of classification approaches while maintaining the explainability and subtle finding detection capabilities of segmentation approaches through integrated multi-task learning

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

Data Source

PatentUS12586182B2Multi-prong multitask convolutional neural network for biomedical image inference
Publication Date: 2026.03.24 RGT UNIV OF CALIFORNIA
  • US12586182B2 patent drawing
  • US12586182B2 patent drawing
  • US12586182B2 patent drawing

AI summary

A neural network architecture and method for analysis of time series images from an image source employs a 3D-UNet convolutional neural network (CNN) configured to receive the time series images and generate spatiotemporal feature maps therefrom. Multiple sub-convolutional neural network output prongs based on an SRNet architecture receive the feature maps and simultaneously generate inferences for image segmentation, regression of values, and multi-landmark localization.