Related Experiment Video
Updated: Oct 7, 2025

07:35
A Knowledge Graph Approach to Elucidate the Role of Organellar Pathways in Disease via Biomedical Reports
Published on: October 13, 2023
1.8K
Multipath Cross Graph Convolution for Knowledge Representation Learning.
Luogeng Tian1,2, Bailong Yang1, Xinli Yin3
1High-Tech Institute of Xi'an, Xi'an 710025, China.
Computational Intelligence and Neuroscience
|January 7, 2022
Summary
This study introduces TransC-GCN, an end-to-end knowledge graph embedding method. It improves entity and relation prediction accuracy by effectively capturing local features and reducing computational complexity.
Area of Science:
- Artificial Intelligence
- Data Science
- Graph Neural Networks
Background:
- Traditional embedding methods struggle with local relationships, hindering end-to-end training.
- Existing models often lack efficient extraction of local entity and relationship features.
Purpose of the Study:
- To propose an end-to-end knowledge graph embedding method that addresses limitations in local relationship training.
- To enhance entity and relation prediction accuracy and reduce computational complexity.
Main Methods:
- Introduced TransC graph convolutional network (TransC-GCN) utilizing local graph convolution and global cross-learning.
- Employed a translation model to map local entities/relationships into a cross vector for GCN input.
- Utilized maximum pooling to focus on strong local features and avoid global redundancy.
Main Results:
- TransC-GCN accurately obtains local entity feature information via lightweight convolutional neural network operations.
- The method achieves significant improvements: 8.1% in entity inference and 4.4% in relation inference accuracy.
- Demonstrated reduced computational complexity and enhanced robustness compared to baseline models.
Conclusions:
- TransC-GCN effectively extracts local features from knowledge graphs, enabling multilayer penetration and relationship derivation.
- The proposed method offers a robust and computationally efficient solution for knowledge graph embedding and prediction.
Related Concept Videos
Vector Algebra: Graphical Method
15.2K
Vectors can be multiplied by scalars, added to other vectors, or subtracted from other vectors. The vector sum of two (or more) vectors is called the resultant vector or, for short, the resultant.
We use the laws of geometry to construct resultant vectors, followed by trigonometry to find vector magnitudes and directions. For a geometric construction of the sum of two vectors in a plane, we follow the parallelogram rule. Suppose two vectors are at arbitrary positions. Translate either one of...
We use the laws of geometry to construct resultant vectors, followed by trigonometry to find vector magnitudes and directions. For a geometric construction of the sum of two vectors in a plane, we follow the parallelogram rule. Suppose two vectors are at arbitrary positions. Translate either one of...
15.2K
Cross Product
374
The cross product is a fundamental concept in vector algebra that is a vector operation on two different vectors to obtain a third vector. Unlike the scalar product, the cross product results in a vector quantity perpendicular to both the original vectors.
The magnitude of the cross product is obtained by multiplying the magnitude of both the vectors and the sine of the angle between them. This means that a larger angle between the vectors will lead to a greater magnitude of the cross product.
The magnitude of the cross product is obtained by multiplying the magnitude of both the vectors and the sine of the angle between them. This means that a larger angle between the vectors will lead to a greater magnitude of the cross product.
374
Multi-input and Multi-variable systems
193
Cruise control systems in cars are designed as multi-input systems to maintain a driver's desired speed while compensating for external disturbances such as changes in terrain. The block diagram for a cruise control system typically includes two main inputs: the desired speed set by the driver and any external disturbances, such as the incline of the road. By adjusting the engine throttle, the system maintains the vehicle's speed as close to the desired value as possible.
In the absence...
In the absence...
193
Multicompartment Models: Overview
283
Multicompartment models are mathematical constructs that depict how drugs are distributed and eliminated within the body. They segment the body into several compartments, symbolizing various physiological or anatomical areas connected through drug transfer processes such as absorption, metabolism, distribution, and elimination.
These models offer a more comprehensive representation of drug behavior in the body than one-compartment models. They accommodate the complexity of drug distribution,...
These models offer a more comprehensive representation of drug behavior in the body than one-compartment models. They accommodate the complexity of drug distribution,...
283
Vector Product (Cross Product)
18.2K
Vector multiplication of two vectors yields a vector product, with the magnitude equal to the product of the individual vectors multiplied by the sine of the angle between both the vectors and the direction perpendicular to both the individual vectors. As there are always two directions perpendicular to a given plane, one on each side, the direction of the vector product is governed by the right-hand thumb rule.
Consider the cross product of two vectors. Imagine rotating the first vector about...
Consider the cross product of two vectors. Imagine rotating the first vector about...
18.2K
Vector Algebra: Method of Components
16.9K
It is cumbersome to find the magnitudes of vectors using the parallelogram rule or using the graphical method to perform mathematical operations like addition, subtraction, and multiplication. There are two ways to circumvent this algebraic complexity. One way is to draw the vectors to scale, as in navigation, and read approximate vector lengths and angles (directions) from the graphs. The other way is to use the method of components.
In many applications, the magnitudes and directions of...
In many applications, the magnitudes and directions of...
16.9K

