Last week. Multi-Frame Structure from Motion: Multi-View Stereo. Unknown camera viewpoints

Similar documents
Verification: is that a lamp? What do we mean by recognition? Recognition. Recognition

What do we mean by recognition?

Object recognition (part 1)

EE795: Computer Vision and Intelligent Systems

Recognition problems. Face Recognition and Detection. Readings. What is recognition?

EE795: Computer Vision and Intelligent Systems

Recognition: Face Recognition. Linda Shapiro EE/CSE 576

Face/Flesh Detection and Face Recognition

Face detection and recognition. Many slides adapted from K. Grauman and D. Lowe

Face detection and recognition. Detection Recognition Sally

Object detection as supervised classification

CS4495/6495 Introduction to Computer Vision. 8C-L1 Classification: Discriminative models

COSC160: Detection and Classification. Jeremy Bolton, PhD Assistant Teaching Professor

Skin and Face Detection

Understanding Faces. Detection, Recognition, and. Transformation of Faces 12/5/17

Recognition, SVD, and PCA

Face detection. Bill Freeman, MIT April 5, 2005

Object Category Detection: Sliding Windows

Classifier Case Study: Viola-Jones Face Detector

Dimension Reduction CS534

Applications Video Surveillance (On-line or off-line)

Image Analysis. Window-based face detection: The Viola-Jones algorithm. iphoto decides that this is a face. It can be trained to recognize pets!

Announcements. Recognition I. Gradient Space (p,q) What is the reflectance map?

The Curse of Dimensionality

Feature Selection for Image Retrieval and Object Recognition

Supervised Sementation: Pixel Classification

Window based detectors

22 October, 2012 MVA ENS Cachan. Lecture 5: Introduction to generative models Iasonas Kokkinos

Generative and discriminative classification techniques

Machine Learning Lecture 3

Computer Vision with MATLAB MATLAB Expo 2012 Steve Kuznicki

CSE 481C Imitation Learning in Humanoid Robots Motion capture, inverse kinematics, and dimensionality reduction

Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong)

PART VI High-Level Vision: Probabilistic and Inferential Methods

Recap: Gaussian (or Normal) Distribution. Recap: Minimizing the Expected Loss. Topics of This Lecture. Recap: Maximum Likelihood Approach

Object Detection Design challenges

CSC 411: Lecture 14: Principal Components Analysis & Autoencoders

Object Category Detection: Sliding Windows

CSC 411: Lecture 14: Principal Components Analysis & Autoencoders

Training-Free, Generic Object Detection Using Locally Adaptive Regression Kernels

Generative and discriminative classification techniques

3D Models and Matching

Generic Object-Face detection

Image Processing. Image Features

Deep Learning for Computer Vision

Machine Learning Lecture 3

A Hybrid Face Detection System using combination of Appearance-based and Feature-based methods

Tracking Computer Vision Spring 2018, Lecture 24

Recap Image Classification with Bags of Local Features

Bayes Risk. Classifiers for Recognition Reading: Chapter 22 (skip 22.3) Discriminative vs Generative Models. Loss functions in classifiers

Machine Learning Lecture 3

Face Detection and Alignment. Prof. Xin Yang HUST

Mobile Face Recognization

Classifiers for Recognition Reading: Chapter 22 (skip 22.3)

Classifying Images with Visual/Textual Cues. By Steven Kappes and Yan Cao

Learning to Recognize Faces in Realistic Conditions

Shape Context Matching For Efficient OCR

Introduction to Pattern Recognition Part II. Selim Aksoy Bilkent University Department of Computer Engineering

ECG782: Multidimensional Digital Signal Processing

Pattern Recognition. Kjell Elenius. Speech, Music and Hearing KTH. March 29, 2007 Speech recognition

Face Recognition for Mobile Devices

Generic Face Alignment Using an Improved Active Shape Model

Computer Vision. Exercise Session 10 Image Categorization

Adaptive Skin Color Classifier for Face Outline Models

Object Recognition Using Pictorial Structures. Daniel Huttenlocher Computer Science Department. In This Talk. Object recognition in computer vision

Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma

Introduction to Machine Learning

More Learning. Ensembles Bayes Rule Neural Nets K-means Clustering EM Clustering WEKA


Unsupervised Learning

SD 372 Pattern Recognition

Classification: Linear Discriminant Functions

Fisher vector image representation

CIS 520, Machine Learning, Fall 2015: Assignment 7 Due: Mon, Nov 16, :59pm, PDF to Canvas [100 points]

All good things must...

Eye Detection by Haar wavelets and cascaded Support Vector Machine

Object and Class Recognition I:

( ) =cov X Y = W PRINCIPAL COMPONENT ANALYSIS. Eigenvectors of the covariance matrix are the principal components

What is machine learning?

Homework. Gaussian, Bishop 2.3 Non-parametric, Bishop 2.5 Linear regression Pod-cast lecture on-line. Next lectures:

