Age Classification: Linear Model

Slides:



Advertisements
Similar presentations
Large-Scale, Real-World Face Recognition in Movie Trailers Week 2-3 Alan Wright (Facial Recog. pictures taken from Enrique Gortez)
Advertisements

Layered Texture Matting 葉展岱 范智勝. Outline  Introduction  Implementation Overview  Current Work  Reference.
Exchanging Faces in Images SIGGRAPH ’04 Blanz V., Scherbaum K., Vetter T., Seidel HP. Speaker: Alvin Date: 21 July 2004.
Principal Components. Karl Pearson Principal Components (PC) Objective: Given a data matrix of dimensions nxp (p variables and n elements) try to represent.
Introduction Lossless compression of grey-scale images TMW achieves world’s best lossless image compression  3.85 bpp on Lenna Reasons for performance.
Appearance Models Shape models represent shape variation Eigen-models can represent texture variation Combined appearance models represent both.
Real-time Combined 2D+3D Active Appearance Models Jing Xiao, Simon Baker,Iain Matthew, and Takeo Kanade CVPR 2004 Presented by Pat Chan 23/11/2004.
Original image: 512 pixels by 512 pixels. Probe is the size of 1 pixel. Picture is sampled at every pixel ( samples taken)
Region Filling and Object Removal by Exemplar-Based Image Inpainting
CSE 300: Software Reliability Engineering Topics covered: Software metrics and software reliability Software complexity and software quality.
Computer Vision. How would a human think of this picture? We might think of this picture as something like “an orange smiley face with black eyes, lighter.
SVM for Regression DMML Lab 04/20/07. SVM Recall Two-class classification problem using linear model:
ICS 61 - Graphics. Light Color Wheel Color Perception.
Multiclass object recognition
Introduction to Pattern Recognition The applications of Pattern Recognition can be found everywhere. Examples include disease categorization, prediction.
Calculating Fractal Dimension from Vector Images Kelly Ran.
Ohad Hageby IDC Support Vector Machines & Kernel Machines IP Seminar 2008 IDC Herzliya.
Vertices, Edges and Faces By Jordan Diamond. Vertices In geometry, a vertices is a special kind of point which describes the corners or intersections.
GENDER AND AGE RECOGNITION FOR VIDEO ANALYTICS SOLUTION PRESENTED BY: SUBHASH REDDY JOLAPURAM.
Linear Prediction Correlation can be used to make predictions – Values on X can be used to predict values on Y – Stronger relationships between X and Y.
CSCI 440.  So far we have learned how to  build shapes  create movement  change views  add simple lights  But, our objects still look very cartoonish.
Marcus Barkowsky, Savvas Argyropoulos1 Towards a Hybrid Model Provide a structure with building blocks Provide a programming and evaluation environment.
3D Face Recognition Using Range Images Literature Survey Joonsoo Lee 3/10/05.
Calculating Fractal Dimension from Vector Images Kelly Ran.
Face detection and recognition Many slides adapted from K. Grauman and D. Lowe.
How many …?. What shape can you see? I can see some _____. Q1 Q1 stars.
Image from
COMPUTER GRAPHICS AND LINEAR ALGEBRA AN INTRODUCTION.
TRANSLATION OF SHAPES EXAMPLES 1) 2)
Week 2 Presentation: Project 3
THE AREA OF A CIRCLE An introduction to approximating the area of a circle.
Data-driven Methods: Faces
Project 4: Facial Image Analysis with Support Vector Machines
Can Computer Algorithms Guess Your Age and Gender?
AM3352 pixel clock question
Annual Income Prediction Modeling Using SVM
Final Year Project Presentation --- Magic Paint Face
Image #1 Image Analysis: What do you think is going on in this picture? Which person, thing, or event does this image relate to (which Word Wall term)?
Data-driven Methods: Faces
Object Modeling with Layers
فصل چهارم فرایندهای حسی
x IMPORTANT: read before building your presentation:
What Shapes Can You See in this Picture?
Computational Photography
Enlargements and area Scale factor Area of object Area of image.
Structure of Images Images could be: Pictures in the head
Image #1 Image Analysis: What do you think is going on in this picture? Which person, thing, or event does this image relate to (which Word Wall term)?
Three Dimensional Figures
VECTORS INTRODUCTION Left 3 and down 2 is written as
Digital Media Objective
Click on a numbered square to make the square disappear.
Chapter 1 Linear Functions
مدلسازي تجربي – تخمين پارامتر
The Least-Squares Line Introduction
Image #1 Image Analysis: What do you think is going on in this picture? Which person, thing, or event does this image relate to (which Word Wall term)?
Image #1 Image Analysis: What do you think is going on in this picture? Which person, thing, or event does this image relate to (which Word Wall term)?
Introduction to transformational GEOMETRY
Recitation #2 Tel Aviv University 2017/2018 Slava Novgorodov
ENLARGEMENTS INTRODUCTION ENLARGEMENT Makes a shape bigger or smaller
Getting familiar with faces
Recitation #2 Tel Aviv University 2016/2017 Slava Novgorodov
The Image The pixels in the image The mask The resulting image 255 X
Introduction.
Image #1 Image Analysis: What do you think is going on in this picture? Which person, thing, or event does this image relate to (which Word Wall term)?
Counting Shapes.
Source: IEEE Transactions on Circuits and Systems,
Translate 5 squares left and 4 squares up.
Types of Errors And Error Analysis.
ECE 692 – Advanced Topics in Computer Vision
Image #1 Image Analysis: What do you think is going on in this picture? Which person, thing, or event does this image relate to (which Word Wall term)?
Presentation transcript:

Age Classification: Linear Model By: Morgan Ferguson Garrett Bingham Catherine Nansalo

Introduction to the Data FGNet-LOPO 82 People 47 men and 35 females 6 to 18 pictures each 1002 images total

b-vectors and age b1 - b 109 Shape! Mesh on image Positions of model points Texture comes from pixels How well does face structure predict age?

Linear Model

Results Model R^2 Mean Squared Error Age ~ b1 .000002 165.401 Age ~ b1 + b2 + … + b5 0.394 100.238 Age ~ b1 + b2 + … + b10 0.490 84.404 Age ~ b1 + b2 + … + b109 0.757 40.221