Integrating Preprocessing Methods and Convolutional Neural Networks for Effective Tumor Detection in Medical Imaging

Ha Anh Vu
2024-02-26
Abstract:This research presents a machine-learning approach for tumor detection in medical images using convolutional neural networks (CNNs). The study focuses on preprocessing techniques to enhance image features relevant to tumor detection, followed by developing and training a CNN model for accurate classification. Various image processing techniques, including Gaussian smoothing, bilateral filtering, and K-means clustering, are employed to preprocess the input images and highlight tumor regions. The CNN model is trained and evaluated on a dataset of medical images, with augmentation and data generators utilized to enhance model generalization. Experimental results demonstrate the effectiveness of the proposed approach in accurately detecting tumors in medical images, paving the way for improved diagnostic tools in healthcare.
Image and Video Processing,Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
This paper proposes a solution to the problem of tumor detection in medical images. The study combines preprocessing methods and Convolutional Neural Networks (CNNs) to improve the accuracy of tumor detection. The main focus is on using various image processing techniques, such as Gaussian smoothing, bilateral filtering, and K-means clustering, to enhance the image features relevant to tumor detection. Then, a CNN model is developed and trained using the Keras library for precise classification. The experimental results demonstrate the effectiveness of the proposed approach in accurately detecting tumors in medical images, providing a basis for improving diagnostic tools in the healthcare field. The paper also reviews related research, compares the performance of different methods, and identifies future directions, including improving preprocessing techniques for more accurate tumor boundary localization.