Engineering and Information Technology Collected Works - Research Publications

Permanent URI for this collection

Search Results

Now showing 1 - 10 of 97
  • Item
    Thumbnail Image
    Diagnostic Clinical Decision Support based on Deep Learning and Knowledge-based Systems for Psoriasis: From Diagnosis to Treatment Options
    Yaseliani, M ; Ijadi Maghsoodi, A ; Hassannayebi Project, E ; Aickelin, U (Elsevier, 2023-11)
    Psoriasis is an acute immuno-dermatological disease, affecting people of all ages, which significantly decreases quality of life. While the standard approach to identification and diagnosis of psoriasis is based on dermatologist decisions, various Deep Learning (DL) methods have been utilized to create Computer-Aided Diagnosis (CAD) systems to detect and classify psoriasis cases. In response to the knowledge gap of an existing practical and functional DL-based solution to psoriasis diagnosis, this study proposed an ensemble Convolutional Neural Network (CNN) model using Residual Network 50 Version 2 (ResNet50V2), ResNet101V2, and ResNet152V2 networks to create a CAD system for detecting and classifying psoriatic images. This ensemble model determines whether an input image is psoriatic using a binary classification procedure in the initial stage and classifies the psoriatic images into seven variants utilizing a multi-class classification. Furthermore, a treatment suggestion system was embedded within the diagnostic algorithm to suggest the best treatment options for psoriasis variants using a Multi-Criteria Decision Making (MCDM) method with the aim of reducing the disease symptoms in patients. A web-based Decision and Diagnostic Support System (D&DSS) is constructed to determine whether an input image is psoriatic, classify the psoriatic images into different variants, and accordingly recommend the best treatment options based on the observed disease symptoms in a patient. Nevertheless, the functionality and reliability of the proposed D&DSS are validated with high accuracy rates in both diagnostic and identification stages of the approach, which ratifies the practicality of this proposition.
  • Item
    Thumbnail Image
    An operational planning for emergency medical services considering the application of IoT
    Valizadeh, J ; Zaki, A ; Movahed, M ; Mazaheri, S ; Talaei, H ; Tabatabaei, SM ; Khorshidi, H ; Aickelin, U (Springer, 2023)
    In the last two years, the worldwide outbreak of the COVID-19 pandemic and the resulting heavy casualties have highlighted the importance of further research in healthcare. In addition, the advent of new technologies such as the Internet of Things (IoT) and their applications in preventing and detecting casualty cases has attracted a lot of attention. The IoT is able to help organize medical services by collecting significant amounts of data and information. This paper proposes a novel mathematical model for Emergency Medical Services (EMS) using the IoT. The proposed model is designed in two phases. In the first phase, the data is collected by the IoT, and the demands for ambulances are categorized and prioritized. Then in the second phase, ambulances are allocated to demand areas (patients). Two main objectives of the proposed model are reducing total costs and the mortality risk due to lack of timely service. In addition, demand uncertainty for ambulances is considered with various scenarios at demand levels. Numerical experiments have been conducted on actual data from a case study in Kermanshah, Iran. Due to the NP-hard nature of the mathematical model, three meta-heuristic algorithms Multi-Objective Simulated Annealing (MOSA) algorithm and Multi-Objective Particle Swarm Optimization (MOPSO) algorithm, and L-MOPSO have been used to solve the proposed model on medium and large scales in addition to the exact solution method. The results show that the proposed model significantly reduces mortality risk, in addition to reducing total cost. Data analysis also led to useful managerial insights.
  • Item
    No Preview Available
    A decision modeling approach for smart e-tourism data management applications based on spherical fuzzy rough environment (vol 143, 110297, 2023)
    Mohammed, RT ; Alamoodi, AH ; Albahri, OS ; Zaidan, AA ; Alsattar, HA ; Aickelin, U ; Albahri, AS ; Zaidan, BB ; Ismail, AR ; Malik, RQ (ELSEVIER, 2023-12)
    The authors regret the inadvertent omission of second affiliation of author A.S. Albahri. Affiliation is presented as below: Department of Computer Technology Engineering, College of Information Technology, Imam Ja'afar Al-Sadiq University, Baghdad, Iraq. The authors would like to apologise for any inconvenience caused.
  • Item
    Thumbnail Image
    A Diversity-Based Synthetic Oversampling Using Clustering for Handling Extreme Imbalance
    Yang, Y ; Akbarzadeh Khorshidi, H ; Aickelin, U (Springer, 2023)
    Imbalanced data are typically observed in many real-life classification problems. However, mainstream machine learning algorithms are mostly designed with the underlying assumption of a relatively well-balanced distribution of classes. The mismatch between reality and algorithm assumption results in a deterioration of classification performance. One form of approach to address this problem is through re-sampling methods, although its effectiveness is limited; most re-sampling methods fail to consider the distribution of minority and majority instances and the diversity within synthetically generated data. Diversity becomes increasingly important when minority data becomes more sparse, as each data point becomes more valuable. They should all be considered during the generation process instead of being regarded as noise. In this paper, we propose a cluster-based diversity re-sampling method, combined with NOAH algorithm. Neighbourhood-based Clustering Diversity Over-sampling (NBCDO) is introduced with the aim to complement our previous cluster-based diversity algorithm Density-based Clustering Diversity Over-sampling (DBCDO). It first uses a neighbourhood-based clustering algorithm to consider the distribution of both minority and majority class instances, before applying NOAH algorithm to encourage diversity optimisation during the generation of synthetic instances. We demonstrate the implementation of both cluster-based diversity methods by conducting experiments over 10 real-life datasets with ≤ 5% imbalance ratio and show that our proposed cluster-based diversity algorithm (NBCDO, DBCDO) brings performance improvements over its comparable methods (DB-SMOTE, MAHAKIL, KMEANS-SMOTE, MC-SMOTE).
  • Item
    Thumbnail Image
    A Lightweight Window Portion-Based Multiple Imputation for Extreme Missing Gaps in IoT Systems
    Adhikari, D ; Jiang, W ; Zhan, J ; Assefa, M ; Khorshidi, HA ; Aickelin, U ; Rawat, DB (Institute of Electrical and Electronics Engineers (IEEE), 2023)
    Intelligent techniques, including artificial intelligence and deep learning, normally perform on complete data without missing data. Multiple imputation is indispensable for addressing missing data resulting in unbiased estimates and dealing with uncertainty by providing more valid results. Most state-of-the-art techniques focus on high missing rates (around 50%-60%) and short missing gaps, while imputation for extreme missing gaps and missing rates is an important challenge for multivariate time-series data generated through the Internet of Things (IoT). Hence, we propose a Lightweight Window Portion-based Multiple Imputation (LWPMI) based on multivariate variables, correlation, data fusion, regression, and multiple imputations. We conduct extensive experiments by generating extreme missing gaps and high missing rates ranging from 10% to 90% on data generated by sensors. We also investigate different sets of feature to examine how LWPMI works when features have high, weak, or a mixture of high and weak correlation. All the obtained results prove LWPMI outperforms baseline techniques in preserving pattern, structure, and trend in both 90% extreme missing gap and missing rates.
  • Item
    Thumbnail Image
    Guest Editorial Special Issue on Multiobjective Evolutionary Optimization in Machine Learning
    Aickelin, U ; Khorshidi, HA ; Qu, R ; Charkhgard, H (Institute of Electrical and Electronics Engineers (IEEE), 2023-08)
    We are very pleased to introduce this special issue on multiobjective evolutionary optimization for machine learning (MOML). Optimization is at the heart of many machine-learning techniques. However, there is still room to exploit optimization in machine learning. Every machine-learning technique has hyperparameters that can be tuned using evolutionary computation and optimization, considering normally multiple criteria, such as bias, variance, complexity, and fairness in model selection. Multiobjective evolutionary optimization can help meet these criteria for optimizing machine-learning models. Some of the existing approaches address these multiple criteria by transforming the problem into a single-objective optimization problem. However, multiobjective optimization models are able to outperform single-objective ones in contributing to multiple intended objectives (criteria). In recent years, evolutionary computation has been shown to be the premier method for solving multiobjective optimization problems (MOPs), producing both optimal and diverse solutions beyond the capabilities of other heuristics. This is particularly true for very large solution spaces, which is the case in real-world machine-learning problems with many features.
  • Item
    Thumbnail Image
    Evaluation of the Early Intervention Physiotherapist Framework for Injured Workers in Victoria, Australia: Data Analysis Follow-Up
    Khorshidi, HA ; Aickelin, U ; de Silva, A (MDPI, 2023-08)
    PURPOSE: This study evaluates the performance of the Early Intervention Physiotherapist Framework (EIPF) for injured workers. This study provides a proper follow-up period (3 years) to examine the impacts of the EIPF program on injury outcomes such as return to work (RTW) and time to RTW. This study also identifies the factors influencing the outcomes. METHODS: The study was conducted on data collected from compensation claims of people who were injured at work in Victoria, Australia. Injured workers who commenced their compensation claims after the first of January 2010 and had their initial physiotherapy consultation after the first of August 2014 are included. To conduct the comparison, we divided the injured workers into two groups: physiotherapy services provided by EIPF-trained physiotherapists (EP) and regular physiotherapists (RP) over the three-year intervention period. We used three different statistical analysis methods to evaluate the performance of the EIPF program. We used descriptive statistics to compare two groups based on physiotherapy services and injury outcomes. We also completed survival analysis using Kaplan-Meier curves in terms of time to RTW. We developed univariate and multivariate regression models to investigate whether the difference in outcomes was achieved after adjusting for significantly associated variables. RESULTS: The results showed that physiotherapists in the EP group, on average, dealt with more claims (over twice as many) than those in the RP group. Time to RTW for the injured workers treated by the EP group was significantly lower than for those who were treated by the RP group, indicated by descriptive, survival, and regression analyses. Earlier intervention by physiotherapists led to earlier RTW. CONCLUSION: This evaluation showed that the EIPF program achieved successful injury outcomes three years after implementation. Motivating physiotherapists to intervene earlier in the recovery process of injured workers through initial consultation helps to improve injury outcomes.
  • Item
    Thumbnail Image
    Time-Sensitive Cancellation Refund in Advance Booking: Effect of Online-to-Offline Marketing Policy
    Noori-daryan, M ; Allah Taleizadeh, A ; Aickelin, U (Elsevier BV, 2023-07)
    Due to heightened competition, current selling approaches are rapidly advancing as firms aim to enhance customer satisfaction to increase their market share and extend their customers’ zone. As an efficient advertising method, the online-to-offline (O2O) marketing strategy is extensively used by most of the competing vendors who tend to sell their commodities via advertisement in both virtual and traditional stores. By doing it this way, they can reach both online and offline-oriented customers, who prefer to buy the required commodities from online stores and real shopping centres respectively. In this research, we study the behaviour of two complementary firms in the airline and hotel industry using an advance booking policy. Here, it is supposed that cancellation is allowed and customers can enjoy a partial refund paid by the firms selling their products via both online and offline stores. The principal goal of this study is to investigate the behaviour of the partners of firms with/without an O2O strategy where the firms use partial refund for cancelled orders under time-sensitive cancellation rates. The optimal selling prices of commodities in advance and in a spot selling period are the decision variables, whose values are examined by numerical examples and are assessed using sensitivity analyses.
  • Item
    Thumbnail Image
    A deep reinforcement learning hyper-heuristic with feature fusion for online packing problems
    Tu, C ; Bai, R ; Aickelin, U ; Zhang, Y ; Du, H (PERGAMON-ELSEVIER SCIENCE LTD, 2023-11-15)
    In recent years, deep reinforcement learning has shown great potential in solving computer games with sequential decision-making scenarios. Hyper-heuristic is a generic search framework, capable of intelligently selecting or generating algorithms to solve a class of optimisation problems with stochastic or dynamic settings. This paper proposes a new general framework for solving online packing problems using deep reinforcement learning hyper-heuristics. Although analytical approaches can address most offline packing problems successfully, their online versions have proved much more challenging and the performance of the existing methods is often not satisfactory. In this paper, we extend a recent deep reinforcement learning hyper-heuristic framework by fusing the visual information of real-time packing with distributional information of random parameters of the problem. Computational experiments show that our method outperforms the state of the art online methods with reductions in optimality gap between 2%–19% for knapsack problem and 0.7% for the online strip packing problem. In addition, a new visual analysis presentation is also devised to better interpret the learned packing strategies, which can reveal more information than the widely used landscape analysis. As online packing problems are widely available in production environments, the proposed approach can serve as an important reference to solve other similar combinatorial optimisation problems for which visual layout inputs would aid learning.
  • Item
    Thumbnail Image
    A decision modeling approach for smart e-tourism data management applications based on spherical fuzzy rough environment
    Mohammed, RT ; Alamoodi, AH ; Albahri, OS ; Zaidan, AA ; AlSattar, HA ; Aickelin, U ; Albahri, AS ; Zaidan, BB ; Ismail, AR ; Malik, RQ (ELSEVIER, 2023-08)
    The technology deployment in smart e-tourism brings high potential in terms of customer data, events, reservations, and others. It acts as an effective and personalized guide to aid travelers. There is an increasing variety of smart e-tourism apps with multiple categories and criteria, but in terms of decision making, this presents a multicriteria complex problem to determine the best app from a group of available options with high criteria subjectivity. Literature reviews have evaluated and modeled the existing smart e-tourism apps alternatives, but informational uncertainty remains. The fuzzy sets and Multi-Attribute Decision Analysis (MADA) were used to handle the subjectivity issue. However, this process includes levels of uncertainty, which affects the decisions made and still an open issues. Spherical fuzzy rough sets (SFRSs) environment are useful in this situation for resolving fuzziness and ambiguity. This paper proposed a decision modeling approach for smart E-Tourism data management applications based on SFRSs environment. For methodology: firstly, a decision matrix is adopted for 5 different categories of Smart E-tourism's system applications on the basis of the integrated 12 evaluation criteria. Secondly, a new formulation and development formulating a new extension of FWZIC, called a Spherical Fuzzy Rough-Weighted Zero-Inconsistency (SFR-WZIC), for weighting the smart key concept attributes involved in modeling smart e-tourism, whereas a new formulation and development for a new extension of FDOSM, called a Spherical Fuzzy Rough Decision by Opinion Score Method (SFR-DOSM), for modeling the applications of smart e-tourism per each e-tourism category; then, the new developments are integrated. The proposed methods were evaluated using systematic ranking and sensitivity analysis.