Student: Kylie Gorman Mentor: Yang Zhang COLOR-ATTRIBUTES- RELATED IMAGE RETRIEVAL.

Slides:



Advertisements
Similar presentations
Applications of one-class classification
Advertisements

Aggregating local image descriptors into compact codes
Loris Bazzani*, Marco Cristani*†, Alessandro Perina*, Michela Farenzena*, Vittorio Murino*† *Computer Science Department, University of Verona, Italy †Istituto.
Component Analysis (Review)
Three things everyone should know to improve object retrieval
Víctor Ponce Miguel Reyes Xavier Baró Mario Gorga Sergio Escalera Two-level GMM Clustering of Human Poses for Automatic Human Behavior Analysis Departament.
Intelligent Systems Lab. Recognizing Human actions from Still Images with Latent Poses Authors: Weilong Yang, Yang Wang, and Greg Mori Simon Fraser University,
Instructor: Mircea Nicolescu Lecture 15 CS 485 / 685 Computer Vision.
Application of light fields in computer vision AMARI LEWIS – REU STUDENT AIDEAN SHARGHI- PH.D STUENT.
Biased Normalized Cuts 1 Subhransu Maji and Jithndra Malik University of California, Berkeley IEEE Conference on Computer Vision and Pattern Recognition.
DISCRIMINATIVE DECORELATION FOR CLUSTERING AND CLASSIFICATION ECCV 12 Bharath Hariharan, Jitandra Malik, and Deva Ramanan.
Principal Component Analysis CMPUT 466/551 Nilanjan Ray.
CSSE463: Image Recognition Day 2 Roll call Roll call Announcements: Announcements: Reinstall Matlab if you are having problems: Lab 1 has directions. Reinstall.
CSSE463: Image Recognition Day 2 Roll call Roll call Announcements: Announcements: Room change: Olin 267 starting next class Room change: Olin 267 starting.
Bag of Features Approach: recent work, using geometric information.
Effective Image Database Search via Dimensionality Reduction Anders Bjorholm Dahl and Henrik Aanæs IEEE Computer Society Conference on Computer Vision.
C OLOR -A TTRIBUTES -R ELATED I MAGE R ETRIEVAL W EEK 4 Student: Kylie Gorman Mentor: Yang Zhang.
Results Audio Information Retrieval using Semantic Similarity Luke Barrington, Antoni Chan, Douglas Turnbull & Gert Lanckriet Electrical & Computer Engineering.
Pattern Recognition Topic 1: Principle Component Analysis Shapiro chap
Expectation Maximization Method Effective Image Retrieval Based on Hidden Concept Discovery in Image Database By Sanket Korgaonkar Masters Computer Science.
Prénom Nom Document Analysis: Data Analysis and Clustering Prof. Rolf Ingold, University of Fribourg Master course, spring semester 2008.
Multiple Human Objects Tracking in Crowded Scenes Yao-Te Tsai, Huang-Chia Shih, and Chung-Lin Huang Dept. of EE, NTHU International Conference on Pattern.
Object Class Recognition Using Discriminative Local Features Gyuri Dorko and Cordelia Schmid.
Exercise Session 10 – Image Categorization
Associative Pattern Memory (APM) Larry Werth July 14, 2007
Object Bank Presenter : Liu Changyu Advisor : Prof. Alex Hauptmann Interest : Multimedia Analysis April 4 th, 2013.
Watch, Listen and Learn Sonal Gupta, Joohyun Kim, Kristen Grauman and Raymond Mooney -Pratiksha Shah.
BACKGROUND LEARNING AND LETTER DETECTION USING TEXTURE WITH PRINCIPAL COMPONENT ANALYSIS (PCA) CIS 601 PROJECT SUMIT BASU FALL 2004.
Overview Harris interest points Comparing interest points (SSD, ZNCC, SIFT) Scale & affine invariant interest points Evaluation and comparison of different.
TEMPLATE DESIGN © Zhiyao Duan 1,2, Lie Lu 1, and Changshui Zhang 2 1. Microsoft Research Asia (MSRA), Beijing, China.2.
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.
MSRI workshop, January 2005 Object Recognition Collected databases of objects on uniform background (no occlusions, no clutter) Mostly focus on viewpoint.
CSE 185 Introduction to Computer Vision Face Recognition.
Event retrieval in large video collections with circulant temporal encoding CVPR 2013 Oral.
Students: Meera & Si Mentor: Afshin Dehghan WEEK 4: DEEP TRACKING.
CVPR2013 Poster Detecting and Naming Actors in Movies using Generative Appearance Models.
Kylie Gorman WEEK 1-2 REVIEW. CONVERTING AN IMAGE FROM RGB TO HSV AND DISPLAY CHANNELS.
Hierarchical Matching with Side Information for Image Classification
Week 10 Presentation Wesna LaLanne - REU Student Mahdi M. Kalayeh - Mentor.
A NOVEL METHOD FOR COLOR FACE RECOGNITION USING KNN CLASSIFIER
Dense Color Moment: A New Discriminative Color Descriptor Kylie Gorman, Mentor: Yang Zhang University of Central Florida I.Problem:  Create Robust Discriminative.
Color-Attributes-Related Image Retrieval Student: Kylie Gorman Mentor: Yang Zhang.
Instructor: Mircea Nicolescu Lecture 10 CS 485 / 685 Computer Vision.
Principal Components Analysis ( PCA)
Shadow Detection in Remotely Sensed Images Based on Self-Adaptive Feature Selection Jiahang Liu, Tao Fang, and Deren Li IEEE TRANSACTIONS ON GEOSCIENCE.
Another Example: Circle Detection
Large-Scale Content-Based Audio Retrieval from Text Queries
Data Driven Attributes for Action Detection
Performance of Computer Vision
Principal Component Analysis (PCA)
Mixtures of Gaussians and Advanced Feature Encoding
Learning to Detect a Salient Object
Unsupervised-learning Methods for Image Clustering
Dynamic Routing Using Inter Capsule Routing Protocol Between Capsules
Content-Based Image Retrieval
CVPR 2014 Orientational Pyramid Matching for Recognizing Indoor Scenes
Content-Based Image Retrieval
Rob Fergus Computer Vision
Principal Component Analysis
Data Driven Attributes for Action Detection
Midterm Exam Closed book, notes, computer Format:
CSSE463: Image Recognition Day 25
Midterm Exam Closed book, notes, computer Similar to test 1 in format:
CSSE463: Image Recognition Day 25
CSSE463: Image Recognition Day 2
Midterm Exam Closed book, notes, computer Similar to test 1 in format:
Lecture 5: Feature invariance
CSSE463: Image Recognition Day 2
Machine Learning – a Probabilistic Perspective
Color-Attributes-Related Image Retrieval
Presentation transcript:

Student: Kylie Gorman Mentor: Yang Zhang COLOR-ATTRIBUTES- RELATED IMAGE RETRIEVAL

Problem and Solution Content based image retrieval is a common problem in computer vision Object-related image retrieval is a popular area related to this issue Attributed-related image retrieval is a possible solution Enable a person to retrieve an image based on attributes of an object Some people have tried to use color as a starting point, but this is still a very novel concept

Related Papers Van De Weijer, Joost, et al. "Learning color names for real-world applications."Image Processing, IEEE Transactions on 18.7 (2009): Keen,Noah. “Color Moments”(2005). Shahbaz Khan, F., et al. "Color attributes for object detection." Computer Vision and Pattern Recognition (CVPR), 2012 IEEE Conference on. IEEE, 2012.

Background Color moments: measures that differentiate images based on color 3 moments per box based on mean, standard deviation, and skewness Higher difference of color moments means less similar than two images with lower DOM value Learning color names from real-world images is more useful than chip-based color mapping Using color attributes in conjunction with object detection provides more accurate results

Beginning Code Separates an HSV image into boxes and calculates the color moments of each box One moment for mean, standard deviation, and skewness My contribution: Function for HSV images should also take in corresponding binary images Break up binary image into corresponding blocks of HSV image Locate parts of image that contain desired object Concatenate these boxes into a single matrix to isolate object and only take the boxes from HSV image that contain the object

Further Contribution Use Google images and calculate feature matrix of HSV image Concatenate all of the matrices calculated and use PCA (Principal Component Analysis) function in MATLAB PCA can be used for image compression Store result and multiply by each individual feature matrix

Current Contribution Mixture Model: a probabilistic model for representing the presence of subpopulations within an overall population Gaussian Mixture Model: a mixture of K multivariate Gaussian distributions. GMM clusters the existing points [means, covariances, priors] = vl_gmm(data, numClusters);

Fisher Vector Since all of the data consists of real-world images, all of the images have different number of vectors Fisher vector will allows us to quantize the vectors Similar to Bag of Words: will compare local descriptors to a dictionary obtained with GMM Different than Bag of Words: instead of storing visual word occurrences, stores difference between dictionary elements and pooled local features Compute Fisher Vector encoding with VLFEAT MATLAB interface encoding = vl_fisher(datatoBeEncoded, means, covariances, priors);

Current Progress and Future Plans Read related papers and understand background concepts Validate current code with small data set of real-world images Add more features to the system to improve its performance Apply code to larger data set Collecting Dataset: There are not any existing color image datasets on the Internet. Use automatic image collecting tool to create our own color object dataset. Also include object detection Possible Bonus: Implement novel ideas about general attribute image retrieval system. Determine if it is effective or not.