Search papers, labs, and topics across Lattice.
This paper introduces SymFold, a novel symmetric dual-path architecture that synergizes protein language models (PLMs) and multimodal protein language models (MPLMs) to enhance the accuracy of protein inverse folding. By integrating both sequence evolution and structural knowledge, SymFold iteratively generates amino acid sequences directly from 3D protein structures, overcoming limitations of traditional serial pipelines. Experimental results demonstrate that SymFold achieves state-of-the-art performance on standard benchmarks, validating the effectiveness of its design through comprehensive ablation studies.
SymFold outperforms existing methods in protein inverse folding by effectively combining evolutionary and structural insights for sequence generation.
Protein inverse folding aims to recover amino acid sequences for a given 3D protein structure, underpinning broad applications such as enzyme engineering and drug discovery.Current methods often follow a serial pipeline, in which a structure encoder predicts a coarse sequence, which is then refined by protein language models (PLMs). However, because PLMs only perform post-hoc sequence edits, the refinement is bounded by the quality of upstream predictions.Thanks to recent multimodal protein language models (MPLMs), we could directly encode structure to generate sequences with pretrained structural knowledge, but we observe that they are not effective for inverse folding. Therefore, we introduce a symmetric dual-path architecture that both leverages PLMs for pretrained sequence evolution knowledge and MPLMs for pretrained structural knowledge to iteratively guide protein sequence generation.Through extensive experiments across standard protein inverse folding benchmarks, our method achieves state-of-the-art performance, surpassing prior approaches, and ablation studies validate the rationale of our symmetric design, revealing a promising direction for the community.