Proceedings Presentation: Universal differential equations for quantifying NF-κΒ - p53 signaling
crosstalk
Confirmed Presenter: Umur Kaya, Freie Universität Berlin, Germany
Room: Room AD
Moderator(s): Anaïs Baudot; Alfonso Valencia
Authors List: Show
- Umur Kaya, Freie Universität Berlin, Germany
- Xhemal Kodragjini, Freie Universität Berlin, Germany
- Samuel Zambrano, Università Vita-Salute San Raffaele, Italy
- Katharina Baum, Freie Universität Berlin, Germany
Presentation Overview: Show
Universal differential equations (UDEs) have emerged as a powerful tool for scientific discovery,
uniting differential equations and deep learning. Yet, their application to the noisy and complex data
of systems biology remains limited. Here, we demonstrate that UDEs, paired with symbolic regression, can
quantify the crosstalk between NF-κB and p53 signaling pathways based on experimental data exhibiting
complex, oscillatory dynamics. We validate the framework on synthetic benchmarks, showing that crosstalk
recovery is robust to measurement noise and improves markedly with the number of available time series.
We then apply the framework to 106 simultaneously measured single-cell p53 and NF-κB time series
following DNA damage and NF-κB activation, constituting the largest-scale UDE application in systems
biology so far. UDEs with both a detailed and a minimal mechanistic p53 model consistently identify a
monotonically increasing crosstalk function in which elevated NF-κB levels enhance p53 synthesis.
Symbolic regression distills the learned neural network output into a compact, interpretable closed-form
expression, providing a quantitative, time-resolved characterization of NF-κB-driven amplification of
p53 at the single-cell level. Our work thus delivers a dual contribution: methodologically, it
establishes UDEs as a viable tool for gaining quantitative insights in complex, noisy biological systems
at scale; biologically, it provides a data-driven characterization of NF-κB-p53 pathway crosstalk from
single-cell dynamics. Source code is available at https://github.com/DILiS-lab/ude-crosstalk-discovery.
Proceedings Presentation: SELFormerMM: multimodal molecular representation learning via SELFIES,
structure, text, and knowledge graph integration
Confirmed Presenter: Tunca Dogan, Hacettepe University, Turkey
Room: Room AD
Moderator(s): Anaïs Baudot; Alfonso Valencia
Authors List: Show
- Erva Ulusoy, Hacettepe University, Turkey
- Sevval Bostanci, Hacettepe University, Turkey
- Bora Engin Deniz, Hacettepe University, Turkey
- Tunca Dogan, Hacettepe University, Turkey
Presentation Overview: Show
Motivation: Molecular representation learning is central to computational drug discovery. However,
most existing models rely on single-modality inputs, such as molecular sequences or graphs, which
capture only limited aspects of molecular behaviour. Yet unifying these modalities with
complementary resources such as textual descriptions and biological interaction networks into a
coherent multimodal framework remains non-trivial, hindering more informative and biologically
grounded representations.
Results: We introduce SELFormerMM, a multimodal molecular representation learning framework
that integrates SELFIES notations with structural graphs, textual descriptions, and knowledge
graph–derived biological interaction data. By aligning these heterogeneous views, SELFormerMM
effectively captures complementary signals that unimodal approaches often overlook. Our
performance evaluation has revealed that SELFormerMM outperforms structure-, sequence-, and
knowledge-based models on multiple molecular property prediction tasks. Ablation analyses further
indicate that effective cross-modal alignment and modality coverage improve the model's ability to
exploit complementary information. Overall, integrating SELFIES with structural, textual, and
biological context enables richer molecular representations and provides a promising framework for
hypothesis-driven drug discovery.
Availability: SELFormerMM is available as a programmatic tool, together with datasets, pretrained
models, and precomputed embeddings at https://github.com/HUBioDataLab/SELFormerMM.
Proceedings Presentation: Semi-Supervised Learning for Automated Perineural Invasion Detection in
Multi-Organ H&E Whole Slide Images
Confirmed Presenter: Ahmad Alkhan, University of Limerick, Ireland
Room: Room AD
Moderator(s): Anaïs Baudot; Alfonso Valencia
Authors List: Show
- Ahmad Alkhan, University of Limerick, Ireland
- Michael Lynch, University of Limerick, Ireland
- Maire Lavelle, University Hospital Limerick, Ireland
- Aedin Culhane, University of Limerick, Ireland
- Elizabeth Ryan, University of Limerick, Ireland
- Elizabeth Ryan, University of Limerick, Ireland
- Elizabeth Ryan, University of Limerick, Ireland
Presentation Overview: Show
Motivation: Perineural invasion (PNI) is an important pathological phenotype associated with poor
prognosis in multiple malignancies. The primary detection method is visual inspection of whole slide
images (WSIs), which is labor-intensive, time-consuming, subjective, and prone to high inter-observer
variability. Developing reliable, accurate deep learning models for PNI detection is con-strained by the
lack of pixel-level annotated WSIs.
Results: We evaluated three backbone architectures and two different approaches to improve PNI detection
in a multi-organ dataset of colon, prostate, and pancreatic adenocarcinomas. We report three key
findings. First, two pathology-pretrained foundation models, Virchow-2 and UNI, sub-stantially
outperformed ImageNet-pretrained CNNs (EfficientNet-B3, ConvNeXt-2), with distinct baseline error
profiles reflecting differences in pretraining-data composition. Second, a data cura-tion strategy
driven by confidence-based pseudo-labelling (threshold p > 0.9) with human-in-the-loop review
expanded the dataset from 262 to 352 WSIs, yielding a 12.4% relative F1 improve-ment (0.740 to 0.832)
and a 55.5% reduction in false positives per slide; an ablation attributed 70% of the F1 gain to data
volume and 41% of the FP reduction to benign-class curation. Third, per-organ analysis revealed that the
primary driver of this improvement was not data volume alone but the targeted annotation enrichment of
underrepresented morphologies in adjacent-normal and benign tissue, including desmoplastic stroma,
crypts, and small blood vessels, that had been a systematic source of false positive predictions across
tissue types.
Availability: Our implementation is available at https://github.com/AhmadAlkhan/PNI_SSL.