Research Papers 论文研究 3h ago Updated 1h ago 更新于 1小时前 47

LC-SEPLM: long-range contact-supervised adaptation for sequence-only protein representation learning LC-SEPLM:长程接触监督适应用于序列仅蛋白质表示学习

LC-SEPLM adapts ESM2 with LoRA and long-range residue-pair contact supervision to incorporate structural information into sequence-only protein representations. The model uses pair-specific queries with cross-attention over the full sequence to capture global context associated with spatial contacts. Trained on 500,000 AlphaFold Swiss-Prot proteins, LC-SEPLM outperforms ESM2 across all eight evaluated protein-level tasks. Largest improvement observed in remote-homology recognition (macro-F1: +0. 提出LC-SEPLM模型,通过长程残基对接触监督将结构信息引入蛋白序列表示学习。 基于ESM2架构结合LoRA微调与交叉注意力机制,保留纯序列下游推理能力。 在50万AlphaFold Swiss-Prot蛋白数据上训练,显著提升远程同源识别等8项任务性能。 远程宏F1提升6.47个百分点,ESM-S EC基准最大绝对增益达0.1771。 证明接触监督是向序列模型注入结构信息的有界有效路径。

65
Hot 热度
70
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • LC-SEPLM adapts ESM2 with LoRA and long-range residue-pair contact supervision to incorporate structural information into sequence-only protein representations.
  • The model uses pair-specific queries with cross-attention over the full sequence to capture global context associated with spatial contacts.
  • Trained on 500,000 AlphaFold Swiss-Prot proteins, LC-SEPLM outperforms ESM2 across all eight evaluated protein-level tasks.
  • Largest improvement observed in remote-homology recognition (macro-F1: +0.0647) and EC classification (max absolute gain: +0.1771).
  • Demonstrates that contact supervision can effectively inject structural knowledge without sacrificing sequence-only inference efficiency.

Why It Matters

This work addresses a key limitation of current protein language models by integrating 3D structural constraints during training while maintaining compatibility with downstream sequence-based applications. For AI practitioners working in bioinformatics, it offers a practical framework to enhance representation learning without altering deployment pipelines — bridging the gap between sequence modeling and structural biology.

Technical Details

  • Architecture: Based on ESM2, enhanced with Low-Rank Adaptation (LoRA) for efficient fine-tuning and added long-range contact supervision via pair-specific cross-attention modules.
  • Training Data: 500,000 high-confidence protein structures from AlphaFold DB mapped to Swiss-Prot sequences.
  • Supervision Signal: Residue-residue contact maps derived from predicted 3D structures used as auxiliary targets during pretraining.
  • Inference Mode: At test time, only sequence embeddings are used — no structural inputs required, preserving computational efficiency.
  • Evaluation Benchmarks: Eight protein-level tasks including remote homology detection, function prediction, and enzyme commission (EC) classification; compared against ESM2 and ESM-S baselines.

Industry Insight

Protein AI teams should consider incorporating geometric or topological priors (like contact maps) into sequence model training to boost performance on structure-sensitive tasks without compromising scalability. This approach enables hybrid learning that leverages both evolutionary patterns and physical folding principles — potentially accelerating drug discovery, enzyme design, and variant effect prediction workflows where structural awareness is critical yet traditionally costly to integrate.

TL;DR

  • 提出LC-SEPLM模型,通过长程残基对接触监督将结构信息引入蛋白序列表示学习。
  • 基于ESM2架构结合LoRA微调与交叉注意力机制,保留纯序列下游推理能力。
  • 在50万AlphaFold Swiss-Prot蛋白数据上训练,显著提升远程同源识别等8项任务性能。
  • 远程宏F1提升6.47个百分点,ESM-S EC基准最大绝对增益达0.1771。
  • 证明接触监督是向序列模型注入结构信息的有界有效路径。

为什么值得看

该工作解决了传统蛋白语言模型缺乏三维结构约束的核心痛点,为序列模型引入结构先验提供了可验证的技术范式。对于从事生物信息学与AI交叉领域的研究者,其方法学框架可直接迁移至其他依赖空间关系的序列建模任务。

技术解析

采用LoRA参数高效微调策略适配ESM2主干网络,避免全量参数量级膨胀。设计pair-specific query模块通过跨注意力机制提取全局序列上下文,专门关联长程空间接触模式。训练数据覆盖50万条高置信度AlphaFold预测蛋白,确保结构多样性。下游评估涵盖功能预测、进化距离等八类任务,验证泛化能力提升。在远程同源检测中macro-F1从0.6122跃升至0.6769,显示对弱相似序列的结构敏感性增强。

行业启示

蛋白序列模型需主动融合结构约束而非仅依赖共进化信号,接触监督可作为轻量级结构注入标准方案。未来开发应优先探索"序列+结构"双模态对齐的中间路线,避免直接处理3D坐标的计算开销。工业界在药物靶点筛选等场景可优先部署此类增强型序列模型以平衡精度与效率。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Embedding Model 嵌入模型 Training 训练