EDBT 2026 Demo / reviewers in the wild / expert
Yanping Zhang 0001
dblp:32/4846-1 · also Yan-Ping Zhang 0001, Yan-ping Zhang 0001
· DBLP profile ↗
18ranked-venue papers in the field
0as first author
14since 2021 · last 2025
0000-0002-5678-3038ORCID · conflict
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 6Knowledge Engineering, Semantic Web & Information Systems · 5Database Systems & Data Management · 4Information Retrieval & Web Search · 3
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Understanding the Robustness of Deep Recommendation under Adversarial AttacksabstractIt has been shown that deep recommendation models are susceptible to adversarial attacks, with this vulnerability potentially leading to significant economic losses in the e-commerce field. However, the robustness of deep recommendation models in response to adversarial attacks has not been systematically investigated. In this article, therefore, we comprehensively evaluate the adversarial robustness of various representative deep models in different settings, aiming to analyze their performance impact under adversarial attacks and compare it with traditional collaborative filtering models. Notably, we examine poisoning attacks under different proportions of fake users and various popularity conditions to understand why certain deep recommendation models perform exceptionally or sub-optimally. On this basis, we further proposed practical robustness improvement strategy for the problems found in the evaluation and fully verified it through rigorous experiments. Key findings include: (1) the sparser the training dataset, the weaker the robustness of a recommendation model’s performance under adversarial attacks; (2) deep recommendation models exhibit greater robustness in recommending popular items under adversarial attacks, while they are more vulnerable when attacked with non-popular items; (3) the robustness of deep recommendation models is not consistently weaker than that of traditional collaborative filtering models across all attack settings. These findings highlight the security concerns in deep recommendation systems and contribute to developing more reliable models. Fulan Qian, Hai Chen, Yan Cui 0016, Shu Zhao 0005, Yanping Zhang 0001 |
ACM Trans. Knowl. Discov. Data | 6 |
| 2024 | Concept Evolution Detecting over Feature StreamsabstractThe explosion of data volume has gradually transformed big data processing from the static batch mode to the online streaming model. Streaming data can be divided into instance streams (feature space remains fixed while instances increase over time), feature streams (instance space is fixed while features arrive over time), or both. Generally, online streaming data learning has two main challenges: infinite length and concept changing. Recently, feature stream learning has received much attention. However, existing feature stream learning methods focus on feature selection or classification but ignore the concept changing over time. To the best of our knowledge, this is the first work that studies concept evolution detection over feature streams. Specifically, we first give the formal definition of concept evolution over feature streams, which include three different types: concept emerging, concept drift, and concept forgetting. Then, we design a novel framework to detect the concept evolution over feature streams that consists of a sliding window, an improved density peak-based clustering algorithm, and a weighted bipartite graph-based concept detecting method. Extensive experiments have been conducted on several synthetic and high-dimensional datasets to indicate our new method’s ability to cluster and detect concept evolution over feature streams. Peng Zhou 0008, Haoran Yu 0007, Yuan-Ting Yan, Yanping Zhang 0001, Xindong Wu 0001 |
ACM Trans. Knowl. Discov. Data | 5 |
| 2024 | Training Robust Deep Collaborative Filtering Models via Adversarial Noise PropagationabstractThe recommendation performance of deep collaborative filtering models drops sharply under imperceptible adversarial perturbations. Some methods promote the robustness of recommendation systems by adversarial training. However, these methods only study shallow models and lack the exploration of deep models. Furthermore, the way these methods add adversarial noise to the weight parameters of users and items is not fully applicable to deep collaborative filtering models, because the adversarial noise is not sufficient to fully affect its network structure with multiple hidden layers. In this article, we propose a novel adversarial training framework, Random Layer-wise Adversarial Training (RAT), which trains a robust deep collaborative filtering model via adversarial noise propagation. Specifically, we inject adversarial noise into the output of the hidden layer in a random layer-wise manner. The adversarial noise propagates forward from the injected position to obtain more flexible model parameters during the adversarial training process. We validate the effectiveness of RAT on multilayer perceptron (MLP) and implement RAT on MLP-based and convolutional neural networks-based deep collaborative filtering models. Experiments on three publicly available datasets show that the deep collaborative filtering model trained by RAT not only defends against adversarial noise but also guarantees recommendation performance. Hai Chen, Fulan Qian, Chang Liu 0077, Yanping Zhang 0001, Hang Su 0006, Shu Zhao 0005 |
ACM Trans. Inf. Syst. | 4 |
| 2023 | Adaptive social recommendation combined with the multi-domain influence
Fulan Qian, Kaili Qin, Hai Chen, Jie Chen 0025, Shu Zhao 0005, Yanping Zhang 0001 |
Inf. Syst. | 6 |
| 2023 | GWNN-HF: beyond assortativity in graph wavelet neural network
Binfeng Huang, Fulan Qian, Shu Zhao 0005, Jie Chen 0025, Yanping Zhang 0001 |
Knowl. Inf. Syst. | 6 |
| 2023 | Utilizing the influence of multiple potential factors for social recommendation
Fulan Qian, Kaili Qin, Hai Chen, Jie Chen 0025, Shu Zhao 0005, Peng Zhou 0008, Yanping Zhang 0001 |
Knowl. Inf. Syst. | 7 |
| 2023 | Spatial Distribution-Based Imbalanced UndersamplingabstractUndersampling is one of the most popular techniques for dealing with class-imbalance problems. Various undersampling methods have emerged over the past few decades. Each of them exhibits the superiority in some scenarios. However, selecting representative majority-class samples such that the structures of the selected groups are maintained according to the underlying imbalanced distribution remains a challenge. For this purpose, this paper proposes Spatial Distribution-based UnderSampling (SDUS) for imbalanced learning. SDUS uses a supervised constructive process to learn majority-class local patterns in terms of sphere neighborhoods (SPN). Two sample selection strategies, specifically, a top-down strategy and a bottom-up strategy, are proposed for maintaining the distribution pattern of original data in selecting majority-class sample subsets from different perspectives. SDUS introduces an ensemble technique that improves learning performance by utilizing the diversity caused by the randomness of the local-pattern learning process. Numerical experiments on 38 typical datasets from KEEL repository and 13 state-of-the-art comparison methods demonstrate the effectiveness of SDUS in maintaining the underlying distribution characteristics for imbalanced undersampling. Yuan-Ting Yan, Yuanwei Zhu, Ruiqing Liu, Yiwen Zhang 0001, Yanping Zhang 0001, Ling Zhang 0001 |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2023 | Hierarchical Representation Learning for Attributed NetworksabstractNetwork representation learning, also called network embedding, aiming to learn low dimensional vectors for nodes while preserving essential properties of the network, benefits plenty of practical applications. However, how to do representation learning on the network quickly and effectively is a meaningful and challenging task, especially for the attributed networks. In this paper, we propose HANE, a Hierarchical Attributed Network Embedding framework, which is a fast and effective method by quickly constructing a hierarchical attributed network of different granularities to learn nodes representations. Specifically, for an attributed network, HANE first builds a hierarchy of successively smaller attributed network from fine to coarse by the fast granulation strategy fusing topological structure and node attributes. After using any unsupervised network embedding method to learn nodes representations of the coarsest network, HANE refines the nodes representations of the hierarchical attributed network from coarse to fine. HANE improves the speed of network representation learning while maintaining its performance and the representation learning method of the coarsest network is flexible. We conduct extensive evaluations for the proposed framework HANE on six datasets and two benchmark applications. Experimental results demonstrate that HANE achieves significant improvements over previous state-of-the-art network embedding methods in efficiency and effectiveness. Shu Zhao 0005, Ziwei Du, Jie Chen 0025, Yanping Zhang 0001, Jie Tang 0001, Philip S. Yu |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2022 | Combating Mutuality with Difficulty Factors in Multi-class Imbalanced Data: A Similarity-based Hybrid SamplingabstractMulti-class imbalanced problem widely exists in real-life applications and has been a challenging issue. Existing sampling methods including decomposition approaches and dedicated approaches have limitations in handling the complex mutual relationships along with data difficulty factors. Actually, the relative minorities are critical in mutual relationship, and the data difficulty factors are harmful for these minority classes. In this paper, we propose SHSampler, a similarity-based hybrid sampling to combat the mutuality by addressing data difficulty factors in multi-class imbalanced data. Specifically, SHSampler firstly utilizes a sample similarity and dissimilarity estimation to identify data difficulty factors. Then, SHSampler conducts a relative majority weakening undersampling and a relative minority strengthening oversampling to reduce the negative impact of data difficulty factors and highlight the importance of the minorities. Extensive experiments over 20 typical datasets demonstrate the superiority of SHSampler in terms of MAUC and mGM when compared with 6 state-of-the-art methods. Yuan-Ting Yan, Yiwen Zhang 0001, Yanping Zhang 0001 |
DSAA | 4 |
| 2022 | Hierarchical Representation Learning for Attributed NetworksabstractNetwork representation learning, also called network embedding, aiming to learn low dimensional vectors for nodes while preserving essential properties of the network, such as structural similarity, attribute similarity, etc. The low-dimensional vector of the node can be used as the input of the machine learning algorithm and applied to a lot of downstream tasks, such as node classification and link prediction, benefits plenty of practical applications. Shu Zhao 0005, Ziwei Du, Jie Chen 0025, Yanping Zhang 0001, Jie Tang 0001, Philip S. Yu |
ICDE | 4 |
| 2022 | Learning user sentiment orientation in social networks for sentiment analysis
Jie Chen 0025, Nan Song, Yansen Su, Shu Zhao 0005, Yanping Zhang 0001 |
Inf. Sci. | 5 |
| 2021 | Improved reviewer assignment based on both word and semantic features
Shicheng Tan, Zhen Duan, Shu Zhao 0005, Jie Chen 0025, Yanping Zhang 0001 |
Inf. Retr. J. | 5 |
| 2021 | Hierarchical community structure preserving approach for network embedding
Zhen Duan, Shu Zhao 0005, Jie Chen 0025, Yanping Zhang 0001, Jie Tang 0001 |
Inf. Sci. | 5 |
| 2021 | On embedding sequence correlations in attributed network for semi-supervised node classification
Haodong Zou, Zhen Duan, Shu Zhao 0005, Jie Chen 0025, Yanping Zhang 0001, Jie Tang 0001 |
Inf. Sci. | 6 |
| 2020 | Relational granulation method based on Quotient Space Theory for maximum flow problem
Shu Zhao 0005, Jie Chen 0025, Zhen Duan, Yanping Zhang 0001, Yiwen Zhang 0001 |
Inf. Sci. | 5 |
| 2020 | A Multi-Label Classification Method Using a Hierarchical and Transparent Representation for Paper-Reviewer RecommendationabstractThe paper-reviewer recommendation task is of significant academic importance for conference chairs and journal editors. It aims to recommend appropriate experts in a discipline to comment on the quality of papers of others in that discipline. How to effectively and accurately recommend reviewers for the submitted papers is a meaningful and still tough task. Generally, the relationship between a paper and a reviewer often depends on the semantic expressions of them. Creating a more expressive representation can make the peer-review process more robust and less arbitrary. So the representations of a paper and a reviewer are very important for the paper-reviewer recommendation. Actually, a reviewer or a paper often belongs to multiple research fields, which increases difficulty in paper-reviewer recommendation. In this article, we propose a Multi-Label Classification method using a HIErarchical and transPArent Representation named Hiepar-MLC . First, we introduce HIErarchical and transPArent Representation (Hiepar) to express the semantic information of the reviewer and the paper. Hiepar is learned from a two-level bidirectional gated recurrent unit based network applying the attention mechanism. It is capable of capturing the two-level hierarchical information (word-sentence-document) and highlighting the elements in reviewers or papers to support the labels. This word-sentence-document information mirrors the hierarchical structure of a reviewer or a paper and captures the exact semantics of them. Then we transform the paper-reviewer recommendation problem into a multi-level classification issue, whose multiple research labels exactly guide the learning process. It is flexible in that we can select any multi-label classification method to solve the paper-reviewer recommendation problem. Further, we propose a simple multi-label-based reviewer assignment (MLBRA) strategy to select the appropriate reviewers. It is interesting in that we also explore the paper-reviewer recommendation in the coarse-grain granularity. Extensive experiments on the real-world dataset consisting of the papers in the ACM Digital Library show that Hiepar-MLC achieves better label prediction performance than the existing representation alternatives. In addition, with the MLBRA strategy, we show the effectiveness and the feasibility of our transformation from paper-reviewer recommendation to multi-label classification. Dong Zhang 0009, Shu Zhao 0005, Zhen Duan, Jie Chen 0025, Yanping Zhang 0001, Jie Tang 0001 |
ACM Trans. Inf. Syst. | 5 |
| 2014 | Hierarchical description of uncertain information
Shu Zhao 0005, Ling Zhang 0001, Xiansheng Xu, Yanping Zhang 0001 |
Inf. Sci. | 4 |
| 2005 | A Kernel Function Method in Clustering
Ling Zhang 0001, Yanping Zhang 0001 |
PAKDD | 3 |