paper-with-me

Papers

Interpretable Enzyme Function Prediction via Residue-Level Detection

2025-01-10 · Zhao Yang, Bing Su, Jiahao Chen, Ji-Rong Wen

Predicting multiple functions labeled with Enzyme Commission (EC) numbers from the enzyme sequence is of great significance but remains a challenge due to its sparse multi-label classification nature, i.e., each enzyme is typically associated with only a few labels out of more than 6000 possible EC numbers. However, existing machine learning algorithms generally learn a fixed global representation for each enzyme to classify all functions, thereby they lack interpretability and the fine-grained information of some function-specific local residue fragments may be overwhelmed. Here we present an attention-based framework, namely ProtDETR (Protein Detection Transformer), by casting enzyme function prediction as a detection problem. It uses a set of learnable functional queries to adaptatively extract different local representations from the sequence of residue-level features for predicting different EC numbers. ProtDETR not only significantly outperforms existing deep learning-based enzyme function prediction methods, but also provides a new interpretable perspective on automatically detecting different local regions for identifying different functions through cross-attentions between queries and residue-level features. Code is available at https://github.com/yangzhao1230/ProtDETR.

📄 PDF Abstract BibTeX arXiv:2501.05644

Code (1)

yangzhao1230/protdetr 공식 구현 pytorch

Tasks

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONPrediction

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

EnzyPGM: Pocket-conditioned Generative Model for Substrate-specific Enzyme Design

2026-01-27 · Zefeng Lin, Zhihang Zhang, Weirong Zhu, Tongchang Han 외 arxiv

Designing enzymes with substrate-binding pockets is a critical challenge in protein engineering, as catalytic activity depends on the precise interaction between pockets and substrates. Currently, generative models domin…

Protein Design

Structural Interpretations of Protein Language Model Representations via Differentiable Graph Partitioning

2026-05-09 · Siddhant Dutta, Edward Tan Beng Wai, Soumick Sarker, Pasan Gunawardane 외 arxiv

Protein language models such as ESM-2 learn rich residue representations that achieve strong performance on protein function prediction, but their features remain difficult to interpret as structural $\&$ evolutionary si…

Protein Function PredictionProtein Language Modelgraph partitioning

GPx4 is bound to peroxidized membranes by a hydrophobic anchor

2025-03-30 · Qingyang Hu, Hantian You, Kenan Li, Luhua Lai 외

Ferroptosis is a form of cell death discovered in recent years, induced by excessive peroxidation of phospholipids. Glutathione peroxidase 4 (GPx4) is an intracellular enzyme that can repair the peroxidized phospholipids…

Beyond Protein Language Models: An Agentic LLM Framework for Mechanistic Enzyme Design

2025-11-24 · Bruno Jacob, Khushbu Agarwal, Marcel Baer, Peter Rice 외 arxiv

We present Genie-CAT, a tool-augmented large-language-model (LLM) system designed to accelerate scientific hypothesis generation in protein design. Using metalloproteins (e.g., ferredoxins) as a case study, Genie-CAT int…

Protein Design

KinForm: Kinetics Informed Feature Optimised Representation Models for Enzyme $k_{cat}$ and $K_{M}$ Prediction

2025-07-19 · Saleh Alwer, Ronan Fleming arxiv

Kinetic parameters such as the turnover number ($k_{cat}$) and Michaelis constant ($K_{\mathrm{M}}$) are essential for modelling enzymatic activity but experimental data remains limited in scale and diversity. Previous m…

Dimensionality ReductionProtein Language Model