pyg-team/pytorch_geometric

Request code to implement XENet paper

Open

#8,257 建立於 2023年10月24日

在 GitHub 查看
 (7 留言) (1 反應) (0 負責人)Python (19,985 star) (3,514 fork)batch import
featuregood first issuehelp wanted

描述

🚀 The feature, motivation and pitch

  • Paper: XENet: Using a new graph convolution to accelerate the timeline for protein design on quantum computers
  • This paper introduces XENet, a new graph convolutional network designed to improve the representation of protein environments in sequence design protocols. By paying attention to both incoming and outgoing edge attributes, XENet is able to better model local kinematics problems such as protein design. The paper compares XENet to existing graph convolutions and demonstrates its ability to decrease rotamer sample counts in Rosetta's rotamer substitution protocol by 40% without loss in quality. This allows larger protein design problems to fit onto near-term quantum computers. Additionally, XENet displays an ability to handle deeper architectures than competing convolutions. The authors believe that their work is relevant to the field of protein design and can lead to further advancements in artificial intelligence brought forth by graph neural networks.
  • Main feature: XEnet can take node features and edge features as input, output potential node features and edge features, and can be used for both node classification and edge classification.

Alternatives

The code solution is: In TensorFlow 2, We can use the XENetConv class in the Spektral library to implement the Xception convolutional layer.

Additional context

image

貢獻者指南

Request code to implement XENet paper · pyg-team/pytorch_geometric#8257 | Good First Issue