LGAIFeb 20, 2025

ReQFlow: Rectified Quaternion Flow for Efficient and High-Quality Protein Backbone Generation

arXiv:2502.14637v310 citationsh-index: 3Has CodeICML
Originality Incremental advance
AI Analysis

This addresses computational inefficiency and designability issues in protein backbone generation for de novo protein design, with incremental improvements over existing methods.

The paper tackles the problem of generating protein backbones efficiently and with high designability, proposing ReQFlow, which achieves comparable performance while being 37x faster than RFDiffusion and 63x faster than Genie2 for a backbone of length 300.

Protein backbone generation plays a central role in de novo protein design and is significant for many biological and medical applications. Although diffusion and flow-based generative models provide potential solutions to this challenging task, they often generate proteins with undesired designability and suffer computational inefficiency. In this study, we propose a novel rectified quaternion flow (ReQFlow) matching method for fast and high-quality protein backbone generation. In particular, our method generates a local translation and a 3D rotation from random noise for each residue in a protein chain, which represents each 3D rotation as a unit quaternion and constructs its flow by spherical linear interpolation (SLERP) in an exponential format. We train the model by quaternion flow (QFlow) matching with guaranteed numerical stability and rectify the QFlow model to accelerate its inference and improve the designability of generated protein backbones, leading to the proposed ReQFlow model. Experiments show that ReQFlow achieves on-par performance in protein backbone generation while requiring much fewer sampling steps and significantly less inference time (e.g., being 37x faster than RFDiffusion and 63x faster than Genie2 when generating a backbone of length 300), demonstrating its effectiveness and efficiency. The code is available at https://github.com/AngxiaoYue/ReQFlow.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes