C OLOR -A TTRIBUTES -R ELATED I MAGE R ETRIEVAL W EEK 4 Student: Kylie Gorman Mentor: Yang Zhang.

Slides:



Advertisements
Similar presentations
S T U V W X Y Z red yellow blue black green white.
Advertisements

We Can Read About Mixing Colors
COLORING WITH NUMBERS. NumbersNumbers NumbersNumbers
INLS 560 – D ICTIONARIES Instructor: Jason Carter.
Rules: Click on the correct colour to fill in your colouring in book. Then click on the arrow to move unto the next page. Can you finish the whole book?
© red ©
Student: Kylie Gorman Mentor: Yang Zhang COLOR-ATTRIBUTES- RELATED IMAGE RETRIEVAL.
All About Colors!!! All About Colors!!!!! Caitlyn Evershed
Objective Video Example by Mrs. G Give It a Try Lesson 4.1  Add and subtract matrices  Multiply a matrix by a scalar number  Solve a matrix equation.
COLOURS.
Colors By Jes Betzold Red YellowBlue Orange PurpleGreen.
Learning Color Names from Real-World Images Joost van de Weijer, Cordelia Schmid, Jakob Verbeek Lear Team, INRIA Grenoble, France
Dependent Probability. P(Yellow then Blue) = P (Pink then not blue) = P(Yellow then Yellow) = 3 32 == =
WHITE YELLOW GREEN BLUE RED PINK BLACK BROWN ORANGE.
Kids S1 Vocabulary U1 Colors. Listen and say the color:
Week5 Amari Lewis Aidean Sharghi. Testing the data for classification Divide the date into TEST and TRAIN data. First the regular.jpeg images Then, the.
Hello, I am Vincent. I am a painter. I like to draw.
Homework Assignment You are going to research any artist of your choosing from any time period or genre. You are going to complete a one page double- spaced.
COUNTING Directions: Write your word on the I pad and on the paper. Count the amount of letters in your word and then find the color that matches that.
If you say 8 color the ones in your picture purple. If you say 9 color the ones in your picture blue.
WELCOME TO OUR JOBS SHOW! Press the green button to play!
CVPR2013 Poster Detecting and Naming Actors in Movies using Generative Appearance Models.
Memory Match: Colors and Shapes bright red triangles on light red background grey triangles on bright pink background black circles on grey background.
Spring Colors Enter our Garden to see all of the beautiful flowers that bloom in the Spring time.
Matching Colors to Color Words This PowerPoint was created to be used with a smartboard or interwrite pad. The students click on a colored circle and are.
The Resistor -. Resistance: When electrical current (flow of electrons) is slowed down - force it into a inefficient conductor - transforms the electrical.
Dense Color Moment: A New Discriminative Color Descriptor Kylie Gorman, Mentor: Yang Zhang University of Central Florida I.Problem:  Create Robust Discriminative.
ILLUSIONS THAT WILL NOT STRAIN YOUR BRAIN BUT YOUR EYES.
Color-Attributes-Related Image Retrieval Student: Kylie Gorman Mentor: Yang Zhang.
Monkey, Monkey In the Tree. Monkey, monkey in the tree Throw the yellow coconut down to me!
Color Distribution A block BrownYellowOrangeRedGreenBlue GreenYellowOrangeRedPurple M&M Skittles.
Olga Vareli No!No! No!No! Yes!Yes! Black Olga Vareli.
How can we organize this information?. Graphing.
Notes Over 4.2 Finding the Product of Two Matrices Find the product. If it is not defined, state the reason. To multiply matrices, the number of columns.
Precalculus Section 14.1 Add and subtract matrices Often a set of data is arranged in a table form A matrix is a rectangular.
Colors Part 2 Sauk I Animate vs. inanimate There are 2 different types of phrases for color terms in Sauk. One phrase refers to living things (people,
Crazy colors By teacher john. Basic colors! White Black red blue Light green yellow orange purple Grey Light blue green.
Guess the colour Mix the colours Evaluation Group with work.
C o l o u r s Created by – Ganesh Satimeshram.
13.4 Product of Two Matrices
Snowman Glyph Mrs. Bigler.
Watch Pete the Cat here:
Butterfly Maths Each caterpillar must be coloured the correct pattern for it to turn into a butterfly. Work out each problem to know how to colour each.
Colors.
Colors/Color Words.
Mind warm up! RED GREEN YELLOW RED PINK BROWN BLUE GREEN
Black brown purple. black brown purple blue green purple.
Like.
Name: _______________________________
Average Number of Photons
Powerpoint Review.
The Color Farm Tune: “Bingo”
Mentor: Salman Khokhar
Can I color yellow?. Can I color yellow?
Colors/Color Words.
WHAT COLOUR ARE MY THINGS?
I see colors..
What Color is it?.
©
C c Cc is for cat. © ©
©
Align The Stars Continue.
Word Work List ____________ Name____________
Help Gina and Tina color the numbers
Help Gina and Tina colour the numbers
Electronics Resistance Practice Problems R LabRat Scientific © 2018.
Color-Attributes-Related Image Retrieval
Let’s Learn the Basic Colors
Presentation transcript:

C OLOR -A TTRIBUTES -R ELATED I MAGE R ETRIEVAL W EEK 4 Student: Kylie Gorman Mentor: Yang Zhang

GMM AND F ISHER V ECTOR C ODE

S TEP O NE : C ONCATENATE THE F EATURE M ATRICES OF E ACH I MAGE

S TEP T WO : A PPLY GMM F UNCTION Generate mean, covariance, and prior mode probabilities Mean

Covariance Prior Mode Probabilities

S TEP T HREE : C REATE F ISHER V ECTORS encoding = vl_fisher(new', means, covariances, priors);

R EPEAT P ROCESS

F INAL S TEPS Calculate feature matrix of each image, isolating the object first Concatenate matrices Apply PCA function to preprocess data Multiply each individual feature matrix by result Concatenate output into 1 matrix Apply GMM function and obtain mean, covariance, and prior mode probabilities Apply Fisher Vector to each individual result to obtain vectors that are the same size Use those fisher vectors for 11 SVM’s (one for each color)

C OMPLETE S TEPS Using Ebay Data (omitting binary images) Use all Google Data (from 30 to 100 images per color) Increase cluster size in GMM from 10 to 128

SVM

L INEAR SVM First tried it with libsvm code MATLAB Function: svmtrain (Training, Group) Training: Data to be processed (transpose matrix) Group: Specifies +1 or -1 data Use SVM for each color (black, blue, brown, green, grey, orange, pink, purple, red, white, yellow) Changed to fitcsvm(X,Y)

SVM T RAIN O UTPUT

F ITCSVM O UTPUT

C LASSIFY D ATA MATLAB Function: svmclassify(SVMStruct,Sample) Use SVMStruct from svmtrain (from each color) Sample: Concatenated Ebay Fisher Vectors Changed to predict(SVMModel, X) SVMModel from fitcsvm

SVM C LASSIFY O UTPUT Column vector with the same number of rows as Sample. Each entry (row) in Group represents the class of the corresponding row of Sample.

P REDICT O UTPUT Returns Label and Score

C URRENT P ROGRESS

C ALCULATE P RECISION Calculate 12 highest scores for each color, using first column only Determine if each score is a correct match by checking indices Calculate each color’s precision

F UTURE G OALS Fix Binary function Try process with new data set Data set available: Fahad Shahbaz Khan, Rao Muhammad Anwer, Joost van de Weijer, Andrew D. Bagdanov, Maria Vanrell, Antonio M. Lopez Image retrieval test Object Detection