0% found this document useful (0 votes)
11 views19 pages

Technical Seminar

The document presents a technical seminar on identifying vitamin deficiencies using image processing, highlighting the importance of early detection for health improvement. It discusses traditional diagnostic methods' limitations and proposes a non-invasive system utilizing image analysis to detect deficiencies based on visual signs. The project aims to enhance accessibility and cost-effectiveness in diagnosing vitamin deficiencies, with a focus on future research directions in deep learning techniques.

Uploaded by

Vilasa G naik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views19 pages

Technical Seminar

The document presents a technical seminar on identifying vitamin deficiencies using image processing, highlighting the importance of early detection for health improvement. It discusses traditional diagnostic methods' limitations and proposes a non-invasive system utilizing image analysis to detect deficiencies based on visual signs. The project aims to enhance accessibility and cost-effectiveness in diagnosing vitamin deficiencies, with a focus on future research directions in deep learning techniques.

Uploaded by

Vilasa G naik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 19

National Education Society®

JNN College of Engineering, Shivamogga


Dept. of Information Science and Engineering

Technical Seminar (21IS81) presentation on


“Vitamin Deficiency Identification using Image Processing”

Under Guidance of : Presented By :


Mr.Akshay M J B.E,M.Tech Vilasa bai B G - 4JN21IS125
Assistant professor,
Department of ISE,
JNNCE,Shivamogga

29/03/2025 Vitamin Deficiency Identification using Image Processing


Contents
1. Abstract
2. Introduction

3. Problem Description

4. Literature Survey

5. System Design & Implementation

6. Results

7. Conclusion

8. Reference

29/03/2025 Vitamin Deficiency Identification using Image Processing


Abstract
Vitamin deficiency significantly impacts overall health, leading to anemia,
complications during pregnancy. Early detection and diagnosis of vitamin
deficiencies are crucial for timely intervention and prevention of long-term
health consequences. Traditional methods of diagnosis is timeconsuming and
more costly which includes blood tests. Recent advancements in image
processing and computer vision gives cost-effective screening of vitamin
deficiencies childbirth, and impaired cognitive and physical development. It
is essential to detect and treat such deficiencies to avoid adverse effects.
29/03/2025
Vitamin Deficiency Identification using Image Processing 3
1. Introduction
• Every year many people suffer due to vitamin deficiency and may get attacked of severe
disease. One-third of the global population, is reported as the Vitamin Deficient according to
the latest research of the World Health Organization.
• Vitamin deficiency affects on the health of the human being causes the symptoms like mild
fatigue.
• Early detection and the diagnosis are the effective treatment. Traditional methods of
diagnosis are checking the blood and the urine in the labs.
• Different tests in the labs are very time consuming are expensive instead of doing this we
can identify the vitamin deficiency simply from the captured images of our organs.

29/03/2025 Vitamin Deficiency Identification using Image Processing


2. Problem Description
Vitamin deficiencies are a significant health concern that often go undetected until
they lead to serious complications, impacting well-being and quality of life.
Traditional diagnostic methods, like blood tests, are invasive, costly, and time-
consuming, posing challenges for timely detection, particularly in remote areas.
This project aims to create a non-invasive system using image processing to
analyze visual signs, such as skin tone and texture, for early detection of
deficiencies.

29/03/2025 Vitamin Deficiency Identification using Image Processing


3. Literature Survey
[1]. “Vitamin Deficiency Detection Using Image Processing and Neural Network”
Author : Ahmed Saif Eldeen, Mohamed AitGacem, Saifeddin Alghlayini, Wessam Shehieb and
Mustahsan Mir
Year of Publication : 2019
Publisher:IEEE

Description of the work : This paper presents a smartphone application that uses artificial
intelligence (AI) to detect vitamin deficiencies by analyzing images of specific body organs

Advantages :Cost-Effective and Accessible,Fast and Automated Diagnosis,Medical Expert


Involvement

Drawbacks/Demerits :Limited Accuracy,Lack of Real-Patient Data

29/03/2025 Vitamin Deficiency Identification using Image Processing


3. Literature Survey
[2]. “A Predictive Performance Analysis of Vitamin D Deficiency Severity Using Machine
Learning Methods”
Author : G. Sambasivam et al.
Year of Publication : 2020
publisher:IEEE Access

Description of the work : The research paper aims to predict the severity of Vitamin D
Deficiency (VDD) using various machine learning models.

Advantages :High Accuracy,Comprehensive Comparison,Non-Invasive Prediction

Drawbacks/Demerits :Dataset Specificity,Overfitting Risk,Computational Complexity:

29/03/2025 Vitamin Deficiency Identification using Image Processing


3. Literature Survey
[3]. “Proposing an Effective Deep Learning Model for Vitamin D Deficiency Diagnosis”
Author : Asad kattak,Junaid Asghar,Naila Tabassum
Year of Publication : 2024
Publisher:IEEE

Description of the work: This work collected primary data on serun Vitamin D levels from a
benchmark dataset and used machine learninf classifiers

Advantages :Cost-Effective and Accessible,Fast and Automated Diagnosis,Medical Expert


Involvement

Drawbacks/Demerits :Limited Accuracy,Lack of Real-Patient Data

29/03/2025 Vitamin Deficiency Identification using Image Processing


