AML detection from bone marrow microscopic images using CNN

Project Code :TMMAAI378

Objective

The objective of this project is to develop an efficient AML detection system using image processing and machine learning techniques for early diagnosis.

Abstract

The detection of Acute Myeloid Leukemia (AML) from bone marrow microscopic images is a crucial step in early diagnosis and treatment planning. This project presents an efficient AML detection system utilizing image processing and machine learning techniques. The proposed system processes bone marrow microscopic images by resizing them to 256x256 pixels, converting them to grayscale, and performing noise removal using a median filter. Chi-square feature extraction is employed to capture statistical characteristics by dividing the image into 8x8 blocks and computing the chi-square values for each block's intensity distribution. The extracted features are then classified using two models: K-Nearest Neighbors (KNN) and Logistic Regression. The KNN classifier achieved promising accuracy, demonstrating its robustness in distinguishing between AML-positive and AML-negative samples. The Logistic Regression model further improved classification performance by accurately predicting cancerous and non-cancerous samples through binary classification. The system effectively integrates feature extraction with machine learning models, ensuring high accuracy and reliability for AML detection. This approach holds significant potential for aiding medical professionals in diagnosing AML efficiently and improving patient outcomes. The implemented system offers a scalable solution for automated leukemia detection using microscopic image data.

Keywords: AML Disease Dataset, Image Processing Techniques, Machine Learning Techniques, K-Nearest Neighbors (KNN) and Logistic Regression, and Accuracy.  

NOTE: Without the concern of our team, please don't submit to the college. This Abstract varies based on student requirements.

Block Diagram

Specifications

Software: Matlab 2020a or above

Hardware:

Operating Systems:

  • Windows 10
  • Windows 7 Service Pack 1
  • Windows Server 2019
  • Windows Server 2016

Processors:

Minimum: Any Intel or AMD x86-64 processor

Recommended: Any Intel or AMD x86-64 processor with four logical cores and AVX2 instruction set support

Disk:

Minimum: 2.9 GB of HDD space for MATLAB only, 5-8 GB for a typical installation

Recommended: An SSD is recommended A full installation of all MathWorks products may take up to 29 GB of disk space

RAM:

Minimum: 4 GB

Recommended: 8 GB

Learning Outcomes

·   Introduction to Matlab

·   What is EISPACK & LINPACK

·   How to start with MATLAB

·   About Matlab language

·   Matlab coding skills

·   About tools & libraries

·   Application Program Interface in Matlab

·   About Matlab desktop

·   How to use Matlab editor to create M-Files

·   Features of Matlab

·   Basics on Matlab

·   What is an Image/pixel?

·   About image formats

·   Introduction to Image Processing

·   How digital image is formed

·   Importing the image via image acquisition tools

·   Analyzing and manipulation of image.

·   Phases of image processing:

               o  Acquisition

               o  Image enhancement

               o  Image restoration

               o   Color image processing

               o  Image compression

               o   Morphological processing

               o   Segmentation etc.,

·   How to extend our work to another real time applications

·   Project development Skills

               o   Problem analyzing skills

               o   Problem solving skills

               o   Creativity and imaginary skills

               o   Programming skills

               o   Deployment

               o   Testing skills

               o   Debugging skills

               o   Project presentation skills

               o   Thesis writing skills

Demo Video