Yuliang Shi

dblp:s/YuliangShi · DBLP profile ↗
← Back
21ranked-venue papers in the field
3as first author
10since 2021 · last 2026
0000-0002-1824-4244ORCID · verified

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

Data Mining & Knowledge Discovery · 6Information Retrieval & Web Search · 6 (1 first)Database Systems & Data Management · 5 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 2Big Data, Cloud & Distributed Data Systems · 1Other / Interdisciplinary · 1 (1 first)
YearPublicationVenuePosition
2026 MDU-Net: Multi-resolution learning and differential clustering fusion for multivariate electricity time series forecasting
Yongming Guan, Chengdong Zheng, Yuliang Shi, Linfeng Wu, Hui Li 0048
Inf. Syst.3
2025 MuPaST: Multi-Period Aware Spatio-Temporal Representation Learning for Multivariate Time Series Classification
Xianpeng Li, Ziyang Su, Yuliang Shi, Lin Cheng 0007, Xinjun Wang 0003, Hui Li 0048
PAKDD (4)3
2025 Electricity behaviors anomaly detection based on multi-feature fusion and contrastive learning
Yongming Guan, Yuliang Shi, Xinjun Wang 0003, Hui Li 0048
Inf. Syst.2
2025 Multimodal contrastive learning with hyperbolic geometry for KG-based game recommendation
Yuliang Shi, Jihu Wang, Han Yu 0001, Xinjun Wang 0003, Zhongmin Yan, Fanyu Kong 0002
Knowl. Inf. Syst.2
2025 Cross-space topological contrastive learning for knowledge graph-aware issue recommendation
Leihong Zhang, Yuliang Shi, Kaiyuan Qi, Xinjun Wang 0003, Zhongmin Yan
Knowl. Inf. Syst.2
2023 Mixed-Curvature Manifolds Interaction Learning for Knowledge Graph-aware Recommendation
abstract
As auxiliary collaborative signals, the entity connectivity and relation semanticity beneath knowledge graph (KG) triples can alleviate the data sparsity and cold-start issues of recommendation tasks. Thus many works consider obtaining user and item representations via information aggregation on graph-structured data within Euclidean space. However, the scale-free graphs (e.g., KGs) inherently exhibit non-Euclidean geometric topologies, such as tree-like and circle-like structures. The existing recommendation models built in a single type of embedding space do not have enough capacity to embrace various geometric patterns, consequently, resulting in suboptimal performance. To address this limitation, we propose a KG-aware recommendation model with mixed-curvature manifolds interaction learning, namely CurvRec. On the one hand, it aims to preserve various global geometric structures in KG with mixed-curvature manifold spaces as the backbone. On the other hand, we integrate Ricci curvature into graph convolutional networks (GCNs) to capture local geometric structural properties when aggregating neighbor nodes. Besides, to exploit the expressive spatial features in KG, we incorporate interaction learning to ensure the geometric message passing between curved manifolds. Specifically, we adopt curvature-aware geodesic distance metrics to maximize the mutual information between Euclidean space and non-Euclidean spaces. Through extensive experiments, we demonstrate that the proposed CurvRec outperforms state-of-the-art baselines.
Jihu Wang, Yuliang Shi, Han Yu 0001, Xinjun Wang 0003, Zhongmin Yan, Fanyu Kong 0002
SIGIR2
2023 KLECA: knowledge-level-evolution and category-aware personalized knowledge recommendation
Lin Cheng 0007, Yuliang Shi, Lin Li 0013, Han Yu 0001, Xinjun Wang 0003, Zhongmin Yan
Knowl. Inf. Syst.2
2022 MSIPA: Multi-Scale Interval Pattern-Aware Network for ICU Transfer Prediction
abstract
Accurate prediction of patients’ ICU transfer events is of great significance for improving ICU treatment efficiency. ICU transition prediction task based on Electronic Health Records (EHR) is a temporal mining task like many other health informatics mining tasks. In the EHR-based temporal mining task, existing approaches are usually unable to mine and exploit patterns used to improve model performance. This article proposes a network based on Interval Pattern-Aware, Multi-Scale Interval Pattern-Aware (MSIPA) network. MSIPA mines different interval patterns in temporal EHR data according to the short, medium, and long intervals. MSIPA utilizes the Scaled Dot-Product Attention mechanism to query the contexts corresponding to the three scale patterns. Furthermore, Transformer will use all three types of contextual information simultaneously for ICU transfer prediction. Extensive experiments on real-world data demonstrate that an MSIPA network outperforms state-of-the-art methods.
Wu Lee, Yuliang Shi, Hongfeng Sun, Lin Cheng 0007, Kun Zhang 0013, Xinjun Wang 0003
ACM Trans. Knowl. Discov. Data2
2021 DEKR: Description Enhanced Knowledge Graph for Machine Learning Method Recommendation
abstract
The huge number of machine learning (ML) methods has resulted in significant information overload. Faced with an overwhelming number of ML methods, it is challenging to select appropriate ones for the given dataset and task. In general, the names of ML methods or datasets are rather condensed, thus lacking specific explanations, while the rich latent relationships between ML entities are not fully explored. In this paper, we propose a description-enhanced machine learning knowledge graph-based approach - DEKR - to help recommend appropriate ML methods for given ML datasets. The proposed knowledge graph (KG) not only includes the connections between entities but also contains the descriptions of the dataset and method entities. DEKR fuses the structural information with the description information of entities in the knowledge graph. It is a deep hybrid recommendation framework, which incorporates the knowledge graph-based and text-based methods, overcoming the limitations of previous knowledge graph-based recommendation systems that ignore the description information. There are two key components of DEKR: 1) a graph neural network aggregating information from multi-order neighbors with attention to enrich the seed (i.e. dataset or method) node's own representation, and 2) a deep collaborative filtering network based on the description text to obtain the linear and nonlinear interactions of description features. Through extensive experiments, we demonstrated the efficiency of DEKR, which outperforms the current state-of-the-art baselines by a large margin.
Xianshuai Cao, Yuliang Shi, Han Yu 0001, Jihu Wang, Xinjun Wang 0003, Zhongmin Yan
SIGIR2
2021 GGATB-LSTM: Grouping and Global Attention-based Time-aware Bidirectional LSTM Medical Treatment Behavior Prediction
abstract
In China, with the continuous development of national health insurance policies, more and more people have joined the health insurance. How to accurately predict patients future medical treatment behavior becomes a hotspot issue. The biggest challenge in this issue is how to improve the prediction performance by modeling health insurance data with high-dimensional time characteristics. At present, most of the research is to solve this issue by using Recurrent Neural Networks (RNNs) to construct an overall prediction model for the medical visit sequences. However, RNNs can not effectively solve the long-term dependence, and RNNs ignores the importance of time interval of the medical visit sequence. Additionally, the global model may lose some important content to different groups. In order to solve these problems, we propose a Grouping and Global Attention based Time-aware Bidirectional Long Short-Term Memory (GGATB-LSTM) model to achieve medical treatment behavior prediction. The model first constructs a heterogeneous information network based on health insurance data, and uses a tensor CANDECOMP/PARAFAC decomposition method to achieve similarity grouping. In terms of group prediction, a global attention and time factor are introduced to extend the bidirectional LSTM. Finally, the proposed model is evaluated by using real dataset, and conclude that GGATB-LSTM is better than other methods.
Lin Cheng 0007, Yuliang Shi, Kun Zhang 0013, Xinjun Wang 0003
ACM Trans. Knowl. Discov. Data2
2019 Power Demand Response Incentive Pricing Model
abstract
Power demand response aims to clip the peak and fill the valley of power load by interruptible load management. Its closely related to the safety and economic benefit of the power system. At present, various provinces in China have carried out the pilot work of interruptible load management. The power companies signed contracts with power users to stipulate power users to adjust the power load consumption during peak hours or in emergency situations. The singed contracts should be fair for all power users. At the same time, the specific information about the signed contracts should be protected for privacy preservation, which is a typical federated learning scenario. A fair and privacy-preserving incentive pricing model should be proposed to stimulate power uses to participate in thee interruptible load management. To this end, a power demand response incentive pricing model is proposed. Based on the multi-attribute sealed auction game, the bidding model between the power company and the power users is established. In the single bidding model, the risk of the power user's demand response is evaluated firstly. The power users could be classified into different group according to their power load characteristics. Then a user classification selection algorithm' is proposed, which enables both the power company's revenue and power user risk to be considered, and enables the selected users to achieve balanced peak clipping. A fair mechanism based on integrals is proposed to assure the fairness between all power users. The case simulations demonstrate that effectiveness of the proposed incentive pricing model.
Kun Zhang 0013, Yuliang Shi, Yuecan Liu, Zhongmin Yan
IEEE BigData2
2018 Dictionary Learning based Supervised Discrete Hashing for Cross-Media Retrieval
abstract
Hashing technique has attracted considerable attention for large-scale multimedia retrieval due to its low storage cost and fast query speed. Moreover, many hashing models have been proposed for cross-modal retrieval task. However, there are still some problems that need to be further considered. For example, a majority of them directly use linear projection matrix to project heterogeneous data into a common space, which may lead to large error as there are some heterogeneous data with semantic similarity hard to be close in latent space when linear projection is used. Besides, most existing cross-modal hashing methods use a simple pairwise similarity matrix for preserving the label information when learning. This kind of pairwise similarity cannot fully utilize the discriminative property of label information. Furthermore, most existing supervised ones try to solve a relaxed continuous optimization problem by dropping the discrete constraints, which may lead to large quantization error. To overcome these limitations, in this paper, we propose a novel cross-modal hashing method, called Dictionary Learning based Supervised Discrete Hashing (DLSDH). Specifically, it learns dictionaries and generates sparse representation for every instance, which is more suitable to be projected to a latent space. To make full use of label information, it uses cosine similarity to construct a new pairwise similarity matrix which can contain more information. Moreover, it directly learns the discrete hash codes instead of relaxing the discrete constraints. Extensive experiments are conducted on three benchmark datasets and the results demonstrate that it outperforms several state-of-the-art methods for cross-modal retrieval task.
Xin Luo 0006, Xin-Shun Xu, Shanqing Guo, Yuliang Shi
ICMR5
2017 Discrete Multi-view Hashing for Effective Image Retrieval
abstract
Recently, hashing techniques have witnessed an increase in popularity due to their low storage cost and high query speed for large scale data retrieval task, e.g., image retrieval. Many methods have been proposed; however, most existing hashing techniques focus on single view data. In many scenarios, there are multiple views in data samples. Thus, those methods working on single view can not make full use of rich information contained in multi-view data. Although some methods have been proposed for multi-view data; they usually relax binary constraints or separate the process of learning hash functions and binary codes into two independent stages to bypass the obstacle of handling the discrete constraints on binary codes for optimization, which may generate large quantization error. To consider these problems, in this paper, we propose a novel hashing method, i.e., Discrete Multi-view Hashing (DMVH), which can work on multi-view data directly and make full use of rich information in multi-view data. Moreover, in DMVH, we optimize discrete codes directly instead of relaxing the binary constraints so that we could obtain high-quality hash codes. Simultaneously, we present a novel approach to construct similarity matrix, which can not only preserve local similarity structure, but also keep semantic similarity between data points. To solve the optimization problem in DMVH, we further propose an alternate algorithm. We test the proposed model on three large scale data sets. Experimental results show that it outperforms or is comparable to several state-of-the-arts.
Yuliang Shi, Xin-Shun Xu
ICMR2
2016 Real Time Prediction on Revisitation Behaviors of Short-Term Type Commodities
Xiangzhen Xu, Jinghua Fu, Yuliang Shi, Shijun Liu, Li-Zhen Cui 0001
WISE (1)3
2014 Tenant-Oriented Composite Authentication Tree for Data Integrity Protection in SaaS
Lin Li 0013, Qingzhong Li, Lanju Kong, Yuliang Shi
WAIM4
2011 Hybrid Fragmentation to Preserve Data Privacy for SaaS
abstract
SaaS is a novel software model that data and applications of service are outsourced to service provider. Although SaaS model offers many benefits for small and medium enterprises, data privacy issue is the most challenge for the development of SaaS. In this paper we propose a new hybrid fragmentation approach which is different from traditional data encryption to protect data. We define three kinds of privacy constraints to support finger-grained privacy customization. We also give a heuristic hybrid fragmentation algorithm which considers query efficiency to produce a hybrid fragmentation. We make some experiments to analyze our approach in the paper.
Wenjuan Cui, Qingzhong Li, Yuliang Shi
WISA4
2011 An Adaptive Approach to Resource Provisioning in PaaS
abstract
In PaaS, the issue of resource provisioning becomes more challenging because a great number of applications share and compete for resources simultaneously. PaaS platform should be able to maximize the resources utilization, while satisfying the performance requirements of all applications. However on-line request workload can be fluctuated during the run time of applications and static resource allocation may cause either under provisioning or over provisioning problem. In this paper, we propose an adaptive resource provisioning approach to dynamically allocate resources for applications according to the workload variation. In case of performance violation, our approach can make an efficient plan to keep application performance within a valid range.
Huayang Yu, Shidong Zhang, Yuliang Shi
WISA4
2006 A Method to Select the Optimum Web Services
Yuliang Shi, Guang'an Huang, Liang Zhang 0019, Baile Shi
APWeb1
2006 Dynamic Incremental Data Summarization for Hierarchical Clustering
Bing Liu 0009, Yuliang Shi, Zhihui Wang 0009, Wei Wang 0009, Baile Shi
WAIM2
2005 Web Service Collaboration Analysis via Automata
Yuliang Shi, Liang Zhang 0019, Fangfang Liu 0008, Lili Lin, Baile Shi
WAIM1
2005 Compatibility Analysis of Web Services
abstract
The compatibility analysis is absolutely necessary for guaranteeing the correct composition of Web services, no matter what styles the composition takes, statically or dynamically. In this paper, we provide a formalization of Web services behavior using the approach of automata. With this understanding, we propose a definition of role among Web services interactions. As a result, we can check whether two or more Web services are compatible in collaboration or not.
Yuliang Shi, Liang Zhang 0019, Fangfang Liu 0008, Lili Lin, Baile Shi
Web Intelligence1