Building Recognition Landry Huet Sung Hee Park DW Wheeler.

Slides:



Advertisements
Similar presentations
Recognising Panoramas M. Brown and D. Lowe, University of British Columbia.
Advertisements

Distinctive Image Features from Scale-Invariant Keypoints David Lowe.
3D Model Matching with Viewpoint-Invariant Patches(VIP) Reporter :鄒嘉恆 Date : 10/06/2009.
Registration for Robotics Kurt Konolige Willow Garage Stanford University Patrick Mihelich JD Chen James Bowman Helen Oleynikova Freiburg TORO group: Giorgio.
Presented by Xinyu Chang
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,
Summary of Friday A homography transforms one 3d plane to another 3d plane, under perspective projections. Those planes can be camera imaging planes or.
Learning Techniques for Video Shot Detection Under the guidance of Prof. Sharat Chandran by M. Nithya.
Face Recognition By Sunny Tang.
A Robust Algorithm For Measuring Tie Points On The Block Of Aerial Images Andrey Sechin Scientific Director RACURS Alexey Chernyavskiy Alexander Velizhev.
Low Complexity Keypoint Recognition and Pose Estimation Vincent Lepetit.
Facial feature localization Presented by: Harvest Jang Spring 2002.
PHP-based Image Recognition and Retrieval of Late 18th Century Artwork Ben Goodwin Handouts are available for students writing summaries for class assignments.
Multiple People Detection and Tracking with Occlusion Presenter: Feifei Huo Supervisor: Dr. Emile A. Hendriks Dr. A. H. J. Stijn Oomes Information and.
Object Recognition with Invariant Features n Definition: Identify objects or scenes and determine their pose and model parameters n Applications l Industrial.
Fast High-Dimensional Feature Matching for Object Recognition David Lowe Computer Science Department University of British Columbia.
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.
Robust and large-scale alignment Image from
Visual Odometry Michael Adams CS 223B Problem: Measure trajectory of a mobile platform using visual data Mobile Platform (Car) Calibrated Camera.
A Study of Approaches for Object Recognition
Object Recognition with Invariant Features n Definition: Identify objects or scenes and determine their pose and model parameters n Applications l Industrial.
Recognising Panoramas
Automatic Panoramic Image Stitching using Local Features Matthew Brown and David Lowe, University of British Columbia.
Distinctive Image Feature from Scale-Invariant KeyPoints
Object Recognition Using Distinctive Image Feature From Scale-Invariant Key point D. Lowe, IJCV 2004 Presenting – Anat Kaspi.
Automatic Image Stitching using Invariant Features Matthew Brown and David Lowe, University of British Columbia.
Smart Traveller with Visual Translator for OCR and Face Recognition LYU0203 FYP.
Automatic Image Alignment (feature-based) : Computational Photography Alexei Efros, CMU, Fall 2006 with a lot of slides stolen from Steve Seitz and.
J Cheng et al,. CVPR14 Hyunchul Yang( 양현철 )
Sebastian Thrun CS223B Computer Vision, Winter Stanford CS223B Computer Vision, Winter 2005 Lecture 3 Advanced Features Sebastian Thrun, Stanford.
FLANN Fast Library for Approximate Nearest Neighbors
The 2009 IEEE/RSJ International Conference on Intelligent Robots and Systems October 11-15, 2009 St. Louis, USA.
Large-Scale Content-Based Image Retrieval Project Presentation CMPT 880: Large Scale Multimedia Systems and Cloud Computing Under supervision of Dr. Mohamed.
Tal Mor  Create an automatic system that given an image of a room and a color, will color the room walls  Maintaining the original texture.
Yuping Lin and Gérard Medioni.  Introduction  Method  Register UAV streams to a global reference image ▪ Consecutive UAV image registration ▪ UAV to.
Final Exam Review CS485/685 Computer Vision Prof. Bebis.
Learning Visual Similarity Measures for Comparing Never Seen Objects By: Eric Nowark, Frederic Juric Presented by: Khoa Tran.
1 Faculty of Information Technology Generic Fourier Descriptor for Shape-based Image Retrieval Dengsheng Zhang, Guojun Lu Gippsland School of Comp. & Info.
Recognition and Matching based on local invariant features Cordelia Schmid INRIA, Grenoble David Lowe Univ. of British Columbia.
Shape Matching for Model Alignment 3D Scan Matching and Registration, Part I ICCV 2005 Short Course Michael Kazhdan Johns Hopkins University.
A Statistical Approach to Speed Up Ranking/Re-Ranking Hong-Ming Chen Advisor: Professor Shih-Fu Chang.
Wei Dang Kevin Ellsworth Cory Shirts.  Goal: have a user interface to allow user text input using sign language digits and letters ◦ User interface ◦
APPLICATIONS OF LIGHT FIELDS IN COMPUTER VISION WEEK 2 REU STUDENT: AMARI LEWIS P.H.D STUDENT: AIDEAN SHARGHI.
Image Comparison Tool Product Proposal Tim La Fond and Peter Beckfield.
Puzzle Solver Sravan Bhagavatula EE 638 Project Stanford ECE.
Matching results comparison between the Gixel Array Descriptor (GAD) & SIFT / SURF / BRIEF / ORB.
Jack Pinches INFO410 & INFO350 S INFORMATION SCIENCE Computer Vision I.
Distinctive Image Features from Scale-Invariant Keypoints
Stereo Vision Local Map Alignment for Robot Environment Mapping Computer Vision Center Dept. Ciències de la Computació UAB Ricardo Toledo Morales (CVC)
Classifying Covert Photographs CVPR 2012 POSTER. Outline  Introduction  Combine Image Features and Attributes  Experiment  Conclusion.
Computer Vision Group Department of Computer Science University of Illinois at Urbana-Champaign.
776 Computer Vision Jan-Michael Frahm Spring 2012.
Finding Clusters within a Class to Improve Classification Accuracy Literature Survey Yong Jae Lee 3/6/08.
Presenter: Jae Sung Park
Computer Photography -Scene Fixed 陳立奇.
CS262: Computer Vision Lect 09: SIFT Descriptors
Nearest-neighbor matching to feature database
RANSAC and mosaic wrap-up
Car Recognition Through SIFT Keypoint Matching
Features Readings All is Vanity, by C. Allan Gilbert,
Object recognition Prof. Graeme Bailey
Nearest-neighbor matching to feature database
Level Set Tree Feature Detection
Fall 2012 Longin Jan Latecki
Aim of the project Take your image Submit it to the search engine
Feature Matching and RANSAC
ECE734 Project-Scale Invariant Feature Transform Algorithm
Recognition and Matching based on local invariant features
Presentation transcript:

Building Recognition Landry Huet Sung Hee Park DW Wheeler

Problem Statement Identify Stanford buildings from photos –16 buildings –Database of 300 pictures Fast enough to implement real time system

Project Outline color histogram List of SIFT descriptors Bldg name Image descriptor color histogram Feature descriptor Img # SIFT descriptor Bldg Feature database Image database Ransac Skilling 1. Color histogram matching 2. SIFT feature matching 3. Image-by-image comparison

Approach and Results Timing speed-up –Find buildings in database that have similar color properties –Use kd-tree to find images with the most SIFT feature matches –Time reduced from 34 seconds to 22 seconds

Accuracy improvement –Distinguish buildings by both color information and SIFT features –Use HSV color representation and color normalization to be invariant to light conditions –Measure average error between inlier features using ransac algorithm Approach and Results

Work Distribution Landry Huet –Feature space search, kd- tree structure, photography Sung Hee Park –Database interface, SIFT matching, Ransac, vanishing points, photography DW Wheeler –Color histograms, photography