Midterm Report “Makeup” Against Face Detection

Slides:



Advertisements
Similar presentations
Advanced Image Processing Student Seminar: Lipreading Method using color extraction method and eigenspace technique ( Yasuyuki Nakata and Moritoshi Ando.
Advertisements

Rapid Object Detection using a Boosted Cascade of Simple Features Paul Viola, Michael Jones Conference on Computer Vision and Pattern Recognition 2001.
Face Detection & Synthesis using 3D Models & OpenCV Learning Bit by Bit Don Miller ITP, Spring 2010.
Chessmen Position Recognition Using Artificial Neural Networks Jun Hou Dec. 8, 2003.
Face Recognition Method of OpenCV
David Wild Supervisor: James Connan Rhodes University Computer Science Department Gaze Tracking Using A Webcamera.
Computer Vision Detecting the existence, pose and position of known objects within an image Michael Horne, Philip Sterne (Supervisor)
Bohr Robot Group OpenCV ECE479 John Chhokar J.C. Arada Richard Dixon.
Robust Real-time Object Detection by Paul Viola and Michael Jones ICCV 2001 Workshop on Statistical and Computation Theories of Vision Presentation by.
4EyesFace-Realtime face detection, tracking, alignment and recognition Changbo Hu, Rogerio Feris and Matthew Turk.
CS 223B Assignment 1 Help Session Dan Maynes-Aminzade.
Viewpoint Tracking for 3D Display Systems A look at the system proposed by Yusuf Bediz, Gözde Bozdağı Akar.
Foundations of Computer Vision Rapid object / face detection using a Boosted Cascade of Simple features Presented by Christos Stoilas Rapid object / face.
Face Detection CSE 576. Face detection State-of-the-art face detection demo (Courtesy Boris Babenko)Boris Babenko.
FACE DETECTION AND RECOGNITION By: Paranjith Singh Lohiya Ravi Babu Lavu.
Vision-Based Biometric Authentication System by Padraic o hIarnain Final Year Project Presentation.
A Tutorial on Object Detection Using OpenCV
Knowledge Systems Lab JN 9/10/2002 Computer Vision: Gesture Recognition from Images Joshua R. New Knowledge Systems Laboratory Jacksonville State University.
INTRODUCTION Generally, after stroke, patient usually has cerebral cortex functional barrier, for example, the impairment in the following capabilities,
Edit the text with your own short phrases. The animation is already done for you; just copy and paste the slide into your existing presentation. Face Detection,
CSCE 5013 Computer Vision Fall 2011 Prof. John Gauch
Window-based models for generic object detection Mei-Chen Yeh 04/24/2012.
EDGE DETECTION USING MINMAX MEASURES SOUNDARARAJAN EZEKIEL Matthew Lang Department of Computer Science Indiana University of Pennsylvania Indiana, PA.
Blink Detection using OpenCV
By: Kenzo Abrahams Supervisor: Mehrdad Ghaziasgar Co-supervisor: James Connan Mentored by: Diego Mushfieldt.
Final Presentation for EE7700 DVP Shenghua Wan and Kang zhang May, D View Simulation Based on Face Tracking.
The Viola/Jones Face Detector A “paradigmatic” method for real-time object detection Training is slow, but detection is very fast Key ideas Integral images.
Mobile Image Processing
Machine Learning for Pedestrian Detection. How does a Smart Assistance System detects Pedestrian?
Delivering Business Value through IT Face feature detection using Java and OpenCV 1.
Automated Fingertip Detection
Jôner Duarte  The idea is to use the head as a replacement to the paddle which bounces the ball to destroy “mines” over your.
FACE DETECTION : AMIT BHAMARE. WHAT IS FACE DETECTION ? Face detection is computer based technology which detect the face in digital image. Trivial task.
Evaluation of Gender Classification Methods with Automatically Detected and Aligned Faces Speaker: Po-Kai Shen Advisor: Tsai-Rong Chang Date: 2010/6/14.
1 Munther Abualkibash University of Bridgeport, CT.
Things about pattern recognition OGD. Pattern recognition ● Simplify the input ● Extract features ● Process ● Learn? ● Output results.
Day 3: computer vision.
Machine Vision Burr Detection
Image Processing For Soft X-Ray Self-Seeding
CS262: Computer Vision Lect 06: Face Detection
2. Skin - color filtering.
Cascade for Fast Detection
License Plate Detection
Automated Detection of Human Emotion
Face Detection for Access Control
Performance of Computer Vision
Article Review Todd Hricik.
Eye Detection and Gaze Estimation
Lit part of blue dress and shadowed part of white dress are the same color
Object Detection with Bootstrapping
Week 6 Cecilia La Place.
Salevich Alex & Frenkel Eduard Wizard Hunting
Funny Face Application
CAPA Bot: Captain’s Autonomous Personal Assistant Robot
Pearson Lanka (Pvt) Ltd.
A Tutorial on HOG Human Detection
Misrak Seifu, Wesna Lalanne Mentor: Mahdi M. Kalayeh
Categorization by Learning and Combing Object Parts
Face Components detection
Similarity based on Shape and Appearance
Machine Vision Proportional sensing of visible features Expensive Slow
Elecbits Electronic shade.
CS Lab Usage Logan Balow.
Anarghya Mitra and Zelun Luo
Presentation by: Lillian Lau
A Tutorial on Object Detection Using OpenCV
Presentation By: Eryk Helenowski PURE Mentor: Vincent Bindschaedler
Detection of Sand Boils using Machine Learning Approaches
Attacks on Remote Face Classifiers
Adversarial Machine Learning in Image Recognition
Presentation transcript:

Midterm Report “Makeup” Against Face Detection Mentee: Tianying Zhou Mentor: Vincent Bindschaedler 3/30/2017

Overview Recent progress Face detection techniques are very popular nowadays, and a lot of APIs could achieve high accuracy. However, what if a person doesn’t want to be recognized under the camera? Understand how face detection models work(in this research, focus on Haar feature-based cascade Classifiers) Perform visible adjustments on faces to get them misdetected Overview

Techniques Python Environment Setup OpenCV Virtual Machine on Linux Platform Python 2.7.13 Essential Packages OpenCV Train my own Haar Cascade Resize and convert images into grayscale Add black blocks on different regions Apply the face detection model and show results

Haar Features Human faces share similar properties (Eyes darker than upper-cheeks) Calculate the difference Large # of features

Result Image

Next Goals Figure out thresholds of misdetection: size shape region Further train my model with specific datasets Train HOG model Next Goals