Nairouz Mrabah

dblp:234/8768 · DBLP profile ↗
← Back
9ranked-venue papers in the field
6as first author
9since 2021 · last 2026
0000-0002-6517-0292ORCID · corroborated

Domains — venue-derived; a paper can count in several

Database Systems & Data Management · 6 (4 first)Data Mining & Knowledge Discovery · 2 (2 first)Information Retrieval & Web Search · 1
YearPublicationVenuePosition
2026 A Unified Perspective for Learning Graph Representations Across Multi-Level Abstractions
abstract
Graph Self-Supervised Learning (GSSL) has emerged as a powerful paradigm for generating high-quality representations for graph-structured data. While multi-scale graph contrastive learning has received increasing attention, many existing methods still predominantly focus on a single graph abstraction level. To address this limitation, we propose a unified contrastive framework that can target node-level, proximity-level, cluster-level, and graph-level information and integrate them through a linear combination of similarity scores on positive pairs and dissimilarity scores (i.e., similarity scores on negative pairs). Furthermore, current approaches typically assign uniform penalty strengths to all examples, which reduces optimization flexibility and leads to ambiguous convergence status. To overcome this, we introduce a novel parameter-free fine-grained self-weighting mechanism that adaptively assigns weights to individual similarity and dissimilarity scores. The proposed mechanism emphasizes the scores that deviate significantly from their target values. Our approach not only enhances optimization flexibility but also eliminates the computational overhead of hyperparameter tuning in conventional multi-task GSSL methods. Comprehensive experiments on real-world datasets show that our methods consistently outperform state-of-the-art approaches across downstream tasks, including classification, clustering, and link prediction, in both single-level and multi-level scenarios.
Mohamed Mahmoud Amar, Nairouz Mrabah, Mohamed Bouguessa, Abdoulaye Baniré Diallo
IEEE Trans. Knowl. Data Eng.2
2025 Scalable Deep Subspace Clustering Network
abstract
Subspace clustering methods face inherent scal-ability limits due to the$O(n^{3})$cost (with$n$denoting the number of data samples) of constructing full$n\times n$affinities and performing spectral decomposition. While deep learning-based approaches improve feature extraction, they maintain this computational bottleneck through exhaustive pairwise similarity computations. We propose SDSNet (Scalable Deep Subspace Network), a deep subspace clustering framework that achieves$\mathrm{O}(n)$complexity through (1) landmark-based approximation, avoiding full affinity matrices, (2) joint optimization of auto-encoder reconstruction with self-expression objectives, and (3) direct spectral clustering on factorized representations. The framework combines convolutional auto-encoders with subspace-preserving constraints. Experimental results demonstrate that SDSNet achieves comparable clustering quality to state-of-the-art methods with significantly improved computational efficiency.
Nairouz Mrabah, Mohamed Bouguessa, Sihem Sami
DSAA1
2024 A Geometric Perspective for High-Dimensional Multiplex Graphs
abstract
High-dimensional multiplex graphs are characterized by their high number of complementary and divergent dimensions. The existence of multiple hierarchical latent relations between the graph dimensions poses significant challenges to embedding methods. In particular, the geometric distortions that might occur in the representational space have been overlooked in the literature. This work studies the problem of high-dimensional multiplex graph embedding from a geometric perspective. We find that the node representations reside on highly curved manifolds, thus rendering their exploitation more challenging for downstream tasks. Moreover, our study reveals that increasing the number of graph dimensions can cause further distortions to the highly curved manifolds. To address this problem, we propose a novel multiplex graph embedding method that harnesses hierarchical dimension embedding and Hyperbolic Graph Neural Networks. The proposed approach hierarchically extracts hyperbolic node representations that reside on Riemannian manifolds while gradually learning fewer and more expressive latent dimensions of the multiplex graph. Experimental results on real-world high-dimensional multiplex graphs show that the synergy between hierarchical and hyperbolic embeddings incurs much fewer geometric distortions and brings notable improvements over state-of-the-art approaches on downstream tasks.
Kamel Abdous, Nairouz Mrabah, Mohamed Bouguessa
CIKM2
2024 Hierarchical Aggregations for High-Dimensional Multiplex Graph Embedding
abstract
We investigate the problem of multiplex graph embedding, that is, graphs in which nodes interact through multiple types of relations (dimensions). In recent years, several methods have been developed to address this problem. However, the need for more effective and specialized approaches grows with the production of graph data with diverse characteristics. In particular, real-world multiplex graphs may exhibit a high number of dimensions, making it difficult to construct a single consensus representation. Furthermore, important information can be hidden in complex latent structures scattered in multiple dimensions. To address these issues, we propose HMGE, a novel embedding method based on hierarchical aggregation for high-dimensional multiplex graphs. Hierarchical aggregation consists in learning a hierarchical combination of the graph dimensions and refining the embeddings at each hierarchy level. Non-linear combinations are computed from previous ones, thus uncovering complex information and latent structures hidden in the multiplex graph dimensions. Moreover, we leverage mutual information maximization between local patches and global summaries to train the model without supervision. This allows to captures globally relevant information present in diverse locations of the graph. Detailed experiments on synthetic and real-world data illustrate the suitability of our approach on downstream supervised tasks, including link prediction and node classification.
Kamel Abdous, Nairouz Mrabah, Mohamed Bouguessa
IEEE Trans. Knowl. Data Eng.2
2023 Adversarial Deep Embedded Clustering: On a better trade-off between Feature Randomness and Feature Drift (Extended abstract)
abstract
Deep clustering models are trained based on self-supervision and pseudo-supervision. However, applying these techniques can cause Feature Randomness and Feature Drift. On one hand, Feature Randomness takes place when a considerable portion of the pseudo-labels do not match the true ones. On the other hand, Feature Drift takes place when there is a strong con-flict between the self-supervision and pseudo-supervision tasks. We propose ADEC (Adversarial Deep Embedded Clustering) a novel autoencoder-based clustering model, which relies on a discriminator network to reduce random features while avoiding the drifting effect. Experimental results validate that our model alleviates these problems and outperforms existing methods.
Nairouz Mrabah, Mohamed Bouguessa, Riadh Ksantini
ICDE1
2023 Rethinking Graph Auto-Encoder Models for Attributed Graph Clustering (Extended abstract)
abstract
Recent graph clustering methods have resorted to Graph Auto-Encoders (GAEs). However, two important issues have been overlooked. First, the accumulative error, inflicted by learning from noisy clustering assignments, degrades the model’s effectiveness. This problem is called Feature Randomness (FR). Second, reconstructing the adjacency matrix sets the model to learn irrelevant similarities for the clustering task. This problem is called Feature Drift (FD). To address these issues, we first propose a sampling operator that triggers a protection mechanism against FR. second, we propose an operator Υ that triggers a correction mechanism against FD by transforming the reconstructed graph. Experimental results validate that our operators alleviate these problems and bring significant clustering improvement.
Nairouz Mrabah, Mohamed Bouguessa, Mohamed Fawzi Touati, Riadh Ksantini
ICDE1
2023 Beyond The Evidence Lower Bound: Dual Variational Graph Auto-Encoders For Node Clustering
abstract
Variational Graph Auto-Encoders (VGAEs) have achieved promising performance in several applications. Some recent models incorporate the clustering inductive bias by imposing non-Gaussian prior distributions. However, the regularization term is practically insufficient to learn the clustering structures due to the mismatch between the target and the learned distributions. Thus, we formulate a new variational lower bound that incorporates an explicit clustering objective function. The introduction of a clustering objective leads to two problems. First, the latent information destroyed by the clustering process is critical for generating the between-cluster edges. Second, the noisy and sparse input graph does not benefit from the information learned during the clustering process. To address the first problem, we identify a new term overlooked by existing Evidence Lower BOunds (ELBOs). This term accounts for the difference between the variational posterior used for the clustering task and the variational posterior associated with the generation task. Furthermore, we find that the new term increases resistance to posterior collapse. Theoretically, we demonstrate that our lower bound is a tighter approximation of the log-likelihood function. To address the second problem, we propose a graph update algorithm that reduces the over-segmentation and under-segmentation problems. We conduct several experiments to validate the merits of our approach. Our results show that the proposed method considerably improves the clustering quality compared to state-of-the-art VGAE models.
Nairouz Mrabah, Mohamed Bouguessa, Riadh Ksantini
SDM1
2023 Rethinking Graph Auto-Encoder Models for Attributed Graph Clustering
abstract
Most recent graph clustering methods have resorted to Graph Auto-Encoders (GAEs) to perform joint clustering and embedding learning. However, two critical issues have been overlooked. First, the accumulative error, inflicted by learning from noisy clustering assignments, degrades the effectiveness of the clustering model. This problem is called Feature Randomness. Second, reconstructing the adjacency matrix sets the model to learn irrelevant similarities for the clustering task. This problem is called Feature Drift. Furthermore, the theoretical relation between the aforementioned problems has not yet been investigated. We study these issues from two aspects: (1) there is a trade-off between Feature Randomness and Feature Drift when clustering and reconstruction are performed at the same level, and (2) the problem of Feature Drift is more pronounced for GAE models, compared with vanilla auto-encoder models. Thus, we reformulate the GAE-based clustering methodology. Our solution is two-fold. First, we propose a sampling operator$\Xi$that triggers a protection mechanism against Feature Randomness. Second, we propose an operator$\Upsilon$that triggers a correction mechanism against Feature Drift by gradually transforming the reconstructed graph into a clustering-oriented one. As principal advantages, our solution grants a considerable improvement in clustering effectiveness and can be easily tailored to GAE models.
Nairouz Mrabah, Mohamed Bouguessa, Mohamed Fawzi Touati, Riadh Ksantini
IEEE Trans. Knowl. Data Eng.1
2022 Adversarial Deep Embedded Clustering: On a Better Trade-off Between Feature Randomness and Feature Drift
abstract
To overcome the absence of concrete supervisory signals, deep clustering models construct their own labels based on self-supervision and pseudo-supervision. However, applying these techniques can cause Feature Randomness and Feature Drift. In this paper, we formally characterize these two new concepts. On one hand, Feature Randomness takes place when a considerable portion of the pseudo-labels is deemed to be random. In this regard, the trained model can learn non-representative features. On the other hand, Feature Drift takes place when the pseudo-supervised and the reconstruction losses are jointly minimized. While penalizing the reconstruction loss aims to preserve all the inherent data information, optimizing the embedded-clustering objective drops the latent between-cluster variances. Due to this compromise, the clustering-friendly representations can be easily drifted. In this context, we propose ADEC (Adversarial Deep Embedded Clustering) a novel autoencoder-based clustering model, which relies on a discriminator network to reduce random features while avoiding the drifting effect. Our new metrics$\Delta _{FR}$and$\Delta _{FD}$allows to, respectively, assess the level of Feature Randomness and Feature Drift. We empirically demonstrate the suitability of our model on handling these problems using benchmark real datasets. Experimental results validate that our model outperforms state-of-the-art autoencoder-based clustering methods.
Nairouz Mrabah, Mohamed Bouguessa, Riadh Ksantini
IEEE Trans. Knowl. Data Eng.1