Lecture 25: Introduction to Recognition

Slides:



Advertisements
Similar presentations
Face Recognition. Introduction Why we are interested in face recognition? Why we are interested in face recognition? Passport control at terminals in.
Advertisements

EE462 MLCV Lecture 5-6 Object Detection – Boosting Tae-Kyun Kim.
My Group’s Current Research on Image Understanding.
As applied to face recognition.  Detection vs. Recognition.
EE462 MLCV Lecture 5-6 Object Detection – Boosting Tae-Kyun Kim.
CPSC 425: Computer Vision (Jan-April 2007) David Lowe Prerequisites: 4 th year ability in CPSC Math 200 (Calculus III) Math 221 (Matrix Algebra: linear.
Effective Image Database Search via Dimensionality Reduction Anders Bjorholm Dahl and Henrik Aanæs IEEE Computer Society Conference on Computer Vision.
Lecture 5 Template matching
Object Detection and Recognition
Recognition of Traffic Lights in Live Video Streams on Mobile Devices
How many object categories are there? Biederman 1987.
A Study of Approaches for Object Recognition
Recognition Readings Szeliski Chapter 14 The “Margaret Thatcher Illusion”, by Peter Thompson.
Object Recognition: History and Overview Slides adapted from Fei-Fei Li, Rob Fergus, Antonio Torralba, and Jean Ponce.
Project 4 out today –help session today –photo session today Project 2 winners Announcements.
Visual Object Recognition Rob Fergus Courant Institute, New York University
Computer Vision I Instructor: Prof. Ko Nishino. Today How do we recognize objects in images?
Smart Traveller with Visual Translator for OCR and Face Recognition LYU0203 FYP.
Opportunities of Scale, Part 2 Computer Vision James Hays, Brown Many slides from James Hays, Alyosha Efros, and Derek Hoiem Graphic from Antonio Torralba.
Lecture 29: Recent work in recognition CS4670: Computer Vision Noah Snavely.
Lecture 6: Feature matching and alignment CS4670: Computer Vision Noah Snavely.
Understanding Faces Computational Photography
Matthias Wimmer, Bernd Radig, Michael Beetz Chair for Image Understanding Computer Science Technische Universität München Adaptive.
Learning Visual Similarity Measures for Comparing Never Seen Objects By: Eric Nowark, Frederic Juric Presented by: Khoa Tran.
Face Recognition and Feature Subspaces
Lecture 4: Feature matching CS4670 / 5670: Computer Vision Noah Snavely.
Marco Pedersoli, Jordi Gonzàlez, Xu Hu, and Xavier Roca
Computer Science Department Pacific University Artificial Intelligence -- Computer Vision.
Lecture 31: Modern recognition CS4670 / 5670: Computer Vision Noah Snavely.
80 million tiny images: a large dataset for non-parametric object and scene recognition CS 4763 Multimedia Systems Spring 2008.
Face Recognition: An Introduction
Why is computer vision difficult?
Lecture 7: Features Part 2 CS4670/5670: Computer Vision Noah Snavely.
A NOVEL METHOD FOR COLOR FACE RECOGNITION USING KNN CLASSIFIER
Context-based vision system for place and object recognition Antonio Torralba Kevin Murphy Bill Freeman Mark Rubin Presented by David Lee Some slides borrowed.
Li Fei-Fei, UIUC Rob Fergus, MIT Antonio Torralba, MIT Recognizing and Learning Object Categories ICCV 2005 Beijing, Short Course, Oct 15.
An Improved Approach For Image Matching Using Principle Component Analysis(PCA An Improved Approach For Image Matching Using Principle Component Analysis(PCA.
Carl Vondrick, Aditya Khosla, Tomasz Malisiewicz, Antonio Torralba Massachusetts Institute of Technology
Recognition Readings – C. Bishop, “Neural Networks for Pattern Recognition”, Oxford University Press, 1998, Chapter 1. – Szeliski, Chapter (eigenfaces)
Adaptable Pattern-Classifier System Applying to Face Recognition Intelligent Technology Lab. B. Battulga.
Introduction to Recognition CS4670/5670: Intro to Computer Vision Noah Snavely mountain building tree banner vendor people street lamp.
Li Fei-Fei, Stanford Rob Fergus, NYU Antonio Torralba, MIT Recognizing and Learning Object Categories: Year 2009 ICCV 2009 Kyoto, Short Course, September.
Recognizing objects Prof. Noah Snavely CS1114
Another Example: Circle Detection
CSSE463: Image Recognition Day 26
Histograms CSE 6363 – Machine Learning Vassilis Athitsos
CS201 Lecture 02 Computer Vision: Image Formation and Basic Techniques
Announcements Project 2 due tomorrow night Project 3 out Wednesday
Face Recognition and Feature Subspaces
Recognition: Face Recognition
Opportunities of Scale, Part 2
Lecture 14: Introduction to Recognition
Li Fei-Fei, UIUC Rob Fergus, MIT Antonio Torralba, MIT
An opposition to: Context-Based Vision System for Place and Object Recognition Contextual Models for Object Detection Using BRFs.
Machine Vision Acquisition of image data, followed by the processing and interpretation of these data by computer for some useful application like inspection,
HOGgles Visualizing Object Detection Features
Lecture 25: Introduction to Recognition
Image Segmentation Techniques
Lecture 26: Faces and probabilities
ICCV 2009 Kyoto, Short Course, September 24
Brief Review of Recognition + Context
CS4670: Intro to Computer Vision
CS4670: Intro to Computer Vision
Announcements Project 2 artifacts Project 3 due Thursday night
Announcements Project 4 out today Project 2 winners help session today
Where are we? We have covered: Project 1b was due today
Announcements Artifact due Thursday
Announcements Artifact due Thursday
The “Margaret Thatcher Illusion”, by Peter Thompson
Generic object recognition
Presentation transcript:

Lecture 25: Introduction to Recognition CS4670/5670: Intro to Computer Vision Noah Snavely Lecture 25: Introduction to Recognition mountain building tree banner vendor people street lamp

What do we mean by “object recognition”? Next 15 slides adapted from Li, Fergus, & Torralba’s excellent short course on category and object recognition

Verification: is that a lamp?

Detection: are there people?

Identification: is that Potala Palace?

Object categorization mountain tree building banner street lamp vendor people

Scene and context categorization outdoor city …

Object recognition Is it really so hard? Find the chair in this image Output of normalized correlation This is a chair

Object recognition Is it really so hard? Find the chair in this image Pretty much garbage Simple template matching is not going to make it

Object recognition Is it really so hard? Find the chair in this image A “popular method is that of template matching, by point to point correlation of a model pattern with the image pattern. These techniques are inadequate for three-dimensional scene analysis for many reasons, such as occlusion, changes in viewing angle, and articulation of parts.” Nivatia & Binford, 1977.

Why not use SIFT matching for everything? Works well for object instances Not great for generic object categories

Applications: Computational photography

Applications: Assisted driving Pedestrian and car detection meters Ped Car Lane detection Collision warning systems with adaptive cruise control, Lane departure warning systems, Rear object detection systems,

Applications: image search

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

Observation 1 We can recognize familiar faces even in low-resolution images

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

What is the single most important facial features for recognition?

Observation 4: Image Warping is OK

The list goes on http://web.mit.edu/bcs/sinha/papers/19results_sinha_etal.pdf

Let’s start simple Today skin detection eigenfaces

Face detection Do these images contain faces? Where?

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