3. Literature Survey
[4]. “Non-Invasive Prediction of Vitamin-D Status by using Machine Learning Algorithm ”
Author : P. Venkatajayashree,S Kalpana,P Divya
Year of Publication : 2024
Publisher:IEEE

Description of the work : This study proposes a predictive model to estimate Vitamin D levels
using Body Mass Index (BMI) and other health-related features.

Advantages :Cost-Effective and Non-Invasive Approach,Efficient Data Handling,Model


Versatility

Drawbacks/Demerits :Model Overfitting,Computational Complexity,Data Dependency

29/03/2025 Vitamin Deficiency Identification using Image Processing


3. Literature Survey
[5].“Vitamin B12 Detection in Aqueous Media Using MPA-CdTe Quantum Dots”
Author:Bhavana Anchan, Suresh D Kulkarni, and Ajeetkumar Patil
Year of publication:2024
Publisher:IEEE Sensors Council

Description of the work :This study presents a novel approach for the sensitive and accurate
detection of Vitamin B12 (VB-12) using dual-capped Cadmium Telluride Quantum Dots (CdTe
QDs) as a fluorescent probe.

Advantages:High Sensitivity,Cost-Effective and Simple,Fast and Efficien

Disadvantages:oxicity Concerns,Stability Issue,Complex Quenching Mechanism

29/03/2025 Vitamin Deficiency Identification using Image Processing


4. System Design and Implementation
Juuser uploads image

Ppreprocessing (resize &


normalize, noise reduction)

Resnet-50
Convolutional layer
Residual blocks
Global average pooling
Fully connected
Output prediction

yes No
Confidence score
>threshold?

No deficiency detected
Prediction output (display to user)

Redirect to solution page

End

29/03/2025 Vitamin Deficiency Identification using Image Processing


4. System Design and Implementation
1.Image Input
•Description: The user uploads an image (such as a photo of a skin
condition) through the interface of the vitamin deficiency
detection system.
•Action: The uploaded image is initially processed by the system,
where it is resized to a standard size of 224x224 pixels and
normalized for better model performance.

29/03/2025 Vitamin Deficiency Identification using Image Processing


4. System Design and Implementation
2.Preprocessing
•Description: Preprocessing includes resizing the image to the required
dimensions (224x224) and normalizing the pixel values to a range of [0, 1].
This ensures that the image has consistent input characteristics that the model
can easily understand.
•Action:
oResize: Image dimensions are changed to 224x224 pixels.
Normalize: The pixel values are scaled to a range of 0 to 1 by dividing each
pixel value by 255 (the maximum pixel value).

29/03/2025 Vitamin Deficiency Identification using Image Processing


4. System Design and Implementation
3.ResNet-50 Model
•Description: ResNet-50 is a deep learning model built on Residual Neural
Network principles. It helps to detect complex patterns in images, especially
when the images are deep and contain subtle features such as skin texture,
which are relevant for diagnosing vitamin deficiencies.

4.Output
•Description: The fully connected layer outputs a prediction representing the
vitamin deficiency class (e.g., Vitamin A, Vitamin B, or Vitamin C). This is
based on the patterns learned from the image during training.

29/03/2025 Vitamin Deficiency Identification using Image Processing


4. System Design and Implementation
5.Result Display
•Description: The result is shown to the user after the model
processes the image. The result may be displayed as a text
label indicating the type of vitamin deficiency, such as
“Vitamin A Deficiency”.
•Action: Once the prediction is made, the result is sent to the
frontend of the application and displayed to the user.

29/03/2025 Vitamin Deficiency Identification using Image Processing


5. Results

29/03/2025 Vitamin Deficiency Identification using Image Processing


6. Conclusion
Vitamin Deficiency Detection system constitute to detect the vitamin deficiency in
a simple and easy way. The survey has provided a comprehensive overview of the
vitamin deficiency identification using image processing techniques. The reviewed
studies demonstrate the potential of image processing and computer vision in
detecting vitamin deficiencies and diet recommendation. Future research
directions includes of Exploring deep learning and transfer learning techniques for
improved accuracy.

29/03/2025 Vitamin Deficiency Identification using Image Processing


References
[1].Ahmed Saif Eldeen, Mohamed AitGacem,“Vitamin Deficiency Detection Using Image Processing and Neural
Network”,IEEE,2019
[2]. G. Sambasivam et al. “A Predictive Performance Analysis of Vitamin D Deficiency Severity Using Machine
Learning Methods”,IEEE Access, 2020
[3]. Asad kattak,Junaid Asghar,Naila Tabassum,“Proposing an Effective Deep Learning Model for Vitamin D
Deficiency Diagnosis”,IEEE,2024
[4]. P. Venkatajayashree,S Kalpana,P Divya,“Non-Invasive Prediction of Vitamin-D Status by using Machine
Learning Algorithm ”,IEEE,2024
[5].Bhavana Anchan, Suresh D Kulkarni, and Ajeetkumar Patil,“Vitamin B12 Detection in Aqueous Media Using
MPA-CdTe Quantum Dots”,IEEE Sensors Council,2024

Vitamin Deficiency Identification using Image Processing


Thank you

29/03/2025 Vitamin Deficiency Identification using Image Processing

You might also like