Browse Items (14421 total)
Sort by:
-
Automated Classification of Medicinal Plants Using Lightweight Deep Learning and Transfer Learning
The identification of medicinal plants plays a pivotal role in traditional medicine, biodiversity conservation, and rural healthcare. Conventional manual identification methods are often time-consuming and error-prone, particularly when differentiating between morphologically similar species or plants at varying growth stages. Recent developments in deep learning, especially convolutional neural networks (CNNs) with transfer learning, have emerged as robust solutions for image-based classification tasks, offering efficiency and high accuracy with limited computational resources. The proposed framework employs a carefully structured deep learning pipeline integrating advanced preprocessing, lightweight architecture design, and domain-adaptive transfer learning. A large real-world dataset of 20,109 medicinal leaf images across 99 classes was standardized through resizing, normalization, and categorical encoding, followed by targeted data augmentation and class-weight balancing to address inter-class similarity and dataset imbalance. A key methodological novelty lies in the use of MobileNetV3 with an optimized transfer-learning strategy, leveraging its inverted residual blocks, Squeeze-and-Excite modules, and hard-swish activation to enhance texture-, venation-, and contour-based feature extraction in plant leaves. Unlike existing plant-recognition studies that rely on heavier CNNs, our approach introduces a computationally efficient, low-latency model specifically tailored for mobile and embedded deployment. Experimental results demonstrate that the proposed MobileNetV3-based model achieved a classification accuracy of 92.88%, with macro- and weighted-average F1-scores of 0.85 and 0.86, respectively. Precision and recall values across most classes ranged between 0.80 and 0.95, confirming the models reliability in differentiating species. The Author(s), under exclusive licence to Springer Nature Singapore Pte Ltd. 2026. -
Automated Contactless Continuous Temperature Monitoring System for Pandemic Disease Controlling Infrastructures
People are being thermally screened in hospitals and in such facilities, all the data collected must be stored and displayed. The person responsible for keeping track of people's body temperatures must put in more time and effort. This approach is a tedious task, especially during times of dealing with the pandemic diseases like Covid-19. Hence, in this paper, an automated contactless continuous temperature monitoring system is designed to eliminate this time-consuming process. If a person's temperature is too high, that is, higher than the usual temperature range, the system records it and monitors it continuously via a mobile application. In this paper, we present the development of an Automated contactless continuous body temperature monitoring system using a Raspberry Pi camera and mobile application. 2023 IEEE. -
Automated Detection Model (ADM) for Glaucoma, Exudate and Diabetic Retinopathy (DR) Diagnosis Using Fundus Images
A total of 15 million people in India suffer from blindness yet statistical analysis shows 75% of these cases can be treated. The research shows DR and Glaucoma lead to blindness in India. Long-term diabetes mainly causes diabetic retinopathy which stands as the primary cause of blindness. Glaucoma damages the optic nerve until blindness develops. The digitized format of fundus images provides useful diagnostic information about infected retinas for proper eye disease detection. Eye defect diagnosis at an early stage enables medical care that greatly decreases patient vision loss risk. An ophthalmologist conducted the disease screening process through examination of fundus image abnormalities. Higher rates of DR and glaucoma prevalence do not affect the number of available ophthalmologists for evaluating fundus images so the prevention of diseases has been delayed. An automated analytical system should be developed presently to help ophthalmologists enhance their diagnostic process efficiency. The paper introduces an artificial learning methodology that utilizes concatenate systems to detect input fundus images in three categories namely ND and GI and EI and DRI. No Diseases (ND), ii. Glaucoma (GI) iii. The classification groups include Exudate infected Images (EI) along with two other categories namely Glaucoma (GI) and DR Images (DRI). The proposed model Automated Detection Model (ADM) starts by analyzing input samples with histogram-based model and employs DenseNet121 and Inception-ResNetV2to facilitate further processing. The Convolution Neural Networks (CNN) function gathers and sorts the feature extraction data obtained from both models. The proposed approach demonstrates improved accuracy and recall plus average precision when used instead of a solitary model. The proposed machine-learning approach using fundus images proves successful for Glaucoma, Exudate and DR diagnosis according to this experiment. 2025 IEEE. -
Automated Detection of Deepfakes using Integrated AI and Computer Vision Strategies
Deepfakes, or artificial intelligence-generated fake videos, are becoming a greater concern for online information trust, personal privacy, and digital content security. This paper presents a straightforward and understandable technique for automatically identifying deepfakes in order to address this significant problem. The approach makes use of conventional computer vision and machine learning methods. The model examines manually produced visual cues such as eye distance, mouth movement, and head tilt in video footage. To increase accuracy, it employs a variety of classifier types, including Random Forest, Gradient Boosting, and a soft Voting Classifier. A method known as SMOTE was used to clean and balance the data, and categorical data was transformed into a format suitable for machine learning models. With an F1-score of 0.9802 and 98% accuracy, the results demonstrate that the Voting Classifier, which combines several models, works admirably while being straightforward and effective. This method makes detection successful and simple to comprehend while offering a helpful tool for swiftly identifying deepfakes, especially on systems with constrained resources. 2025 IEEE. -
Automated Diabetic Retinopathy Diagnosis Using Ensemble Approach
Diabetic Retinopathy is a major reason of vision impairment among diabetic patients, early and accurate diagnosis is crucial. This research focuses on developing a machine learning-based classification system to detect different stages of DR using Support Vector Machine (SVM), Random Forest (RF) and ensemble model. The dataset is divided into five categories: Healthy, Mild, Moderate, Proliferative and Severe DR. Performance evaluation using various metrics, including Accuracy, F1-score, RMSE and AUC-ROC, indicates that the ensemble model achieves the best results, with an accuracy of 77.66% and an AUC-ROC of 0.9015. The confusion matrices show that existing models struggle with certain misclassifications, the ensemble approach enhances overall predictive capability. Future improvements can include integrating deep learning models such as convolutional Neural Networks leveraging larger and more diverse datasets and incorporating image preprocessing techniques to enhance feature extraction. This system can help ophthalmologists to detect early and treatment planning, ultimately decrease the risk of blindness in diabetic patients. The Author(s), under exclusive license to Springer Nature Switzerland AG 2026. -
Automated Door with Password-Based Lock
The application of this work is to lock the door and ensure the safety of our space. This was done with heavy locks earlier. Locks do not ensure safety completely and there is a lot of tension around them. The main problem with traditional locks is that they are heavy, and their system is completely mechanical. The three basic ideas of this project are safety, privacy, and automation. This device is a password-based door lock system in which the door is opened and closed without any physical work, i.e. automatically. The key here is the password that the user has to enter to open the door. When the correct password is entered into the keypad, the microcontroller gives a command to the servo motor to rotate at a specific angle. If the incorrect password is entered, the motor will not do any operation and the user will not be allowed to enter. 2025 Author(s). -
Automated epileptic seizure classification using adaptive fast Fourier transform with non-uniform sampling and improved deep belief network
In automated brain-computer interaction (BCI), EEG signals are essential. This research uses AI to detect epileptic seizures, employing data from the BONN dataset (UCI), CHB-MIT dataset (physionet server), and Bangalore EEG Epilepsy Dataset (BEED). The goal is to develop an automated system for accurate seizure detection using adaptive fast Fourier transform with non-uniform sampling (AIFFT-NS) and an improved deep belief network (IDBN) model to enhance classification accuracy. The AIFFT-NS model serves as a channel for transforming spectro-temporal data. Using various EEG datasets, a number of extensive experiments are carried out, resulting in the validation of the efficacy of the proposed approach. High accuracy metrics, with 96.16% for the BEED dataset, 99.41% for the BONN dataset, and 96.31% for the CHB-MIT dataset, represent the evidentiary outcomes. This study emphasises the critical function of AI-facilitated spectro-temporal EEG analysis within the domain of medical diagnostics, going beyond the realm of automated seizure onset classification. Copyright 2024 Inderscience Enterprises Ltd. -
Automated Fetal Brain Localization, Segmentation, and Abnormalities Detection Through Random Sample Consensus
The ability to detect and identify prenatal brain abnormalities using magnetic resonance imaging (MRI) is critical, as one in every 1000 women is pregnant with one. The brain is abnormal. Detection of embryonic brain abnormalities at an early stage machine learning techniques can help you increase the quality of your data. Treatment planning and diagnosis according to the literature that the majority of the research done in order to classify brain abnormalities in the term "very early age" refers to preterm newborns and neonates, not fetal development. However, studies of prenatal brain MRI imaging have been published and compared these images to the MRI scans of newborns to identify a non-fetal aberrant behavior in neonates. In this case, a pipeline procedure, on the other hand, is time-consuming. In this research, a machine learning-based pipeline process for fetal brain categorization (FBC) is proposed. The classification of fetal brain anomalies at an early stage, before the baby is delivered, is the paper's key contribution. The proposed approach uses a flexible and simple method with cheap processing cost to detect and categorize a variety of abnormalities from MRI images with a wide range of fetal gestational age (GA). Segmentation, augmentation, feature extraction, and classification and detecting anomalies of the fbrain are different phases of the recent method. 2022, The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. -
Automated Leaf Disease Detection using a Hybrid CNN-BiLSTM Model for Smart Agriculture
The mitigation of crop losses and the sustainability of agriculture rely on the prompt identification of foliar diseases. In large-scale agriculture, conventional identification methods such as expert eye inspections are inefficient, susceptible to errors, and labour-intensive. A growing number of individuals are seeking automated methods to monitor plant health, given that the majority of Indians are employed in agriculture. This study presents a hybrid DL strategy for leaf disease detection, encompassing preprocessing, segmentation, feature extraction, and model training. Initially, images are processed to enhance their quality and uniformity. The impacted regions of the leaf are subsequently categorised by K-Means clustering. The classification accuracy is improved by utilising several feature extraction methods. The proposed model, CNBiLS, integrates bidirectional LSTM layers with convolutional layers to leverage the spatial and sequential information in image data. When evaluated against contemporary state-of-the-art models, CNBiLS exhibited superior performance, achieving an exceptional 99.84% classification accuracy. This result underscores the model's accuracy in identifying various leaf diseases. Ultimately, CNBiLS offers a precise, scalable, and robust automated system for detecting leaf diseases, equipping farmers with timely information to manage illnesses effectively, so enhancing both the quality and yield of their crops. 2025 IEEE. -
Automated Leukaemia Prediction and Classification Using Deep Learning Techniques
Leukemia is typically diagnosed based on an abnormal blood count, frequently an elevated White Blood Cell (WBC) count. The diagnosis is established through bone marrow, replaced by neoplastic cells. Acute Lymphoblastic Leukemia (ALL) is a type of leukaemia that affects the blood and bone marrow. Leukaemia primarily affects children and adults around the world. Early leukaemia detection is critical for appropriately treating patients, especially children. This research aims to present a diagnostic method that uses computational intelligence and image processing algorithms to identify blast cells from ALL images. The medical image is prepared initially using the preprocessing and segmentation technique for efficient classification. In this research, the type is accomplished using Bidirectional Associative Memory Neural Networks (BAMNN), where the accuracy is 96.87%, the highest classification rate and outperforms the existing technique. 2023 IEEE. -
Automated lung cancer T-Stage detection and classification using improved U-Net model
Lung cancer results from the uncontrolled growth of abnormal cells. This research proposes an automated, improved U-Net model for lung cancer detection and tumor staging using the TNM system. A novel mask-generation process using thresholding and morphological operations is developed for the U-Net segmentation process. In the pre-processing stage, an advanced augmentation technique and contrast limited adaptive histogram equalization (CLAHE) are implemented for image enhancement. The improved U-Net model, enhanced with an advanced residual network (ARESNET) and batch normalization, is trained to accurately segment the tumor region from lung computed tomography (CT) images. Geometrical parameters, including perimeter, area, convex area, solidity, roundness, and eccentricity, are used to find precise T-stage of lung cancer. Validation using performance metrics such as accuracy, specificity, sensitivity, precision, and recall shows the proposed hybrid method is more accurate than existing approaches, achieving a staging accuracy of 94%. This model addresses the need for a highly accurate automated technique for lung cancer staging, essential for effective detection and treatment. 2024 Institute of Advanced Engineering and Science. All rights reserved. -
Automated neurological brain disease detection in magnetic resonance imaging using deep learning approaches
A neurological type of brain disease called multiple sclerosis (MS) impairs how well the nervous system is able to function efficiently and causes people to experience visual, sensory, and problems with movement. Multiple methods of detection have been proposed so far for diagnosing MS; among them, magnetic resonance imaging (MRI) has drawn a lot of interest from healthcare providers. The ability to quickly diagnose lesions related to MS depends on a fundamental understanding of the anatomy and workings of the brain that MRI technology provides doctors. Using an MRI for diagnosing MS is tedious, time-consuming, and prone to human error. In the present investigation, lesion activity involves preprocessing and segmentation of the MS images from two time points using deep learning approaches. 2024 by IGI Global. All rights reserved. -
Automated Organic Web Harvesting on Web Data for Analytics
Automated Web search and web data extraction has become an inevitable part of research in the area of web mining. The web scraping has immense influence on ecommerce, market research, web indexing and much more. Most of the web information is presented in an unstructured or free format. Web scraping helps every user to retrieve, analyze and use the data suitably according to their requirement. There exist different methodologies for web scraping. Major web scraping tools are rule based systems. In the proposed work, an automated method for web information extraction using Computer Vision is proposed and developed. The proposed automated web scraping method comprises of automated URL extraction virtual extraction of required data and storing the data in a structured format which is useful in market research. 2021, The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. -
Automated Risk Management Based Software Security Vulnerabilities Management
An automated risk assessment approach is explored in this work. The focus is to optimize the conventional threat modeling approach to explore software system vulnerabilities. Data produced in the software development processes are better leveraged using Machine Learning approaches. A large amount of industry knowledge around security vulnerabilities can be leveraged to enhance current threat modeling approaches. Work done here is in the ecosystem of software development processes that use Agile methodology. Insurance business domain data are explored as a target for this study. The focus is to enhance the traditional threat modeling approach with a better quantitative approach and reduce the biases introduced by the people who are part of software development processes. This effort will help bridge multiple data sources prevalent across the software development ecosystem. Bringing these various data sources together will assist in understanding patterns associated with security aspects of the software systems. This perspective further helps to understand and devise better controls. Approaches explored so far have considered individual areas of software development and their influence on improving security. There is a need to build an integrated approach for a total security solution for the software systems. A wide variety of machine learning approaches and ensemble approaches will be explored. The insurance business domain is considered for the research here. CWE (Common Weaknesses Enumeration) mapping from industry knowledge are leveraged to validate the security needs from the industry perspective. This combination of industry and company data will help get a holistic picture of the software system's security. Combining the industry and company data helps lay down the path for an integrated security management system in software development. The risk management framework with the quantitative threat modeling process is the work's uniqueness. This work contributes toward making the software systems secure and robust with time. 2013 IEEE. -
Automated segmentation and classification of nuclei in histopathological images
Various kinds of cancer are detected and diagnosed using histopathological analysis. Recent advances in whole slide scanner technology and the shift towards digitisation of whole slides have inspired the application of computational methods on histological data. Digital analysis of histopathological images has the potential to tackle issues accompanying conventional histological techniques, like the lack of objectivity and high variability. In this paper, we present a framework for the automated segmentation of nuclei from human histopathological whole slide images, and their classification using morphological and colour characteristics of the nuclei. The segmentation stage consists of two methods, thresholding and the watershed transform. The features of the segmented regions are recorded for the classification stage. Experimental results show that the knowledge from the selected features is capable of classifying a segmented object as a candidate nucleus and filtering out the incorrectly identified segments. Copyright 2022 Inderscience Enterprises Ltd. -
Automated Single Responsibility Principle Enforcement: A Step Toward Reusable and Maintainable Code
In this study, we delve into the sphere of automated code scrutiny, specifically concentrating on compliance with the single responsibility principle (SRP), a key principle in software architecture. The SRP proposes that a class should have a singular reason for modification, thereby enhancing code cohesion and facilitating its maintenance and reusability. The study presents a pioneering system that utilizes a holistic strategy to ascertain SRP compliance within code. This system rigorously inspects code interfaces, the interaction points among various software components. Through this process, we extract critical insights into the codes maintainability and reusability. An optimally designed interface can significantly improve code management and foster its reuse, leading to superior software design efficiency. Beyond interface inspection, our system also explores complexity metrics such as cyclomatic complexity and hassel volume. Cyclomatic complexity offers a numerical indicator of the count of linearly independent paths traversing a programs source code, serving as a measure of code complexity. Hassel volume is an additional metric that can quantify code complexity. Moreover, our system employs code smell detection methodologies to identify instances of high interdependence between classes, often a sign of SRP breaches. High interdependence, or tight coupling, complicates code modification and maintenance. The system integrates the conclusions from these varied analyses to determine SRP compliance. The outcomes of this investigation highlight a hopeful trajectory toward automated SRP detection. This could provide developers with tools that proactively foster the development of well-organized and maintainable code, thereby enhancing software design quality. The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2024. -
Automated testbed and real-time port analysis for reconfigurable inputoutput boards
In the computational world, automation plays a vital role in every aspect. The idea of developing and testing Reconfigurable InputOutput (RIO) Boards automatically without manual interaction is a challenging task. Initially, testing was done manually which takes a lot of time and also requires human interaction. With the proposed idea one can reduce human interaction and testing time with smart automated design setup. This testing includes testing of various functionalities of the RIO boards. This can be done by testing the features of each port with its pin configuration. To be more precise, in this process an automated testbed is designed and algorithms are proposed to verify the features of each pin such as Digital Read, Digital Write, Analog Read and Analog Write of the RIO boards along with the motor pins. Thus, the proposed method makes the setup simple, without any complications by giving the instructions to perform the testing process for each board without human interaction. Results show that the proposed method can reduce time consumption 95%, human interaction by 95% and increase testing accuracy to 87%. 2020 Informa UK Limited, trading as Taylor & Francis Group. -
Automated Verification of Open/Closed Principle: A Code Analysis Approach
The SOLID principles are foundational to software engineering, focusing on the maintainability, scalability, and extensibility of software systems. The Open/Closed Principle (OCP), a pivotal element among these principles, underscores the need to design software modules that are open for extension yet closed for modification. This research explores automated verification techniques for OCP, addressing the validation of software modules through extensibility and adaptability assessments. The principal objectives involve the development of a code analysis approach and a methodology capable of automating the verification of adherence to OCP in developed codes, providing actionable insights to software developers. The system focuses on specific aspects of OCP, including inheritance, abstraction, and polymorphism, and aims to provide clear indications of where violations occur within a codebase. The implementation uses the Abstract Syntax Tree (AST) analysis to examine class definitions. The automated analysis of Python code using the defined rules offers a clear understanding of OCP adherence. Results are presented in Pandas DataFrames, indicating potential violations and providing developers with actionable insights to enhance code quality and maintainability. Overall, the automated code verification system aims to enhance code quality and adherence to fundamental design principles, paving the way for advancements in automated code analysis and software engineering practices. 2024 IEEE. -
Automated Waste Segregation using Raspberry Pi and Deep Learning
With rapid urbanization and increasing waste generation, efficient waste segregation has become a critical challenge for sustainable waste management. Traditional waste disposal methods rely heavily on manual sorting, which is inefficient, labor-intensive, and prone to errors, leading to improper recycling and environmental hazards. To address these problems, a clever waste segregation method is presented in this research. It automatically sorts waste into four categoriesglass, metal, plastic, and paper/cardboardusing computer vision and machine learning. A 720p webcam is used to collect images in real time, and the system is powered by a Raspberry Pi 4B with 4GB of RAM. A Convolutional Neural Network (CNN) model that was developed using the TrashNet dataset forms its basis. The model can correctly identify the waste in the photos due to an optimized training method that incorporates data augmentation, regularization strategies, and early stopping to prevent overfitting. An SG90 servo motor controls the lid, ensuring the garbage is placed in the appropriate compartment, while an MG996R servo motor swings the bin into place after the waste has been classified. The bin and lid go back to their initial places once the garbage has been dumped, preparing the system for usage again. Here, we are able to combine automated mobility, automated categorization, and real-time waste detection with embedded technologies, machine learning, and automation to separate waste with the least amount of human intervention. Furthermore, the system's scalability and adaptability make it appropriate for smart city initiatives, urban trash management, and wider industrial application. Consequently, this technology helps to tackle intelligent waste management problems, which facilitates the emergence of a sustainable and eco-friendly future. The system achieved a testing accuracy of 88.1%, showcasing its effectiveness and reliability. Grenze Scientific Society, 2025. -
Automatic Classification of Normal and Affected Vegetables Based on Back Propagation Neural Network and Machine Vision
This article presents a neural network and machine vision-based approach to classify the vegetables as normal or affected. The farmers will have great difficulty if there is a change from one disease control to another. The examination through an open eye to classify the diseases by name is more expensive. The texture and color features are used to identify and classify different vegetables into normal or affected using a neural network and machine vision. The mixture of both the features is proved to be more effective. The results of experiments show that the proposed methodology extensively supports the accuracy in automatic detection of affected and normal vegetables. The applications in packing and grading of vegetables are the outcome of this research article. 2019, Springer Nature Singapore Pte Ltd.
