Zhe-Rui Yang

dblp:339/0733 · DBLP profile ↗
← Back
4ranked-venue papers in the field
2as first author
4since 2021 · last 2025
0000-0002-4355-9723ORCID · corroborated

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

Data Mining & Knowledge Discovery · 4 (2 first)
YearPublicationVenuePosition
2025 GraphLoRA: Structure-Aware Contrastive Low-Rank Adaptation for Cross-Graph Transfer Learning
abstract
Graph Neural Networks (GNNs) have demonstrated remarkable proficiency in handling a range of graph analytical tasks across various domains, such as e-commerce and social networks. Despite their versatility, GNNs face significant challenges in transferability, limiting their utility in real-world applications. Existing research in GNN transfer learning overlooks discrepancies in distribution among various graph datasets, facing challenges when transferring across different distributions. How to effectively adopt a well-trained GNN to new graphs with varying feature and structural distributions remains an under-explored problem. Taking inspiration from the success of Low-Rank Adaptation (LoRA) in adapting large language models to various domains, we propose GraphLoRA, an effective and parameter-efficient method for transferring well-trained GNNs to diverse graph domains. Specifically, we first propose a Structure-aware Maximum Mean Discrepancy (SMMD) to align divergent node feature distributions across source and target graphs. Moreover, we introduce low-rank adaptation by injecting a small trainable GNN alongside the pre-trained one, effectively bridging structural distribution gaps while mitigating the catastrophic forgetting. Additionally, a structure-aware regularization objective is proposed to enhance the adaptability of the pre-trained GNN to target graph with scarce supervision labels. Extensive experiments on eight real-world datasets demonstrate the effectiveness of GraphLoRA against fourteen baselines by tuning only 20% of parameters, even across disparate graph domains. The code is available at https://github.com/AllminerLab/GraphLoRA.
Zhe-Rui Yang, Jindong Han, Chang-Dong Wang 0001, Hao Liu 0026
KDD (1)1
2024 BiMuF: a bi-directional recommender system with multi-semantic filter for online recruitment
Pei-Yuan Lai, Zhe-Rui Yang, De-Zhang Liao, Chang-Dong Wang 0001
Knowl. Inf. Syst.2
2023 Telecom Fraud Detection Based on Feature Binning and Autoencoder
abstract
With the rapid development of modern communication technology, telecom fraud has been increasing year by year. If fraudsters can be accurately identified before they carry out their scams, it can not only protect people from potential losses but also increase trust in telecom operators. Therefore, in recent years, telecom fraud detection has garnered widespread attention in both academia and industry. Although existing methods for telecom fraud detection have achieved good performance, there are still many unresolved issues for real-world telecom operators. First, existing methods only focus on a single telecom scenario, while real-world telecom scenarios are diverse. Utilizing the characteristics of these different telecom scenarios can improve the effectiveness of telecom fraud detection. Second, existing methods usually use Graph Neural Networks (GNNs) to aggregate neighbor information. However, real-world telecom operators can’t obtain information of users from other operators, resulting in the lacking destination node attributes, which degenerates the performance of GNNs. To address the above issues, in this paper, we propose a new model for Telecom Fraud Detection Based on Feature binning and Autoencoder (TFD-FA). In TFD-FA, a feature binning framework is designed to partition users into different telecom scenarios in order to reflect their unique characteristics. An autoencoder component is also designed to aggregate neighbor information. Furthermore, an imbalance classifier component is constructed to solve the problem of the significantly lower number of fraudsters compared to normal users. Extensive experiments in a real-world dataset demonstrate the effectiveness of TFD-FA, which outperforms the compared baseline models.
Fei-Yao Liang, Fei-Peng Li, Ronghai Xu, Wei Cheng 0008, Shi-Xian Deng, Zhe-Rui Yang, Chang-Dong Wang 0001
ICDM6
2022 A Bi-directional Recommender System for Online Recruitment
abstract
Most existing recommendation research has been concentrated on unidirectional recommendation, i.e. only recommending items to users. However, in many real-world scenarios, the platform needs to achieve bi-directional recommendation. For example, in an online recruitment scenario, the recommender system not only needs to recommend positions to candidates, but also recommend candidates to enterprises. In this paper, we first formalize a new recommendation problem called bi-directional recommendation and contribute a new bidirectional recommendation model named BiROR (Bi-directional Recommendation for Online Recruitment). In BiROR, an encoder component is utilized to learn the text embeddings, and a graph learning component is designed to learn the graph embeddings. In addition, a multi-task learning framework is designed to achieve bi-directional recommendation. In the multi-task learning framework, we share the text embeddings and graph embeddings to alleviate the problems of data sparsity and data asymmetry in online recruitment. Extensive experiments in a real-world task show that BiROR outperforms the state-of-the-art methods, verifying the effectiveness of the designs of our model.
Zhe-Rui Yang, Zhenyu He 0009, Chang-Dong Wang 0001, Pei-Yuan Lai, De-Zhang Liao
ICDM1