Attention-Guided Retrosynthesis Training for Reactant Prediction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing neural networks struggle to accurately predict reactants from products, necessitating improved methods for training retrosynthesis prediction models.

Innovation Solution

A method involving encoding and decoding character string information using attention mechanisms, with masked self- and cross-attention matrices, to train a retrosynthesis prediction model, utilizing a transformer model for efficient and accurate prediction of reactant combinations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If existing neural networks are used for retrosynthesis prediction, then the model can process input data, but the prediction accuracy of reactants from products is insufficient

Engineering Contradiction:
Improveprediction accuracyVSAvoidprediction reliability
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent segments the retrosynthesis prediction task into multiple processing stages: encoding the product molecular graph into character string information, determining attention information to identify key structural features, decoding to generate reactant predictions, and training with loss calculation. This segmented approach allows each stage to be optimized independently, improving overall prediction accuracy while maintaining model reliability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary attention mechanism that bridges the product representation and reactant prediction. The attention information acts as a mediator that selectively highlights relevant structural features from the product graph, enabling more accurate reactant inference while maintaining the connection between input and output representations.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If attention mechanisms are applied to focus on relevant chemical relationships, then prediction accuracy improves, but computational complexity increases

Engineering Contradiction:
Improveprediction accuracyVSAvoidmodel complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The attention mechanism implements local quality by assigning different attention weights to different parts of the molecular graph based on their relevance to the prediction task. Instead of treating all structural features uniformly, the model focuses computational resources on locally important regions, improving accuracy without requiring uniform complexity across the entire model.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent changes parameters dynamically through the attention mechanism, which adjusts the importance weights of different graph nodes and edges based on the specific prediction context. This parameter adaptation allows the model to achieve high accuracy on diverse chemical reactions without requiring a uniformly complex architecture for all cases.

Inventive Principle:
Principle #35Parameter changes

3Loss of information

If character string encoding and decoding are used to represent molecular information, then the model can capture chemical structure details, but information loss occurs during transformation

Engineering Contradiction:
Improveinformation retentionVSAvoidencoding complexity
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

The encoding process performs preliminary action by converting the molecular graph into a structured character string representation that preserves chemical semantics. This pre-processing step organizes the graph information in a format that maintains essential chemical relationships, reducing information loss before the decoding stage generates reactant predictions.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS12423575B2Method and apparatus for training retrosynthesis prediction model
Publication Date: 2025.09.23 SAMSUNG ELECTRONICS CO LTD
  • US12423575B2 patent drawing
  • US12423575B2 patent drawing
  • US12423575B2 patent drawing

AI summary

A method of training a retrosynthesis prediction model includes determining first attention information from first character string information of a product, based on first graph information of the product, encoding the first character string information, based on the determined first attention information, and determining second attention information from the first graph information and second graph information of a reactant. The method further includes decoding second character string information of the reactant, based on the determined second attention information, and training the retrosynthesis prediction model, based on the decoded second character string information.