Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

THFlow: A Temporally Hierarchical Flow Matching Framework for 3D Peptide Design

Created by
  • Haebom

Author

Dengdeng Huang, Shikui Tu

Outline

This paper proposes THFlow, a novel flow-matching-based multimodal generative model for de novo 3D peptide design. Existing deep generative models attempt to converge on a target pocket by simultaneously modeling the peptide's position, orientation, and structure. However, in the early stages, peptides are initialized far from the protein pocket, and the absence of interaction fields makes structure optimization alone physically ineffective. We define this as the multimodal temporal mismatch problem and argue that it is the primary cause of the low binding affinity of generated peptides. THFlow addresses this problem by explicitly modeling the temporal hierarchy between peptide position and structure. It uses polynomial-based conditional flow to accelerate initial position convergence and subsequently performs coordinated structural refinement with rotation and torsion under emerging interaction fields. Furthermore, it incorporates interaction-related features, such as polarity, to enhance the model's understanding of peptide-protein binding. Experimental results demonstrate that THFlow outperforms existing methods in generating peptides with superior stability, affinity, and diversity.

Takeaways, Limitations

Takeaways:
A novel multimodal generative model, THFlow, is presented to enhance our understanding of peptide-protein binding.
A temporal hierarchical modeling strategy is presented to accelerate initial position convergence and improve the structure.
Improve model performance by incorporating interaction-related features.
Contributing to the development of peptide-based therapeutics by generating peptides with excellent stability, affinity, and diversity.
Limitations:
Potential increase in computational costs due to model complexity
Further research is needed on the generalization performance of polynomial-based conditional flows.
Possible limitations of the model due to dependence on specific interaction features
Further verification of generalization performance is needed due to the limited scope of experimental verification.
👍