Scopus Index Publications
Permanent URI for this communityhttps://rda.sliit.lk/handle/123456789/2162
This collection consists of all Scopus-indexed publications produced by SLIIT researchers. Scopus is recognized worldwide as a leading and reputable academic indexing database.
Browse
10 results
Filters
Advanced Search
Filter by
Settings
Search Results
Publication Open Access Eco-friendly mix design of slag-ash-based geopolymer concrete using explainable deep learning(Elsevier, 2024-09) Ranasinghe, R.S.S.; Kulasooriya, W.K.V.J.B; Perera, U.S; Ekanayake, I.U.; Meddage, D.P.P.; Mohotti, D; Rathanayake, UGeopolymer concrete is a sustainable and eco-friendly substitute for traditional OPC (Ordinary Portland Cement) based concrete, as it reduces greenhouse gas emissions. With various supplementary cementitious materials, the compressive strength of geopolymer concrete should be accurately predicted. Recent studies have applied deep learning techniques to predict the compressive strength of geopolymer concrete yet its hidden decision-making criteria diminish the end-users’ trust in predictions. To bridge this gap, the authors first developed three deep learning models: an artificial neural network (ANN), a deep neural network (DNN), and a 1D convolution neural network (CNN) to predict the compressive strength of slag ash-based geopolymer concrete. The performance indices for accuracy revealed that the DNN model outperforms the other two models. Subsequently, Shapley additive explanations (SHAP) were used to explain the best-performed deep learning model, DNN, and its compressive strength predictions. SHAP exhibited how the importance of each feature and its relationship contributes to the compressive strength prediction of the DNN model. Finally, the authors developed a novel DNN-based open-source software interface to predict the mix design proportions for a given target compressive strength (using inverse modeling technique) for slag ash-based geopolymer concrete. Additionally, the software calculates the Global Warming Potential (kg CO2 equivalent) for each mix design to select the mix designs with low greenhouse emissions.Publication Open Access COVID-19 symptom identification using Deep Learning and hardware emulated systems(Elsevier, 2023-06-28) Liyanarachchi, R; Wijekoon, J; Premathilaka, M; Vidhanaarachchi, SThe COVID-19 pandemic disrupted regular global activities in every possible way. This pandemic, caused by the transmission of the infectious Coronavirus, is characterized by main symptoms such as fever, fatigue, cough, and loss of smell. A current key focus of the scientific community is to develop automated methods that can effectively identify COVID-19 patients and are also adaptable for foreseen future virus outbreaks. To classify COVID-19 suspects, it is required to use contactless automatic measurements of more than one symptom. This study explores the effectiveness of using Deep Learning combined with a hardware-emulated system to identify COVID-19 patients in Sri Lanka based on two main symptoms: cough and shortness of breath. To achieve this, a Convolutional Neural Network (CNN) based on Transfer Learning was employed to analyze and compare the features of a COVID-19 cough with other types of coughs. Real-time video footage was captured using a FLIR C2 thermal camera and a web camera and subsequently processed using OpenCV image processing algorithms. The objective was to detect the nasal cavities in the video frames and measure the breath cycles per minute, thereby identifying instances of shortness of breath. The proposed method was first tested on crowd-sourced datasets (Coswara, Coughvid, ESC-50, and a dataset from Kaggle) obtained online. It was then applied and verified using a dataset obtained from local hospitals in Sri Lanka. The accuracy of the developed methodologies in diagnosing cough resemblance and recognizing shortness of breath was found to be 94% and 95%, respectively.Publication Embargo UveaTrack: Uveitis Eye Disease Prediction and Detection with Vision Function Calculation and Risk Analysis Publisher: IEEE Cite This PDF(Institute of Electrical and Electronics Engineers, 2022-10-15) Perera, B. D. K; Wickramarathna, W.A.A.I.; Chandrasiri, S; Wanniarachchi, W.A.P.W; Dilshani, S.H.N; Pemadasa, NUveitis is an inflammatory infection that affects uvea tissue, the middle layer of the eyewall. It can result in swelling or damage to the eye and lead to vision impairments or blindness. Most Uveitis symptoms are associated with many other diseases localized to the eye. Thus, it is hard to determine the responsible symptoms for uveitis. Consequently, early detection of this disease can prevent a perilous situation in the future. The initial motivation behind the design of this mobile application is to help accurately diagnose uveitis with minimal time and effort and thereby minimize the shortage of human specialists in this field. The 'UveaTrack' is a hybrid mobile application that enables the keep tracking of uveitis eye illness and uses machine learning (ML) algorithms, deep learning (DL) architectures, and image processing techniques for developing the system. The 'UveaTrack' application could be able to achieve an average accuracy of more than 85% and had produced overall better results. Furthermore, the 'UveaTrack' application can use as a valuable instructional tool for freshly graduated clinicians, supporting their work with patients and assisting them in making diagnostics conclusions.Publication Embargo Intelligent System for Skin Disease Detection of Dogs with Ontology Based Clinical Information Extraction(Institute of Electrical and Electronics Engineers Inc., 2022-10-29) Rathnayaka, R. M. N. A; Anuththara, K. G. S. N; Wickramasinghe, R.J.P; Gimhana, P. S; Weerasinghe, L; Wimalaratne, GThe largest organ in dogs, the epidermis, is crucial in supplying immunological responses. Skin will preserve all the nutrients and safeguard the cells while warding off harmful or pathogenic substances. Most dog owners today are not aware that their pet dog has a skin condition. Although they were aware of these ailments, they had no notion of how to cure them. In such a situation, the dog may experience pain and an aggravation of the condition. Owners should therefore take their dogs to the vet, even if the skin condition is minor. It can, however, be a costly procedure. There aren't many forums where dog owners may get advice from professionals and ask inquiries regarding their pets. The solution suggests a fully functional mobile application which is a combination of disease identification feature, disease severity level detection feature, domain specific knowledge base with semantic web development and a domain specific AI based chat-bot to the dog owners to overcome this problem using Convolutional Neural Network (CNN) and natural language processing (NLP).System will extract the necessary features from the images of the lesion to classify the skin condition and Severity level of the disease. The results obtained show disease type classification is within the accuracy range of 77.78% to 100% which tested again 4 CNN base models. As for the severity level identification accuracy situated around 99.62%.Publication Open Access Comparative Analysis of Deep Learning Models for Multi-Step Prediction of Financial Time Series(researchgate.net, 2020-10-21) Aryal, S; Nadarajah, D; Rupasinghe, P.L; Jayawardena, C; Kasthurirathna, DFinancial time series prediction has been a key topic of interest among researchers considering the complexity of the domain and also due to its significant impact on a wide range of applications. In contrast to one-step ahead prediction, multi-step forecasting is more desirable in the industry but the task is more challenging. In recent days, advancement in deep learning has shown impressive accomplishments across various tasks including sequence learning and time series forecasting. Although most previous studies are focused on applications of deep learning models for single-step ahead prediction, multi-step financial time series forecasting has not been explored exhaustively. This paper aims at extensively evaluating the performance of various state-of-the-art deep learning models for multiple multi-steps ahead prediction horizons on real-world stock and forex markets dataset. Specifically, we focus on Long-Short Term Memory (LSTM) network and its variations, Encoder-Decoder based sequence to sequence models, Temporal Convolution Network (TCN), hybrid Exponential SmoothingRecurrent Neural Networks (ES-RNN) and Neural Basis Expansion Analysis for interpretable Time Series forecasting (N-BEATS). Experimental results show that the latest deep learning models such as NBEATS, ES-LSTM and TCN produced better results for all stock market related datasets by obtaining around 50% less Root Mean Squared Error (RMSE) and Mean Absolute Error (MAE) scores for each prediction horizon as compared to other models. However, the conventional LSTM-based models still prove to be dominant in the forex domain by comparatively achieving around 2% less error values.Publication Embargo Comparative analysis of the application of Deep Learning techniques for Forex Rate prediction(2019 1st International Conference on Advancements in Computing (ICAC), SLIIT, 2019-12-05) Aryal, S.; Nadarajah, D.; Kasthurirathna, D.; Rupasinghe, L.; Jayawardena, C.Forecasting the financial time series is an extensive field of study. Even though the econometric models, traditional machine learning models, artificial neural networks and deep learning models have been used to predict the financial time series, deep learning models have been recently employed to do predictions of financial time series. In this paper, three different deep learning models called Long Short-Term Memory (LSTM), Convolutional Neural Network (CNN) and Temporal Convolution Network (TCN) have been used to predict the United States Dollar (USD) to Sri Lankan Rupees (LKR) exchange rate and compared the accuracy of the models. The results indicate the superiority of CNN model over other models. We conclude that CNN based models perform best in financial time series prediction.Publication Embargo Intelligent Disease Detection System for Greenhouse with a Robotic Monitoring System(2020 2nd International Conference on Advancements in Computing (ICAC), SLIIT, 2020-12-10) Fernando, S.; Nethmi, R.; Silva, A.; Perera, A.; De Silva, R.; Abeygunawardhana, P.K.W.Greenhouse farming plays a significant role in the agricultural industry because of its controlled climatic features. Recent examinations have stated that the mean creation of the yields under greenhouses is lessening due to disease events in the plants. These foods have become an imposing undertaking because these plants are being assaulted by different bacterial diseases, micro-organisms, and pests. The chemicals are applied to the plants intermittently without thinking about the necessity of each plant. Several problems have occurred in the greenhouse environment due to these causes. Therefore, there is a huge necessity for a system to detect diseases at an early stage. This research focused on designing a system to detect disease, which causes yellowish in greenhouse plants. Plant yellowing can be considered a significant problem of plants that grow under greenhouse-controlled environments. Through this research is focused on the most important and one of the most attentiongrabbing crop tomato. There are specific diseases that cause yellowish the tomato plant, and they have been identified. The techniques utilized for early recognition of infection are image processing, machine learning, and deep learning.Publication Embargo Deepfake Audio Detection: A Deep Learning Based Solution for Group Conversations(2020 2nd International Conference on Advancements in Computing (ICAC), SLIIT, 2020-12-10) Wijethunga, R.L.M.A.P.C.; Matheesha, D.M.K.; Al Noman, A.; De Silva, K.H.V.T.A.; Tissera, M.; Rupasinghe, L.The recent advancements in deep learning and other related technologies have led to improvements in various areas such as computer vision, bio-informatics, and speech recognition etc. This research mainly focuses on a problem with synthetic speech and speaker diarization. The developments in audio have resulted in deep learning models capable of replicating naturalsounding voice also known as text-to-speech (TTS) systems. This technology could be manipulated for malicious purposes such as deepfakes, impersonation, or spoofing attacks. We propose a system that has the capability of distinguishing between real and synthetic speech in group conversations.We built Deep Neural Network models and integrated them into a single solution using different datasets, including but not limited to Urban- Sound8K (5.6GB), Conversational (12.2GB), AMI-Corpus (5GB), and FakeOrReal (4GB). Our proposed approach consists of four main components. The speech-denoising component cleans and preprocesses the audio using Multilayer-Perceptron and Convolutional Neural Network architectures, with 93% and 94% accuracies accordingly. The speaker diarization was implemented using two different approaches, Natural Language Processing for text conversion with 93% accuracy and Recurrent Neural Network model for speaker labeling with 80% accuracy and 0.52 Diarization-Error-Rate. The final component distinguishes between real and fake audio using a CNN architecture with 94% accuracy. With these findings, this research will contribute immensely to the domain of speech analysis.Publication Embargo Smart Intelligent Floriculture Assistant Agent (SIFAA)(2021 3rd International Conference on Advancements in Computing (ICAC), SLIIT, 2021-12-09) Samaratunge, U.S.S.; Amarasinghe, D.H.L.; Kirindegamaarachchi, M.C.; Asanka, B.L.Technology has become a vital aspect for various functional purposes throughout the world and some industries like floriculture have not adapted technology to solve and facilitate currently facing problems and provide the supply to the demand. Consequently, we have identified and implemented a solution that will address major aspects of such industry barriers. To address these major aspects we proposed a system Smart Intelligent Floriculture Assistant Agent (SIFAA), which uses expert knowledge with solutions and guideline such as identify diseases based on deep learning techniques. It also suggests remedies for diseases based on the expert knowledge, recommend best products for customers by using Reinforcement Learning (RL) technique, motivate cultivators by using demand forecasting, and apply feature engineering by using Linear Regression (LR) and ensemble advance LightGBM Regressors techniques.Publication Embargo Machine Learning-based Prediction Model for Academic Performance(2021 3rd International Conference on Advancements in Computing (ICAC), SLIIT, 2021-12-09) Tharsha, S.; Dilogera, J.; Mohanashiyaam, B.; Kirushan, S.; Chathurika, K.B.A.B.; Swarnakantha, N.H.P.R.S.This paper represents the work of a new integrated and collaborative Smart application for managing students online through data mining techniques. Nowadays especially in this pandemic situation, there is a necessity for academic management to incorporate and change all study methods online. By considering all these conditions this research is focused to discuss the solution to manage and engage students smartly and easily. Thou technology advancements have a serious impact on the day-to-day life people face troubles when using complex applications, this implemented Smart application is simple to use and a great tool for Student Management systems. The survey feedback from students, academic staff, and the public illustrate that this project helps to improve the effectiveness and efficiency of learning capability among the targeted group. The main objective of this project is to build up a smart model using Machine Learning, Deep Learning, and Artificial Intelligence to overcome generic learning problems. Therefore, this paper aims to present the concept behind the development and implementation of the Smart Study Application for Student Management System.
