Shenghao Liu

dblp:166/3358 · DBLP profile ↗
← Back
11ranked-venue papers in the field
6as first author
10since 2021 · last 2026
0000-0001-8993-8940ORCID · conflict

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

Information Retrieval & Web Search · 5 (3 first)Data Mining & Knowledge Discovery · 4 (3 first)Database Systems & Data Management · 1Knowledge Engineering, Semantic Web & Information Systems · 1
YearPublicationVenuePosition
2026 Automated Model Selection for Multivariate Time Series Forecasting
abstract
Accurate multivariate time series forecasting (MTSF) is critical for intelligent web services in Web of Things. When confronted with unseen multivariate time series (MTS), the industry typically invests significant time and resources in training multiple models to identify the optimal model for deployment. This paper proposes a novel, efficient, and scalable MTSF model selection method that directly selects suitable MTSF methods based on data characteristics without extensive model training. Model selection is a core component of AutoML, which has made significant progress in recent years. However, existing methods incur high operational costs and cannot be directly applied to MTSF tasks. Moreover, there is a lack of a comprehensive and cohesive public time series library for MTSF model selection. To address these challenges, we compile the first large heterogeneous labeled MTSF model selection dataset, called the ModelPile, which covers 41 mainstream datasets across 11 domains. We then propose AutoMTSF, a large model-enabled model selection method that transforms the MTSF model selection problem into a time series classification problem and utilizes the ModelPile to unlock large-scale multi-dataset training. AutoMTSF first uses the pre-trained large model to encode raw MTS. Given the coarse-grained limitations of large model encoding, Recursive Temporal Pattern Feature (RTPF) is proposed to capture both fine-grained and global temporal feature evolution, thereby effectively mapping data characteristics to the MTSF method space. Experiments comparing AutoMTSF with 2 baselines, 17 MTSF methods, and 4 large time series models show that AutoMTSF outperforms state-of-the-art methods while maintaining comparable execution time. This work represents a critical step in validating the accuracy and efficiency of large model-enabled classification for MTSF.
Xiaoxuan Fan, Xianjun Deng, Qiankun Zhang 0001, Wei Xiang 0005, Shenghao Liu, Lingzhi Yi
WWW6
2026 Unsupervised Subgraph Anomaly Detection Based on Pattern Collaboration
abstract
Subgraph Anomaly Detection (SAD) is crucial for identifying groups that deviate from the regular pattern within graphs, which benefits different domains such as financial fraud and network security. However, current studies rely on traditional node detection methods and fixed sampling strategies of subgraph structures, which makes it difficult to learn the pattern collaboration behavior of subgraphs. To address this limitation, this paper proposes a novel unsupervised framework named PC-SAD. The PC-SAD framework first employs an improved Graph AutoEncoder to identify core anomaly nodes by capturing multi-scale neighborhood information. Starting from these core anomaly nodes, we sample candidate subgraphs with path, tree, and cyclic structures, and enhance them according to the characteristics of the subgraph structures. Subsequently, candidate subgraphs are fed into the proposed Pattern Collaboration-based Graph Contrastive Learning method to generate collaborative pattern embeddings, thereby distinguishing anomaly subgraphs. The experimental results show that PC-SAD outperforms the state-of-the-art baseline methods on four benchmark datasets, which proves that PC-SAD is an effective solution to detect anomaly subgraphs.
Shenghao Liu, Xianjun Deng, Wei Xiang 0005, Meng Luo 0002, Qiankun Zhang 0001
WWW2
2026 Contrastive Learning for Modeling Sensitive Attributes in Fairness-Aware Recommendation
abstract
Recently, the research on fairness in recommendation systems has garnered widespread attention. Moreover, numerous fair recommendation models have been developed for scenarios with limited sensitive information, thereby alleviating the issue of missing sensitive information. However, the performance of these methods still tends to decline significantly when sensitive attributes are extremely scarce. In this paper, we propose FairCL, a novel fair recommendation framework designed to perform effectively under limited sensitive attribute information. FairCL features a contrastive learning-based sensitive attribute encoder that can be integrated with existing fair recommendation algorithms. By leveraging both collaborative information and item side information, we predict unknown sensitive attributes and apply contrastive learning for sensitive attribute modeling. Furthermore, we theoretically demonstrate how FairCL can be integrated with mutual information-based and adversarial learning-based fairness algorithms. Extensive experiments on three real-world datasets show that FairCL significantly enhances fairness, even when only a small portion of users' sensitive attributes are known. The code and data are at: https://anonymous.4open.science/r/CL-for-FairRec-000A/.
Guoyang Wu, Shenghao Liu, Xianjun Deng, Yuanyuan He 0002, Jing Wang 0036, Laurence T. Yang, Philip S. Yu
IEEE Trans. Knowl. Data Eng.3
2025 Mining User-Item Interactions via Knowledge Graph for Recommendation
abstract
Introducing a Knowledge Graph (KG) to facilitate a recommender system has become a tendency in recent years. Many existing methods leverage KGs to obtain side information of items to promote item representation learning for enhancing recommendation performance. However, they ignore that KGs also may contribute to better user representation learning. To solve this issue, we propose a novel algorithm, the KIGR ( K nowledge-aware I nteraction G raph for R ecommendation), to mine user–item interactions via KGs for assisting user representation learning. Specifically, a user–item interaction is encoded by attentively summing up the relation embedding about the item in the KG. Then, an unsupervised learning method is used to group the user–item interactions into different latent types. Further, a user–item interaction graph is divided into several subgraphs, which is referred to as a Knowledge-aware Interaction Graph, making each subgraph only contain one latent type of interaction. Finally, user representation is the fusion of user interest embedding, which is learned on the knowledge-aware interaction graph, whereas item representation is learned on the KG. Experimental results on MovieLens, LastFM and Amazon-Book validate that the proposed KIGR has a superior performance compared with the state-of-the-art algorithms.
Shenghao Liu, Lingyun Lu, Bang Wang 0001
Trans. Recomm. Syst.1
2024 TrustGo: Trust Mining and Multi-semantic Regularization in Social Recommendation
abstract
\beginabstract Social network has obtained extensive attention in recommender system. Existing social recommendation models mostly leverage social relations to capture potential interactions between users and items, thereby enhancing recommendation performance. However, these methods ignore the fine-grained bidirectional trust weight and the constraint on the relative positions of entities in social network and user-item interaction network. To this end, in this paper, we propose a social recommendation framework with Trust mining and multi-semantic reGularization (TrustGo). Specifically, we firstly construct a trust network based on the observed social network and establish a high-quality item implicit network. Then, we integrate the trust network, item implicit network, and user-item interaction network into a heterogeneous network. We introduce a meta-path based aggregation in this heterogeneous network to map the users and items into a latent space. And then, by using an ensemble method, we can obtain the final prediction ratings. Considering the users' different behaviors in social network and user-item interaction network, we define two semantic spaces, i.e., the social semantic space and user-item interactional semantic space. And a multi-semantic regularization module is designed to adjust the relative positions of entities in the two kinds of semantic spaces, respectively. Extensive experiments on three real-world datasets demonstrate that our TrustGo model is superior to other state-of-the-art recommendation models. \endabstract
Shenghao Liu, Yuqin Lan, Xianjun Deng, Lingzhi Yi, Chenlu Zhu, Laurence T. Yang, Jong Hyuk Park 0001
ICMR1
2024 Distinguishing latent interaction types from implicit feedbacks for recommendation
Lingyun Lu, Bang Wang 0001, Zizhuo Zhang, Shenghao Liu
Inf. Sci.4
2024 Dual-Side Adversarial Learning Based Fair Recommendation for Sensitive Attribute Filtering
abstract
With the development of recommendation algorithms, researchers are paying increasing attention to fairness issues such as user discrimination in recommendations. To address these issues, existing works often filter users’ sensitive information that may cause discrimination during the process of learning user representations. However, these approaches overlook the latent relationship between items’ content attributes and users’ sensitive information. In this article, we propose DALFRec, a fairness-aware recommendation algorithm based on user-side and item-side adversarial learning to mitigate the effects of sensitive information on both sides of the recommendation process. First, we conduct a statistical analysis to demonstrate the latent relationship between items’ information and users’ sensitive attributes. Then, we design a dual-side adversarial learning network that simultaneously filters out users’ sensitive information on the user and item side. Additionally, we propose a new evaluation strategy that leverages the latent relationship between items’ content attributes and users’ sensitive attributes to better assess the algorithm’s ability to reduce discrimination. Our experiments on three real datasets demonstrate the superiority of our proposed algorithm over state-of-the-art methods.
Shenghao Liu, Yu Zhang 0027, Lingzhi Yi, Xianjun Deng, Laurence T. Yang, Bang Wang 0001
ACM Trans. Knowl. Discov. Data1
2023 Graph Sampling based Fairness-aware Recommendation over Sensitive Attribute Removal
abstract
Discrimination against different user groups has received growing attention in the recommendation field. To address this problem, existing works typically remove sensitive attributes that may cause discrimination through adversary learning to achieve fair recommendations. However, these approaches leverage all available interactions for learning user representations and overlook the fact that different interactions have varying relevance to users’ sensitive attributes. Ignoring this issue may weaken the effectiveness of adversary learning in removing sensitive attributes. To tackle this challenge, we propose a novel model called GS-FairRec, which distinguishes between user interactions to achieve better removal of sensitive attributes. The model consists of three modules: graph sampling-based representation learning, pseudo-user representation learning, and adversarial learning. Firstly, the graph sampling-based representation learning module removes some irrelevant neighbors from a user-item bipartite graph and employs a graph convolutional network (GCN) to learn user/item representations. Next, items that are relevant to a user’s sensitive information but do not match their preferences are defined as the user’s pseudo-interest items, which are leveraged to learn the pseudo-user representation. In the adversarial learning module, the user’s two kinds of representations are fused for adversarial learning to remove sensitive information. Additionally, we design a new metric to measure the model’s ability to remove sensitive attributes based on how a generated recommendation list discloses the user’s sensitive attributes. Finally, we conduct experiments on two real-world datasets, and our results demonstrate the superiority of our proposed model in fairness tasks.
Shenghao Liu, Guoyang Wu, Xianjun Deng, Hongwei Lu, Bang Wang 0001, Laurence T. Yang, Jong Hyuk Park 0001
ICDM1
2023 VRKG4Rec: Virtual Relational Knowledge Graph for Recommendation
abstract
Incorporating knowledge graph as side information has become a new trend in recommendation systems. Recent studies regard items as entities of a knowledge graph and leverage graph neural networks to assist item encoding, yet by considering each relation type independently. However, relation types are often too many and sometimes one relation type involves too few entities. We argue that there may exist some latent relevance among relations in KG. It may not necessary nor effective to consider all relation types for item encoding. In this paper, we propose a VRKG4Rec model (Virtual Relational Knowledge Graphs for Recommendation), which clusters relations with latent relevance to generates virtual relations. Specifically, we first construct virtual relational graphs (VRKGs) by an unsupervised learning scheme. We also design a local weighted smoothing (LWS) mechanism for node encoding on VRKGs, which iteratively updates a node embedding only depending on the node itself and its neighbors, but involve no additional training parameters. LWS mechanism is also employed on a user-item bipartite graph for user representation learning, which utilizes item encodings with virtual relational knowledge to help train user representations. Experiment results on two public datasets validate that our VRKG4Rec model outperforms the state-of-the-art methods. The implementations are available at https://github.com/lulu0913/VRKG4Rec.
Lingyun Lu, Bang Wang 0001, Zizhuo Zhang, Shenghao Liu, Han Xu 0003
WSDM4
2022 Multicommunity Graph Convolution Networks with Decision Fusion for Personalized Recommendation
Shenghao Liu, Bang Wang 0001, Bin Liu 0076, Laurence T. Yang
PAKDD (3)1
2017 Event Recommendation based on Graph Random Walking and History Preference Reranking
abstract
Event recommendation has become an important issue in event-based social networks (EBSN). In this paper, we study how to exploit diverse relations in an EBSN as well as individual history preferences to recommend preferred events. We first construct a hybrid graph consisting of different types of nodes to represent available entities in an EBSN. The graph uses explicit relations as edges to connect nodes of different types; while transferring implicit relations of event attributes to interconnect the event nodes. After executing the graph random walking, we obtain the candidate events with high convergency probabilities. We next extract a user preference from his attended events to further compute his interest similarities to his candidate events. The recommended event list is then obtained by combining the two similarity scores. Data sets from a real EBSN are used to examine the proposed scheme, and experiment results validate its superiority over peer schemes.
Shenghao Liu, Bang Wang 0001, Minghua Xu 0001
SIGIR1