A4Bio / ADesigner

The official implementation of the AAAI'24 paper Cross-Gate MLP with Protein Complex Invariant Embedding is A One-Shot Antibody Designer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cross-Gate MLP with Protein Complex Invariant Embedding is A One-Shot Antibody Designer

This repository contains the code for the paper "Cross-Gate MLP with Protein Complex Invariant Embedding is A One-Shot Antibody Designer". Our work focuses on AI + antibody CDR region design.

Abstract

Antibodies are crucial proteins produced by the immune system in response to foreign substances or antigens. The specificity of an antibody is determined by its complementarity-determining regions (CDRs), which are located in the variable domains of the antibody chains and form the antigen-binding site. Previous studies have utilized complex techniques to generate CDRs, but they suffer from inadequate geometric modeling. Moreover, the common iterative refinement strategies lead to an inefficient inference. In this paper, we propose a \textit{simple yet effective} model that can co-design 1D sequences and 3D structures of CDRs in a one-shot manner. To achieve this, we decouple the antibody CDR design problem into two stages: (i) geometric modeling of protein complex structures and (ii) sequence-structure co-learning. We develop a novel macromolecular structure invariant embedding, typically for protein complexes, that captures both intra- and inter-component interactions among the backbone atoms, including C$\alpha$, N, C, and O atoms, to achieve comprehensive geometric modeling. Then, we introduce a simple cross-gate MLP for sequence-structure co-learning, allowing sequence and structure representations to implicitly refine each other. This enables our model to design desired sequences and structures in a one-shot manner. Extensive experiments are conducted to evaluate our results at both the sequence and structure levels, which demonstrate that our model achieves superior performance compared to the state-of-the-art antibody CDR design methods.

Acknowledgements

We highly thank "MEAN: Conditional Antibody Design as 3D Equivariant Graph Translation". [paper, code]

Reference

@article{tan2024cross,
  title={Cross-Gate MLP with Protein Complex Invariant Embedding is A One-Shot Antibody Designer},
  author={Tan, Cheng and Gao, Zhangyang and Wu, Lirong and Xia, Jun and Zheng, Jiangbin and Yang, Xihong and Liu, Yue and Hu, Bozhen and Li, Stan Z},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  year={2024}
}

Contact

Feel free to contact us through email if you have any questions: Cheng Tan (tancheng@westlake.edu.cn), Westlake University & Zhejiang University.

About

The official implementation of the AAAI'24 paper Cross-Gate MLP with Protein Complex Invariant Embedding is A One-Shot Antibody Designer.


Languages

Language:Python 67.3%Language:C++ 32.7%