ISSN: 2074-9074 (Print)
ISSN: 2074-9082 (Online)
DOI: https://doi.org/10.5815/ijigsp
Website: https://www.mecs-press.org/ijigsp
Published By: MECS Press
Frequency: 6 issues per year
Number(s) Available: 144
IJIGSP is committed to bridge the theory and practice of images, graphics, and signal processing. From innovative ideas to specific algorithms and full system implementations, IJIGSP publishes original, peer-reviewed, and high quality articles in the areas of images, graphics, and signal processing. IJIGSP is a well-indexed scholarly journal and is indispensable reading and references for people working at the cutting edge of images, graphics, and signal processing applications.
IJIGSP has been abstracted or indexed by several world class databases: Scopus, SCImago, Google Scholar, CrossRef, Baidu Wenku, IndexCopernicus, IET Inspec, EBSCO, JournalSeek, ULRICH's Periodicals Directory, WorldCat, Academic Journals Database, Stanford University Libraries, Cornell University Library, UniSA Library, CNKI Scholar, ProQuest, J-Gate, ZDB, BASE, OhioLINK, iThenticate, Open Access Articles, Open Science Directory, National Science Library of Chinese Academy of Sciences, The HKU Scholars Hub, etc..
IJIGSP Vol. 18, No. 4, Aug. 2026
REGULAR PAPERS
While the use of artificial intelligence in ophthalmology has increased over the past few years, inflammatory diseases like choroiditis remain widely unexplored. A delayed diagnosis in such cases can cause severe complications that can lead to visual disability, and hence, automated diagnosis systems can be of great importance. In this study, we present a systematic, evidence-driven methodology for designing a lightweight choroiditis classifier using a real-world small dataset with a constraint of low resource availability. This hybrid framework consists of two components. The first feature extraction component extracts features using the MobileNet-V3-Small model. The second component, namely the classification component, utilises the Support Vector Machine as the binary classifier. This optimal combination was identified through systematic comparative experiments. Statistical testing confirms the robustness of the classifier selection. The model gives a cross-validation accuracy of 94% and a held-out test accuracy of 97.06% with a training time of approximately 3 minutes for the end-to-end pipeline on a carefully collected and previously introduced choroiditis dataset. Being lightweight and computationally efficient, this model is a suitable candidate for future development into a reliable computer-aided diagnosis tool that could assist experts in reviewing images, providing telemedicine care, and prioritising patient appointments based on the initial results of the automated systems.
[...] Read more.The rapid development in deep learning-based generative softwares and image rendering tools has led to generation of massive photorealistic digital content – Fake images, fake videos, fake speech, etc. Such fake digital media may result in communication of misinformation, forgery of digital data, and losing trustworthiness in the information source. This poses a significant challenge to the field of digital forensics’ techniques, to which our present work attempts to make a contribution, by addressing the problem of differentiating AI-generated images from real photographs, using transfer learning and multi-branch fusion model. We propose a multi-branch model that integrates two pre-trained Vision Transformer models (DINO (self-distillation with no labels) and Contrastive Language – Image Pretraining (CLIP)) to extract complementary global features, along with a forensic and a hand-crafted feature branch, which extract low-level discriminating cues. These features are complimentary to each other and hence contribute in improving the robustness and performance of the model. These features from the four branches are adaptively weighted and combined by a cross-attention module, to give a fused and rich embedding. The model is further optimized by using augmentation-invariant loss, center loss and supervised contrastive loss in addition to the cross-entropy loss function. This framework achieves improved accuracy of 95.83% on PRCG dataset, 96.79% on CIFAKE dataset and 99.15% on GenImage dataset as compared to baselines. It also achieved stable cross-generator performance and enhanced robustness against real world corruptions like Blur, Noise, Compression, and others. The experimental results show a good separability between the classes, and enhanced performance on publicly available datasets.
[...] Read more.Currently, image compression algorithms are an integral part of modern information systems in various industries and spheres of human activity, including telecommunications, medicine, artificial intelligence, and defense technologies. This paper deals with a novel image compression method based on nonlinear multiscale decomposition with fractional-rational approximation, providing a compact representation of image components while preserving reconstruction quality. The proposed algorithm consists of five steps, including image preprocessing, discretization, nonlinear multiscale decomposition, quantization, and arithmetic compression. The method was evaluated using 1000 test images and demonstrated an average compression ratio of 13.2, with reconstructed image quality of 41.5 dB, outperforming classical wavelet-based approaches under comparable conditions (approximately by 8-10% in average). The computational complexity of the proposed algorithm remains suitable for practical implementation, making it a promising solution for efficient image compression in modern digital systems.
[...] Read more.Microplastics are tiny particles made of plastic that are a significant source of pollution in the sea, and are dangerous to both the environment and human health. Nevertheless, the existing detection techniques are not robust and general in dynamic underwater settings with varying microplastic shapes and sizes. To overcome these issues, a high-resolution underwater microplastic segmentation framework was implemented that integrates HCTSpeckle and Vision Transformer Encoder–Sandwich Decoder Network. Initially, underwater sensors record continuous visual images. The captured images are pre-processed with HCTSpeckle, a CNN-Transformer denoising network, for removing speckle noise, and it retains important structural information through the use of hybrid convolution-transformer blocks and double residual interactions. The denoised images were contrasted with the Lightweight YUV Transformer-based Network, in which multistage squeeze-and-excitation fusion is used to improve the visibility of object boundaries. The enhanced images are subjected to a hybrid Vision Transformer- Sandwich Decoder to produce precise underwater microplastic segmentation, where the ViT encoder captures high-level features that are globally correlated without distorting positioning information in space by patch embeddings and self-attention mechanisms. They are decoded using a Sandwich Decoder Network, which learns both local and global dependencies. Also, ranking and region-based pooling priorities fine edges and microplastic structures, whereas the pixel-wise segmentation head precisely categorizes the identified microplastics into fiber, film, pellet, and fragment types. The proposed approach attains the pixel accuracy of 0.97 and specificity of 0.98 with a Dice Coefficient of 0.934, which contains the effective segmentation result of underwater microplastic images. These findings ensure the framework efficiently identifies and categorizes various types of microplastics in diverse underwater sceneries.
[...] Read more.Skin cancer is one of the deadliest kinds of cancer because of it’s due to its visible onset and the potential for rapid progression and spread. Oncologists employ several techniques, including imaging and biopsies, to determine whether skin cancer is present, but these are labor-intensive and time-consuming. Developing an automated and accurate framework is essential for early skin cancer detection, which greatly increases the probability of a successful treatment and recovery. Therefore, to address the aforementioned problems, this study aim to propose a novel Deep Learning (DL)-based multi-class skin cancer classification (MC-SC2) model for automatically diagnosing skin cancers using dermoscopic images. Initially, the dermoscopic images are preprocessed using a Gaussian Filter (GF) to effectively remove noise. To address the class imbalance issue, we applied advanced augmentation techniques to oversample minority classes, ensuring a uniform class distribution and enhancing the model's ability to generalize. To extract the complex and dominant features, we propose a novel DL-based model called BAM-EfficientNet (Bottleneck Attention Module with EfficientNetB7). In BAM-EfficientNet, we replace each Squeeze-and-Excitation (SE) attention module with a BAM in the traditional EfficientNetB7; this modification enables the network to concentrate on the most relevant regions in the images. The extracted features fed into the proposed Modified Stacked Capsule Network (MSCNet) to classify a skin lesion image as AKIEC, BCC, BKL, DF, MEL, NV, and VASC. In the proposed MSCNet employs the Disperse Dynamic Routing (DDR) algorithm to improve capsule networks performance, and network's initial weights and biases are fine-tuned using Pelican Optimization Algorithm (POA) to further enhance performance. The HAM10000 dataset is used to assess the suggested model. The findings indicate that our approach beats current methods with an accuracy of 99.21% in classifying the seven different types of skin cancer, yielding substantial outcomes. These results demonstrate the potential of the suggested model as a quick, precise, and useful tool for early skin cancer diagnosis, providing important assistance in diagnosing skin cancer for medical professionals.
[...] Read more.The rapid growth of motor vehicles in urban areas has led to an increasing demand for parking facilities and requires tariff policies that are more adaptive to real field conditions. This study aims to develop a parking revenue potential classification model to support the formulation of progressive parking tariff policies using a data-driven and spatial analysis approach. The dataset includes vehicle attributes, parking volume, and temporal parking usage patterns. Parking revenue potential is categorized into low, medium, and high classes using a quantile-based approach. Unlike most previous studies that focus on parking occupancy prediction, this study proposes a revenue-oriented spatiotemporal classification model integrating spatial coordinates and temporal parking patterns to support adaptive tariff policy formulation. The Random Forest algorithm is applied to classify parking revenue potential into low, medium, and high categories, achieving an accuracy of 90.24% for two-wheeled vehicles and 89.02% for four-wheeled vehicles. The classification results are integrated into an interactive Streamlit-based dashboard that visualizes the spatial distribution of parking revenue potential and enables simulations of progressive tariff adjustments based on spatial zones and temporal conditions. The proposed system functions as a decision support tool for parking management, aiming to improve operational efficiency and sustainably increase regional parking retribution revenue.
[...] Read more.Early polyp detection is vital in avoiding colorectal cancer, a top contributor to cancer-related deaths globally. Automated polyp detection has been greatly improved by deep learning, but extensive deployment tends to be hampered by patient data privacy fears. For this purpose, we suggest a federated learning (FL) paradigm that enables decentralized model training without sharing raw patient data while having high diagnostic accuracy. We first performed an extensive evaluation using DL models on a polyp dataset that we gathered. MobileNetV2 was the best performing model as per important metrics like accuracy, precision, recall, and F1 score. In order to further expand its representational power, we incorporated a transformer module into MobileNetV2 so that the model can better capture long-range dependencies and context information. Our new Transformer-Enhanced MobileNetV2 model was then implemented on several simulated clients in a federated learning scenario. This configuration enabled training over decentralized clinical data without violating patient privacy. We utilized standard FL algorithms for model averaging and evaluated the system in accuracy, precision, recall, F1 score, and convergence time. The devised approach performed extremely well with an accuracy of 98.37% and an F1 score of 0.971 while converging effectively in 27-33 rounds. These findings imply that a promising path for safe and effective medical image analysis is to combine transformer designs with lightweight models in a federated condition.
[...] Read more.Nephrolithiasis (kidney stone disease) is a common urological disease that has a high clinical and economic impact. The early diagnosis is needed to avoid complications like obstruction of the ureter, infection, impaired kidney functioning. Traditional imaging modalities, such as ultrasonography, kidney-ureter-bladder radiography, and non-contrast computed tomography, are common but have a number of limitations, specifically their operator dependence, radiation, and low sensitivity to small or radiolucent stones. This review follows a PRISMA-based methodology to conduct a systematic review of studies published between 2015 and 2025 on the topic of computational intelligence methods such as artificial intelligence, machine learning, and deep learning to detect kidney stones based on medical images. Major scientific databases were considered in studies according to imaging modality, preprocessing method, model architecture and performance measures. Deep learning models, especially, Convolutional Neural Networks and U-Net-based frameworks, are highly effective in detection and segmentation tasks and have been reported to have accuracy of 86 to 99.9 percent, Dice coefficients over 0.85 and AUC of up to 0.99 in controlled data. Hybridization to combine ML classifiers, including Support Vector Machines, further improves the performance of classification. Yet, these outcomes are commonly limited through small datasets, class imbalance, external validation, and overfitting, which have an impact on real-life generalization. The use of computational intelligence has greatly improved the detection of kidney stones by enhancing automation, precision, and reproducibility. However, there are still major issues, such as the standardization of the dataset, interpretability of the models, and limitations to the clinical implementation. Explainable AI, federated learning, and 3D volumetric analysis should be prioritized in future research to create diagnostic systems.
[...] Read more.It is still hard to accurately find bone fractures and figure out how bad osteoarthritis (OA) is from X-ray pictures because of the complicated anatomical differences and the lack of contextual modelling in standard deep learning methods. This research presents XrayBoneNet, a hybrid deep learning system that combines Convolutional Neural Networks (CNNs), Transformer-based global feature modelling, and attention mechanisms for concurrent fracture identification, OA grading, and localization. The model has two heads: one for binary fracture classification and one for multi-class OA staging. It also has a bounding box regression head for accurate localization. To improve training efficiency and performance, a hybrid optimization technique that uses Bighorn Sheep Optimization (BSO) for global exploration and Logarithmic Mean Optimization (LMO) for fine-tuning is developed. The Bone Fracture Multi-Region X-ray dataset shows that XrayBoneNet works better than state-of-the-art models like ResNet50, DenseNet121, and Vision Transformer. It has 96.8% accuracy in fracture detection, 94.5% accuracy in OA classification, and an Intersection-over-Union (IoU) of 0.87 for localization. The suggested system offers an effective and comprehensible alternative for automated radiological diagnosis.
[...] Read more.Road safety depends on both a driver’s emotional cognitive state and physical driving behavior, yet most existing systems rely on a single modality, limiting real-world reliability. This paper presents HECANet (Hybrid Evolutionary Cross-Attention Network), a multimodal framework that integrates EEG-based emotional cues and vehicle telematics behavior for robust driver risk assessment. EEG signals are modeled using a PSO-optimized CNN–LSTM to capture spatiotemporal emotional patterns, while telematics data are analyzed using a GA-optimized XGBoost model to identify safe, distracted, and aggressive driving behaviors. A Differential Evolution–optimized cross-attention fusion layer effectively aligns emotional and behavioral features, enabling interpretable emotion–behavior interaction modeling. The fused representation produces a driver safety score and risk probability, with K-Means clustering used to categorize drivers into Safe, Caution, and Risky groups. Experimental results achieve 94.7% accuracy and a 0.94 macro F1-score, demonstrating that joint emotion–behavior modeling significantly enhances driver risk prediction for intelligent transportation and fleet safety applications.
[...] Read more.Image fusion is the method of combining the features of different images into one to get a more informative or high-quality image. Among its various types, multi-modal image fusion is a crucial one where images obtained using sensors receptive to different light radiation are integrated into one final image. Infrared (IR) and Visible (VIS) Image Fusion (IVIF) is one such popular fusion technology. In IVIF, visible sensor produces clean texture and structure information, while it is sensitive to illumination and occlusion. IR sensor, though vulnerable to noise, captures salient targets that emit thermal radiation. The contrasting properties of the two images can be exploited by producing a fused image that both highlights the prominent target as well manifests detailed information. First, the acquired IR and VIS source images are each decomposed using the Gaussian blur filter into base (low-frequency) and detail (high-frequency) components. As opposed to the conventional way of concatenating the respective base and detailed components of the source images, a new technique of combinative concatenation has been performed providing a comprehensive set of 6 unique features to perform fusion. The proposed combinative concatenation is mathematically formulated, illustrating how cross-modal feature generation improves the retention of information and enhances modal complementarity. Weighted Sum (WS), Principal Component Analysis (PCA) and Laplacian Pyramid (LP) have been used for the fusion process. The 6 unique features extracted are fused in 20 different ways considering all combinations to provide fused results with different properties. Finally, a set of 4 statistical analysis methods are applied to identify the best fusion strategy. As a highlight, this paper has assessed these fusion strategies over live images captured using a Near-Infrared (NIR) and VIS camera depicting different illumination conditions (bright, dim and dark), and its effects over the fusion performance are assessed in comparison to fusion of similar images from an existing dataset.
[...] Read more.Skin diseases range from mild conditions to severe threats, such as melanoma highlighting the critical importance of early and accurate evaluation for effective treatment. Traditional diagnostic methods that depend heavily on visual inspection and biopsy are often prone to delays and susceptible to human error underscoring the need for more efficient and reliable approaches. This study introduced a computerized system for detecting skin diseases using deep learning techniques and classification, with a focus on enhancing diagnostic efficiency and accuracy. The approach begins with the comprehensive preprocessing of skin images including illumination adjustment, elimination of artifacts via morphology closing and edge improvement using an unsharp filter. These steps improve the image clarity and prepare the data for accurate analysis. To address variations in lesion size and boundary irregularities a Fuzzy k-means clustering technique segments the affected skin regions, ensuring adaptable detection across diverse skin conditions. The classifier Deep-MobileNet integrates the lightweight MobileNet architecture with Squeeze-and-Excitation (SE) blocks enabling it to effectively differentiate between healthy and diseased skin. SE blocks enhance the model’s ability to capture spatial dependencies thereby improving classification precision. To further optimize the classifier’s performance hyperparameters are tuned using the adaptive deer hunting optimization (ADHO) algorithm, which accelerates convergence and boosts model efficiency. By providing an automated efficient solution this approach has the potential to assist healthcare providers in diagnosing skin diseases quickly and reliably thereby supporting timely and effective treatment interventions. The efficiency of the suggested method is evaluated based on accuracy, sensitivity, specificity and F1-Score. The experimental outcome showed that recommended approach attained a maximum accuracy of 91.96%.
[...] Read more.Mushrooms are the most familiar delicious food which is cholesterol free as well as rich in vitamins and minerals. Though nearly 45,000 species of mushrooms have been known throughout the world, most of them are poisonous and few are lethally poisonous. Identifying edible or poisonous mushroom through the naked eye is quite difficult. Even there is no easy rule for edibility identification using machine learning methods that work for all types of data. Our aim is to find a robust method for identifying mushrooms edibility with better performance than existing works. In this paper, three ensemble methods are used to detect the edibility of mushrooms: Bagging, Boosting, and random forest. By using the most significant features, five feature sets are made for making five base models of each ensemble method. The accuracy is measured for ensemble methods using five both fixed feature set-based models and randomly selected feature set based models, for two types of test sets. The result shows that better performance is obtained for methods made of fixed feature sets-based models than randomly selected feature set-based models. The highest accuracy is obtained for the proposed model-based random forest for both test sets.
[...] Read more.This paper presents a design and development of an Artificial Intelligence (AI) based mobile application to detect the type of skin disease. Skin diseases are a serious hazard to everyone throughout the world. However, it is difficult to make accurate skin diseases diagnosis. In this work, Deep learning algorithms Convolution Neural Networks (CNN) is proposed to classify skin diseases on the HAM10000 dataset. An extensive review of research articles on object identification methods and a comparison of their relative qualities were given to find a method that would work well for detecting skin diseases. The CNN-based technique was recognized as the best method for identifying skin diseases. A mobile application, on the other hand, is built for quick and accurate action. By looking at an image of the afflicted area at the beginning of a skin illness, it assists patients and dermatologists in determining the kind of disease present. Its resilience in detecting the impacted region considerably faster with nearly 2x fewer computations than the standard MobileNet model results in low computing efforts. This study revealed that MobileNet with transfer learning yielding an accuracy of about 85% is the most suitable model for automatic skin disease identification. According to these findings, the suggested approach can assist general practitioners in quickly and accurately diagnosing skin diseases using the smart phone.
[...] Read more.Classifying and predicting banana shelf life is vital for optimizing storage and distribution in agriculture. Traditional methods, relying on subjective visual inspection, are inconsistent and time-intensive. This study presents a new, non-destructive approach combining thermal imaging, and machine learning to classify naturally ripened and artificially ripened bananas and forecast their shelf life. Preprocessed thermal images are flattened, segmented into fixed-size patches, and then linearly projected into feature tokens. Position embeddings are incorporated to retain spatial information, and the sequence is processed by a Vision Transformer (ViT) encoder, which leverages self-attention mechanisms to model relationships between patches. The [CLS] token output is subsequently processed through fully connected layers for final classification, achieving 97.59% accuracy. Validation using t-SNE visualization demonstrated clear class separability, and receiver operating characteristic (ROC) curves confirmed robust performance. With an MSE of 0.10, MAE of 0.18, and R2 score of 0.85, the random forest algorithm performed exceptionally well at predicting the shelf life of artificially ripened bananas. This approach offers significant advantages, including improved accuracy, reduced subjectivity, and efficiency in data processing. By integrating thermal imaging with advanced models, the proposed method enhances agricultural supply chain management and promotes precision in ripening classification and shelf life prediction.
[...] Read more.Image Processing is the art of examining, identifying and judging the significances of the Images. Image enhancement refers to attenuation, or sharpening, of image features such as edgels, boundaries, or contrast to make the processed image more useful for analysis. Image enhancement procedures utilize the computers to provide good and improved images for study by the human interpreters. In this paper we proposed a novel method that uses the Genetic Algorithm with Multi-objective criteria to find more enhance version of images. The proposed method has been verified with benchmark images in Image Enhancement. The simple Genetic Algorithm may not explore much enough to find out more enhanced image. In the proposed method three objectives are taken in to consideration. They are intensity, entropy and number of edgels. Proposed algorithm achieved automatic image enhancement criteria by incorporating the objectives (intensity, entropy, edges). We review some of the existing Image Enhancement technique. We also compared the results of our algorithms with another Genetic Algorithm based techniques. We expect that further improvements can be achieved by incorporating linear relationship between some other techniques.
[...] Read more.In the field of medical image analysis, supervised deep learning strategies have achieved significant development, while these methods rely on large labeled datasets. Self-Supervised learning (SSL) provides a new strategy to pre-train a neural network with unlabeled data. This is a new unsupervised learning paradigm that has achieved significant breakthroughs in recent years. So, more and more researchers are trying to utilize SSL methods for medical image analysis, to meet the challenge of assembling large medical datasets. To our knowledge, so far there still a shortage of reviews of self-supervised learning methods in the field of medical image analysis, our work of this article aims to fill this gap and comprehensively review the application of self-supervised learning in the medical field. This article provides the latest and most detailed overview of self-supervised learning in the medical field and promotes the development of unsupervised learning in the field of medical imaging. These methods are divided into three categories: context-based, generation-based, and contrast-based, and then show the pros and cons of each category and evaluates their performance in downstream tasks. Finally, we conclude with the limitations of the current methods and discussed the future direction.
[...] Read more.Image analysis belongs to the area of computer vision and pattern recognition. These areas are also a part of digital image processing, where researchers have a great attention in the area of content retrieval information from various types of images having complex background, low contrast background or multi-spectral background etc. These contents may be found in any form like texture data, shape, and objects. Text Region Extraction as a content from an mage is a class of problems in Digital Image Processing Applications that aims to provides necessary information which are widely used in many fields medical imaging, pattern recognition, Robotics, Artificial intelligent Transport systems etc. To extract the text data information has becomes a challenging task. Since, Text extraction are very useful for identifying and analysis the whole information about image, Therefore, In this paper, we propose a unified framework by combining morphological operations and Genetic Algorithms for extracting and analyzing the text data region which may be embedded in an image by means of variety of texts: font, size, skew angle, distortion by slant and tilt, shape of the object which texts are on, etc. We have established our proposed methods on gray level image sets and make qualitative and quantitative comparisons with other existing methods and concluded that proposed method is better than others.
[...] Read more.This paper performs three different contrast testing methods, namely contrast stretching, histogram equalization, and CLAHE using a median filter. Poor quality images will be corrected and performed with a median filter removal filter. STARE dataset images that use images with different contrast values for each image. For this reason, evaluating the results of the three parameters tested are; MSE, PSNR, and SSIM. With the gray level scale image and contrast stretching which stretches the pixel value by stretching the stretchlim technique with the MSE result are 9.15, PSNR is 42.14 dB, and SSIM is 0.88. And the HE method and median filter with the results of the average value of MSE is 18.67, PSNR is 41.33 dB, and SSIM is 0.77. Whereas for CLAHE and median filters the average yield of MSE is 28.42, PSNR is 35.30 dB, and SSIM is 0.86. From the test results, it can be seen that the proposed method has MSE and PSNR values as well as SSIM values.
[...] Read more.Denoising is a vital aspect of image preprocessing, often explored to eliminate noise in an image to restore its proper characteristic formation and clarity. Unfortunately, noise often degrades the quality of valuable images, making them meaningless for practical applications. Several methods have been deployed to address this problem, but the quality of the recovered images still requires enhancement for efficient applications in practice. In this paper, a wavelet-based universal thresholding technique that possesses the capacity to optimally denoise highly degraded noisy images with both uniform and non-uniform variations in illumination and contrast is proposed. The proposed method, herein referred to as the modified wavelet-based universal thresholding (MWUT), compared to three state-of-the-art denoising techniques, was employed to denoise five noisy images. In order to appraise the qualities of the images obtained, seven performance indicators comprising the Root Mean Square Error (RMSE), Mean Absolute Error (MAE), Structural Content (SC), Peak Signal to Noise Ratio (PSNR), Structural Similarity Index Method (SSIM), Signal-to-Reconstruction-Error Ratio (SRER), Blind Spatial Quality Evaluator (NIQE), and Blind/Referenceless Image Spatial Quality Evaluator (BRISQUE) were employed. The first five indicators – RMSE, MAE, SC, PSNR, SSIM, and SRER- are reference indicators, while the remaining two – NIQE and BRISQUE- are referenceless. For the superior performance of the proposed wavelet threshold algorithm, the SC, PSNR, SSIM, and SRER must be higher, while lower values of NIQE, BRISQUE, RMSE, and MAE are preferred. A higher and better value of PSNR, SSIM, and SRER in the final results shows the superior performance of our proposed MWUT denoising technique over the preliminaries. Lower NIQE, BRISQUE, RMSE, and MAE values also indicate higher and better image quality results using the proposed modified wavelet-based universal thresholding technique over the existing schemes. The modified wavelet-based universal thresholding technique would find practical applications in digital image processing and enhancement.
[...] Read more.During past few years, brain tumor segmentation in magnetic resonance imaging (MRI) has become an emergent research area in the ?eld of medical imaging system. Brain tumor detection helps in finding the exact size and location of tumor. An efficient algorithm is proposed in this paper for tumor detection based on segmentation and morphological operators. Firstly quality of scanned image is enhanced and then morphological operators are applied to detect the tumor in the scanned image.
[...] Read more.Image segmentation plays a crucial role in effective understanding of digital images. Past few decades saw hundreds of research contributions in this field. However, the research on the existence of general purpose segmentation algorithm that suits for variety of applications is still very much active. Among the many approaches in performing image segmentation, graph based approach is gaining popularity primarily due to its ability in reflecting global image properties. This paper critically reviews existing important graph based segmentation methods. The review is done based on the classification of various segmentation algorithms within the framework of graph based approaches. The major four categorizations we have employed for the purpose of review are: graph cut based methods, interactive methods, minimum spanning tree based methods and pyramid based methods. This review not only reveals the pros in each method and category but also explores its limitations. In addition, the review highlights the need for creating a database for benchmarking intensity based algorithms, and the need for further research in graph based segmentation for automated real time applications.
[...] Read more.Mushrooms are the most familiar delicious food which is cholesterol free as well as rich in vitamins and minerals. Though nearly 45,000 species of mushrooms have been known throughout the world, most of them are poisonous and few are lethally poisonous. Identifying edible or poisonous mushroom through the naked eye is quite difficult. Even there is no easy rule for edibility identification using machine learning methods that work for all types of data. Our aim is to find a robust method for identifying mushrooms edibility with better performance than existing works. In this paper, three ensemble methods are used to detect the edibility of mushrooms: Bagging, Boosting, and random forest. By using the most significant features, five feature sets are made for making five base models of each ensemble method. The accuracy is measured for ensemble methods using five both fixed feature set-based models and randomly selected feature set based models, for two types of test sets. The result shows that better performance is obtained for methods made of fixed feature sets-based models than randomly selected feature set-based models. The highest accuracy is obtained for the proposed model-based random forest for both test sets.
[...] Read more.Image Processing is the art of examining, identifying and judging the significances of the Images. Image enhancement refers to attenuation, or sharpening, of image features such as edgels, boundaries, or contrast to make the processed image more useful for analysis. Image enhancement procedures utilize the computers to provide good and improved images for study by the human interpreters. In this paper we proposed a novel method that uses the Genetic Algorithm with Multi-objective criteria to find more enhance version of images. The proposed method has been verified with benchmark images in Image Enhancement. The simple Genetic Algorithm may not explore much enough to find out more enhanced image. In the proposed method three objectives are taken in to consideration. They are intensity, entropy and number of edgels. Proposed algorithm achieved automatic image enhancement criteria by incorporating the objectives (intensity, entropy, edges). We review some of the existing Image Enhancement technique. We also compared the results of our algorithms with another Genetic Algorithm based techniques. We expect that further improvements can be achieved by incorporating linear relationship between some other techniques.
[...] Read more.Denoising is a vital aspect of image preprocessing, often explored to eliminate noise in an image to restore its proper characteristic formation and clarity. Unfortunately, noise often degrades the quality of valuable images, making them meaningless for practical applications. Several methods have been deployed to address this problem, but the quality of the recovered images still requires enhancement for efficient applications in practice. In this paper, a wavelet-based universal thresholding technique that possesses the capacity to optimally denoise highly degraded noisy images with both uniform and non-uniform variations in illumination and contrast is proposed. The proposed method, herein referred to as the modified wavelet-based universal thresholding (MWUT), compared to three state-of-the-art denoising techniques, was employed to denoise five noisy images. In order to appraise the qualities of the images obtained, seven performance indicators comprising the Root Mean Square Error (RMSE), Mean Absolute Error (MAE), Structural Content (SC), Peak Signal to Noise Ratio (PSNR), Structural Similarity Index Method (SSIM), Signal-to-Reconstruction-Error Ratio (SRER), Blind Spatial Quality Evaluator (NIQE), and Blind/Referenceless Image Spatial Quality Evaluator (BRISQUE) were employed. The first five indicators – RMSE, MAE, SC, PSNR, SSIM, and SRER- are reference indicators, while the remaining two – NIQE and BRISQUE- are referenceless. For the superior performance of the proposed wavelet threshold algorithm, the SC, PSNR, SSIM, and SRER must be higher, while lower values of NIQE, BRISQUE, RMSE, and MAE are preferred. A higher and better value of PSNR, SSIM, and SRER in the final results shows the superior performance of our proposed MWUT denoising technique over the preliminaries. Lower NIQE, BRISQUE, RMSE, and MAE values also indicate higher and better image quality results using the proposed modified wavelet-based universal thresholding technique over the existing schemes. The modified wavelet-based universal thresholding technique would find practical applications in digital image processing and enhancement.
[...] Read more.This paper presents a design and development of an Artificial Intelligence (AI) based mobile application to detect the type of skin disease. Skin diseases are a serious hazard to everyone throughout the world. However, it is difficult to make accurate skin diseases diagnosis. In this work, Deep learning algorithms Convolution Neural Networks (CNN) is proposed to classify skin diseases on the HAM10000 dataset. An extensive review of research articles on object identification methods and a comparison of their relative qualities were given to find a method that would work well for detecting skin diseases. The CNN-based technique was recognized as the best method for identifying skin diseases. A mobile application, on the other hand, is built for quick and accurate action. By looking at an image of the afflicted area at the beginning of a skin illness, it assists patients and dermatologists in determining the kind of disease present. Its resilience in detecting the impacted region considerably faster with nearly 2x fewer computations than the standard MobileNet model results in low computing efforts. This study revealed that MobileNet with transfer learning yielding an accuracy of about 85% is the most suitable model for automatic skin disease identification. According to these findings, the suggested approach can assist general practitioners in quickly and accurately diagnosing skin diseases using the smart phone.
[...] Read more.Ultrasound based breast screening is gaining attention recently especially for dense breast. The technological advancement, cancer awareness, and cost-safety-availability benefits lead rapid rise of breast ultrasound market. The irregular shape, intensity variation, and additional blood vessels of malignant cancer are distinguishable in ultrasound images from the benign phase. However, classification of breast cancer using ultrasound images is a difficult process owing to speckle noise and complex textures of breast. In this paper, a breast cancer classification method is presented using VGG16 model based transfer learning approach. We have used median filter to despeckle the images. The layers for convolution process of the pretrained VGG16 model along with the maxpooling layers have been used as feature extractor and a proposed fully connected two layers deep neural network has been designed as classifier. Adam optimizer is used with learning rate of 0.001 and binary cross-entropy is chosen as the loss function for model optimization. Dropout of hidden layers is used to avoid overfitting. Breast Ultrasound images from two databases (total 897 images) have been combined to train, validate and test the performance and generalization strength of the classifier. Experimental results showed the training accuracy as 98.2% and testing accuracy as 91% for blind testing data with a reduced of computational complexity. Gradient class activation mapping (Grad-CAM) technique has been used to visualize and check the targeted regions localization effort at the final convolutional layer and found as noteworthy. The outcomes of this work might be useful for the clinical applications of breast cancer diagnosis.
[...] Read more.In the field of medical image analysis, supervised deep learning strategies have achieved significant development, while these methods rely on large labeled datasets. Self-Supervised learning (SSL) provides a new strategy to pre-train a neural network with unlabeled data. This is a new unsupervised learning paradigm that has achieved significant breakthroughs in recent years. So, more and more researchers are trying to utilize SSL methods for medical image analysis, to meet the challenge of assembling large medical datasets. To our knowledge, so far there still a shortage of reviews of self-supervised learning methods in the field of medical image analysis, our work of this article aims to fill this gap and comprehensively review the application of self-supervised learning in the medical field. This article provides the latest and most detailed overview of self-supervised learning in the medical field and promotes the development of unsupervised learning in the field of medical imaging. These methods are divided into three categories: context-based, generation-based, and contrast-based, and then show the pros and cons of each category and evaluates their performance in downstream tasks. Finally, we conclude with the limitations of the current methods and discussed the future direction.
[...] Read more.Image analysis belongs to the area of computer vision and pattern recognition. These areas are also a part of digital image processing, where researchers have a great attention in the area of content retrieval information from various types of images having complex background, low contrast background or multi-spectral background etc. These contents may be found in any form like texture data, shape, and objects. Text Region Extraction as a content from an mage is a class of problems in Digital Image Processing Applications that aims to provides necessary information which are widely used in many fields medical imaging, pattern recognition, Robotics, Artificial intelligent Transport systems etc. To extract the text data information has becomes a challenging task. Since, Text extraction are very useful for identifying and analysis the whole information about image, Therefore, In this paper, we propose a unified framework by combining morphological operations and Genetic Algorithms for extracting and analyzing the text data region which may be embedded in an image by means of variety of texts: font, size, skew angle, distortion by slant and tilt, shape of the object which texts are on, etc. We have established our proposed methods on gray level image sets and make qualitative and quantitative comparisons with other existing methods and concluded that proposed method is better than others.
[...] Read more.Diabetic retinopathy is one of the most serious eye diseases and can lead to permanent blindness if not diagnosed early. The main cause of this is diabetes. Not every diabetic will develop diabetic retinopathy, but the risk of developing diabetes is undeniable. This requires the early diagnosis of Diabetic retinopathy. Segmentation is one of the approaches which is useful for detecting the blood vessels in the retinal image. This paper proposed the three models based on a deep learning approach for recognizing blood vessels from retinal images using region-based segmentation techniques. The proposed model consists of four steps preprocessing, Augmentation, Model training, and Performance measure. The augmented retinal images are fed to the three models for training and finally, get the segmented image. The proposed three models are applied on publically available data set of DRIVE, STARE, and HRF. It is observed that more thin blood vessels are segmented on the retinal image in the HRF dataset using model-3. The performance of proposed three models is compare with other state-of-art-methods of blood vessels segmentation of DRIVE, STARE, and HRF datasets.
[...] Read more.Image reconstruction is the process of generating an image of an object from the signals captured by the scanning machine. Medical imaging is an interdisciplinary field combining physics, biology, mathematics and computational sciences. This paper provides a complete overview of image reconstruction process in MRI (Magnetic Resonance Imaging). It reviews the computational aspect of medical image reconstruction. MRI is one of the commonly used medical imaging techniques. The data collected by MRI scanner for image reconstruction is called the k-space data. For reconstructing an image from k-space data, there are various algorithms such as Homodyne algorithm, Zero Filling method, Dictionary Learning, and Projections onto Convex Set method. All the characteristics of k-space data and MRI data collection technique are reviewed in detail. The algorithms used for image reconstruction discussed in detail along with their pros and cons. Various modern magnetic resonance imaging techniques like functional MRI, diffusion MRI have also been introduced. The concepts of classical techniques like Expectation Maximization, Sensitive Encoding, Level Set Method, and the recent techniques such as Alternating Minimization, Signal Modeling, and Sphere Shaped Support Vector Machine are also reviewed. It is observed that most of these techniques enhance the gradient encoding and reduce the scanning time. Classical algorithms provide undesirable blurring effect when the degree of phase variation is high in partial k-space. Modern reconstructions algorithms such as Dictionary learning works well even with high phase variation as these are iterative procedures.
[...] Read more.Nowadays, the primary concern of any society is providing safety to an individual. It is very hard to recognize the human behaviour and identify whether it is suspicious or normal. Deep learning approaches paved the way for the development of various machine learning and artificial intelligence. The proposed system detects real-time human activity using a convolutional neural network. The objective of the study is to develop a real-time application for Activity recognition using with and without transfer learning methods. The proposed system considers criminal, suspicious and normal categories of activities. Differentiate suspicious behaviour videos are collected from different peoples(men/women). This proposed system is used to detect suspicious activities of a person. The novel 2D-CNN, pre-trained VGG-16 and ResNet50 is trained on video frames of human activities such as normal and suspicious behaviour. Similarly, the transfer learning in VGG16 and ResNet50 is trained using human suspicious activity datasets. The results show that the novel 2D-CNN, VGG16, and ResNet50 without transfer learning achieve accuracy of 98.96%, 97.84%, and 99.03%, respectively. In Kaggle/real-time video, the proposed system employing 2D-CNN outperforms the pre-trained model VGG16. The trained model is used to classify the activity in the real-time captured video. The performance obtained on ResNet50 with transfer learning accuracy of 99.18% is higher than VGG16 transfer learning accuracy of 98.36%.
[...] Read more.