Gang Li 0009

dblp:62/2655-9 · DBLP profile ↗
← Back
67ranked-venue papers in the field
5as first author
28since 2021 · last 2026
0000-0003-1583-641XORCID · conflict

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

Data Mining & Knowledge Discovery · 43 (5 first)Knowledge Engineering, Semantic Web & Information Systems · 9Information Retrieval & Web Search · 6Other / Interdisciplinary · 5Database Systems & Data Management · 3Big Data, Cloud & Distributed Data Systems · 1
YearPublicationVenuePosition
2026 Mitigating malware prevalence in networks with arbitrary topologies: a Flip-It cyber game approach integrated with epidemic modeling
abstract
Cyber threats have evolved in complexity, aiming at a wide range of sectors using advanced methods and tools. This evolving threat landscape challenges existing cybersecurity frameworks, many of which lack the adaptability to counteract the complex tactics of sophisticated adversaries. Developing robust cyber defense strategies requires simulating dynamic interactions between attackers and defenders across high, moderate, and low-impact scenarios. The Flip-It cyber game serves as an intelligent framework for simulating these interactions, enabling the analysis of adaptive strategies in cybersecurity. This paper aims to address the problem of mitigating malware prevalence in full consideration of attack/defense capabilities in arbitrary network topologies. This paper proposes a sophisticated discrete-time epidemic model to characterize security state transitions over time for all three scenarios within the Flip-It game framework. On this basis, the original problem is modeled as a closed-loop control problem to seek the optimal containment strategy. Deep Reinforcement Learning (DRL) is then used to tackle the problem, generating efficient defense strategies that are well-adapted to changing cybersecurity environments. Numerical simulations based on small-world networks, scale-free networks, and router networks are then carried out to generate corresponding strategies. Additionally, we have evaluated the performance of the proposed method against the State-Of-The-Art (SOTA) in terms of attack/defense objective function, control actions, number of devices under the control of the attacker and defender, stability, execution time, and scalability. This comprehensive approach integrates epidemiological modeling, game theory, and advanced machine learning to effectively tackle the complexities of contemporary cybersecurity threats. • Mitigates malware across low, medium, and high-impact cyberattacks. • Integrates the Flip-It game for attacker-defender dynamic interactions. • Employs DRL to enable adaptive and optimized defense strategies. • Evaluates defense evolution across diverse network topologies.
Mousa Tayseer Jafar, Lu-Xing Yang, Gang Li 0009, Robin Doss, Kon Mouzakis, Rajesh Vasa, Helge Janicke, Ahmed Ibrahim 0002, Ahmed Mohsin, Iqbal H. Sarker, Kristen Moore, Seyit Ahmet Çamtepe, Diksha Goel
Inf. Sci.3
2026 Ensembled Bayesian tabular data generator
Yishuo Zhang, Nayyar Abbas Zaidi, Jiahui Zhou, Gang Li 0009, Wray L. Buntine
Knowl. Inf. Syst.4
2026 Streaming Hierarchical Clustering Based on Point-Set Kernel
abstract
Abstract Hierarchical clustering produces a cluster tree with different granularities. As a result, hierarchical clustering provides richer information and insight into a dataset than partitioning clustering. However, hierarchical clustering algorithms often have two weaknesses: scalability and the capacity to handle clusters of varying densities. This is because they rely on pairwise point-based similarity calculations and the similarity measure is independent of data distribution. In this paper, we aim to overcome these weaknesses and propose a novel efficient hierarchical clustering called StreaKHC that enables massive streaming data to be mined. The enabling factor is the use of a scalable point-set kernel to measure the similarity between an existing cluster in the cluster tree and a new point in the data stream. It also has an efficient mechanism to update the hierarchical structure so that a high-quality cluster tree can be maintained in real-time. Our extensive empirical evaluation shows that StreaKHC is more accurate and more efficient than existing hierarchical clustering algorithms.
Ye Zhu 0002, Kai Ming Ting, De-Chuan Zhan, Gang Li 0009
ACM Trans. Knowl. Discov. Data5
2025 CANTER: A Novel Causal Model for Tourism Demand Forecasting
Haiyang Xia 0001, Ye Zhu 0002, Gang Li 0009, Rob Law 0001
PAKDD (6)4
2025 Large Language Model and Variational Autoencoder Based Deep Neural Framework for Cyber Attack Detection
Jyotheesh Gaddam, Ishara Bandara, Ming Liu 0028, Sutharshan Rajasegarar, Muneeb Ul Hassan 0001, Lu-Xing Yang, Gang Li 0009, Maia Angelova
PAKDD (4)9
2024 Robust Representation Learning for Image Clustering
Pengcheng Jiang, Ye Zhu 0002, Yang Cao 0019, Gang Li 0009, Gang Liu 0021, Bo Yang 0002
KSEM (4)4
2024 Improving neural network's robustness on tabular data with D-layers
abstract
Abstract Artificial neural networks ( $${{{\texttt {ANN}}}}$$ ANN ) are widely used machine learning models. Their widespread use has attracted a lot of interest in their robustness. Many studies show that ’s performance can be highly vulnerable to input manipulation such as adversarial attacks and covariate drift. Therefore, various techniques that focus on improving $${{{\texttt {ANN}}}}$$ ANN ’s robustness have been proposed in the last few years. However, most of these works have mostly focused on image data. In this paper, we investigate the role of discretization in improving $${{{\texttt {ANN}}}}$$ ANN ’s robustness on tabular datasets. Two custom $${{{\texttt {ANN}}}}$$ ANN layers– and (collectively called ) are proposed. The two layers integrate discretization during the training phase to improve $${{{\texttt {ANN}}}}$$ ANN ’s ability to defend against adversarial attacks. Additionally, integrates dynamic discretization during testing phase as well, to provide a unified strategy to handle adversarial attacks and covariate drift. The experimental results on 24 publicly available datasets show that our proposed add much-needed robustness to $${{{\texttt {ANN}}}}$$ ANN for tabular datasets.
Haiyang Xia 0001, Nayyar Abbas Zaidi, Yishuo Zhang, Gang Li 0009
Data Min. Knowl. Discov.4
2024 Effective interpretable learning for large-scale categorical data
abstract
Abstract Large scale categorical datasets are ubiquitous in machine learning and the success of most deployed machine learning models rely on how effectively the features are engineered. For large-scale datasets, parametric methods are generally used, among which three strategies for feature engineering are quite common. The first strategy focuses on managing the breadth (or width) of a network, e.g., generalized linear models (aka. ). The second strategy focuses on the depth of a network, e.g., Artificial Neural networks or (aka. ). The third strategy relies on factorizing the interaction terms, e.g., Factorization Machines (aka. ). Each of these strategies brings its own advantages and disadvantages. Recently, it has been shown that for categorical data, combination of various strategies leads to excellent results. For example, -Learning, , etc., leads to state-of-the-art results. Following the trend, in this work, we have proposed another learning framework—-Learning, based on the combination of , , , and a newly introduced component named (). is in the form of a Bayesian network classifier whose structure is learned apriori, and parameters are learned by optimizing a joint objective function along with , and parts. We denote the learning of parameters as . Additionally, the parameters of are constrained to be actual probabilities—therefore, it is extremely interpretable. Furthermore, one can sample or generate data from , which can facilitate learning and provides a framework for knowledge-guided machine learning. We demonstrate that our proposed framework possesses the resilience to maintain excellent classification performance when confronted with biased datasets. We evaluate the efficacy of our framework in terms of classification performance on various benchmark large-scale categorical datasets and compare against state-of-the-art methods. It is shown that, framework (a) exhibits superior performance on classification tasks, (b) boasts outstanding interpretability and (c) demonstrates exceptional resilience and effectiveness in scenarios involving skewed distributions.
Yishuo Zhang, Nayyar Abbas Zaidi, Jiahui Zhou, Gang Li 0009
Data Min. Knowl. Discov.5
2024 Emotion-cognitive reasoning integrated BERT for sentiment analysis of online public opinions on emergencies
abstract
• We propose a hybrid model, ECR-BERT, for explainable sentiment analysis. • We infer emotion-cognitive knowledge based on the OCC model. • We propose a self-adaptive fusion algorithm to mitigate the knowledge noise problem. • We adopt knowledge-enabled feature representation to efficiently utilize knowledge. • Evaluation on four real-world Weibo datasets shows the efficacy of our method. Sentiment analysis of online public opinions on emergencies (OPOEs) requires accurate and explainable results to facilitate a better understanding of public sentiment and effective crisis management, but it is challenging due to the complexity and diversity of emotions contained in OPOEs. In this paper, we propose an Emotion-Cognitive Reasoning integrated BERT (ECR-BERT) for sentiment analysis of OPOEs. ECR-BERT combines an emotion model and deep learning to provide reliable auxiliary knowledge to improve BERT. Specifically, we use the emotion model proposed by Ortony, Clore, and Collins (OCC) to build emotion-cognitive rules and perform emotion-cognitive reasoning to discover emotion-cognitive knowledge. To mitigate the impact of knowledge noise, we propose a novel self-adaptive fusion algorithm that provides a selection mechanism for the incorporation of knowledge. In addition, we utilize knowledge-enabled feature representation to efficiently exploit inferred knowledge. Our evaluation on four real-world OPOE datasets shows that ECR-BERT significantly outperforms other BERT-based models, achieving state-of-the-art results with an absolute average accuracy improvement of 0.82%, 1.74%, 0.98%, and 1.37% over BERT, respectively. In addition, ECR-BERT provides a detailed explanation of how sentiment polarity is derived from fine-grained emotion categories. The ablation study demonstrates the effectiveness of each technique. In conclusion, ECR-BERT is an excellent choice for sentiment analysis of OPOEs, providing accurate and explainable results for crisis management.
Bingtao Wan, Peng Wu 0032, Chai Kiat Yeo, Gang Li 0009
Inf. Process. Manag.4
2024 Property graph representation learning for node classification
abstract
Abstract Graph representation learning (graph embedding) has led to breakthrough results in various machine learning graph-based applications such as node classification, link prediction and recommendation. Many real-world graphs can be characterized as the property graphs, because besides the structure information, there exists rich property information related to each node in the graphs. Many existing graph representation learning methods—e.g. random walk-based methods like and , focus only on the structure of graph for learning the node embedding. Although graph representation learning based on neural networks (e.g. typical methods such as ) uses the property of nodes as the initial features of nodes and then aggregates feature information of the neighbours, their limitation is that the neighbourhood of a node is considered to be uniform—i.e. there is no way to differentiate among neighbours of a node when learning a node embedding. Additionally, their definition of neighbourhood is local, i.e. only nodes connected to the current node are considered as neighbours. Hence, those methods fail to capture implicit/latent relationships among nodes, which are implicit in the given structure. In this study, our aim is to improve the performance of graph representation learning methods on property graphs. We present a new framework called ()—a graph representation learning framework to address above-mentioned limitations. Our proposed framework relies on the notion of latent neighbourhood, as well as systematic sampling of neighbouring nodes to obtain better representation of the nodes. The experimental results on five publicly available graph datasets demonstrate that outperforms state-of-the-art baselines for the task of node classification. We further evaluate the superiority of our proposed formulation by defining a novel quantitative metric to measure the usefulness of the sampled neighbourhood in the graph.
Nayyar Abbas Zaidi, Meijie Du, Zhou Zhou 0007, Gang Li 0009
Knowl. Inf. Syst.6
2024 Kernel-based iVAT with adaptive cluster extraction
abstract
Abstract Visual Assessment of cluster Tendency (VAT) is a popular method that visually represents the possible clusters found in a dataset as dark blocks along the diagonal of a reordered dissimilarity image (RDI). Although many variants of the VAT algorithm have been proposed to improve the visualisation quality on different types of datasets, they still suffer from the challenge of extracting clusters with varied densities. In this paper, we focus on overcoming this drawback of VAT algorithms by incorporating kernel methods and also propose a novel adaptive cluster extraction strategy, named CER, to effectively identify the local clusters from the RDI. We examine their effects on an improved VAT method (iVAT) and systematically evaluate the clustering performance on 18 synthetic and real-world datasets. The experimental results reveal that the recently proposed data-dependent dissimilarity measure, namely the Isolation kernel, helps to significantly improve the RDI image for easy cluster identification. Furthermore, the proposed cluster extraction method, CER, outperforms other existing methods on most of the datasets in terms of a series of dissimilarity measures.
Baojie Zhang, Ye Zhu 0002, Yang Cao 0019, Sutharshan Rajasegarar, Gang Li 0009, Gang Liu 0021
Knowl. Inf. Syst.5
2024 Refining Codes for Locality Sensitive Hashing
abstract
Learning to hash is of particular interest in information retrieval for large-scale data due to its high efficiency and effectiveness. Most studies in hashing concentrate on constructing new hashing models, but rarely touch the correlation and redundancy between hash bits derived. In this article, we first introduce a general schema of hash bit reduction to derive compact and informative binary codes for hashing techniques. Further, we take locality sensitive hashing, one of the most widely-used hashing methods, as an example and propose a novel and two-stage binary code refinement method under the reduction schema. Specifically, the proposed method includes two stages, i.e., bit evaluation and bit refinement. The former stage aims to initially extract a small portion of informative hash bits in terms of their importance and quality evaluated by bit balance and similarity preservation. Then, the representation capabilities of the reduced hash bits are strengthened further by refining their binary values. The purpose of refinement is to lessen the correlations and redundancies between the reduced bits, making themselves more discriminative. The experimental results on three widely-used data collections confirm the effectiveness of the proposed bit reduction method and its superiority over the state-of-the-art hashing methods, as well as a bit selection method.
Huawen Liu, Wenhua Zhou, Zongda Wu, Shichao Zhang 0001, Gang Li 0009, Xuelong Li 0001
IEEE Trans. Knowl. Data Eng.5
2023 MEG: Masked Ensemble Tabular Data Generator
abstract
Tabular data generation has seen renewed interest with the advent of Generative Adversarial Networks (GAN). Recently, it has been shown that one can use a Bayesian network as either a generator or a discriminator in the GAN framework, resulting in an algorithm known as GANBLR. It has been shown that GANBLR gives state of the art results for tabular data generation. However, the model has one limitation. It uses class attributes during model training. For example, a supervised Bayesian network is needed as a generator at training time. This makes GANBLR inapplicable for cases where we do not have access to class information. Addressing this shortcoming of GANBLR has been the main motivation of this work. In this work, we have proposed a new model of tabular data generation – Masked Ensemble Tabular Generator (MEG), which does not require class labels to generate tabular data. The proposed models rely on a novel strategy of using a collection of Bayesian networks as part of the generator, and relies on masking operations to train the generator efficiently. It also uses a group-based similarity measure to adjust the number of samples generated from each Bayesian network in the collection. We perform extensive experiments on a variety of datasets and demonstrate that MEG not only outperforms baselines that do not have class information during training, such as CTGAN and TVAE, but also outperforms baselines that provide access to class information during training, such as TableGAN and CtabGANmethods. It has almost similar performance in terms of machine learning utility to GANBLR, and of course is greatly advantaged by being truly unsupervised in nature. We highlight this by demonstrating its applicability to a clustering task. We also investigate the privacy preserving capabilities of MEG and demonstrate its superior performance compared to other baselines.
Yishuo Zhang, Nayyar Abbas Zaidi, Gang Li 0009, Wray L. Buntine
ICDM3
2023 Kernel-Based Feature Extraction for Time Series Clustering
Yang Cao 0019, Ye Zhu 0002, Nayyar Abbas Zaidi, Chathurika Ranaweera 0001, Gang Li 0009, Qingyi Zhu
KSEM (1)7
2023 Toward Explainable Recommendation via Counterfactual Reasoning
Haiyang Xia 0001, Qian Li 0003, Zhichao Wang 0001, Gang Li 0009
PAKDD (3)4
2023 An Improved Visual Assessment with Data-Dependent Kernel for Stream Clustering
Baojie Zhang, Yang Cao 0019, Ye Zhu 0002, Sutharshan Rajasegarar, Gang Liu 0021, Hong Xian Li, Maia Angelova, Gang Li 0009
PAKDD (1)8
2023 Leveraging Generative Models for Combating Adversarial Attacks on Tabular Datasets
Jiahui Zhou, Nayyar Abbas Zaidi, Yishuo Zhang, Paul Montague, Junae Kim, Gang Li 0009
PAKDD (1)6
2023 Interpretable tabular data generation
abstract
Abstract Generative adversarial network () models have been successfully utilized in a wide range of machine learning applications, and tabular data generation domain is not an exception. Notably, some state-of-the-art models of tabular data generation, such as , , , etc. are based on models. Even though these models have resulted in superior performance in generating artificial data when trained on a range of datasets, there is a lot of room (and desire) for improvement. Not to mention that existing methods do have some weaknesses other than performance. For example, the current methods focus only on the performance of the model, and limited emphasis is given on the interpretation of the model. Secondly, the current models operate on raw features only, and hence they fail to exploit any prior knowledge on explicit feature interactions that can be utilized during data generation process. To alleviate the two above-mentioned limitations, in this work, we propose a novel tabular data generation model— G enerative A dversarial Network modelling inspired from N aive B ayes and L ogistic R egression’s relationship ( $${ { \texttt {GANBLR} } }$$ GANBLR ), which not only address the interpretation limitation of existing tabular -based models but provides capability to handle explicit feature interactions as well. Through extensive evaluations on wide range of datasets, we demonstrate $${ { \texttt {GANBLR} } }$$ GANBLR ’s superior performance as well as better interpretable capability (explanation of feature importance in the synthetic generation process) as compared to existing state-of-the-art tabular data generation models.
Yishuo Zhang, Nayyar Abbas Zaidi, Jiahui Zhou, Gang Li 0009
Knowl. Inf. Syst.4
2022 Streaming Hierarchical Clustering Based on Point-Set Kernel
abstract
Hierarchical clustering produces a cluster tree with different granularities. As a result, hierarchical clustering provides richer information and insight into a dataset than partitioning clustering. However, hierarchical clustering algorithms often have two weaknesses: scalability and the capacity to handle clusters of varying densities. This is because they rely on pairwise point-based similarity calculations and the similarity measure is independent of data distribution. In this paper, we aim to overcome these weaknesses and propose a novel efficient hierarchical clustering called StreaKHC that enables massive streaming data to be mined. The enabling factor is the use of a scalable point-set kernel to measure the similarity between an existing cluster in the cluster tree and a new point in the data stream. It also has an efficient mechanism to update the hierarchical structure so that a high-quality cluster tree can be maintained in real-time. Our extensive empirical evaluation shows that StreaKHC is more accurate and more efficient than existing hierarchical clustering algorithms.
Ye Zhu 0002, Kai Ming Ting, De-Chuan Zhan, Gang Li 0009
KDD5
2022 Distributed Differentially Private Ranking Aggregation
Baobao Song, Qiujun Lan, Yang Li 0182, Gang Li 0009
PAKDD (1)4
2022 Discretization Inspired Defence Algorithm Against Adversarial Attacks on Tabular Data
Jiahui Zhou, Nayyar Abbas Zaidi, Yishuo Zhang, Gang Li 0009
PAKDD (2)4
2022 GANBLR++: Incorporating Capacity to Generate Numeric Attributes and Leveraging Unrestricted Bayesian Networks
abstract
Generative Adversarial Networks (GAN) models have led to a major breakthrough in data generation of various sorts. Over the years, we have seen several applications of GAN-based learning for tabular data generation as well. Very recently, GAN-based learning by incorporating Bayesian Networks (BN) as generator and discriminator – GANBLR, has shown to lead to state-of-the-art (SOTA) results for tabular data generation. Despite the impressive performance, GANBLR has an inherent weakness that it can only generate data with categorical attributes. Additionally, the model is trained and tested only with a restricted Bayesian Network. In this work, we have proposed an extension over GANBLR framework – GANBLR++, that has the capacity to generate numeric attributes, by leveraging Dirichlet Mixture Model. We also leverage unrestricted BN in GANBLR framework, and discuss how the use of unrestricted BN can lead to better quality data, as well as more interpretable model. We evaluate the effectiveness of GANBLR++ on wide range of datasets by demonstrating that it generates data of better quality as compared to existing SOTA models for tabular (numeric and categorical) data generation such as CTGAN, MedGAN and TableGAN.
Yishuo Zhang, Nayyar Abbas Zaidi, Jiahui Zhou, Gang Li 0009
SDM4
2022 Deep treatment-adaptive network for causal inference
abstract
Abstract Causal inference is capable of estimating the treatment effect (i.e., the causal effect oftreatmenton theoutcome) to benefit the decision making in various domains. One fundamental challenge in this research is that the treatment assignment bias in observational data. To increase the validity of observational studies on causal inference, representation-based methods as the state-of-the-art have demonstrated the superior performance of treatment effect estimation. Most representation-based methods assume all observed covariates are pre-treatment (i.e., not affected by the treatment) and learn a balanced representation from these observed covariates for estimating treatment effect. Unfortunately, this assumption is often too strict a requirement in practice, as some covariates are changed by doing an intervention on treatment (i.e., post-treatment). By contrast, the balanced representation learned from unchanged covariates thus biases the treatment effect estimation. In light of this, we propose a deep treatment-adaptive architecture (DTANet) that can address the post-treatment covariates and provide a unbiased treatment effect estimation. Generally speaking, the contributions of this work are threefold. First, our theoretical results guarantee DTANet can identify treatment effect from observations. Second, we introduce a novel regularization of orthogonality projection to ensure that the learned confounding representation is invariant and not being contaminated by the treatment, meanwhile mediate variable representation is informative and discriminative for predicting the outcome. Finally, we build on the optimal transport and learn a treatment-invariant representation for the unobserved confounders to alleviate the confounding bias.
Qian Li 0003, Zhichao Wang 0001, Shaowu Liu, Gang Li 0009, Guandong Xu
VLDB J.4
2021 GANBLR: A Tabular Data Generation Model
abstract
Generative Adversarial Network (GAN) models have shown to be effective in a wide range of machine learning applications, and tabular data generation process has not been an exception. Notably, some state-of-the-art models of tabular data generation, such as CTGAN, TableGan, MedGAN, etc. are based on GAN models. Even though these models have resulted in superiour performance in generating artificial data when trained on a range of datasets, there is a lot of room (and desire) for improvement. Not to mention that existing methods do have some weaknesses other than performance. E.g., the current methods focus only on the performance of the model, and limited emphasis is given to the interpretation of the model. Secondly, the current models operate on raw features only, and hence they fail to exploit any prior knowledge on explicit feature interactions that can be utilized during data generation process. To alleviate the two above-mentioned limitations, in this work, we propose a novel tabular data generation model– Generative Adversarial Network modelling inspired from Naive Bayes and Logistic Regression’s relationship (GANBLR), which can not only address the interpretation limitation in existing tabular GAN-based models but can provide capability to handle explicit feature interactions. By extensively evaluating on wide range of datasets, we demonstrate GANBLR’S superiour performance as well as better interpretable capability (explanation of feature importance in the synthetic generation process) as compared to existing state-of-the-art tabular data generation models.
Yishuo Zhang, Nayyar Abbas Zaidi, Jiahui Zhou, Gang Li 0009
ICDM4
2021 Landscape-Enhanced Graph Attention Network for Rumor Detection
Min Yu 0001, Gang Li 0009, Mingqi Liu, Chao Liu 0020, Weiqing Huang
KSEM4
2021 Aspect and Opinion Terms Co-extraction Using Position-Aware Attention and Auxiliary Labels
Chao Liu 0020, Xintong Wei, Min Yu 0001, Gang Li 0009, Xiangmei Ma, Weiqing Huang
KSEM4
2021 Neighbours and Kinsmen: Hateful Users Detection with Graph Neural Network
Nayyar Abbas Zaidi, Qingyun Liu 0001, Gang Li 0009
PAKDD (1)4
2021 Adversarial retraining attack of asynchronous advantage actor-critic based pathfinding
abstract
Pathfinding becomes an important component in many real-world scenarios, such as popular warehouse systems and autonomous aircraft towing vehicles. With the development of reinforcement learning (RL) especially in the context of asynchronous advantage actor-critic (A3C), pathfinding is undergoing a revolution in terms of efficient parallel learning. Similar to other artificial intelligence-based applications, A3C-based pathfinding is also threatened by the adversarial attack. In this paper, we are the first to study the adversarial attack to A3C, that can unexpectedly wake up longtime retraining mechanism until successful pathfinding. We also discover an attack example generation to launch the attack based on gradient band, in which only one baffle of extremely few unit lengths can successfully perform the attack. Experiments with detailed analysis are conducted to show a high attack success rate of 95% with an average baffle length of 2.95. We also discuss defense suggestions leveraging the insights from our analysis.
Tong Chen 0007, Jiqiang Liu, Yingxiao Xiang, Wenjia Niu, Endong Tong, Shuoru Wang, He Li 0019, Liang Chang 0003, Gang Li 0009, Qi Alfred Chen
Int. J. Intell. Syst.9
2020 Private rank aggregation under local differential privacy
abstract
In answer aggregation of crowdsourced data management, rank aggregation aims to combine different agents' answers or preferences over the given alternatives into an aggregate ranking which agrees the most with the preferences. However, since the aggregation procedure relies on a data curator, the privacy within the agents' preference data could be compromised when the curator is untrusted. Existing works that guarantee differential privacy in rank aggregation all assume that the data curator is trusted. In this paper, we formulate and address the problem of locally differentially private rank aggregation, in which the agents have no trust in the data curator. By leveraging the approximate rank aggregation algorithm KwikSort, the Randomized Response mechanism, and the Laplace mechanism, we propose an effective and efficient protocol LDP-KwikSort. Theoretical and empirical results show that the solution LDP-KwikSort:RR can achieve the acceptable trade-off between the utility of aggregate ranking and the privacy protection of agents' pairwise preferences.
Ziqi Yan, Gang Li 0009, Jiqiang Liu
Int. J. Intell. Syst.2
2019 Deep Neighbor Embedding for Evaluation of Large Portfolios of Variable Annuities
Xiaojuan Cheng, Wei Luo 0001, Guojun Gan, Gang Li 0009
KSEM (1)4
2019 A Two-Stage Model Based on BERT for Short Fake News Detection
Chao Liu 0020, Xinghua Wu, Min Yu 0001, Gang Li 0009, Weiqing Huang
KSEM (2)4
2018 Multi-View Group Anomaly Detection
abstract
Multi-view anomaly detection is a challenging issue due to diverse data generation mechanisms and inconsistent cluster structures of different views. Existing methods of point anomaly detection are ineffective for scenarios where individual instances are normal, but their collective behavior as a group is abnormal. In this paper, we formalize this group anomaly detection issue, and propose a novel non-parametric bayesian model, named Multi-view Group Anomaly Detection (MGAD). By representing the multi-view data with different latent group and topic structures, MGAD first discovers the distribution of groups or topics in each view, then detects group anomalies effectively. In order to solve the proposed model, we conduct the collapsed Gibbs sampling algorithm for model inference. We evaluate our model on both synthetic and real-world datasets with different anomaly settings. The experimental results demonstrate the effectiveness of the proposed approach on detecting multi-view group anomalies.
Hongtao Wang 0002, Pan Su 0001, Miao Zhao, Gang Li 0009
CIKM5
2018 Sentiment Embedded Semantic Space for More Accurate Sentiment Analysis
Min Yu 0001, Gang Li 0009, Chao Liu 0020, Weiqing Huang, Fangtao Zhang
KSEM (2)4
2018 Group Outlying Aspects Mining
Shaoni Wang, Haiyang Xia 0001, Gang Li 0009, Jianlong Tan
KSEM (1)3
2018 Mining Human Periodic Behaviors Using Mobility Intention and Relative Entropy
Feng Yi, Libo Yin, Hui Wen 0001, Hongsong Zhu, Limin Sun 0001, Gang Li 0009
PAKDD (1)6
2018 Using Node Identifiers and Community Prior for Graph-Based Classification
abstract
With widely available large-scale network data, one hot topic is how to adopt traditional classification algorithms to predict the most probable labels of nodes in a partially labeled network. In this article, we propose a new algorithm called identifier-based relational neighbor classifier (IDRN) to solve the within-network multi-label classification problem. We use the node identifiers in the egocentric networks as features and propose a within-network classification model by incorporating community structure information to predict the most probable classes for unlabeled nodes. We demonstrate the effectiveness of our approach on several publicly available datasets. First, taking a semi-supervised approach, IDRN without any community prior is applied in community detection experiments, and it outperforms most existing unsupervised community detection algorithms. After that, in large-scale graph-based multi-label classification tasks, our approaches perform well in both fully labeled and partially labeled networks in most cases. To evaluate the scalability of our algorithm, we also show a scalability test to evaluate the running time of our algorithm in different networks. The experiment results show that our approach is quite efficient and suitable for large-scale real-world classification tasks.
Qi Ye 0002, Changlei Zhu, Gang Li 0009
Data Sci. Eng.3
2017 Differentially private query learning: From data publishing to model publishing
abstract
As one of the most influential privacy definitions, differential privacy provides a rigorous and provable privacy guarantee for data publishing. However, the curator has to release a large number of queries in a batch or a synthetic dataset in the Big Data era. Two challenges need to be tackled: one is how to decrease the correlation between large sets of queries, while the other is how to predict on fresh queries. This paper transfers the data publishing problem to a machine learning problem, in which queries are considered as training samples and a prediction model will be released rather than query results or synthetic datasets. When the model is published, it can be used to answer current submitted queries and predict results for fresh queries from the public. Compared with the traditional method, the proposed prediction model enhances the accuracy of query results for non-interactive publishing. We prove that learning model can successfully retain the utility of published queries while preserving privacy.
Tianqing Zhu, Ping Xiong 0001, Gang Li 0009, Wanlei Zhou 0001, Philip S. Yu
IEEE BigData3
2017 Differentially Private Data Publishing and Analysis: A Survey
abstract
Differential privacy is an essential and prevalent privacy model that has been widely explored in recent decades. This survey provides a comprehensive and structured overview of two research directions: differentially private data publishing and differentially private data analysis. We compare the diverse release mechanisms of differentially private data publishing given a variety of input data in terms of query type, the maximum number of queries, efficiency, and accuracy. We identify two basic frameworks for differentially private data analysis and list the typical algorithms used within each framework. The results are compared and discussed based on output accuracy and efficiency. Further, we propose several possible directions for future research and possible applications.
Tianqing Zhu, Gang Li 0009, Wanlei Zhou 0001, Philip S. Yu
IEEE Trans. Knowl. Data Eng.2
2016 Exploring probabilistic follow relationship to prevent collusive peer-to-peer piracy
Wenjia Niu, Endong Tong, Qian Li 0003, Gang Li 0009, Xuemin Wen, Jianlong Tan, Li Guo 0001
Knowl. Inf. Syst.4
2016 A differentially private algorithm for location data release
Ping Xiong 0001, Tianqing Zhu, Wenjia Niu, Gang Li 0009
Knowl. Inf. Syst.4
2016 Privacy-preserving topic model for tagging recommender systems
Tianqing Zhu, Gang Li 0009, Wanlei Zhou 0001, Ping Xiong 0001, Cao Yuan
Knowl. Inf. Syst.2
2015 Lingo: Linearized Grassmannian Optimization for Nuclear Norm Minimization
abstract
As a popular heuristic to the matrix rank minimization problem, nuclear norm minimization attracts intensive research attentions. Matrix factorization based algorithms can reduce the expensive computation cost of SVD for nuclear norm minimization. However, most matrix factorization based algorithms fail to provide the theoretical guarantee for convergence caused by their non-unique factorizations. This paper proposes an efficient and accurate Linearized Grassmannian Optimization (Lingo) algorithm, which adopts matrix factorization and Grassmann manifold structure to alternatively minimize the subproblems. More specially, linearization strategy makes the auxiliary variables unnecessary and guarantees the close-form solution for low per-iteration complexity. Lingo then converts linearized objective function into a nuclear norm minimization over Grassmannian manifold, which could remedy the non-unique of solution for the low-rank matrix factorization. Extensive comparison experiments demonstrate the accuracy and efficiency of Lingo algorithm. The global convergence of Lingo is guaranteed with theoretical proof, which also verifies the effectiveness of Lingo.
Qian Li 0003, Wenjia Niu, Gang Li 0009, Yanan Cao 0001, Jianlong Tan, Li Guo 0001
CIKM3
2014 Deferentially Private Tagging Recommendation Based on Topic Model
Tianqing Zhu, Gang Li 0009, Wanlei Zhou 0001, Ping Xiong 0001, Cao Yuan
PAKDD (1)2
2013 AdaM: adaptive-maximum imputation for neighborhood-based collaborative filtering
abstract
In the context of collaborative filtering, the well-known data sparsity issue makes two like-minded users have little similarity, and consequently renders the k nearest neighbour rule inapplicable. In this paper, we address the data sparsity problem in the neighbourhood-based CF methods by proposing an Adaptive-Maximum imputation method (AdaM). The basic idea is to identify an imputation area that can maximize the imputation benefit for recommendation purposes, while minimizing the imputation error brought in. To achieve the maximum imputation benefit, the imputation area is determined from both the user and the item perspectives; to minimize the imputation error, there is at least one real rating preserved for each item in the identified imputation area. A theoretical analysis is provided to prove that the proposed imputation method outperforms the conventional neighbourhood-based CF methods through more accurate neighbour identification. Experiment results on benchmark datasets show that the proposed method significantly outperforms the other related state-of-the-art imputation-based methods in terms of accuracy.
Yongli Ren, Gang Li 0009, Jun Zhang 0010, Wanlei Zhou 0001
ASONAM2
2013 Differential privacy for neighborhood-based collaborative filtering
abstract
As a popular technique in recommender systems, Collaborative Filtering (CF) has received extensive attention in recent years. However, its privacy-related issues, especially for neighborhood-based CF methods, can not be overlooked. The aim of this study is to address the privacy issues in the context of neighborhood-based CF methods by proposing a Private Neighbor Collaborative Filtering (PNCF) algorithm. The algorithm includes two privacy-preserving operations: Private Neighbor Selection and Recommendation-Aware Sensitivity. Private Neighbor Selection is constructed on the basis of the notion of differential privacy to privately choose neighbors. Recommendation-Aware Sensitivity is introduced to enhance the performance of recommendations. Theoretical and experimental analysis are provided to show the proposed algorithm can preserve differential privacy while retaining the accuracy of recommendations.
Tianqing Zhu, Gang Li 0009, Yongli Ren, Wanlei Zhou 0001, Ping Xiong 0001
ASONAM2
2013 Top-N Recommendations by Learning User Preference Dynamics
Yongli Ren, Tianqing Zhu, Gang Li 0009, Wanlei Zhou 0001
PAKDD (2)3
2013 Privacy Preserving for Tagging Recommender Systems
abstract
Tagging recommender systems allow Internet users to annotate resources with personalized tags. The connection among users, resources and these annotations, often called afolksonomy, permits users the freedom to explore tags, and to obtain recommendations. Releasing these tagging datasets accelerates both commercial and research work on recommender systems. However, adversaries may re-identify a user and her/his sensitivity information from the tagging dataset using a little background information. Recently, several private techniques have been proposed to address the problem, but most of them lack a strict privacy notion, and can hardly resist the number of possible attacks. This paper proposes an private releasing algorithm to perturb users' profile in a strict privacy notion, differential privacy, with the goal of preserving a user's identity in a tagging dataset. The algorithm includes three privacy preserving operations: Private Tag Clustering is used to shrink the randomized domain and Private Tag Selection is then applied to find the most suitable replacement tags for the original tags. To hide the numbers of tags, the third operation, Weight Perturbation, finally adds Lap lace noise to the weight of tags We present extensive experimental results on two real world datasets, Delicious and Bibsonomy. While the personalization algorithmis successful in both cases.
Tianqing Zhu, Gang Li 0009, Yongli Ren, Wanlei Zhou 0001, Ping Xiong 0001
Web Intelligence2
2013 Semantic trajectory-based event detection and event pattern mining
Gang Li 0009, Guang Jiang, Zhongzhi Shi
Knowl. Inf. Syst.2
2012 Learning Rating Patterns for Top-N Recommendations
abstract
Two rating patterns exist in the user × item rating matrix and influence each other: the personal rating patterns are hidden in each user's entire rating history, while the global rating patterns are hidden in the entire user × item rating matrix. In this paper, a Rating Pattern Subspace is proposed to model both of the rating patterns simultaneously by iteratively refining each other with an EM-like algorithm. Firstly, a low-rank subspace is built up to model the global rating patterns from the whole user × item rating matrix, then, the projection for each user on the subspace is refined individually based on his/her own entire rating history. After that, the refined user projections on the subspace are used to improve the modelling of the global rating patterns. Iteratively, we can obtain a well-trained low-rank Rating Pattern Subspace, which is capable of modelling both the personal and the global rating patterns. Based on this subspace, we propose a RapSVD algorithm to generate Top-N recommendations, and the experiment results show that the proposed method can significantly outperform the other state-of-the-art Top-N recommendation methods in terms of accuracy, especially on long tail item recommendations.
Yongli Ren, Gang Li 0009, Wanlei Zhou 0001
ASONAM2
2012 The efficient imputation method for neighborhood-based collaborative filtering
abstract
As each user tends to rate a small proportion of available items, the resulted Data Sparsity issue brings significant challenges to the research of recommender systems. This issue becomes even more severe for neighborhood-based collaborative filtering methods, as there are even lower numbers of ratings available in the neighborhood of the query item. In this paper, we aim to address the Data Sparsity issue in the context of the neighborhood-based collaborative filtering. Given the (user, item) query, a set of key ratings are identified, and an auto-adaptive imputation method is proposed to fill the missing values in the set of key ratings. The proposed method can be used with any similarity metrics, such as the Pearson Correlation Coefficient and Cosine-based similarity, and it is theoretically guaranteed to outperform the neighborhood-based collaborative filtering approaches. Results from experiments prove that the proposed method could significantly improve the accuracy of recommendations for neighborhood-based Collaborative Filtering algorithms.
Yongli Ren, Gang Li 0009, Jun Zhang 0010, Wanlei Zhou 0001
CIKM2
2012 Learning User Preference Patterns for Top-N Recommendations
abstract
In this paper, we observe that the user preference styles tend to change regularly following certain patterns. Therefore, we propose a Preference Pattern model to capture the user preference styles and their temporal dynamics, and apply this model to improve the accuracy of the Top-N recommendation. Precisely, a preference pattern is defined as a set of user preference styles sorted in a time order. The basic idea is to model user preference styles and their temporal dynamics by constructing a representative subspace with an Expectation-Maximization (EM)-like algorithm, which works in an iterative fashion by refining the global and the personal preference styles simultaneously. Then, the degree which the recommendations match the active user's preference styles, can be estimated by measuring its reconstruction error from its projection on the representative subspace. The experiment results indicate that the proposed model is robust to the data sparsity problem, and can significantly outperform the state-of-the-art algorithms on the Top-N recommendation in terms of accuracy.
Yongli Ren, Gang Li 0009, Wanlei Zhou 0001
Web Intelligence2
2010 Text document clustering with metric learning
abstract
One reason for semi-supervised clustering fail to deliver satisfactory performance in document clustering is that the transformed optimization problem could have many candidate solutions, but existing methods provide no mechanism to select a suitable one from all those candidates. This paper alleviates this problem by posing the same task as a soft-constrained optimization problem, and introduces the salient degree measure as an information guide to control the searching of an optimal solution. Experimental results show the effectiveness of the proposed method in the improvement of the performance, especially when the amount of priori domain knowledge is limited.
Shunyao Wu, Huy Quan Vu, Gang Li 0009
SIGIR4
2009 Study on Ensemble Classification Methods towards Spam Filtering
Gang Li 0009
ADMA4
2009 Acoustic feature selection for automatic emotion recognition from speech
Jia Rong, Gang Li 0009, Yi-Ping Phoebe Chen
Inf. Process. Manag.2
2007 A Causal Analysis for the Expenditure Data of Business Travelers
Rob Law 0001, Gang Li 0009
ADMA2
2007 Understanding Research Field Evolving and Trend with Dynamic Bayesian Networks
Congfu Xu, Gang Li 0009, Zhenwen Dai, Guojing Luo
PAKDD3
2006 Finding the Optimal Cardinality Value for Information Bottleneck Method
Gang Li 0009, Yiqing Tu, Yangdong Ye
ADMA1
2006 Integrating Local One-Class Classifiers for Image Retrieval
Yiqing Tu, Gang Li 0009, Honghua Dai 0001
ADMA2
2004 Ensembling MML Causal Discovery
Honghua Dai 0001, Gang Li 0009, Zhi-Hua Zhou
PAKDD2
2004 Identifying Markov Blankets Using Lasso Estimation
Gang Li 0009, Honghua Dai 0001, Yiqing Tu
PAKDD1
2004 On the Size of Training Set and the Benefit from Ensemble
Zhi-Hua Zhou, Gang Li 0009, Honghua Dai 0001
PAKDD3
2004 The Discovery of Generalized Causal Models with Mixed Variables Using MML Criterion
abstract
One major difficulty frustrating the application of linear causal models is that they are not easily adapted to cope with discrete data. This is unfortunate since most real problems involve both continuous and discrete variables. In this paper, we consider a class of graphical models which allow both continuous and discrete variables, and propose the parameter estimation method and a structure discovery algorithm based on Minimum Message Length and parameter estimation. Experimental results are given to demonstrate the potential for the application of this method.
Gang Li 0009, Honghua Dai 0001
SDM1
2002 An Empirical Study of Encoding Schemes and Search Strategies in Discovering Causal Networks
Honghua Dai 0001, Gang Li 0009, Yiqing Tu
ECML2
2002 Linear Causal Model Discovery Using the MML criterion
abstract
Determining the causal structure of a domain is a key task in the area of data mining and knowledge discovery. The algorithm proposed by Wallace et al. (1996) has demonstrated its strong ability in discovering Linear Causal Models from given data sets. However some experiments showed that this algorithm experienced difficulty in discovering linear relations with small deviation, and it occasionally gives a negative message length, which should not be allowed. In this paper a more efficient and precise MML encoding scheme is proposed to describe the model structure and the nodes in a Linear Causal Model. The estimation of different parameters is also derived. Empirical results show that the new algorithm outperformed the previous MML-based algorithm in terms of both speed and precision.
Gang Li 0009, Honghua Dai 0001, Yiqing Tu
ICDM1
2002 An Improved Approach for the Discovery of Causal Models via MML
Honghua Dai 0001, Gang Li 0009
PAKDD2
2001 Inexact Field Learning: An Approach to Induce High Quality Rules from Low Quality Data
abstract
To avoid low quality problems caused by low quality data, the paper introduces an inexact field learning approach which derives rules by working on the fields of attributes with respect to classes, rather than on individual point values of attributes. The experimental results show that field learning achieved a higher prediction accuracy rate on new unseen test cases which is particularly true when the learning is performed on large low quality data.
Honghua Dai 0001, Xiaoshu Hang, Gang Li 0009
ICDM3
2001 Evolutionary Structure Learning Algorithm for Bayesian Network and Penalized Mutual Information Metric
abstract
The paper formulates the problem of learning Bayesian network structures from data as determining the structure that best approximates the probability distribution indicated by the data. A new metric, Penalized Mutual Information metric, is proposed, and an evolutionary algorithm is designed to search for the best structure among alternatives. The experimental results show that this approach is reliable and promising.
Gang Li 0009, Fu Tong, Honghua Dai 0001
ICDM1