Neuroplastic Self-Organizing Map (NPSOM): A Novel Approach for Analyzing Multiomics Data

Krisanu Sarkar, Kunal Deo, Kshitij Jadhav
Indian Institute of Technology Bombay
To be submitted to ACM CIKM 2026

Abstract

This paper introduces the Neuroplastic Self-Organizing Map (NPSOM), an unsupervised learning approach that enhances the traditional Self-Organizing Map (SOM) with neuroplasticity features. NPSOM incorporates mechanisms for synaptic decay, neurogenesis, and memory forgetting to improve the adaptability and performance of the SOM. By mimicking the brain’s ability to strengthen certain neurons’ synaptic connections and forget unnecessary information, NPSOM adapts to changing data distributions while retaining important information. The experimental results show that NPSOM outperforms MOSEGCN (best baseline) by 0.3% on the BRCA dataset while delivering similar performance on the ROSMAP dataset in terms of classification accuracy.

Methodology: Neuroplasticity in SOMs

NPSOM builds upon the traditional SOM by introducing three key biological-inspired mechanisms:

Importance Curve from NPSOM
Figure 1: Importance Curve from NPSOM. This curve illustrates how the model identifies and prioritizes the most significant features across the learning process.

Experimental Results

We evaluated NPSOM on two major multiomics datasets: TCGA-BRCA (Breast Invasive Carcinoma) and ROSMAP (Alzheimer's detection).

Comparison with State-of-the-Art

Method BRCA Acc. ROSMAP Acc.
KNN0.7830.651
RF0.7680.754
LASSO0.7720.755
XGBoost0.7910.764
MOGONET0.8060.800
SEGCN0.8400.792
MOSEGCN0.8670.830
NPSOM+Proto Net (Ours) 0.8707 ± 0.012 0.8345 ± 0.016
BRCA Final Results
Figure 2: BRCA Dataset Analysis. Final visualization of the NPSOM clustering and feature importance for the BRCA dataset.
ROSMAP Final Results
Figure 3: ROSMAP Dataset Analysis. Final visualization of the NPSOM clustering and feature importance for the ROSMAP dataset.

Ablation Study

To understand the contribution of each neuroplasticity component, we conducted an ablation study.

Model BRCA Acc (%) ROSMAP Acc (%)
Full Model 87.07 ± 1.2 83.45 ± 1.6
Without Neurogenesis68.74 ± 4.372.07 ± 2.7
Without Forgetting82.25 ± 5.274.32 ± 5.7
Without Synaptic Decay83.62 ± 3.172.09 ± 4.4

Conclusion

NPSOM demonstrates that incorporating neuroplasticity features into unsupervised learning models significantly enhances their ability to handle complex, high-dimensional multiomics data. By dynamically adjusting to data distributions, NPSOM provides a more robust and biologically plausible framework for feature selection and data analysis in bioinformatics.