Faculty Publications
Permanent URI for this communityhttps://idr.nitk.ac.in/handle/123456789/18736
Publications by NITK Faculty
Browse
8 results
Search Results
Item An Efficient Infectious Disease Detection in Plants Using Deep Learning(Springer Science and Business Media Deutschland GmbH, 2024) Sunil, C.K.; Jaidhar, C.D.Over the past decade, agriculture has suffered reduced productivity from climate change and improper water, fertilizer, and pesticide use, fueling plant diseases. Pathogens pose the main threat, impacting crop yield and quality. Early detection and targeted treatments are crucial to improve both yield and quality. To address this, we have carried out deep learning-based approaches and published ours works in conferences and journSal. Those works are briefly discussed in the paper as follows: (i) Empirical work on different plant datasets is conducted to analyze the hyperparameters of the neural network. (ii) The research minimizes misclassifications by leveraging an ensemble-based strategy with AlexNet, ResNet, and VGGNet across seven plant leaf image datasets. The complexity of plant disease diagnosis in diverse conditions is tackled through a hybrid deep learning strategy, exemplified in the cardamom plant disease detection approach. (iii) An innovative deep learning-based approach is introduced to precise plant disease detection, crucial in the face of similar symptoms and imbalanced data. The proposed Multilevel Feature Fusion Network (MFFN) incorporates adaptive attention mechanisms, enhancing robustness by considering diverse network features. (iv) With cardamom plant disease classification utilizing U2-Net for background removal and EfficientNetV2 for classification, the network excels the performance on images with complex background, with this generated benchmark dataset with a complex background. This research work produced good results by achieving 99% accuracy on the tomato plant and 98.28% accuracy on the cardamom leaf dataset. © The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2024.Item Weaklier-Supervised Semantic Segmentation with Pyramid Scene Parsing Network(Institute of Electrical and Electronics Engineers Inc., 2021) Naik, D.; Jaidhar, C.D.Semantic image segmentation is the essential task of computer vision. It requires dividing visual input into different meaningful interpretable categories. In this work image attribution and segmentation approach is proposed. It can identify complex objects present in an image. The proposed model starts with superpixelization using Simple Linear Iterative Clustering (SLIC). A Multi Heat Map Slices Fusion model (MSF) produces an object seed heat map, and a Saliency Edge Colour Texture (SECT) model generates pixel-level annotations. Lastly, the PSPNet model for developing the final semantic segmentation of the object. The proposed model was implemented, and compared with the earlier work, it excelled the performance score. © 2021 IEEE.Item Windows malware detector using convolutional neural network based on visualization images(IEEE Computer Society, 2021) Shiva Darshan, S.L.; Jaidhar, C.D.The evolution of malware is continuing at an alarming rate, despite the efforts made towards detecting and mitigating them. Malware analysis is needed to defend against its sophisticated behaviour. However, the manual heuristic inspection is no longer effective or efficient. To cope with these critical issues, behaviour-based malware detection approaches with machine learning techniques have been widely adopted as a solution. It involves supervised classifiers to appraise their predictive performance on gaining the most relevant features from the original features' set and the trade-off between high detection rate and low computation overhead. Though machine learning-based malware detection techniques have exhibited success in detecting malware, their shallow learning architecture is still deficient in identifying sophisticated malware. Therefore, in this paper, a Convolutional Neural Network (CNN) based Windows malware detector has been proposed that uses the execution time behavioural features of the Portable Executable (PE) files to detect and classify obscure malware. The 10-fold cross-validation tests were conducted to assess the proficiency of the proposed approach. The experimental results showed that the proposed approach was effective in uncovering malware PE files by utilizing significant behavioural features suggested by the Relief Feature Selection Technique. It attained detection accuracy of 97.968 percent. © 2013 IEEE.Item Cardamom Plant Disease Detection Approach Using EfficientNetV2(Institute of Electrical and Electronics Engineers Inc., 2022) Sunil, C.K.; Jaidhar, C.D.; Patil, N.Cardamom is a queen of spices. It is indigenously grown in the evergreen forests of Karnataka, Kerala, Tamil Nadu, and the northeastern states of India. India is the third largest producer of cardamom. Plant diseases cause a catastrophic influence on food production safety; they reduce the eminence and quantum of agricultural products. Plant diseases may cause significantly high loss or no harvest in dreadful cases. Various diseases and pests affect the growth of cardamom plants at different stages and crop yields. This study concentrated on two diseases of cardamom plants, Colletotrichum Blight and Phyllosticta Leaf Spot of cardamom and three diseases of grape, Black Rot, ESCA, and Isariopsis Leaf Spot. Various methods have been proposed for plant disease detection, and deep learning has become the preferred method because of its spectacular accomplishment. In this study, U2-Net was used to remove the unwanted background of an input image by selecting multiscale features. This work proposes a cardamom plant disease detection approach using the EfficientNetV2 model. A comprehensive set of experiments was carried out to ascertain the performance of the proposed approach and compare it with other models such as EfficientNet and Convolutional Neural Network (CNN). The experimental results showed that the proposed approach achieved a detection accuracy of 98.26%. © 2013 IEEE.Item Tomato plant disease classification using Multilevel Feature Fusion with adaptive channel spatial and pixel attention mechanism(Elsevier Ltd, 2023) Sunil, C.K.; Jaidhar, C.D.; Patil, N.Agriculture's productivity has decreased in the last decade due to climate change and inappropriate usage of water, fertilizer, and pesticides, which stimulate plant diseases. Plant pathogens are the prime threat to agriculture; diseases causes the development of plant and affects the quality and yield of the crop. To enhance crop yield and quality, early perceive the pathogens and insinuation of the proper medications are essential. Deep learning approaches produce promising results for classifying the input images, and the results vary for many reasons, such as data imbalance and fewer or identical features among other classes of the dataset. In this work, tomato plant disease classification is proposed by using Multilevel Feature Fusion Network (MFFN). It employs ResNet50, MFFN, and Adaptive Attention Mechanism, which combines channel, spatial, and pixel attention to classify the tomato plant leaf images. The proposed deep learning-based approach is trained and tested on a tomato plant leaves dataset and achieved 99.88% training accuracy, 99.88% validation accuracy, and 99.83% external testing accuracy. It outperformed the existing approaches relevant to the tomato plant dataset. Further, this work also proposes a pesticide prescription module that provides pesticide information based on the type of leaf disease. © 2023 Elsevier LtdItem Enhancing Anomaly Detection in Critical Systems Using Household Appliance Power Consumption Data(Institute of Electrical and Electronics Engineers Inc., 2024) Nayak, R.; Jaidhar, C.D.It is crucial to detect anomalous use of electrical power in critical systems to prevent malfunctions or hazards, ensure operational security, and optimize the energy economy. Since anomalies in critical systems can serve as early warning systems for potential issues or threats that could lead to severe failures, it becomes strategically crucial to discover them as soon as possible. This study proposes and suggests a novel technique for anomaly identification in industrial critical systems using a household appliance's electrical power consumption dataset in the absence of a dedicated critical system or industrial equipment dataset. The study looks at the ability of a deep learning (DL) model trained on household data to identify anomalous patterns in large-scale industrial equipment's power use. Convolutional neural network (CNN) is used in this work to analyze anomalous electrical power use based on micro-moments. In this work, an appliance-level dataset is employed for experimentation. 10 × 10 appliance-wise grayscale images are generated from numeric dataset with and without the instance-wise N-gram approach. The effectiveness of the proposed approach is evaluated and compared it with other ML and DL models used earlier. The experimental findings showed that the proposed approach worked better than other models. Compared to images created without the instance-wise N-gram approach, the performance of the proposed approach with images created with N-gram is superior. © 2001-2012 IEEE.Item Anomalous Electrical Power Consumption Detection in Household Appliances via Micro-Moment Classification(Institute of Electrical and Electronics Engineers Inc., 2025) Nayak, R.; Jaidhar, C.D.The detection of anomalous power consumption is critical for improving energy efficiency, particularly with the increasing demand in buildings. This study explores Convolutional Neural Network-based models by transforming 1-dimensional micro-moment labeled data into 2-dimensional matrices to capture both temporal and spatial consumption patterns. Three architectural variants are investigated: a conventional Deep Convolutional Neural Network (DCNN), a Depthwise Separable Convolutional Neural Network (DS-CNN), and a Depthwise Separable Residual Convolutional Neural Network (DSR-CNN). Unlike earlier studies, this work incorporates hyperparameter tuning, statistical validation, and cross-validation, resulting in the evaluation of over 450 model configurations. The results indicate that while the DCNN consistently achieves the highest accuracy, the DS-CNN achieves comparable performance with significantly reduced parameters and computational cost, making it suitable for real-time and resource-constrained environments. Model complexity analysis and statistical tests confirm the robustness of the findings. Finally, a systematic model selection strategy is presented, identifying the DS-CNN as the most balanced solution for effective and efficient anomaly detection in smart grid applications. © 2020 IEEE.Item Data-driven models for electricity theft and anomalous power consumption detection: a systematic review(Springer, 2025) Nayak, R.; Jaidhar, C.D.To maintain the effectiveness, dependability, and security of modern energy systems, analyzing and detecting anomalies in energy usage, such as electricity theft and unusual power consumption, is crucial as Smart Grid (SG) technologies become increasingly common. This survey paper comprehensively reviews the literature on energy consumption analysis and detection, focusing on detecting electricity theft and anomalous power consumption. The works that are considered in this paper are classified based on Machine Learning (ML), Deep Learning (DL), and hybrid models, to identify electricity theft and unusual power usage. Privacy preservation-based methodologies in the context of energy consumption research and summarize the survey articles. Furthermore, datasets used in electricity theft and anomalous power consumption detection, applications, challenges, and limitations related to detecting abnormal power usage and electricity theft are also discussed, and suggested future research paths to push the boundaries of this field of work. This survey study offers a thorough overview of current research trends and directions in energy consumption analysis and detection by synthesizing ideas from various studies. It benefits researchers, practitioners, and policymakers in the energy sector. © The Author(s), under exclusive licence to Springer Science+Business Media, LLC, part of Springer Nature 2025.
