"description":"A scalable model for node classification that separately embeds adjacency and node features, combines them with MLPs, and applies simple transformations.",
"description":"A scalable and powerful graph transformer with linear complexity, capable of handling large graphs with state-of-the-art results across diverse benchmarks.",
"formulation":"X^{(l+1)} = \\text{MPNN}^{(l)}(X^{(l)}, A) + \\text{GlobalAttn}^{(l)}(X^{(l)})",
"variables":{
"X^{(l)}":"The node features at layer l",
"A":"The adjacency matrix of the graph",
"X^{(l+1)}":"The updated node features at layer l+1",
"MPNN^{(l)}":"The message-passing neural network function at layer l",
"GlobalAttn^{(l)}":"The global attention function at layer l"
"description":"ViSNet is an equivariant geometry-enhanced graph neural network designed for efficient molecular modeling[^1^][1][^2^][2]. It utilizes a Vector-Scalar interactive message passing mechanism to extract and utilize geometric features with low computational costs, achieving state-of-the-art performance on multiple molecular dynamics benchmarks.",
"description":"A framework for stable and non-dissipative DGN design, conceived through the lens of ordinary differential equations (ODEs). It ensures long-range information preservation between nodes and prevents gradient vanishing or explosion during training.",