Face and Object Detection:
Introduction
Explore the evolution of face and object detection in computer vision.
Understand its key roles in security, automotive, and retail sectors.
Meet Our Team
1 Tushar Shelekar 2 Aadil Kardgekar
Creative UI designer crafting Programmer skilled in
intuitive user experiences. computer vision algorithms.
3 Rahil Malik 4 Abdul Rahim
Data scientist optimizing Research enthusiast
face detection models. exploring cutting-edge
techniques.
Understanding the Problem
HOG Features SVM Classification Performance
Extract gradient orientation Classifies images based on extracted Haar classifier: fast but less
information for detection. features. accurate
HOG+SVM: higher accuracy with
more computation
Object Detection Basics
Sliding Window Feature Extraction
Generate potential object Use SIFT, SURF to describe
regions across the image. key points in regions.
Classification
Identify objects by analyzing extracted features.
Objectives & Scope
CNNs Architecture
Learn hierarchical features from images.
Region-based CNNs
Select candidate regions for focused analysis.
Faster R-CNN
Uses region proposal networks for end-to-end training.
Literature Review Highlights
Performance Trade-offs
2
Balancing speed and accuracy in
detection models.
Single-stage Detection
Combines region proposal and 1
classification in one step.
Applications
Autonomous driving
3
Video surveillance
Evaluation Metrics
Metric Definition
Precision Correct detections / total detections
Recall Correct detections / actual objects
IoU Overlap between predicted and true bounding boxes
mAP Average detection precision over classes and thresholds
Methodology Challenges
Scale Variation
1
Detecting objects across different sizes.
Illumination Changes
2
Maintain robustness in varied light conditions.
Computational Cost
3
Balance between speed and accuracy.
System Requirements
Self-Supervised Edge Computing
Learning
Deploy models on devices with
Minimize need for manual limited resources.
labeled data.
Applications
Robotics
Augmented reality
System Design & Future
Recap Techniques Applications & Trends Resources
From HOG to Faster R-CNN for Expanding use in safety, retail, and Explore datasets, libraries, and
detection excellence. automation. research papers.
Frontend
Backend
Expectations vs the actual project made
Future scope
Conclusion