Conference Papers

Permanent URI for this collectionhttps://idr.nitk.ac.in/handle/123456789/28506

Browse

Search Results

Now showing 1 - 2 of 2
  • Item
    Osteosarcoma Bone Cancer Detection
    (Springer Science and Business Media Deutschland GmbH, 2025) Payani, C.A.; Gupta, C.; Vamsidhar, K.; Bhat, P.; Patil, N.
    Osteosarcoma is a type of bone cancer commonly found in the elongated bones found in the upper and lower limbs. The precise cause is unknown, but experts believe it’s linked to changes in the DNA of the bones, resulting in the growth of abnormal and harmful bone tissue. If caught early, osteosarcoma is treatable, with about 75% people cured when the cancer hasn’t spread to other body parts. Analyzing biopsy samples can be time-consuming, but there are advanced computer programs, known as supervised deep learning methods, that can help speed up the process and enhance the efficiency of the diagnosis. Previous studies have already evaluated the performance of deep learning models such as VGG16, VGG19, DenseNet201, and ResNet101, among which ResNet101 performed better with 90.36% accuracy. When it comes to understanding complex image features, previous models lack behind. We propose EfficientNetV2, Xception, and InceptionV3 models, among which Xception outperformed other models with 94.5% accuracy on the image dataset. © The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2025.
  • Item
    Automated Colorization of Grayscale Images Using Superpixels and K-Means Clustering
    (Springer Science and Business Media Deutschland GmbH, 2025) Kulkarni, B.C.; Teja, B.; Hegde, A.R.; Bhat, P.; Patil, N.
    The process of transforming grayscale photos into aesthetically pleasing color images is called colorization. Convincing the audience of the realism of the outcome is the primary objective of colorization. Natural scenery makes up the majority of the grayscale photographs that require colorization. A broad range of colorization techniques have been created over the past 20 years; these vary from algorithmically basic procedures that need time and energy due to inevitable human participation to more complex ways that are also more automated. The complex field of automatic conversion mixes deep learning, machine learning, and art. Most of the earlier works which use deep learning, use every pixel values to train the models which is computationally expensive. We present a methodology for colorizing grayscale images using convolutional neural network (CNN), our method uses a combination of superpixel segmentation and K-Means clustering to significantly reduce number of pixel values. The process begins with the conversion of grayscale images to superpixels, which are perceptually uniform regions that aid in efficient colorization. Subsequently, K-Means clustering is applied within each superpixel to identify dominant color clusters, followed by quantization of color information to simplify representation. The prepared input, comprising grayscale images and quantized color information, is then fed into a CNN for colorization, leveraging spatial coherence and semantic context to predict plausible colors for grayscale pixels. The proposed methodology is evaluated on a diverse set of grayscale images, demonstrating its effectiveness in producing vibrant and visually appealing colorized outputs. Through experiments and analysis, we showcase the potential applications and benefits of the proposed approach in historical photograph restoration, movie colorization, and other domains requiring accurate and efficient grayscale image colorization. We use SSIM and PSNR as our evaluation metrics. SSIM is calculated based on the similarity of the luminance and brightness values of the considered and obtained rgb images for the grayscale images, and PSNR is calculated using Mean Squared Error (MSE) of the peak signal values within images. Our methodology’s SSIM and PSNR for the considered flower class is 81.5 and 25.6, respectively. © The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2025.