AIPC2 logo AIPC2第二届人工智能蛋白质组学竞赛THE 2nd AI PROTEOMICS COMPETITION
AIPC2 · 官方赛事介绍AIPC2 · Official Competition Website

AI 能读懂
质谱的语言吗?
Can AI read
the language of
mass spectrometry?

这是一项 de novo 肽段测序 挑战:训练 AI 将串联质谱图直接翻译为肽段的氨基酸序列——不从蛋白质数据库提供的候选答案中选择。 A de novo peptide sequencing challenge: train AI to translate tandem mass spectra directly into amino acid sequences—without selecting from candidates supplied by a protein database.

无需蛋白质组学经验;如果你会把复杂信号建模为序列,就能开始。No proteomics experience required. If you model complex signals as sequences, you can get started.
串联质谱图MS/MS SPECTRUM m/z →
峰的位置与强度
m/z →
peak positions & intensities
AI 模型AI MODEL 学习碎片谱规律learn fragmentation patterns
肽段序列PEPTIDE SEQUENCE
PEPTIDE
氨基酸序列与置信度amino-acid sequence & confidence
全球开放Open worldwide个人或团队均可报名Individuals and teams welcome
架构不限Any architectureTransformer · GNN · Diffusion · Foundation Model
真实泛化True generalization未知肽段、物种、仪器与项目Unseen peptides, species, instruments and projects
隐藏测试Hidden final test以独立私有测试集决定最终排名Final ranking on an independent private set
比赛说明Competition Overview

把串联质谱图翻译成肽段序列Translate tandem mass spectra into peptide sequences

蛋白质是生命活动的重要执行者,其功能首先由氨基酸序列决定。质谱能够高通量测量复杂生物样本中的肽段,但真正的挑战是从测量信号中读回序列。Proteins are major functional molecules in living systems, and their functions are fundamentally determined by amino acid sequences. Mass spectrometry measures peptides at high throughput; the challenge is to recover sequence from the measured signal.

比赛目标Competition Goals
比赛的核心目标:开发能够准确地将 MS/MS 谱图转化为肽段序列的 AI 模型。Central goal: develop AI models that accurately translate MS/MS spectra into peptide sequences.

对于每一张未知谱图,模型需要预测产生它的完整 peptide sequence,并给出预测置信度。For every unknown spectrum, the model predicts the complete peptide sequence that generated it and reports a confidence score.

比赛任务Challenge Task

输入一张未知谱图,输出序列和置信度Input an unknown spectrum; output a sequence and confidence

这是一个 spectrum-to-sequence 生成任务:模型直接从谱图中的碎片峰信息恢复肽段序列;数据规模、文件与切分方式见 Dataset 页面。This is a spectrum-to-sequence generation task: directly recover a peptide sequence from fragment-peak information. Dataset scale, files and splits are described on the Dataset page.

输入Input

  • 前体 m/zprecursor m/z
  • 前体电荷precursor charge
  • 碎片峰 m/zfragment peak m/z
  • 碎片峰强度fragment peak intensity
  • 必要的实验元数据selected experimental metadata

AI 模型AI Model

架构不限。模型从谱图—肽段配对数据中学习碎裂规律、质量约束、强度分布与序列上下文。Any architecture. Learn fragmentation, mass constraints, intensity patterns and sequence context from spectrum–peptide pairs.

输出Output

  • 预测肽段序列predicted peptide sequence
  • 预测置信度prediction confidence score
数据库检索Database search

像选择题Like multiple choice

从预先定义的蛋白质数据库生成候选肽段,再选出与实验谱图最匹配的序列。Generate candidates from a predefined protein database, then select the sequence that best matches the spectrum.

VS
de novo 测序de novo sequencing

像开放题Like an open-ended question

不给候选答案,模型必须直接根据谱图生成完整的氨基酸序列。No candidate answers are provided; the model must generate the complete amino acid sequence directly from the spectrum.

比赛要回答的五个问题Five questions the competition asks

不只比较一个准确率数字More than a single accuracy number

01

准确测序Accurate sequencing

能否从复杂、稀疏且带噪声的谱图中恢复完整氨基酸序列?Can AI reconstruct complete sequences from complex, sparse and noisy spectra?

02

真实泛化Generalization

面对未见过的肽段、物种、仪器或实验数据,模型还能准确预测吗?Will performance hold on unseen peptides, species, instruments and datasets?

03

置信度估计Confidence estimation

模型能否知道自己的预测何时可靠、何时不可靠?Can a model distinguish reliable predictions from uncertain ones?

04

数据规模Data scaling

训练对从百万级增长到千万、亿级时,性能能否持续提升?How does performance change from millions to hundreds of millions of training pairs?

05

高效 AIEfficient AI

能否兼顾准确率、模型规模、推理速度与计算成本?Can accuracy be balanced with model size, inference time and compute?

为什么需要 de novo sequencingWhy de novo sequencing?

从“在数据库里找答案”走向“发现未知序列”From searching a database to discovering unknown sequences

数据库搜索只能在预先定义的蛋白质空间中匹配候选肽段;真实肽段若未被收录,答案就不可能出现。de novo 直接从谱图生成序列,为新肽段、序列变异、非常规翻译产物、免疫肽和注释不足物种打开探索空间。Database search can only match candidates in a predefined protein space. If a real peptide is absent, it cannot be returned. de novo generation opens discovery space for novel peptides, variants, non-canonical products, immunopeptides and poorly annotated organisms.

面向 AI 研究者An AI perspective

这是一个带有物理约束的 spectrum-to-sequence 生成问题A spectrum-to-sequence generation problem with physical constraints

从 AI 的角度,蛋白质组学中的概念可以直接映射到熟悉的信号、序列和域泛化问题。From an AI perspective, proteomics maps directly onto familiar problems in signals, sequences and domain generalization.

蛋白质组学Proteomics
AI 视角AI Perspective
MS/MS 谱图MS/MS spectrum
稀疏连续信号Sparse continuous signal
谱图峰Spectrum peak
观测 / 标记(token)Observation / token
m/z
连续位置Continuous position
峰强度Peak intensity
信号强度Signal strength
肽段Peptide
目标序列Target sequence
氨基酸Amino acid
词表Vocabulary
前体质量Precursor mass
全局物理约束Global physical constraint
碎裂规则Fragmentation rule
物理归纳偏置Physical inductive bias
仪器Instrument
技术域Technical domain
物种Species
生物域Biological domain
de novo 测序de novo sequencing
谱图到序列生成Spectrum-to-sequence generation

因此,无论你的研究背景是 Transformer、LLM、sequence modeling、computer vision、diffusion model、representation learning、graph neural network 或 foundation model,都可以参与这一问题。Whether your background is in Transformers, LLMs, sequence modeling, computer vision, diffusion models, representation learning, graph neural networks or foundation models, you can contribute to this problem.

为什么这是一个有挑战性的 AI 问题?Why is this a challenging AI problem?
稀疏、连续且带噪声的输入Sparse, continuous and noisy input
变长序列生成与结构化预测Variable-length structured generation
质量守恒等物理约束Physical mass constraints
仪器、物种与项目域偏移Instrument, species and project shifts
分布外泛化与序列防泄漏OOD generalization and leakage control
置信度校准:知道何时可靠Confidence calibration: knowing when to trust
accuracy × generalization × confidence × efficiency