CollaGAN Neural Network for Multi-Domain Image Imputation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for replacing missing image data in multiple domains are limited, especially in high-dimensional data like images, as they require knowledge of the intrinsic manifold structure and are not scalable for processing multiple domains effectively, leading to biases and misdiagnosis in applications like MRI and image-to-image translation tasks.

Innovation Solution

A neural network framework, CollaGAN, that uses multi-cycle consistency loss and combines fake image data from multiple domains to reconstruct missing data, allowing for accurate estimation of missing values by leveraging shared manifold structures across multiple input data sets, while maintaining memory efficiency and scalability.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If standard imputation methods (mean imputation, regression imputation) are used to replace missing image data, then the process is simple and fast, but the reconstruction accuracy is poor for high-dimensional image data

Engineering Contradiction:
Improveimputation speedVSAvoidreconstruction accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent replaces traditional mechanical/statistical imputation methods with a neural network-based system. The generator network learns the underlying data manifold structure through adversarial training, enabling accurate reconstruction of missing image regions by synthesizing pixel values that conform to the learned distribution, rather than using simple statistical averages or regression formulas.

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

Solution Approach 2:

The patent transforms the imputation problem from a direct statistical estimation task into a generative modeling task with multiple learnable parameters. The neural network introduces parameters such as latent vectors, discriminator weights, and generator weights that are optimized through adversarial training, allowing the system to capture complex image manifold structures that simple statistical methods cannot represent.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If GAN-based methods are used for image imputation, then reconstruction accuracy improves, but the computational complexity and training difficulty increase

Engineering Contradiction:
Improvereconstruction accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent divides the complex GAN-based imputation system into distinct functional modules: a generator network that synthesizes missing image data, a discriminator network that validates authenticity, and a data processing module that handles input/output. This segmentation allows each component to be optimized independently and simplifies the overall training process through specialized loss functions for each module.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent implements preliminary training of the generator and discriminator networks using complete image datasets before applying them to imputation tasks. This preliminary action establishes the data manifold structure and training dynamics in advance, making the subsequent imputation process more stable and accurate without requiring complex real-time adjustments during the actual imputation operation.

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If multiple domain image data are used as input to the neural network, then reconstruction performance improves, but the processing time and computational resources increase

Engineering Contradiction:
Improvereconstruction performanceVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent merges multiple domain image data into a unified representation through the neural network's feature extraction layers. The generator network processes multiple input domains simultaneously and integrates their information in the latent space, producing a single coherent imputed image that leverages complementary information from all input domains without requiring sequential processing.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent designs a universal generator network that can handle multiple input domains and produce imputed outputs for various target domains through a single model architecture. This multi-functional network eliminates the need for separate models for each domain combination, reducing overall processing time while maintaining high reconstruction performance across different domain scenarios.

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

Data Source

PatentUS11748851B2Method of replacing missing image data by using neural network and apparatus thereof
Publication Date: 2023.09.05 KOREA ADVANCED INST OF SCI & TECH
  • US11748851B2 patent drawing
  • US11748851B2 patent drawing
  • US11748851B2 patent drawing

AI summary

Disclosed are a method and apparatus for replacing missing image data. The method of replacing missing image data includes receiving input image data for at least two or more domains among preset multiple domains, and restoring missing image data of a preset target domain by using a neural network that uses the two or more input image data as inputs. The neural network may combine fake image data of a first target domain generated by inputting real image data of at least two or more domains of the multiple domains and the real image data, and be trained by using a multi-cycle consistency loss in which an image restored by inputting the combined image data is similar with the real image data.