EDBT 2026 Demo / reviewers in the wild / expert
Md Zahidul Islam 0001
dblp:153/5559 · also Md Zahid Islam 0001, Zahid Islam 0001, Zahidul Islam 0001
· DBLP profile ↗
27ranked-venue papers in the field
3as first author
10since 2021 · last 2026
0000-0002-4868-4945ORCID · conflict
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 14 (1 first)Information Retrieval & Web Search · 7 (2 first)Knowledge Engineering, Semantic Web & Information Systems · 4Database Systems & Data Management · 1Big Data, Cloud & Distributed Data Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Ternary tree enhanced append-only skip list: A high-performance blockchain data search indexabstractInformation stored via blockchain’s incremental method enforces data immutability on distributed computer storage. However, storing data incrementally in blocks introduces a temporal constraint, namely, a linear time cost to search for historical blockchain data. Indexing computer data is a well-known technique to quicken retrieval times, with successful blockchain-specific techniques being derived from the skip list data structure, because redundant and obsolete index fragments are not stored. However, upon evaluation of these append-only deterministic skip list indexes, it is evident that a most recent version bias is introduced. Once again, it impairs the retrieval of historical blockchain data. To address this problem, we introduce the Ternary Tree Enhanced Append-only Skip List (TEASL) index. This composite index exploits the known inverse relationship between a binary tree and a deterministic skip list and extends this relationship to utilise a ternary tree. Empirical analysis and comparison of existing indexing techniques demonstrates enhanced search query traversal performance, regardless of where the data is located in the blockchain. Furthermore, TEASL does not introduce any additional storage cost. The TEASL indexing technique is proven to be the fastest append-only skip list-based indexing technique for blockchain. The code supporting this indexing technique is publicly available on GitHub https://github.com/jarednewell/TEASL/ . • TEASL’s transformational algorithm constructs a ternary tree search index from an append-only skip list, elaborating on the known inverse relationship between a binary tree and a deterministic skip list and applies it to a ternary search tree. • The ternary tree is constructed from the append-only skip list data structure sequentially and in real-time with blockchain block updates. Moreover, no index data duplication exists. That is, all previously constructed updates are required to form a complete index. • The TEASL index has superior search traversal performance which is 85.71 % faster than the current fastest append-only skip list indexing technique for blockchain and is equally as storage-efficient. TEASL has more constant blockchain data retrieval times while adapting by remaining optimal and current as the blockchain increases in size. • TEASL is suitable for a distributed client-server model which is blockchain. In this distributed configuration, index traversal occurs in two steps: First, the local ternary tree in the TEASL index is accessed on the client device, thus reducing the search space size. Second, data is retrieved from the blockchain server via the EASL index, refined by the results of the ternary tree. This reduces the cost of data retrieval via the network. • The TEASL construction algorithm allows the granularity of the ternary tree to be increased or reduced, allowing a trade-off between TEASL’s query performance times and the storage performance. This allows for the adaptation to different resource-constrained client devices, such as IoT hardware types. Jared Newell, Sabih ur Rehman, Quazi Mamun, Md Zahidul Islam 0001 |
Inf. Sci. | 4 |
| 2024 | MAPX: An Explainable Model-Agnostic Framework for Detecting False Information on Social Media Networks
Sarah Condran, Michael Bewong, Selasi Kwashie, Md Zahidul Islam 0001, Irfan Altas, Joshua Condran |
WISE (2) | 4 |
| 2024 | A Graph-Based Approach for Software Functionality Classification on the Web
Yinhao Jiang, Michael Bewong, Arash Mahboubi, Sajal Halder, Md. Rafiqul Islam 0001, Md Zahidul Islam 0001, Ryan H. L. Ip, Praveen Gauravaram, Minhui Xue 0001 |
WISE (5) | 6 |
| 2024 | CL3: A Collaborative Learning Framework for the Medical Data Ensuring Data Privacy in the Hyperconnected Environment
Mohammad Zavid Parvez, Md. Rafiqul Islam 0001, Md Zahidul Islam 0001 |
WISE (4) | 3 |
| 2024 | FUD-LDP: Fully User Driven Local Differential Privacy
Gnana Thedchanamoorthy, Michael Bewong, Meisam Mohammady, Tanveer A. Zia, Md Zahidul Islam 0001 |
WISE (5) | 5 |
| 2024 | Malicious Package Detection using Metadata InformationabstractProtecting software supply chains from malicious packages is paramount in the evolving landscape of software development. Attacks on the software supply chain involve attackers injecting harmful software into commonly used packages or libraries in a software repository. For instance, JavaScript uses Node Package Manager (NPM), and Python uses Python Package Index (PyPi) as their respective package repositories. In the past, NPM has had vulnerabilities such as the event-stream incident, where a malicious package was introduced into a popular NPM package, potentially impacting a wide range of projects. As the integration of third-party packages becomes increasingly ubiquitous in modern software development, accelerating the creation and deployment of applications, the need for a robust detection mechanism has become critical. On the other hand, due to the sheer volume of new packages being released daily, the task of identifying malicious packages presents a significant challenge. To address this issue, in this paper, we introduce a metadata-based malicious package detection model, MeMPtec. This model extracts a set of features from package metadata information. These extracted features are classified as either easy-to-manipulate (ETM) or difficult-to-manipulate (DTM) features based on monotonicity and restricted control properties. By utilising these metadata features, not only do we improve the effectiveness of detecting malicious packages, but also we demonstrate its resistance to adversarial attacks in comparison with existing state-of-the-art. Our experiments indicate a significant reduction in both false positives (up to 97.56%) and false negatives (up to 91.86%). Sajal Halder, Michael Bewong, Arash Mahboubi, Yinhao Jiang, Md. Rafiqul Islam 0001, Md Zahidul Islam 0001, Ryan H. L. Ip, M. Ejaz Ahmed, Gowri Sankar Ramachandran, Muhammad Ali Babar 0001 |
WWW | 6 |
| 2022 | Signal Classification Using Smooth Coefficients of Multiple Wavelets to Achieve High Accuracy from Compressed Representation of Signal
Paul Grant, Md Zahidul Islam 0001 |
ADMA (2) | 2 |
| 2021 | BDF: A new decision forest algorithm
Md. Nasim Adnan, Ryan H. L. Ip, Michael Bewong, Md Zahidul Islam 0001 |
Inf. Sci. | 4 |
| 2021 | FastForest: Increasing random forest processing speed while maintaining accuracy
Darren Yates, Md Zahidul Islam 0001 |
Inf. Sci. | 2 |
| 2021 | Class Imbalance and Cost-Sensitive Decision Trees: A Unified Survey Based on a Core SimilarityabstractClass imbalance treatment methods and cost-sensitive classification algorithms are typically treated as two independent research areas. However, many of these techniques have properties in common. After providing a background to the two fields of research, this article identifies the fundamental mechanism which is common to both. Using this mechanism, a taxonomy is created which encompasses approaches to both class imbalance treatment and cost-sensitive classification. Through this survey, we aim to bridge the gap between the two fields such that lessons from one field may be applied to the other. Many data mining tasks are naturally both class imbalanced and cost-sensitive. This survey is useful for researchers and practitioners approaching these tasks as it provides a detailed overview of approaches in both fields. Many of the surveyed techniques are classifier independent. However, we chose to focus on techniques which were either decision tree-based or compatible with decision trees. This choice was based on the popularity and novelty of their application to both fields. Michael J. Siers, Md Zahidul Islam 0001 |
ACM Trans. Knowl. Discov. Data | 2 |
| 2020 | Evidence Weighted Tree Ensembles for Text ClassificationabstractText documents are often mapped to vectors of binary values where 1 indicates the presence of a word and 0 indicates the absence. The vectors are then used to train predictive models. In tree-based ensemble models, predictions from some decision trees may be made purely from absent words. This type of predictions should be trusted less as absent words can be interpreted in multiple ways. In this work, we propose to improve the comprehensibility and accuracy of ensemble models by distinguishing word presence and absence. The presented method weights predictions based on word presence. Experimental results on 35 real text datasets indicate that our method outperforms state-of-the-art ensemble methods on various text classification tasks. Md Zahidul Islam 0001, Jixue Liu, Jiuyong Li, Lin Liu 0003, Wei Kang 0004 |
SIGIR | 1 |
| 2019 | Clustering Noisy Temporal Data
Paul Grant, Md Zahidul Islam 0001 |
ADMA | 2 |
| 2019 | A Novel Approach for Noisy Signal Classification Through the Use of Multiple Wavelets and Ensembles of Classifiers
Paul Grant, Md Zahidul Islam 0001 |
ADMA | 2 |
| 2019 | DataLearner: A Data Mining and Knowledge Discovery Tool for Android Smartphones and Tablets
Darren Yates, Md Zahidul Islam 0001, Junbin Gao |
ADMA | 2 |
| 2019 | A Semantics Aware Random Forest for Text ClassificationabstractThe Random Forest (RF) classifiers are suitable for dealing with the high dimensional noisy data in text classification. An RF model comprises a set of decision trees each of which is trained using random subsets of features. Given an instance, the prediction by the RF is obtained via majority voting of the predictions of all the trees in the forest. However, different test instances would have different values for the features used in the trees and the trees should contribute differently to the predictions. This diverse contribution of the trees is not considered in traditional RFs. Many approaches have been proposed to model the diverse contributions by selecting a subset of trees for each instance. This paper is among these approaches. It proposes a Semantics Aware Random Forest (SARF) classifier. SARF extracts the features used by trees to generate the predictions and selects a subset of the predictions for which the features are relevant to the predicted classes. We evaluated SARF's classification performance on $30$ real-world text datasets and assessed its competitiveness with state-of-the-art ensemble selection methods. The results demonstrate the superior performance of the proposed approach in textual information retrieval and initiate a new direction of research to utilise interpretability of classifiers. Md Zahidul Islam 0001, Jixue Liu, Jiuyong Li, Lin Liu 0003, Wei Kang 0004 |
CIKM | 1 |
| 2019 | Semantic Explanations in Ensemble Learning
Md Zahidul Islam 0001, Jixue Liu, Lin Liu 0003, Jiuyong Li, Wei Kang 0004 |
PAKDD (1) | 1 |
| 2018 | On Improving the Prediction Accuracy of a Decision Tree Using Genetic Algorithm
Md. Nasim Adnan, Md Zahidul Islam 0001, Md. Mostofa Akbar |
ADMA | 2 |
| 2018 | Novel algorithms for cost-sensitive classification and knowledge discovery in class imbalanced datasets with an application to NASA software defects
Michael J. Siers, Md Zahidul Islam 0001 |
Inf. Sci. | 2 |
| 2017 | Effects of Dynamic Subspacing in Random Forest
Md. Nasim Adnan, Md Zahidul Islam 0001 |
ADMA | 2 |
| 2017 | Analyzing Performance of Classification Techniques in Detecting Epileptic Seizure
Mohammad Khubeb Siddiqui, Md Zahidul Islam 0001, Muhammad Ashad Kabir |
ADMA | 2 |
| 2016 | On Improving Random Forest for Hard-to-Classify Records
Md. Nasim Adnan, Md Zahidul Islam 0001 |
ADMA | 2 |
| 2016 | Addressing Class Imbalance and Cost Sensitivity in Software Defect Prediction by Combining Domain Costs and Balancing Costs
Michael J. Siers, Md Zahidul Islam 0001 |
ADMA | 2 |
| 2016 | Forest CERN: A New Decision Forest Building Technique
Md. Nasim Adnan, Md Zahidul Islam 0001 |
PAKDD (1) | 2 |
| 2016 | Missing value imputation using a fuzzy clustering-based EM approach
Md. Geaur Rahman, Md Zahidul Islam 0001 |
Knowl. Inf. Syst. | 2 |
| 2015 | Software defect prediction using a cost sensitive decision forest and voting, and a potential solution to the class imbalance problem
Michael J. Siers, Md Zahidul Islam 0001 |
Inf. Syst. | 2 |
| 2014 | Empowering users of social networks to assess their privacy risksabstractMillions of users place data about themselves on on-line social networks and, while probably they have an interest on some of this information to be publicly available, they certainly may consider some of this information shall remain confidential. Simultaneously, the data provides benefits as such data enables personalization which increases the quality of service; and thus, it is regularly analyzed with data mining techniques. Since privacy directly correlates to the control users have regarding the data about themselves, this paper provides a technique by which operators of on-line social networks can improve the service to their users by empowering the users to appraise the privacy risks that some information they provide results in others inferring confidential attributes. Vladimir Estivill-Castro, Peter Hough, Md Zahidul Islam 0001 |
IEEE BigData | 3 |
| 2013 | kDMI: A Novel Method for Missing Values Imputation Using Two Levels of Horizontal Partitioning in a Data set
Md. Geaur Rahman, Md Zahidul Islam 0001 |
ADMA (2) | 2 |