Color-Attributes-Related Image Retrieval

Slides:



Advertisements
Similar presentations
Advanced Image Processing Student Seminar: Lipreading Method using color extraction method and eigenspace technique ( Yasuyuki Nakata and Moritoshi Ando.
Advertisements

Automatic Color Gamut Calibration Cristobal Alvarez-Russell Michael Novitzky Phillip Marks.
Face Recognition and Biometric Systems Eigenfaces (2)
Evaluating Color Descriptors for Object and Scene Recognition Koen E.A. van de Sande, Student Member, IEEE, Theo Gevers, Member, IEEE, and Cees G.M. Snoek,
Query Specific Fusion for Image Retrieval
SUPER: Towards Real-time Event Recognition in Internet Videos Yu-Gang Jiang School of Computer Science Fudan University Shanghai, China
Application of light fields in computer vision AMARI LEWIS – REU STUDENT AIDEAN SHARGHI- PH.D STUENT.
Robust Moving Object Detection & Categorization using self- improving classifiers Omar Javed, Saad Ali & Mubarak Shah.
Effective Image Database Search via Dimensionality Reduction Anders Bjorholm Dahl and Henrik Aanæs IEEE Computer Society Conference on Computer Vision.
Recognition using Regions CVPR Outline Introduction Overview of the Approach Experimental Results Conclusion.
On the Relationship between Visual Attributes and Convolutional Networks Paper ID - 52.
C OLOR -A TTRIBUTES -R ELATED I MAGE R ETRIEVAL W EEK 4 Student: Kylie Gorman Mentor: Yang Zhang.
Instructor: Dr. G. Bebis Reza Amayeh Fall 2005
Combining Human and Machine Capabilities for Improved Accuracy and Speed in Visual Recognition Tasks Research Experiment Design Sprint: IVS Flower Recognition.
Single Category Classification Stage One Additive Weighted Prototype Model.
Multi-Class Object Recognition Using Shared SIFT Features
Texture Classification Based on Co-occurrence Matrices Presentation III Pattern Recognition Mohammed Jirari Spring 2003.
USER VERIFICATION SYSTEM. Scope Web Interface RGB separation Pervasive.
Building Recognition Landry Huet Sung Hee Park DW Wheeler.
Student: Kylie Gorman Mentor: Yang Zhang COLOR-ATTRIBUTES- RELATED IMAGE RETRIEVAL.
Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Chapter 6 Color Image Processing Chapter 6 Color Image Processing.
Harris detector Convert image to greyscale Apply Gaussian convolution to blur the image and remove noise Calculate gradient of image in x and y direction.
Problem Statement A pair of images or videos in which one is close to the exact duplicate of the other, but different in conditions related to capture,
General Tensor Discriminant Analysis and Gabor Features for Gait Recognition by D. Tao, X. Li, and J. Maybank, TPAMI 2007 Presented by Iulian Pruteanu.
Creating With Code.
Human pose recognition from depth image MS Research Cambridge.
Gang WangDerek HoiemDavid Forsyth. INTRODUCTION APROACH (implement detail) EXPERIMENTS CONCLUSION.
Kylie Gorman WEEK 1-2 REVIEW. CONVERTING AN IMAGE FROM RGB TO HSV AND DISPLAY CHANNELS.
Week 10 Presentation Wesna LaLanne - REU Student Mahdi M. Kalayeh - Mentor.
A NOVEL METHOD FOR COLOR FACE RECOGNITION USING KNN CLASSIFIER
WEEK 1-2 ALEJANDRO TORROELLA. CONVERTING AN IMAGE FROM RGB TO HSV AND DISPLAYING THE SEPARATE CHANNELS.
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.
WEEK4 RESEARCH Amari Lewis Aidean Sharghi. PREPARING THE DATASET  Cars – 83 samples  3 images for each sample when x=0  7 images for each sample when.
Classifying Covert Photographs CVPR 2012 POSTER. Outline  Introduction  Combine Image Features and Attributes  Experiment  Conclusion.
Medical Card System with Fingerprint Authentication Luvuyo Morris Supervisor: Mr. R. Dodds Co-Supervisor: Mr. M. Ghazi-Asgar Mentor: Mr. Roland Foster.
Image from
Age-invariant Face Recognition
PLUS.
Presented by Yuting Liu
Data Driven Attributes for Action Detection
AUTOMATIC IMAGE ORIENTATION DETECTION
December 8, 2014 – December 14, 2014.
Face recognition using improved local texture pattern
Look-ahead before you leap
Object Localization Goal: detect the location of an object within an image Fully supervised: Training data labeled with object category and ground truth.
Context-based vision system for place and object recognition
Cheng-Ming Huang, Wen-Hung Liao Department of Computer Science
Pearson Lanka (Pvt) Ltd.
Detecting Artifacts and Textures in Wavelet Coded Images
Calculate HOC on Depth and HOG on RGB and concatenate them
Efficient Image Classification on Vertically Decomposed Data
Segmentation of Images By Color
RGB-D Image for Scene Recognition by Jiaqi Guo
Gradient Type 1 Gradient stops: 5 Stop #: 1 Position: 0
Eigenfaces for recognition (Turk & Pentland)
Fine-Grained Visual Categorization
Sparselet Models for Efficient Multiclass Object Detection
CSC 578 Neural Networks and Deep Learning
Presentation 4 Zach Robertson.
Harris detector Convert image to greyscale
Face Detection in Color Images
Presented By: Gao Chenhao
Color Image Processing
Human Intention Prediction Using Two-Stream Spatio-Temporal Features
Unit 3 Review (Calculator)
Calculate 9 x 81 = x 3 3 x 3 x 3 x 3 3 x 3 x 3 x 3 x 3 x 3 x =
Amari Lewis Aidean Sharghi
REU: Week 10.
Presentation transcript:

Color-Attributes-Related Image Retrieval Student: Kylie Gorman Mentor: Yang Zhang

Fix Code Initially calculating PCA and GMM independently Calculate GMM based on PCA results

Steps

Improved Steps

Compare New and Previous Results Improved Results Compare New and Previous Results

HSV Results Original Average: ~25% New Average: ~45%

RGB Results Original Average: ~20% New Average: ~50%

CIELAB Results Original Average: ~17% New Average: ~42%

Combined Results Average: ~9% Early Fusion Did Not Work Possibly Requires Debugging

New sets to include separate attributes such as object recognition New Data Sets New sets to include separate attributes such as object recognition

New Data Birds 200 Flowers 102 Cartoon 200 species/categories with 6,033 images total Flowers 102 102 categories with 40-258 images per category 8189 images total Cartoon 590 images total

Flowers 102 Part One Part Two Part Three Get Feature Matrices with Color Moments Calculate PCA and GMM of training data: 1,020 images Part Two Get Feature Matrices with Dense SIFT Calculate PCA and GMM of training data: 100 images Part Three Use new Color Descriptor

Future Goals Compare our color moment plus Dense SIFT against new color descriptor and Dense SIFT If no improvement, determine why Follow same steps with Bird 200 data set