Latent-Space Graph Path Search for Molecular Deformation Prediction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for predicting molecular deformation processes using autoencoders often result in paths that do not accurately represent natural deformation, leading to suboptimal prediction accuracy.

Innovation Solution

A method involving generating graph data in a latent space with nodes and edges, calculating weights based on distance and probability distribution, and searching for a path using a k-nearest neighbor graph to predict molecular deformation processes.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If a simple autoencoder path selection method is used, then the computational complexity is low, but the prediction accuracy of molecular deformation processes deteriorates

Engineering Contradiction:
Improvecomputational complexityVSAvoidprediction accuracy
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The method segments the latent space into discrete nodes and connects them with weighted edges to form a graph structure. This segmentation transforms the continuous latent space into a discrete navigable space, enabling systematic path search while maintaining computational feasibility through localized neighbor searches rather than exhaustive computations.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The method introduces a graph dimension overlaying the latent space, transforming the problem from direct continuous space navigation to discrete graph-based path finding. By representing latent features as nodes and relationships as edges with weights, the system adds a structural dimension that enables accurate path search without proportionally increasing computational complexity.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Measurement precision

If a weighted graph path search method is used, then the prediction accuracy of natural deformation paths is improved, but the computational complexity increases

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

Solution Approach 1:

The method applies local quality by computing edge weights based on local properties (distances between nearby latent features and their probability densities) rather than global computations. Each edge weight is determined locally from the latent space geometry and probability distribution at that specific region, enabling accurate path weighting without requiring exhaustive global calculations.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The method performs preliminary action by pre-computing the graph structure including all nodes, edges, and weights before conducting the path search. The graph construction phase calculates distances and probability densities for all potential edges in advance, storing this weighted graph structure for efficient querying during deformation path prediction, thereby separating the computationally intensive setup phase from the lighter prediction phase.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20250378237A1Information processing method and information processing apparatus
Publication Date: 2025.12.11 FUJITSU LTD
  • US20250378237A1 patent drawing
  • US20250378237A1 patent drawing
  • US20250378237A1 patent drawing

AI summary

A computer generates graph data including a plurality of nodes representing different features and a plurality of edges connecting the plurality of nodes in a latent space to which features each corresponding to shape data representing a shape of a molecule and having a smaller number of dimensions than the shape data belong. The computer calculates a weight for each of the plurality of edges, using the distance in the latent space between two nodes connected by the edge and a probability distribution of the features in the latent space. The computer predicts a deformation process between a first shape corresponding to a first node among the plurality of nodes and a second shape corresponding to a second node among the plurality of nodes by searching for a path in the latent space between the first node and the second node using the weights.