Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/8/1 14:54:45
Evolutionary Curriculum Learning Improves Biological Sequence Modeling
AI 中文解读
核心亮点:给AI“上课”时不再随机抽题,而是按进化亲疏关系循序渐进,结果让蛋白质和RNA预测的准确率大幅提升,甚至把原本不稳定的模型拉满到满分。
通俗解读:过去训练AI分析生物序列,就像让学生随机做一堆题目,不管简单难易、没有顺序。现在研究人员发现,生物序列本身有“进化远近”之分,比如某些蛋白质突变少、保守,另一些突变多、差异大。于是他们设计了一套课程:先让AI学“简单”的近亲序列,再逐步增加“超纲”的远亲序列,像人类学习一样由浅入深。这套方法在两种不同架构的AI上都有效,尤其是预测基因突变是否致病时,对p53和PTEN两个关键基因的预测结果更稳定、更准确。对RNA设计也有帮助,生成的质量分数普遍提高。
实际影响:这项研究短期内主要惠及医学和生物工程领域。比如医生分析肿瘤基因突变时,AI能更可靠地判断哪些突变会引发癌症,减少误判;科学家设计新型RNA药物时,也能更快得到更合理的候选序列。未来如果这项“课程学习”思路推广,AI在基因诊断、个性化医疗中的作用会更值得信赖,普通人有望获得更精准的基因检测报告和靶向药物。
Variational autoencoders (VAEs) trained on multiple sequence alignments (MSAs) have emerged as powerful generative models for biological sequences, with applications ranging from disease variant prediction to functional RNA design. However, standard biological VAE training treats all sequences as exchangeable, ignoring the rich evolutionary structure that organizes homologous sequences from evolutionarily close to highly divergent. We propose Evolutionary Curriculum Learning (ECL), a training strategy that exploits this structure by progressively exposing the model to sequences of increasing evolutionary distance from sampled anchors, following a power-law expansion schedule. Applied to two architecturally distinct VAE models and two biological domains--protein variant effect prediction with EVE and RNA family sequence generation with RfamGen--ECL improves downstream task performance across five random seeds per configuration. Mean ClinVar classification AUROC rises from 0.981 to 0.989 for p53; for PTEN, ECL attains 1.000 in every seed whereas the baseline is unstable (mean 0.905, falling as low as 0.54). For RNA, ECL raises mean covariance-model bit scores on all three families tested and exceeds its seed-matched baseline in 12 of 15 training runs, though with only three families the effect cannot be established as significant at the family level. Ablation experiments show that progressively expanding the sampled sequences by evolutionary distance outperforms fixed-size neighborhood sampling in addition to uniform random sampling. Evolutionary distance is therefore a useful inductive bias for ordering the training curriculum in biological sequence modeling.
分享
阅读原文 ↗