Transfer Learning for Drug Interaction Prediction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The development of new drug combination therapies for combating drug-resistant pathogens is hindered by the combinatorial complexity and the scarcity of drug interaction data, leading to slow advancement and inefficiency in finding effective treatments.

Innovation Solution

The use of transfer learning techniques in machine learning, such as a random forest model, to predict drug interaction outcomes by training on abundant data from well-researched pathogens and applying it to pathogens with limited data, allowing for the identification of novel synergistic drug combinations and improving drug combination therapy development.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If conventional techniques relying on pathogen-specific drug interaction data are used, then prediction accuracy for drug interactions may be improved, but the method fails when drug interaction data for a certain pathogen is sparse or non-existent

Engineering Contradiction:
Improveprediction accuracyVSAvoidapplicability to pathogens with limited data
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The system pre-trains the machine learning model on drug interaction data from multiple well-studied pathogens before applying it to pathogens with limited data. This preliminary training action enables the model to make accurate predictions for pathogens where collecting sufficient interaction data would be expensive and time-consuming

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The machine learning model is designed to be universal across multiple pathogen types by training on diverse pathogen data. The same model can predict drug interactions for different pathogens, eliminating the need to develop separate models for each pathogen and enabling application to pathogens with sparse data

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

2Adaptability or versatility

If the machine learning model is trained on data from multiple pathogens, then the model can be applied to pathogens with limited data, but the complexity of training and managing multi-pathogen data increases

Engineering Contradiction:
Improvemodel applicability across pathogensVSAvoidmodel training complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The training process is segmented into distinct phases: pre-training on multiple pathogens using transfer learning, followed by fine-tuning on the specific target pathogen. This segmentation manages complexity by breaking down the multi-pathogen training into manageable stages rather than attempting to train all paths simultaneously

Inventive Principle:
Principle #1Segmentation

3Reliability

If exhaustive screening of all possible drug combinations is performed, then all synergistic combinations can be identified, but the time and computational resources required become prohibitively large

Engineering Contradiction:
Improvecompleteness of drug combination identificationVSAvoidscreening time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

Instead of performing exhaustive screening of all possible drug combinations, the system uses the machine learning model to predict and identify only the most promising synergistic combinations. This partial action approach achieves sufficient reliability by focusing computational resources on evaluating fewer, high-probability candidates rather than screening every possible combination

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS20240079149A1Systems and methods for designing drug combination therapies
Publication Date: 2024.03.07 THE RGT UNIV OF MICHIGAN
  • US20240079149A1 patent drawing
  • US20240079149A1 patent drawing
  • US20240079149A1 patent drawing

AI summary

Systems, methods, and computer-readable medium storing instructions of using transfer machine learning for predicting drug interaction outcomes include: obtaining a trained machine learning model, obtaining genetic information of pathogens of interest, generating predicted drug interaction outcome data for drug treatments of interest using the machine learning model, and indicating the predicted drug interaction outcome data. The machine learning model may be trained by obtaining training data, classifying the training data into subsets corresponding to different actual outcomes, and generating the machine learning model using the classified subsets. The training data may include drug interaction outcome data having, for each respective pathogen of the pathogens, an outcome of drug treatments applied to the respective pathogen. The predicted drug interaction outcome data may be generated based on the genetic information of the pathogens of interest or genetic information or clinical information of living subjects having the pathogens of interest.