Group 14
Group 14
2
HELLO
!
SEEKING ATTENTION!!!!
3
INTRODUCTIO
N
4
CONTINUE…
•Object classification is a fundamental task in computer
vision.
•Deep Learning, especially CNNs, has revolutionized image
recognition.
•This project focuses on classifying images in the CIFAR-10
dataset.
5
What is Object
Classification?
6
CONTINUE…
7
Why Use Deep Learning
for Object Classification?
8
CONTINUE…
9
UNDER
STANDING
CIFAR-10
DATASET 10
Overview of CIFAR-
10 Dataset
•Contains 60,000 images (32×32 pixels).
•10 classes: Airplane, Automobile, Bird, Cat, Deer, Dog, Frog, Horse,
Ship, Truck.
•50,000 images for training, 10,000 images for testing.
11
CHALLENGES WITH
CIFAR-10
∎ Low-resolution ∎ Similar-looking ∎ Prone to
images (32x32 classes (e.g., cat overfitting due
pixels). vs. dog, airplane to small dataset
vs. bird). size.
SAMPLES IMAGES
FROM CIFAR-10
• Each class contains 6,000 images, ensuring
a balanced dataset
13
DEEP
LEARNIN
G AND
CNN
BASIS
14
CONTINUE…
15
CNN
ARCHITECTURE
Convolutional Layers: Extract features (edges, textures).
Pooling Layers: Reduce dimensions and computation.
Fully Connected Layers: Make the final classification.
16
Data
Preprocessing &
Augmentation
17
DATA PREPROCESSING STEPS
18
DATA AUGMENTATION
• Techniques Used:Rotation
• Flipping
• Cropping
• Brightness adjustments
19
BUILDING THE
CNN MODEL
DIMENSIONALITY
FEATURE EXTRACTION CLASSIFICATION
REDUCTION
20
CONTINUE…
•Input: 32×32×3 (RGB image).
•Layers:
•2 Convolutional layers (feature
extraction).
•2 Pooling layers (dimensionality
reduction).
•3 Fully Connected layers (classification).
21
TRAINING AND
OPTIMIZING THE
MODEL
22
CONTINUE…
Training the Model DEFINING LOSS FUNCTION AND
•Use GPU acceleration if available.
OPTIMIZER
•Backpropagation and optimization at each epoch.
23
MODEL
EVALUATION
Evaluating the model
24
TESTING
IMAGES
frog truck truck deer
automobile automobile bird horse
ship cat deer horse
horse bird truck truck
truck cat bird frog
deer cat frog frog
bird frog cat dog
deer airplane airplane truck
VS
PREDICTION
IMAGES
frog truck truck deer
automobile automobile frog
horse
ship horse deer horse
horse truck truck ship
truck cat frog frog
deer cat frog frog
horse cat cat automobile
horse airplane airplane truck
RESULT & DISCUSSION
85.196%
ACCURACY
CONCLUSION
•CNNs are powerful for object classification.
•Successfully classified CIFAR-10 dataset with high
accuracy.
27
FUTURE
ENHANCEMENTS
28
REFERENCES
•CIFAR-10 Dataset:
https://www.cs.toronto.edu/~kriz/cifar.html
•Deep Learning Frameworks: TensorFlow, PyTorch.
29
THANK
THANK YOU
YOU!!!
Q??
30