Consult an Expert
Trademark
Design Registration
Consult an Expert
Trademark
Copyright
Patent
Infringement
Design Registration
More
Consult an Expert
Consult an Expert
Trademark
Design Registration
Login
INNOVATIVE SYSTEM FOR RECONSTRUCTING PARASITIZED AND UNINFECTED IMAGES USING A CONVOLUTIONAL NEURAL NETWORK FOR MALARIA DETECTION
Extensive patent search conducted by a registered patent agent
Patent search done by experts in under 48hrs
₹999
₹399
Abstract
Information
Inventors
Applicants
Specification
Documents
ORDINARY APPLICATION
Published
Filed on 5 November 2024
Abstract
Last year, India had 219 million malaria cases, two million more than the year before, according to the WHO. India's malaria eradication efforts have stalled due to a drop in international funding. Malaria, spread by female mosquitoes, is a major health issue in India. The disease is widespread, with many cases reported annually. Indian malaria deaths increase the global burden, emphasizing the need to address the issue. Using a microscope to visually search thin blood smears for infected cells is the most common method. To find parasites in red blood cells, the patient's blood is smeared on a glass slide and stained with contrasting agents. A clinician then manually counts parasitic red blood cells, sometimes up to 5,000 (WHO protocol). Manual counting is slow and inaccurate. Since counting such a number takes time, a clinician takes 10–30 minutes. Lab technicians should process 25 slides per day, but some process four times due to a lack of qualified workers. Positively, AIbacked technology could revolutionize malaria detection. The Malaria Cell Image Dataset from the NIH website has improved diagnostic accuracy and reduced healthcare professional workload in resource-constrained areas
Patent Information
Application ID | 202441084482 |
Invention Field | CHEMICAL |
Date of Application | 05/11/2024 |
Publication Number | 45/2024 |
Inventors
Name | Address | Country | Nationality |
---|---|---|---|
V. J. Suresh, Assistant Professor, Dept. of CSE | St.Martin's Engineering College, Dhulapally, Medchal–Malkajgiri district Secunderabad-500 100. Telangana, India. | India | India |
Dileep kumar Modugu, Assistant Professor, Dept. of CSE | St.Martin's Engineering College, Dhulapally, Medchal–Malkajgiri district Secunderabad-500 100. Telangana, India | India | India |
N. Balaraman, Assistant Professor, Dept. of CSE | St.Martin's Engineering College, Dhulapally, Medchal–Malkajgiri district Secunderabad-500 100. Telangana, India | India | India |
Dr.S Govinda Rao, Professor | Gokaraju Rangaraju Institute of Engineering and Technology, Bachupally, Kukatpally, Hyderabad, Telangana 500090. | India | India |
Dr. Venkata KondaReddy Gajjala, Associate Professor, Dept. of CSE | N.B.K.R Institute of Science & Technology, Vidyanagar, Kota(M), Tirupati(Dt), Adhrapradesh,524413. | India | India |
M. Rajaram, Assistant Professor, Dept. of AIML | St.Martin's Engineering College, Dhulapally, Medchal–Malkajgiri district Secunderabad-500 100. Telangana, India | India | India |
B. Ramesh, Assistant Professor, Dept. of AIML | St.Martin's Engineering College, Dhulapally, Medchal–Malkajgiri district Secunderabad-500 100. Telangana, India. | India | India |
S. Kiran Kumar, Assistant Professor, Dept. of CSE | St.Martin's Engineering College, Dhulapally, Medchal–Malkajgiri district Secunderabad-500 100. Telangana, India | India | India |
Dr. R. Santhoshkumar, Associate Professor & head, Dept. of CSE | St.Martin's Engineering College, Dhulapally, Medchal–Malkajgiri district Secunderabad-500 100. Telangana, India | India | India |
Applicants
Name | Address | Country | Nationality |
---|---|---|---|
V. J. Suresh, Assistant Professor, Dept. of CSE | St.Martin's Engineering College, Dhulapally, Medchal–Malkajgiri district Secunderabad-500 100. Telangana, India. | India | India |
Dileep kumar Modugu, Assistant Professor, Dept. of CSE | St.Martin's Engineering College, Dhulapally, Medchal–Malkajgiri district Secunderabad-500 100. Telangana, India | India | India |
N. Balaraman, Assistant Professor, Dept. of CSE | St.Martin's Engineering College, Dhulapally, Medchal–Malkajgiri district Secunderabad-500 100. Telangana, India | India | India |
Dr.S Govinda Rao, Professor | Gokaraju Rangaraju Institute of Engineering and Technology, Bachupally, Kukatpally, Hyderabad, Telangana 500090. | India | India |
Dr. Venkata KondaReddy Gajjala, Associate Professor, Dept. of CSE | N.B.K.R Institute of Science & Technology, Vidyanagar, Kota(M), Tirupati(Dt), Adhrapradesh,524413. | India | India |
M. Rajaram, Assistant Professor, Dept. of AIML | St.Martin's Engineering College, Dhulapally, Medchal–Malkajgiri district Secunderabad-500 100. Telangana, India | India | India |
B. Ramesh, Assistant Professor, Dept. of AIML | St.Martin's Engineering College, Dhulapally, Medchal–Malkajgiri district Secunderabad-500 100. Telangana, India. | India | India |
S. Kiran Kumar, Assistant Professor, Dept. of CSE | St.Martin's Engineering College, Dhulapally, Medchal–Malkajgiri district Secunderabad-500 100. Telangana, India | India | India |
Dr. R. Santhoshkumar, Associate Professor & head, Dept. of CSE | St.Martin's Engineering College, Dhulapally, Medchal–Malkajgiri district Secunderabad-500 100. Telangana, India | India | India |
Specification
Description:A deep CNN model for malaria detection from Blood Smear images is a powerful approach
that leverages the capabilities of deep learning to automatically learn and extract relevant
features from raw image data. Here is an overview of how a deep CNN model can be used for
classifying Blood Smear images into normal and malignant categories:
1. Data Collection and Preprocessing:
A dataset of Blood Smear images is collected, where each image is labeled as normal
(non-cancerous) or malignant (cancerous).
4
Preprocessing steps are applied to the images, including resizing them to a consistent
resolution, normalizing pixel values, and enhancing image quality.
2. Dataset Splitting:
The dataset is divided into two subsets: training, and testing sets. This division allows
for training the model, tuning hyperparameters, and evaluating its performance
independently.
3. Architecture Design:
The deep CNN architecture is designed to learn hierarchical features from the Blood
Smear images. A typical architecture consists of multiple convolutional layers
followed by pooling layers and fully connected layers.
Convolutional layers use learnable filters to detect features such as edges, textures,
and shapes at different spatial scales.
4. Model Training:
The CNN model is trained using the training dataset. During training, the model
learns to optimize its internal parameters (weights and biases) to minimize a specified
loss function (e.g., binary cross-entropy).
Backpropagation and gradient descent techniques are used to update the model's
parameters iteratively.
5. Hyperparameter Tuning:
Hyperparameters, such as learning rate, batch size, and the number of layers and
neurons, are tuned using the validation set to optimize the model's performance.
7. Regularization Techniques:
Regularization methods like dropout and batch normalization may be incorporated to
prevent overfitting and enhance model robustness.
8. Evaluation:
The model's performance is evaluated using the testing dataset. Common evaluation
metrics include accuracy, precision, recall, F1-score, and the confusion matrix.
The model's ability to correctly classify malaria detection Blood Smear images into
normal and malignant categories is assessed.
The deep CNN models have demonstrated remarkable success in medical image
classification tasks, including malaria detection. Their ability to automatically learn relevant
features from raw image data makes them a valuable tool for improving diagnostic accuracy
and efficiency in healthcare. , C , C , Claims:We claim The CNN model for malaria detection achieves comparable or superior
accuracy to expert manual diagnosis of parasitized and uninfected blood smear images.
2. We claim the automated system significantly reduces the time required to diagnose
malaria compared to traditional manual microscopy, providing faster results in clinical
and field settings.
3. We claim the model demonstrates high sensitivity (ability to correctly detect parasitized
cells) and specificity (ability to correctly identify uninfected cells), ensuring reliable
detection with minimal false positives or negatives.
4. We claim The CNN model is robust and generalizes well across various image datasets,
performing accurately regardless of variations in blood smear quality, staining
techniques, or imaging equipment.
5. We claim CNN-based detection outperforms traditional image processing or rule-based
methods due to its ability to learn complex patterns directly from data, without the need
for hand-crafted feature
Documents
Name | Date |
---|---|
202441084482-COMPLETE SPECIFICATION [05-11-2024(online)].pdf | 05/11/2024 |
202441084482-DECLARATION OF INVENTORSHIP (FORM 5) [05-11-2024(online)].pdf | 05/11/2024 |
202441084482-DRAWINGS [05-11-2024(online)].pdf | 05/11/2024 |
202441084482-FORM 1 [05-11-2024(online)].pdf | 05/11/2024 |
202441084482-FORM-9 [05-11-2024(online)].pdf | 05/11/2024 |
202441084482-REQUEST FOR EARLY PUBLICATION(FORM-9) [05-11-2024(online)].pdf | 05/11/2024 |
Talk To Experts
Calculators
Downloads
By continuing past this page, you agree to our Terms of Service,, Cookie Policy, Privacy Policy and Refund Policy © - Uber9 Business Process Services Private Limited. All rights reserved.
Uber9 Business Process Services Private Limited, CIN - U74900TN2014PTC098414, GSTIN - 33AABCU7650C1ZM, Registered Office Address - F-97, Newry Shreya Apartments Anna Nagar East, Chennai, Tamil Nadu 600102, India.
Please note that we are a facilitating platform enabling access to reliable professionals. We are not a law firm and do not provide legal services ourselves. The information on this website is for the purpose of knowledge only and should not be relied upon as legal advice or opinion.