Faculty of Computing-Scopus
Permanent URI for this collectionhttps://rda.sliit.lk/handle/123456789/4892
Browse
7 results
Search Results
Item Embargo Throat AI - An Intelligent System For Detecting Foreign Objects In Lateral Neck X-Ray Images(Institute of Electrical and Electronics Engineers Inc., 2025) Baddewithana, P; Krishara, J; Yapa, KForeign Object ingestion is a commonly encountered medical condition within the Ear, Nose, and Throat clinical domain. Timely and accurate detection of such objects is vital, as it often guides the need for surgical intervention. Among the available imaging techniques, lateral neck X-rays are the most widely used radiographs to visualize and assess the presence of FOs in the throat. However, manual interpretation of these images can be time-consuming and subject to human error, potentially leading to misdiagnosis or delayed treatment. This research presents a deep learning-based software solution, deployable via web and mobile platforms, aimed at assisting medical professionals with the automated detection of FOs in lateral neck X-rays. The system leverages state-of-the-art YOLO object detection models, specifically evaluating novel versions such as YOLO-NAS-s, YOLOv11s, and YOLOv8s-OBB to ensure high detection accuracy and deployment efficiency. The best-performing model, YOLO-NAS-s, achieved a validation accuracy of 96.3%. For deployment, the model was hosted on the Roboflow platform and accessed via a FastAPI-based middleware server. Performance evaluation showed an average inference time of approximately 2 seconds and a memory footprint of around 100 MB on standard computing hardware, demonstrating its suitability for integration into resource-constrained clinical environments. This setup highlights the system's lightweight design and real-world applicability. Training, evaluation, and testing of the deep learning models were conducted using a dataset curated from public local healthcare institutions and online medical imaging repositories.Item Embargo An Integrated Deep Learning Framework for Early Detection of Vision Disorders(Institute of Electrical and Electronics Engineers Inc., 2025) Jayathilaka, S; Balaruban, D; Kumanayake, I; Elladeniya, A; Wijendra, D; Krishara, J; De Silva, MVision impairment due to retinal diseases like Diabetic Retinopathy (DR), Age-Related Macular Degeneration (AMD), Glaucoma, and Retinal Vein Occlusion (RVO) poses a significant health challenge in Sri Lanka, where these conditions are leading causes of blindness. This research presents a novel multi-disease prediction system leveraging advanced deep learning techniques for early detection of DR, AMD, Glaucoma, and RVO. The study utilized publicly available datasets, including retinal fundus images from repositories such as RFMiD, IDRiD, APTOS validated by medical professionals to ensure diagnostic reliability. These images were preprocessed and augmented to train robust convolutional neural network (CNN) models tailored to each disease. The predictive models were developed and optimized using hybrid architectures, integrating attention mechanisms and feature fusion for enhanced performance. This approach achieved high accuracies 93% for DR, 92% for AMD, 94% for Glaucoma, and 94% for RVO demonstrating robustness and consistency across diverse retinal conditions. To validate real-world applicability, the models underwent further testing in clinical settings using a Sri Lankan dataset, reflecting local disease prevalence and imaging conditions. By combining validated public data with clinical testing, this scalable system supports ophthalmologists in early diagnosis, reducing diagnostic delays and improving patient outcomes. This work offers a reliable, innovative solution to mitigate the burden of blindness in Sri Lanka and beyond.Item Embargo AI-Driven Vehicle Valuation and Market Trend Analysis for Sri Lanka's Automotive Sector(Institute of Electrical and Electronics Engineers Inc., 2025) De Silva K.P.N.T.; Shehan H.A.; Jayawardhane A.S; Premarathne A.P.S.; Krishara, J; Wijendra, D.RThe automotive sector in Sri Lanka faces challenges in vehicle valuation accuracy and market trend analysis due to fluctuating prices, varying vehicle conditions, and environmental concerns. This paper presents an AI-driven vehicle valuation system integrating machine learning models for automated vehicle identification, damage detection, market trend analysis, and environmental sustainability assessments. Using deep learning techniques such as Convolutional Neural Networks (CNNs) and time-series models like Long Short-Term Memory (LSTM), the system delivers accurate valuation and market trend insights. Experimental results demonstrate 9 2% accuracy in damage classification and a mean absolute error (MAE) of 5.3% in repair cost estimation, supporting informed decision-making. This research bridges gaps in valuation transparency and sustainability in emerging automotive markets.Item Embargo Enhancing the Performance of Supply Chain using Artificial Intelligence(Institute of Electrical and Electronics Engineers Inc., 2025) Wijedasa, S; Gnanathilake, K; Alahakoon, T; Warunika, R; Krishara, J; Tissera, WOptimizing warehouse operations is essential to meet dynamic customer demands while maintaining efficiency in the rapidly changing supply chain landscape. Using four key components, this research presents a comprehensive AI-based approach to improve supply chain management performance. The first component uses Long Short-Term Memory (LSTM) networks to predict demand and returns, allowing for accurate forecasting of product demand and returns based on historical sales data. The second component uses Q-learning, a Reinforcement Learning (RL) technique that optimizes the scheduling of product replenishments by prioritizing critical stock shortages based on inventory levels and predicted demand. The third component analyzes customer purchasing patterns using FP Growth and clustering algorithms to analyze customer buying patterns, strategically placing items in aisles to reduce selection time and improve picking efficiency. The final component involves customer churn prediction using machine learning techniques to identify at-risk customers and facilitate proactive retention strategies. To bridge the gap between complex AI models and practical warehouse operations, a web-based application named 'OptiFlow AI' has been developed. This platform provides warehouse workers with user-friendly interfaces to access demand forecasts, replenishment priorities, optimized product placements, and customer retention insights. The proposed system significantly enhances operational efficiency, reduces time delays, and improves customer satisfaction, contributing to a more resilient and intelligent supply chain ecosystem.Item Embargo AI Powered Integrated Code Repository Analyzer for Efficient Developer Workflow(Institute of Electrical and Electronics Engineers Inc., 2025) Akalanka, I; Silva, S.D; Ganeshalingam, M; Abeykoon, A; Wijendra, D; Krishara, JTransitioning between new and legacy codebases in diverse project environments poses significant challenges for developers, especially with traditional Knowledge Transfer (KT) methods, which are often resource intensive and prone to obsolescence. These limitations hinder the Software Development Life Cycle (SDLC), particularly in fast-paced industrial settings. This research introduces an AI-driven automation solution that leverages large language models (LLMs) and advanced artificial intelligence technologies to address critical gaps in technical knowledge transfer, with a focus on modern software frameworks. The proposed system reduces development costs, improves team performance, and accelerates adaptation to complex codebases. Key features include a documentation generation tool that cuts manual effort by up to 90%, with an average generation time of 6.8 minutes. Additionally, a virtual knowledge transfer assistant enhances onboarding efficiency, potentially reducing senior developer involvement by 50-60%. The system also includes an automated diagram generator that achieves 97% validation accuracy and a code smell detection tool with 71% accuracy, resulting in better code quality assessments. These findings demonstrate the effectiveness of AI-driven automation in improving developer productivity, streamlining onboarding processes, and optimizing software development workflowItem Embargo Context-Aware Behavior-Driven Pipeline Generation(Institute of Electrical and Electronics Engineers Inc., 2025) Gunathilaka, P; Senadheera, D; Perara, S; Gunawardana, C; Thelijjagoda, S; Krishara, JEnterprise networks increasingly rely on cloud platforms, remote collaboration tools, and real-time communication, placing high demands on bandwidth availability and responsiveness. Static bandwidth allocation approaches often fail to adapt to dynamic traffic conditions, leading to congestion, inefficiency, and degraded Quality of Service (QoS) for critical services such as VoIP and video conferencing. This research introduces a novel real-time bandwidth allocation system that integrates Deep Packet Inspection (DPI), supervised machine learning, and Linux traffic control (tc). Unlike prior solutions that focus only on classification or simulation, our system actively enforces bandwidth policies based on live predictions. Traffic is captured and analyzed in the WAN, while adaptive policies are deployed in the LAN. A web dashboard offers real-time traffic and bandwidth visibility. The proposed system addresses realworld enterprise challenges by enabling intelligent, responsive bandwidth management without requiring costly infrastructure changes, achieving measurable improvements in latency, throughput, and application-level prioritizationItem Open Access Intelligent Systems for Comprehensive Dog Management(Association for Computing Machinery, 2025-06-28) Katipearachchi, M.E; Sachethana, O; Gunawardena, G. N.A; Ruwanara, D.C; Krishara, J; Kasthurirathna, DIn recent years, the integration of advanced technologies with canine welfare has gained significant attention, leading to the development of comprehensive platforms for dog management. The "Research Pooch-Paw"initiative addresses the multifaceted needs of dog owners and stray dog populations through an innovative platform that incorporates machine learning, wearable sensors, and real-time data processing. The platform facilitates early disease detection, behaviour analysis, and health monitoring using IoT-enabled devices, and provides personalized care guidance. Additionally, it includes features for stray dog identification and emergency response using deep learning algorithms and image processing techniques. The research underscores the potential of leveraging modern technology to enhance the quality of life for dogs and improve the effectiveness of canine welfare strategies.
