paper-with-me

Papers

Universal Biological Sequence Reranking for Improved De Novo Peptide Sequencing

2025-05-23 · Zijie Qiu, Jiaqi Wei, Xiang Zhang, Sheng Xu, Kai Zou, Zhi Jin, Zhiqiang Gao, Nanqing Dong, Siqi Sun

De novo peptide sequencing is a critical task in proteomics. However, the performance of current deep learning-based methods is limited by the inherent complexity of mass spectrometry data and the heterogeneous distribution of noise signals, leading to data-specific biases. We present RankNovo, the first deep reranking framework that enhances de novo peptide sequencing by leveraging the complementary strengths of multiple sequencing models. RankNovo employs a list-wise reranking approach, modeling candidate peptides as multiple sequence alignments and utilizing axial attention to extract informative features across candidates. Additionally, we introduce two new metrics, PMD (Peptide Mass Deviation) and RMD (residual Mass Deviation), which offer delicate supervision by quantifying mass differences between peptides at both the sequence and residue levels. Extensive experiments demonstrate that RankNovo not only surpasses its base models used to generate training candidates for reranking pre-training, but also sets a new state-of-the-art benchmark. Moreover, RankNovo exhibits strong zero-shot generalization to unseen models whose generations were not exposed during training, highlighting its robustness and potential as a universal reranking framework for peptide sequencing. Our work presents a novel reranking strategy that fundamentally challenges existing single-model paradigms and advances the frontier of accurate de novo sequencing. Our source code is provided on GitHub.

📄 PDF Abstract BibTeX arXiv:2505.17552

Code (1)

beam-labs/denovo 공식 구현 pytorch

Tasks

de novo peptide sequencingRerankingZero-shot Generalization

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
BASE 설명 없음
Axial Attention 설명 없음

Similar Papers 제목 키워드 기반

Bidirectional Representations Augmented Autoregressive Biological Sequence Generation

2025-10-09 · Xiang Zhang, Jiaqi Wei, Zijie Qiu, Sheng Xu 외 arxiv

Autoregressive (AR) models, common in sequence generation, are limited in many biological tasks such as de novo peptide sequencing and protein modeling by their unidirectional nature, failing to capture crucial global bi…

Accurate de novo sequencing of the modified proteome with OmniNovo

2025-12-13 · Yuhan Chen, Shang Qu, Zhiqiang Gao, Yuejin Yang 외 arxiv

Post-translational modifications (PTMs) serve as a dynamic chemical language regulating protein function, yet current proteomic methods remain blind to a vast portion of the modified proteome. Standard database search al…

Sequence-to-sequence translation from mass spectra to peptides with a transformer model

2023-01-04 · bioRxiv 2023 1 · Melih Yilmaz, William E. Fondrie, Wout Bittremieux, Rowan Nelson 외

A fundamental challenge for any mass spectrometry-based proteomics experiment is the identification of the peptide that generated each acquired tandem mass spectrum. Although approaches that leverage known peptide sequen…

de novo peptide sequencing

De novo peptide sequencing with InstaNovo: Accurate, database-free peptide identification for large scale proteomics experiments

2023-08-31 · bioRxiv 2023 8 · Kevin Eloff, Konstantinos Kalogeropoulos, Oliver Morell, Amandla Mabona 외

Bottom-up mass spectrometry-based proteomics is challenged by the task of identifying the peptide that generates a tandem mass spectrum. Traditional methods that rely on known peptide sequence databases are limited and m…

de novo peptide sequencing

MemNovo: Look Back at the Spectrum for Balanced De Novo Peptide Sequencing from Mass Spectrometry

2026-06-10 · Dongxin Lyu, Jingbo Zhou, Hongxin Xiang, Yuqiang Li 외 arxiv

De novo peptide sequencing from tandem mass spectrometry is pivotal in proteomics, enabling identification of novel peptides without reference databases. While recent Transformer-based encoder-decoder models have achieve…