Paper List
-
A Theoretical Framework for the Formation of Large Animal Groups: Topological Coordination, Subgroup Merging, and Velocity Inheritance
This paper addresses the core problem of how large, coordinated animal groups form in nature, challenging the classical view of gradual aggregation by...
-
CONFIDE: Hallucination Assessment for Reliable Biomolecular Structure Prediction and Design
This paper addresses the critical limitation of current protein structure prediction models (like AlphaFold3) where high-confidence scores (pLDDT) can...
-
Generative design and validation of therapeutic peptides for glioblastoma based on a potential target ATP5A
This paper addresses the critical bottleneck in therapeutic peptide design: how to efficiently optimize lead peptides with geometric constraints while...
-
Pharmacophore-based design by learning on voxel grids
This paper addresses the computational bottleneck and limited novelty in conventional pharmacophore-based virtual screening by introducing a voxel cap...
-
Human-Centred Evaluation of Text-to-Image Generation Models for Self-expression of Mental Distress: A Dataset Based on GPT-4o
This paper addresses the critical gap in evaluating how AI-generated images can effectively support cross-cultural mental distress communication, part...
-
ANNE Apnea Paper
This paper addresses the core challenge of achieving accurate, event-level sleep apnea detection and characterization using a non-intrusive, multimoda...
-
DeeDeeExperiment: Building an infrastructure for integrating and managing omics data analysis results in R/Bioconductor
This paper addresses the critical bottleneck of managing and organizing the growing volume of differential expression and functional enrichment analys...
-
Cross-Species Antimicrobial Resistance Prediction from Genomic Foundation Models
This paper addresses the core challenge of predicting antimicrobial resistance across phylogenetically distinct bacterial species, where traditional m...
STAR-GO: Improving Protein Function Prediction by Learning to Hierarchically Integrate Ontology-Informed Semantic Embeddings
Department of Computer Engineering, Bogazici University, Istanbul, Turkiye
30秒速读
IN SHORT: This paper addresses the core challenge of generalizing protein function prediction to unseen or newly introduced Gene Ontology (GO) terms by overcoming the limitations of existing models that either prioritize graph structure at the expense of semantic meaning or vice versa.
核心创新
- Methodology Introduces a novel GO embedding module that integrates textual definitions (via SBERT-BioBERT) with ontology graph structure through a multi-task autoencoder, learning unified representations that preserve both semantic similarity and hierarchical dependencies.
- Methodology Proposes a hierarchical Transformer decoder that processes GO terms in topological order (ancestors to descendants) using causal self-attention, enabling information propagation across ontology levels and capturing functional dependencies.
- Biology Demonstrates superior zero-shot generalization to unseen GO terms, particularly for Molecular Function and Biological Process terms, by effectively leveraging semantic information from textual definitions, which transfers better to novel ontology concepts than purely structural embeddings.
主要结论
- STAR-GO achieves state-of-the-art or competitive performance across all three GO subontologies (BP, CC, MF), with the highest AUC scores (e.g., 0.989 for BP, 0.988 for CC, 0.995 for MF), indicating strong term-level discriminability.
- In zero-shot evaluation on 16 held-out GO terms, STAR-GO variants achieve the highest AUCs in 13 cases, significantly outperforming baselines like DeepGOZero and DeepGO-SE, demonstrating superior generalization to unseen functions.
- Ablation studies reveal that semantic embeddings (STAR_T) achieve the best zero-shot results for most MF and BP terms (e.g., AUC of 0.949 for GO:0001228), while structural embeddings (STAR_S) perform best for a few terms but poorly for MF, highlighting the critical role of semantic information for generalization.
摘要: Motivation: Accurate prediction of protein function is essential for elucidating molecular mechanisms and advancing biological and therapeutic discovery. Yet experimental annotation lags far behind the rapid growth of protein sequence data. Computational approaches address this gap by associating proteins with Gene Ontology (GO) terms, which encode functional knowledge through hierarchical relations and textual definitions. However, existing models often emphasize one modality over the other, limiting their ability to generalize, particularly to unseen or newly introduced GO terms that frequently arise as the ontology evolves, and making the previously trained models outdated. Results: We present STAR-GO, a Transformer-based framework that jointly models the semantic and structural characteristics of GO terms to enhance zero-shot protein function prediction. STAR-GO integrates textual definitions with ontology graph structure to learn unified GO representations, which are processed in hierarchical order to propagate information from general to specific terms. These representations are then aligned with protein sequence embeddings to capture sequence–function relationships. STAR-GO achieves state-of-the-art performance and superior zero-shot generalization, demonstrating the utility of integrating semantics and structure for robust and adaptable protein function prediction. Availability: Code and pre-trained models are available at https://github.com/boun-tabi-lifelu/stargo.