VLDB 2026 Research / reviewers in the wild / expert
Shunmei Meng
dblp:127/2151
· DBLP profile ↗
17ranked-venue papers in the field
1as first author
16since 2021 · last 2026
0000-0002-6173-9787ORCID · verified
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 11Information Retrieval & Web Search · 3Database Systems & Data Management · 2Knowledge Engineering, Semantic Web & Information Systems · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | DDGCL: Dual Diffusion-based Graph Contrastive Learning for RecommendationabstractContrastive learning has emerged as a promising paradigm by inherently generating self-supervised signals and uncovering latent patterns from interaction data to enhance recommendation performance. However, most current graph contrastive learning-based recommendation methods rely on random augmentation strategies,which may disrupt graph structural information and compromise model robustness. In addition, long-tail items suffer from insufficient exposure, making it difficult to learn high-quality feature rep- resentations, ultimately degrading recommendation effectiveness.To overcome these limitations, this paper presents DDGCL, a dual diffusion-based graph contrastive learning method. A contrastive view optimization module is designed, which employs singular value decomposition to perform low-rank approximation on the interaction graph, efficiently extracting global structural features while accelerating the diffusion process. The diffusion model then performs noise addition and denoising on this basis to generate contrastive views that preserve graph structural information. In addition, a method for embedding augmentation designed for long-tail items is proposed. This module utilizes a conditional diffusion model, where global graph information serves as conditional con- straints to guide the denoising process of long-tail items, thereby improving their representation learning. A comprehensive evaluation on multiple public benchmark datasets demonstrates that DDGCL significantly outperforms various baseline models, validating the effectiveness of the proposed approach. Shiqi Ge, Shunmei Meng, Xiaoxiao Chi, Lianyong Qi, Xiaolong Xu 0001, Amin Beheshti, Xuyun Zhang |
WSDM | 2 |
| 2026 | Knowledge-Enhanced Hyperbolic Attention Network for Trustworthy Sequential RecommendationabstractSequential recommendation aims to predict users’ next actions by modeling temporal dependencies in interaction sequences. However, existing attention- or graph-based models often struggle to jointly capture hierarchical semantics, long-range dependencies, and multi-relational knowledge, leading to suboptimal performance in sparse and cold-start scenarios. In this article, we propose KHARec, a knowledge-enhanced hyperbolic attention network that unifies geometric representation learning and temporal modeling for trustworthy sequential recommendation. KHARec consists of a hyperbolic fine-grain module that encodes hierarchical semantics from knowledge graphs, a Transformer-based coarse-grain module that models global dependencies with an FFT-based filter, and a learnable gating mechanism for adaptive feature fusion. Extensive experiments on three benchmark datasets demonstrate that KHARec consistently outperforms state-of-the-art sequential and knowledge-aware baselines in terms of HR@K and NDCG@K, while maintaining near-linear computational complexity. Further analyses verify the model’s robustness under sparsity and cold-start conditions and its superior capability in handling long-tail items. Overall, KHARec provides an interpretable and efficient framework for integrating hyperbolic reasoning and attention-based sequence modeling in large-scale recommendation environments. Shanming Wei, Shunmei Meng, Qianmu Li |
ACM Trans. Knowl. Discov. Data | 2 |
| 2025 | Hypergraph Disentangling and Cross-Level Contrastive Learning for Recommendation
Yu Zhang 0093, Shunmei Meng, Jielong Zhou, Qianmu Li, Xuyun Zhang |
ADMA (2) | 2 |
| 2025 | Knowledge&Social-based collaborative method with contrastive graph structure learning for explainable recommendation
Shunmei Meng, Xuyun Zhang, Longchuan Tu, Qianmu Li |
Inf. Sci. | 1 |
| 2024 | Graph Contrastive Learning for Multi-behavior Recommendation
Huihui Wang 0001, Shunmei Meng, Xingguo Chen |
ADMA (6) | 3 |
| 2024 | Disentangled Causal Embedding with Unbiased Knowledge Distillation for Recommendation
Shunmei Meng, Xiao Liu 0043, Qianmu Li |
ADMA (6) | 2 |
| 2024 | Boosting Adversarial Transferability by Uniform Scale and Mix Mask Method
Tao Wang 0108, Qianmu Li, Zhichao Lian, Zijian Ying, Shunmei Meng |
ADMA (6) | 6 |
| 2024 | Cascading Graph Convolution Contrastive Learning Networks for Multi-behavior Recommendation
Shunmei Meng, Qianmu Li, Xiaolong Xu 0001, Lianyong Qi, Xuyun Zhang |
DASFAA (6) | 2 |
| 2024 | Semantic Similarity-Based Graph Contrastive Learning for Recommender System
Longchuan Tu, Shunmei Meng, Xiao Liu 0043, Guanfeng Liu 0001, Amin Beheshti, Xuyun Zhang |
WISE (3) | 2 |
| 2023 | SMEF: Social-aware Multi-dimensional Edge Features-based Graph Representation Learning for RecommendationabstractExploring user-item interaction cues is crucial for the performance of recommender systems. Explicit investigation of interaction cues is made possible by using graph-based models, where each user-item relationship is described by an edge, and the introduction of user-user social network. While existing graph-based recommendation methods use only a single-value edge to define the relationship between a pair of user and item, which limits the ability to represent complex user-item interactions. Furthermore, some social recommendation methods overlook the heterogeneous user behavior patterns in social and interaction relationships, resulting in the suboptimal performance of existing systems. In this paper, we propose a novel Social-aware Multi-dimensional Edge Feature-based Graph Representation Learning method, called SMEF. It represents all users and items as a graph and deep learns a multi-dimensional edge feature to explicitly describe the task-specific relationships of each user-item pair. Specifically, the proposed SMEF focuses on two distinct user behavior patterns toward social friends and interactive items, which explore the underlying heterogeneous relationship cues within them. This way, the learned multi-dimensional edge features encode user information from both social and interaction aspects. The proposed SMEF is a plug-and-play module that can be combined with different recommendation frameworks and Graph Neural Networks (GNNs) backbones to generate high quality user representations. The experimental results achieved on three publicly accessible datasets show that our SMEF-based method outperforms strong baselines. Xiao Liu 0043, Shunmei Meng, Qianmu Li, Lianyong Qi, Xiaolong Xu 0001, Wan-Chun Dou, Xuyun Zhang |
CIKM | 2 |
| 2023 | Stochastic Perturbation Averaging Boosts Transferability of Adversarial ExamplesabstractIn image, video and even real physics domains, adversarial examples can mislead deep models to produce wrong predictions. Transfer-based attacks against black-box models are more in line with realistic scenarios, but adversarial examples made on surrogate model have a low success rate when transferred to the target model due to overfitting the source model. We study the Stochastic Weight Averaging strategy in the domain generalization process and propose a Stochastic Perturbation Averaging method (SPA). Specifically, we add stochastic perturbations to the examples during the gradient descent attack, and we design a Central Amplification method (CAM) to enhance this random variation, then SPA stabilizes the iteration direction by computing the gradient average of the perturbed examples to find a relatively flat local minimum of the loss function. SPA is an efficient and general strategy which can significantly improve the transferability of the gradient-based attack methods. For instance, the average attack success rate of the adversarial examples produced based on four single models against seven pre-trained models reached 90.10%, which is the best result so far. Code is available at https://github.con yangrongbo/SPA. Rongbo Yang, Qianmu Li, Shunmei Meng |
DSAA | 3 |
| 2023 | Noise-Augmented Contrastive Learning for Sequential Recommendation
Shunmei Meng, Qianmu Li, Xiao Liu 0043, Amin Beheshti, Xiaoxiao Chi, Xuyun Zhang |
WISE | 2 |
| 2023 | Contrastive Learning Based Graph Convolution Network for Social RecommendationabstractExploiting social networks is expected to enhance the performance of recommender systems when interaction information is sparse. Existing social recommendation models focus on modeling multi-graph structures and then aggregating the information from these multiple graphs to learn potential user preferences. However, these methods often employ complex models and redundant parameters to get a slight performance improvement. Contrastive learning has been widely researched as an effective paradigm in the area of recommendation. Most existing contrastive learning-based models usually focus on constructing multi-graph structures to perform graph augmentation for contrastive learning. However, the effect of graph augmentation on contrastive learning is inconclusive. In view of these challenges, in this work, we propose a contrastive learning based graph convolution network for social recommendation (CLSR), which integrates information from both the social graph and the interaction graph. First, we propose a fusion-simplified method to combine the social graph and the interaction graph. Technically, on the basis of exploring users’ interests by interaction graph, we further exploit social connections to alleviate data sparsity. By combining the user embeddings learned through two graphs in a certain proportion, we can obtain user representation at a finer granularity. Meanwhile, we introduce a contrastive learning framework for multi-graph network modeling, where we explore the feasibility of constructing positive and negative samples of contrastive learning by conducting data augmentation on embedding representations. Extensive experiments verify the superiority of CLSR’s contrastive learning framework and fusion-simplified method of integrating social relations. Jiabo Zhuang, Shunmei Meng, Jing Zhang 0015, Victor S. Sheng |
ACM Trans. Knowl. Discov. Data | 2 |
| 2022 | Federated Deep Recommendation System Based on Multi-View Feature EmbeddingabstractThe application of recommendation systems online services is becoming more and more extensive. However, most existing recommendation algorithms centralize multi-party information into a central processor, which may lead to the risk of privacy leakage. And many enterprises or institutions still have the problem that data cannot be shared. Federated learning has been introduced into recommendation algorithms for privacy- aware distributed learning. A typical federated learning is that each client uses local data to train a shared model, the server uses their gradient information to form a global model, and then each client updates. In this paper, we propose a federated deep recommendation algorithm called FedHe-mlp that applies a federated deep learning for data privacy protection, and combines heterogeneous information network (HIN) and matrix factorization technique for better prediction performance. First, each client obtains heterogeneous information through meta- paths, then we combine matrix factorization and heterogeneous information to mine the latent features and heterogeneous features of each client. Finally, We propose a deep neural network that considers features from multiple views. Extensive experiments on three public datasets demonstrate that FedHe- mlp can provide excellent convergence speed, recommendation accuracy, and communication efficiency while preserving data privacy. Xinna Wang, Shunmei Meng, Yanran Chen, Qiyan Liu, Qianmu Li |
DSAA | 2 |
| 2022 | Knowledge Graph Entity Alignment Using Relation Structural SimilarityabstractEmbedding-based entity alignment, which represents knowledge graphs as low-dimensional embeddings and finds entities in different knowledge graphs that semantically represent the same real-world entity by measuring the similarities between entity embeddings, has achieved promising results. However, existing methods are still challenged by the error accumulation of embeddings along multi-step paths and the semantic information loss. This paper proposes a novel embedding-based entity alignment method that iteratively aligns both entities and relations with high similarities as training data. Newly-aligned entities and relations are used to calibrate the corresponding embeddings in the unified embedding space, which reduces the error accumulation. To reduce the negative impact of semantic information loss, the authors propose to use relation structural similarity instead of embedding similarity to align relations. Experimental results on five widely used real-world datasets show that the proposed method significantly outperforms several state-of-the-art methods for entity alignment. Yanhui Peng, Jing Zhang 0015, Cangqi Zhou, Shunmei Meng |
J. Database Manag. | 4 |
| 2021 | Word and graph attention networks for semi-supervised classification
Jing Zhang 0015, Mengxi Li, Kaisheng Gao, Shunmei Meng, Cangqi Zhou |
Knowl. Inf. Syst. | 4 |
| 2019 | Fast Classification Algorithms via Distributed Accelerated Alternating Direction Method of MultipliersabstractDistributed machine learning has gained lots of attention due to the rapid growth of data. In this paper, we focus regularized empirical risk minimization problems, and propose two novel Distributed Accelerated Alternating Direction Method of Multipliers (D-A2DM2) algorithms for distributed classification. Based on the framework of Alternating Direction Method of Multipliers (ADMM), we decentralize the distributed classification problem as a global consensus optimization problem with a series of sub-problems. In D-A2DM2, we exploit ADMM with variance reduction for sub-problem optimization in parallel. Taking global update and local update into consideration respectively, we propose two acceleration mechanisms in the framework of D-A2DM2. In particular, inspired by Nesterov's accelerated gradient descent, we utilize it for global update to further improve time efficiency. Moreover, we also introduce Nesterov's acceleration for local update, and develop the corrected local update and symmetric dual update to accelerate the convergence with only a little change in the computational effort. Theoretically, D-A2DM2 has a linear convergence rate. Empirically, experimental results show that D-A2DM2 converge faster than existing distributed ADMM-based classification, and could be a highly efficient algorithm for practical use. Huihui Wang 0001, Shunmei Meng, Yiming Qiao, Jing Zhang 0015 |
ICDM | 2 |