VLDB 2026 Research / reviewers in the wild / expert
Nayyar Abbas Zaidi
dblp:97/2967 · also Nayyar Zaidi
· DBLP profile ↗
21ranked-venue papers in the field
6as first author
14since 2021 · last 2026
0000-0003-4024-2517ORCID · verified
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 20 (6 first)Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Effective and Robust Multimodal Medical Image AnalysisabstractMultimodal Fusion Learning ( MFL ), leveraging disparate data from various imaging modalities (e.g., MRI, CT, SPECT ), has shown great potential for addressing medical problems such as skin cancer and brain tumor prediction. However, existing MFL methods face three key limitations: a) they often specialize in specific modalities, and overlooks effective shared complementary information across diverse modalities, hence limiting their generalizability for multi-disease analysis; b) they rely on computationally expensive models, restricting their applicability in resource-limited settings; and c) they lack robustness against adversarial attacks, compromising reliability in medical AI applications. To address these limitations, we propose a novel Multi-Attention Integration Learning ( MAIL ) network, incorporating two key components: a) an efficient residual learning attention block for capturing refined modality-specific multi-scale patterns and b) an efficient multimodal cross-attention module for learning enriched complementary shared representations across diverse modalities. Furthermore, to ensure adversarial robustness, we extend MAIL network to design Robust-MAIL by incorporating random projection filters and modulated attention noise. Extensive evaluations on 20 public datasets show that both MAIL and Robust-MAIL outperform existing methods, achieving performance gains of up to 9.34% while reducing computational costs by up to 78.3%. These results highlight the superiority of our approaches, ensuring more reliable predictions than top competitors. Joy Dhar, Nayyar Abbas Zaidi, Maryam Haghighat |
KDD (1) | 2 |
| 2026 | Ensembled Bayesian tabular data generator
Yishuo Zhang, Nayyar Abbas Zaidi, Jiahui Zhou, Gang Li 0009, Wray L. Buntine |
Knowl. Inf. Syst. | 2 |
| 2024 | Aspect-Based Fake News Detection
Ziwei Hou, Bahadorreza Ofoghi, Nayyar Abbas Zaidi, John Yearwood |
PAKDD (6) | 3 |
| 2024 | Improving neural network's robustness on tabular data with D-layersabstractAbstract 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. | 2 |
| 2024 | Effective interpretable learning for large-scale categorical dataabstractAbstract 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. | 2 |
| 2024 | Property graph representation learning for node classificationabstractAbstract 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. | 2 |
| 2023 | MEG: Masked Ensemble Tabular Data GeneratorabstractTabular 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 |
ICDM | 2 |
| 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) | 5 |
| 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) | 2 |
| 2023 | Interpretable tabular data generationabstractAbstract 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. | 2 |
| 2022 | Discretization Inspired Defence Algorithm Against Adversarial Attacks on Tabular Data
Jiahui Zhou, Nayyar Abbas Zaidi, Yishuo Zhang, Gang Li 0009 |
PAKDD (2) | 2 |
| 2022 | GANBLR++: Incorporating Capacity to Generate Numeric Attributes and Leveraging Unrestricted Bayesian NetworksabstractGenerative 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 |
SDM | 2 |
| 2021 | GANBLR: A Tabular Data Generation ModelabstractGenerative 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 |
ICDM | 2 |
| 2021 | Neighbours and Kinsmen: Hateful Users Detection with Graph Neural Network
Nayyar Abbas Zaidi, Qingyun Liu 0001, Gang Li 0009 |
PAKDD (1) | 2 |
| 2019 | Proximity Forest: an effective and scalable distance-based classifier for time series
Benjamin Lucas, Ahmed Shifaz, Charlotte Pelletier, Lachlan O'Neill, Nayyar Abbas Zaidi, Bart Goethals, François Petitjean, Geoffrey I. Webb |
Data Min. Knowl. Discov. | 5 |
| 2018 | Efficient and Effective Accelerated Hierarchical Higher-Order Logistic Regression for Large Data QuantitiesabstractMachine learning researchers are facing a data deluge quantities of training data have been increasing at a rapid rate. However, most of machine learning algorithms were proposed in the context of learning from relatively smaller quantities of data. We argue that a big data classifier should have superior feature engineering capability, minimal tuning parameters and should be able to learn decision boundaries in fewer passes through the data. In this paper, we have proposed an (computationally) efficient yet (classification-wise) effective family of learning algorithms that fulfils these properties. The proposed family of learning algorithms is based on recently proposed accelerated higher-order logistic regression algorithm: ALRn. The contributions of this work are three-fold. First, we have added the functionality of out-of-core learning in ALRn, resulting in a limited pass learning algorithm. Second, superior feature engineering capabilities are built and third, a far more efficient (memory-wise) implementation has been proposed. We demonstrate the competitiveness of our proposed algorithm by comparing its performance not only with state-of-the-art classifier in out-of-core learning such as Selective KDB but also with state-of-the-art in in-core learning such as Random Forest. Nayyar Abbas Zaidi, François Petitjean, Geoffrey I. Webb |
SDM | 1 |
| 2017 | A Fast Trust-Region Newton Method for Softmax Logistic RegressionabstractWith the emergence of big data, there has been a growing interest in optimization routines that lead to faster convergence of Logistic Regression (LR). Among many optimization methods such as Gradient Descent, Quasi-Newton, Conjugate Gradient, etc., the Trust-region based truncated Newton method (TRON) algorithm has been shown to converge the fastest. The TRON algorithm also forms an important component of the highly efficient and widely used liblinear package. It has been shown that the WANBIA-C trick of scaling with the log of the naive Bayes conditional probabilities can greatly accelerate the convergence of LR trained using (first-order) Gradient Descent and (approximate second-order) Quasi-Newton optimization. In this work we study the applicability of the WANBIA-C trick to TRON. We first devise a TRON algorithm optimizing the softmax objective function and then demonstrate that WANBIA-C style preconditioning can be beneficial for TRON, leading to an extremely fast (batch) LR algorithm. Second, we present a comparative analysis of one-vs-all LR and softmax LR in terms of the 0–1 Loss, Bias, Variance, RMSE, Log-Loss, Training and Classification time, and show that softmax LR leads to significantly better RMSE and Log-Loss. We evaluate our proposed approach on 51 benchmark datasets. Nayyar Abbas Zaidi, Geoffrey I. Webb |
SDM | 1 |
| 2016 | Preconditioning an Artificial Neural Network Using Naive Bayes
Nayyar Abbas Zaidi, François Petitjean, Geoffrey I. Webb |
PAKDD (1) | 1 |
| 2014 | Naive-Bayes Inspired Effective Pre-Conditioner for Speeding-Up Logistic RegressionabstractWe propose an alternative parameterization of Logistic Regression (LR) for the categorical data, multi-class setting. LR optimizes the conditional log-likelihood over the training data and is based on an iterative optimization procedure to tune this objective function. The optimization procedure employed may be sensitive to scale and hence an effective pre-conditioning method is recommended. Many problems in machine learning involve arbitrary scales or categorical data (where simple standardization of features is not applicable). The problem can be alleviated by using optimization routines that are invariant to scale such as (second-order) Newton methods. However, computing and inverting the Hessian is a costly procedure and not feasible for big data. Thus one must often rely on first-order methods such as gradient descent (GD), stochastic gradient descent (SGD) or approximate second-order such as quasi-Newton (QN) routines, which are not invariant to scale. This paper proposes a simple yet effective pre-conditioner for speeding-up LR based on naive Bayes conditional probability estimates. The idea is to scale each attribute by the log of the conditional probability of that attribute given the class. This formulation substantially speeds-up LR's convergence. It also provides a weighted naive Bayes formulation which yields an effective framework for hybrid generative-discriminative classification. Nayyar Abbas Zaidi, Mark J. Carman, Jesús Cerquides, Geoffrey I. Webb |
ICDM | 1 |
| 2013 | Fast and Effective Single Pass Bayesian Learning
Nayyar Abbas Zaidi, Geoffrey I. Webb |
PAKDD (1) | 1 |
| 2010 | BoostML: An Adaptive Metric Learning for Nearest Neighbor Classification
Nayyar Abbas Zaidi, David McG. Squire, David Suter |
PAKDD (1) | 1 |