Generalized Principal Component Analysis CVPR 2007

Artificial Neural Networks (Feedforward Nets)

Classifiers and Detection. D.A. Forsyth

Specific Object Recognition: Matching in 2D

Object and Action Detection from a Single Example

Bayes Classifiers and Generative Methods

Scale Invariant Feature Transform

Adaptive Learning of an Accurate Skin-Color Model

The SIFT (Scale Invariant Feature

CS 195-5: Machine Learning Problem Set 5

Robust Pose Estimation using the SwissRanger SR-3000 Camera

Recognition of Animal Skin Texture Attributes in the Wild. Amey Dharwadker (aap2174) Kai Zhang (kz2213)

Modern Medical Image Analysis 8DC00 Exam

Lecture 16: Object recognition: Part-based generative models

Introduction to SLAM Part II. Paul Robertson

Unsupervised learning in Vision

Harder case. Image matching. Even harder case. Harder still? by Diva Sian. by swashford

Feature Detection. Raul Queiroz Feitosa. 3/30/2017 Feature Detection 1

Face Recognition-based Automatic Tagging Scheme for SNS

Previously. Window-based models for generic object detection 4/11/2011

Transcription:

Last week Multi-Frame Structure from Motion: Multi-View Stereo Unknown camera viewpoints

Last week PCA

Today Recognition

Today Recognition

Recognition problems What is it? Object detection Who is it? Recognizing identity What are they doing? Activities All of these are classification problems Choose one class from a list of possible candidates

How do human do recognition? We don t completely know yet But we have some experimental observations.

Observation 1:

Observation 1: The Margaret Thatcher Illusion, by Peter Thompson

Observation 1: The Margaret Thatcher Illusion, by Peter Thompson http://www.wjh.harvard.edu/~lombrozo/home/illusions/thatcher.html#bottom Human process up-side-down images seperately

Observation 2: Jim Carrey Kevin Costner High frequency information is not enough

Observation 3:

Observation 3: Negative contrast is difficult

Observation 4: Image Warping is OK

The list goes on Face Recognition by Humans: Nineteen Results All Computer Vision Researchers Should Know About http://web.mit.edu/bcs/sinha/papers/19results_sinha_ etal.pdf

Face detection How to tell if a face is present?

One simple method: skin detection skin Skin pixels have a distinctive range of colors Corresponds to region(s) in RGB color space Skin classifier for visualization, only R and G components are shown above A pixel X = (R,G,B) is skin if it is in the skin region But how to find this region?

Skin detection Learn the skin region from examples Manually label pixels in one or more training images as skin or not skin Plot the training data in RGB space skin pixels shown in orange, non-skin pixels shown in blue some skin pixels may be outside the region, non-skin pixels inside. Why? Skin classifier Given X = (R,G,B): how to determine if it is skin or not?

Skin classification techniques Skin classifier Given X = (R,G,B): how to determine if it is skin or not? Nearest neighbor find labeled pixel closest to X choose the label for that pixel Data modeling fit a model (curve, surface, or volume) to each class Probabilistic data modeling fit a probability model to each class

Probability Basic probability X is a random variable P(X) is the probability that X achieves a certain value called a PDF -probability distribution/density function -a 2D PDF is a surface, 3D PDF is a volume or continuous X discrete X Conditional probability: P(X Y) probability of X given that we already know Y

Probabilistic skin classification Now we can model uncertainty Each pixel has a probability of being skin or not skin Skin classifier Given X = (R,G,B): how to determine if it is skin or not? Choose interpretation of highest probability set X to be a skin pixel if and only if Where do we get and?

Learning conditional PDF s We can calculate P(R skin) from a set of training images It is simply a histogram over the pixels in the training images each bin R i contains the proportion of skin pixels with color R i This doesn t work as well in higher-dimensional spaces. Why not? Approach: fit parametric PDF functions common choice is rotated Gaussian center covariance» orientation, size defined by eigenvecs, eigenvals

Learning conditional PDF s We can calculate P(R skin) from a set of training images It is simply a histogram over the pixels in the training images each bin R i contains the proportion of skin pixels with color R i But this isn t quite what we want Why not? How to determine if a pixel is skin? We want P(skin R) not P(R skin) How can we get it?

Bayes rule In terms of our problem: what we measure (likelihood) domain knowledge (prior) what we want (posterior) normalization term The prior: P(skin) Could use domain knowledge P(skin) may be larger if we know the image contains a person for a portrait, P(skin) may be higher for pixels in the center Could learn the prior from the training set. How? P(skin) may be proportion of skin pixels in training set

Bayesian estimation likelihood posterior (unnormalized) Bayesian estimation = minimize probability of misclassification Goal is to choose the label (skin or ~skin) that maximizes the posterior this is called Maximum A Posteriori (MAP) estimation Suppose the prior is uniform: P(skin) = P(~skin) = 0.5 in this case, maximizing the posterior is equivalent to maximizing the likelihood» if and only if this is called Maximum Likelihood (ML) estimation

Skin detection results

General classification This same procedure applies in more general circumstances More than two classes More than one dimension Example: face detection Here, X is an image region dimension = # pixels each face can be thought of as a point in a high dimensional space H. Schneiderman, T. Kanade. "A Statistical Method for 3D Object Detection Applied to Faces and Cars". IEEE Conference on Computer Vision and Pattern Recognition (CVPR 2000) http://www-2.cs.cmu.edu/afs/cs.cmu.edu/user/hws/www/cvpr00.pdf H. Schneiderman and T.Kanade

Linear subspaces convert x into v 1, v 2 coordinates What does the v 2 coordinate measure? - distance to line - use it for classification near 0 for orange pts What does the v 1 coordinate measure? - position along line - use it to specify which orange point it is Classification can be expensive Must either search (e.g., nearest neighbors) or store large PDF s Suppose the data points are arranged as above Idea fit a line, classifier measures distance to line

Dimensionality reduction How to find v 1 and v 2? - PCA Dimensionality reduction We can represent the orange points with only their v 1 coordinates since v 2 coordinates are all essentially 0 This makes it much cheaper to store and compare points A bigger deal for higher dimensional problems

Principal component analysis Suppose each data point is N-dimensional Same procedure applies: The eigenvectors of A define a new coordinate system eigenvector with largest eigenvalue captures the most variation among training vectors x eigenvector with smallest eigenvalue has least variation We can compress the data by only using the top few eigenvectors corresponds to choosing a linear subspace» represent points on a line, plane, or hyper-plane these eigenvectors are known as the principal components

The space of faces = + An image is a point in a high dimensional space An N x M image is a point in R NM We can define vectors in this space as we did in the 2D case

Dimensionality reduction The set of faces is a subspace of the set of images Suppose it is K dimensional We can find the best subspace using PCA This is like fitting a hyper-plane to the set of faces spanned by vectors v 1, v 2,..., v K any face

Eigenfaces PCA extracts the eigenvectors of A Gives a set of vectors v 1, v 2, v 3,... Each one of these vectors is a direction in face space what do these look like?

Projecting onto the eigenfaces The eigenfaces v 1,..., v K span the space of faces A face is converted to eigenface coordinates by

Recognition with eigenfaces Algorithm 1. Process the image database (set of images with labels) Run PCA compute eigenfaces Calculate the K coefficients for each image 2. Given a new image (to be recognized) x, calculate K coefficients 3. Detect if x is a face 4. If it is a face, who is it? Find closest labeled face in database nearest-neighbor in K-dimensional space

Choosing the dimension K eigenvalues i = K NM How many eigenfaces to use? Look at the decay of the eigenvalues the eigenvalue tells you the amount of variance in the direction of that eigenface ignore eigenfaces with low variance

Issues: dimensionality reduction What if your space isn t flat? PCA may not help Nonlinear methods LLE, MDS, etc.

Issues: data modeling Generative methods model the shape of each class histograms, PCA, mixtures of Gaussians... Discriminative methods model boundaries between classes perceptrons, neural networks support vector machines (SVM s)

Generative vs. Discriminative Generative Approach model individual classes, priors Discriminative Approach model posterior directly from Chris Bishop

Issues: speed Case study: Viola Jones face detector Exploits three key strategies: simple, super-efficient features image pyramids pruning (cascaded classifiers)

Viola/Jones: features Rectangle filters Differences between sums of pixels in adjacent rectangles h t (x) ={ +1 if f t (x) > q t -1 otherwise 60,000 100 6,000,000 Unique Features Y(x)= α t h t (x) Detection ={ Select 200 by Adaboost face, if Y(x) > 0 non-face, otherwise Robust Realtime Face Dection, IJCV 2004, Viola and Jonce

Integral Image (aka. summed area table) Define the Integral Image Any rectangular sum can be computed in constant time: Rectangle features can be computed as differences between rectangles y y x x y x I y x I ' ' ') ', ( ), '( D B A C A D C B A A D ) ( ) ( 3) (2 4 1

Viola/Jones: handling scale Larger Scale Smallest Scale 50,000 Locations/Scales

Cascaded Classifier IMAGE SUB-WINDOW 50% 1 Feature 5 Features 20% 2% 20 Features FACE F NON-FACE F NON-FACE F NON-FACE first classifier: 100% detection, 50% false positives. second classifier: 100% detection, 40% false positives (20% cumulative) using data from previous stage. third classifier: 100% detection,10% false positive rate (2% cumulative) Put cheaper classifiers up front

Viola/Jones results: Run-time: 15fps (384x288 pixel image on a 700 Mhz Pentium III)

Application Smart cameras: auto focus, red eye removal, auto color correction

Application Lexus LS600 Driver Monitor System