输入Input
- 前体 m/zprecursor m/z
- 前体电荷precursor charge
- 碎片峰 m/zfragment peak m/z
- 碎片峰强度fragment peak intensity
- 必要的实验元数据selected experimental metadata
AIPC2第二届人工智能蛋白质组学竞赛THE 2nd AI PROTEOMICS COMPETITION
这是一项 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.
蛋白质是生命活动的重要执行者,其功能首先由氨基酸序列决定。质谱能够高通量测量复杂生物样本中的肽段,但真正的挑战是从测量信号中读回序列。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.
对于每一张未知谱图,模型需要预测产生它的完整 peptide sequence,并给出预测置信度。For every unknown spectrum, the model predicts the complete peptide sequence that generated it and reports a confidence score.
这是一个 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.
架构不限。模型从谱图—肽段配对数据中学习碎裂规律、质量约束、强度分布与序列上下文。Any architecture. Learn fragmentation, mass constraints, intensity patterns and sequence context from spectrum–peptide pairs.
从预先定义的蛋白质数据库生成候选肽段,再选出与实验谱图最匹配的序列。Generate candidates from a predefined protein database, then select the sequence that best matches the spectrum.
不给候选答案,模型必须直接根据谱图生成完整的氨基酸序列。No candidate answers are provided; the model must generate the complete amino acid sequence directly from the spectrum.
能否从复杂、稀疏且带噪声的谱图中恢复完整氨基酸序列?Can AI reconstruct complete sequences from complex, sparse and noisy spectra?
面对未见过的肽段、物种、仪器或实验数据,模型还能准确预测吗?Will performance hold on unseen peptides, species, instruments and datasets?
模型能否知道自己的预测何时可靠、何时不可靠?Can a model distinguish reliable predictions from uncertain ones?
训练对从百万级增长到千万、亿级时,性能能否持续提升?How does performance change from millions to hundreds of millions of training pairs?
能否兼顾准确率、模型规模、推理速度与计算成本?Can accuracy be balanced with model size, inference time and compute?
数据库搜索只能在预先定义的蛋白质空间中匹配候选肽段;真实肽段若未被收录,答案就不可能出现。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 的角度,蛋白质组学中的概念可以直接映射到熟悉的信号、序列和域泛化问题。From an AI perspective, proteomics maps directly onto familiar problems in signals, sequences and domain generalization.
因此,无论你的研究背景是 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 如何反向读回序列。You do not need a full proteomics course. Start with how a peptide becomes a spectrum, then see how AI solves the process in reverse.
蛋白质由氨基酸组成,实验中通常先被切成较短的 peptide。例如 PEPTIDE 由 7 个氨基酸残基组成。Proteins consist of amino acids and are commonly broken into shorter peptides. PEPTIDE has seven residues.
选中的 peptide ion 在碰撞下断裂,形成具有规律性的 fragment ions,包括常见的 b ions 和 y ions。A selected peptide ion is fragmented, producing characteristic fragment-ion series such as b and y ions.
仪器测量碎片的 m/z 和 intensity。氨基酸质量不同,因此相关峰之间的质量差携带序列信息。The instrument measures fragment m/z and intensity. Mass differences between related peaks carry sequence information.
模型从大量 spectrum–peptide pairs 学习碎裂和质量规律,再从未知谱图直接生成 amino acid sequence。The model learns fragmentation and mass relationships from spectrum–peptide pairs, then generates a sequence for an unseen spectrum.
下面的公开资料适合没有蛋白质组学背景的参赛者按顺序阅读。These public resources are sequenced for participants without a proteomics background.
EMBL-EBI · Introduction to Proteomics
EMBL-EBI · MS-based Proteomics
DeepNovo · PubMed
Casanovo · ICML 2022
NovoBench · benchmark survey
Casanovo · code & documentation
InstaNovo · code & model
再回到本赛题的 Starter Kit 和 benchmark。Then return to this competition’s starter kit and benchmark.
大规模、多物种、多仪器的 DDA 数据集,以 MSDT/Parquet 格式发布;训练、公开测试与隐藏测试在项目、文件和肽段层面严格隔离,并执行 q-value 质量控制。A large-scale, multi-species, multi-instrument DDA dataset in MSDT/Parquet format, with strict project, file and peptide isolation across splits and rigorous q-value control.
全部 1.06 亿条记录均带有真实且严格小于 0.01 的 q-value。FragPipe 谱图通过 Percolator target PSM 报告逐条匹配恢复(以 raw_file + scan + charge 定位并验证裸肽序列一致),fp_corpus 直接读取原始 q-value。所有带标签记录满足 fdr_level = PSM 和 fdr_pass = True;缺失、非有限或 ≥ 0.01 的记录全部排除。Every one of the 106M records carries a real, finite q-value strictly below 0.01, recovered from Percolator target PSM reports or read directly from fp_corpus. All labeled records satisfy fdr_level = PSM and fdr_pass = True; missing, non-finite or ≥ 0.01 values are excluded.
训练、公开测试与隐藏测试在项目、文件及标准化肽段序列(去除修饰标注、I/L 统一为 J)三个层面隔离,任意两两之间零重叠。公开与隐藏测试集在肽长、电荷、前体 m/z 和修饰标注等关键谱图特征上匹配,使公开成绩对最终排名具有参考性。Training, Public and Hidden splits are isolated at the project, file and normalized peptide-sequence levels (modifications stripped; I/L unified to J), with zero pairwise overlap. Public and hidden tests are matched on key spectral characteristics, so public results remain informative for final ranking.
广泛物种覆盖。训练数据覆盖人类、动物、植物、真菌、细菌及其他生物体系,降低对单一物种的偏倚,支持跨物种泛化。Broad species coverage. Training data span humans, animals, plants, fungi, bacteria and other systems, reducing single-species bias and supporting cross-species generalization.
多样仪器来源。谱图来自多类主流质谱仪器与采集环境,帮助模型适应不同仪器特征和实验条件。Diverse instrument sources. Spectra come from multiple mainstream mass-spectrometer families and acquisition environments, helping models remain stable across instruments and conditions.
左右滑动查看完整表格Swipe sideways to view the full table
| 目录Directory | q-value | 肽段标签Peptide labels | 用途Purpose |
|---|---|---|---|
| participant/training/ | ✔ | ✔ | 模型训练与数据质量追溯Model training & data-quality tracing |
| participant/public_test/spectra/ | — | — | 模型输入(不含答案与置信度)Model input (no answers, no confidence) |
| participant/public_test/ground_truth/ | ✔ | ✔ | 按 spectrum_id 公开评估Public evaluation via spectrum_id |
| participant/hidden_test/spectra/ | — | — | 最终预测输入Final predictions input |
| organizer_private/hidden_ground_truth/ | ✔ | ✔ | 最终评分,绝不对外发布Final scoring—never released |
Release 2.0 附带 manifests、README、dataset_card.json、schema.json 与 SHA-256 校验文件;下载链接将在比赛开放时发布。Release 2.0 ships with manifests, README, dataset_card.json, schema.json and SHA-256 checksums. Download links will be published when the competition opens.
所有预测将由固定的官方 evaluation pipeline 统一计算。完整指标和匹配规则将在比赛开始前冻结并公开。All predictions will be scored with a standardized official pipeline. Complete metrics and matching rules will be frozen and released before the competition opens.
按 confidence score 对预测排序,在受控错误率下统计完整预测正确的肽段数量。Rank predictions by confidence and count completely correct peptides at a controlled error rate.
面向全球开放,不限国家、地区、学科、职业阶段或学术/工业界身份。个人或团队均可参加。Open worldwide without restriction by region, discipline, career stage or affiliation. Individuals and teams may enter.
架构不限,可使用以下方法或其他原创方案:Any architecture, including original methods:
TransformerRNNCNNGNNDiffusionFoundation ModelHybrid在 validation / test inference 阶段,禁止利用 protein sequence database、peptide database、spectral library 或 database-search engine 生成、查询、筛选或重新排序候选肽段。模型输出必须直接来自 de novo prediction。During validation/test inference, protein or peptide databases, spectral libraries and search engines must not generate, retrieve, filter or rerank candidates. Predictions must come directly from the de novo model.
蛋白质组特异的监督训练仅使用官方标注的 MS/MS—肽段数据。可用通用预训练 AI,但不得额外使用外部有标签谱图—肽段对。Proteomics-specific supervised training uses official labeled data only. General pretrained AI is allowed without extra labeled spectrum–peptide pairs.
可使用公开外部蛋白质组学数据,但须完整披露;结果可独立报告,并可不参与主奖金排名。Public external proteomics data may be used with full disclosure; results may be reported separately from the main prize ranking.
文档建议每队每天最多提交 5 次;最终限制及文件模板将在赛前公布。The document recommends up to 5 submissions per team per day; the final limit and template will be announced.
最终候选团队需提交 source code、model weights、环境说明、inference script、method description 和外部资源声明。无法在统一环境复现的结果不具备最终获奖资格。Finalists provide code, weights, environment, inference scripts, method descriptions and resource declarations. Non-reproducible results may be ineligible for awards.
严禁获取或推断 hidden labels、人工标注测试谱图、查询测试候选序列、用多账号绕过次数限制,或在队伍之间交换 private predictions。训练数据、预训练模型、外部资源、集成策略和计算资源必须披露。Hidden-label recovery, manual test annotation, database querying, multi-account limit bypassing and exchanging private predictions are prohibited. Data, pretrained models, resources, ensembles and compute must be disclosed.
总奖池 ¥180,000;正式奖金与获奖门槛以比赛公告为准。Total prize pool ¥180,000; final amounts and winning threshold will follow the official announcement.
我们提供 32× A800 用于评测基础设施与参赛支持,每队最多可用 1× A800 测试;也欢迎使用 Kaggle 免费 GPU 或自有资源。We provide 32× A800 GPUs for evaluation infrastructure and participant support; each team may test on up to 1× A800. Kaggle free GPUs and participants’ own resources are also welcome.
表现优异的参赛者将有机会参与前沿科研合作,并获得研究机构与 AI 生物技术公司的实习或职业推荐。Top performers may be invited to research collaborations and receive internship or career recommendations from research labs and AI biotech companies.
下面的入口会在赛事开放时替换为正式链接;现在可以先阅读 benchmark 和 starter kit 说明。These placeholders will become official links when the competition opens. Start with the benchmark and starter kit docs.
赛事开放后,按以下顺序完成即可跑通第一次有效提交。资源链接将随报名状态逐步开放。Once the competition opens, follow these steps to complete a first valid submission. Resources will unlock with registration.
个人或团队均可;登记队名、联系人和赛道。Individuals and teams can register with a team name, contact and track.
报名入口 · 即将开放Registration · coming soon获取训练集 / 公开测试集、基线模型、入门工具包与提交模板。Get Training / Public Test, baseline, starter kit and submission template.
数据下载 · 即将开放Dataset · coming soon按模板提交 spectrum_id、序列与置信度;通过问答获取支持。Submit spectrum_id, sequence and confidence; use Q&A for support.
联系与问答Contact & Q&A当前处于筹备阶段;以下节点已确定,具体日期、平台与报名链接将在本页面的公告中更新。The competition is in preparation. These milestones are confirmed; dates, platform and registration links will be posted in announcements here.
日期待公布Date TBA
日期待公布Date TBA
日期待公布Date TBA
日期待公布Date TBA
日期待公布Date TBA
相关资料:Benchmark 数据划分说明 · 数据集构建计划 · Starter Kit · 提交模板 · 论文阅读清单。正式链接将在比赛开放时更新。Resources: benchmark split summary, dataset build plan, starter kit, submission template and reading list. Official links will be added at launch.
公开排行榜会在提交期与公开测试集一同开放;最终排名以隐藏测试集和可复现性审核为准。The public leaderboard will open with the submission period and Public Test; Hidden Test and reproducibility review determine final ranking.
排行榜尚未开放Leaderboard not open公告将覆盖规则版本、数据修订、平台状态与时间线;技术问题可通过常见问题或邮箱提交。Announcements will cover rule versions, data revisions, platform status and dates. Technical questions can be raised through FAQ or email.
如有问题或希望预报名,请联系我们;报名开放后我们会第一时间通知。For questions or pre-registration interest, contact us and we will notify you when registration opens.
aipc@guomics.com主办方Organizer
主办方 · GPU 算力支持Organizer · GPU resources
经费支持Funding support
以下 Logo 与官方海报保持一致,涵盖主办、科研合作、产业支持与赛事社区伙伴。The organizations shown here match the official poster and include organizers, research collaborators, industry supporters and community partners.









比赛正在筹备中。报名链接与平台细节将在本网站公布,并通过邮件通知。The competition is in preparation. Registration and platform details will be announced here and by email.
全球开放,学生、科研人员、产业团队和初创公司均可参加;每队 1–5 人。Open worldwide to students, researchers, industry teams and startups; teams may have 1–5 members.
可以。比赛提供 GPU 支持,每队最多可申请 1× A800 测试,也可使用 Kaggle 免费 GPU 或自有资源。Yes. GPU support is available; each team may request up to 1× A800 for testing, and Kaggle free GPUs or own resources are welcome.
按提交模板提供 spectrum ID、预测肽段序列和 confidence score;最终候选还需提交可复现代码。Submit spectrum ID, predicted peptide sequence and confidence score; finalists also provide reproducible code.