Evolutionary Learning of Local Descriptor Operators for Object Recognition

Size: px
Start display at page:

Download "Evolutionary Learning of Local Descriptor Operators for Object Recognition"

Transcription

1 Genetic and Evolutionary Computation Conference Montréal, Canada 6th ANNUAL HUMIES AWARDS Evolutionary Learning of Local Descriptor Operators for Object Recognition Present : Cynthia B. Pérez and Gustavo Olague EvoVisión Laboratory Computer Science Department, CICESE Research, Ensenada B.C. México July 2009

2 Related Publications Perez C.B., Olague G. Learning Invariant Region Descriptor Operators with Genetic Programming and the F-Measure. International Conference on Pattern Recognition (ICPR). December 8-11, Perez C.B., Olague G. Evolutionary Learning of Local Descriptor Operators for Object Recognition. Genetic and Evolutionary Computation Conference (GECCO). July 8-12,

3 Human Competitiveness This work fullfils 7 of the 8 criteria for human competitiveness: (A) The result was patented as an invention in the past, is an improvement over a patented invention, invention or would qualify today as a patentable new invention. (B) The result is equal to or better than a result that was accepted as a new scientific result at the time when it was published in a peer-reviewed scientific journal. (C) The result is equal to or better than a result that was placed into a database or archive of results maintained by an internationally recognized panel of scientific experts. (D) The result is publishable in its own right as a new scientific result 3/4 independent of the fact that the result was mechanically created. (E) The result is equal to or better than the most recent human-created solution to a long-standing problem for which there has been a succession of increasingly better human-created solutions. (F) The result is equal to or better than a result that was considered an achievement in its field at the time it was first discovered. (G) The result solves a problem of indisputable difficulty in its field. 3

4 The Problem The computer vision (CV) problem addressed in this work is, Invariant Local Descriptors. Local descriptors extracted from interest regions have impacted to the CV community due to its simplified methodology for CV applications. The idea of using local features in the context of matching and recognition under different viewing conditions was first proposed by Schmid and Mohr1. Image I K(I)=I* Interest Points Interest Regions Local Descriptors Local Features 1 C.Schmid and R.Mohr. Local grayvalue invariants for image retrieval. IEEE PAMI. 19(5):

5 Wide Range of Applications 3D RECONSTRUCTION Object Recognition [1-6] Image Retrieval [7-10] Human Detection [11] MOTION FIELD PREDICTION Texture Classification [9,12,13] 3D Reconstruction [14,15] HUMAN DETECTION Motion Field Prediction [16] Image Deformation [17,18] FACE DETECTION Image Panoramic Assembly [19] Face Detection [13,20] IMAGE PANORAMIC ASSEMBLY 5

6 Our Approach Invariant local descriptor is posed as an optimization problem. GP is used to synthesized mathematical expressions that are used to improve the patented SIFT descriptor. The results are called RDGPs (Region Descriptor with Genetic Programming). The F-Measure is proposed as a adequate fitness function as well as a measure for the performance evaluation of local descriptors. A widely accepted testbed is used in the evaluation. The proposed descriptor is tested in an object recognition application. 6

7 Motivation for designing RDGPs Development a technique that is simple, automated and reliable for improving local descriptors. Better descriptor performance, better real applications. 7

8 Performance Evaluation: F-Measure This measure gives the best balance between precision and recall metrics commonly used in graphs to evaluate local descriptors2. We claim that the F-Measure gives a better interpretation of the results than only plotting them. TestBed: INRIA Rhone Alpes University of Oxford Katholieke Universiteit Leuven Center of Machine Perception at the Czech Technical University 2 K.Mikolajczyk and C.Shmid. A performance Evaluation of Local Descriptors IEEE PAMI. 27(10):

9 Performance Evaluation: F-Measure ILLUMINATION ROTATION Leuven NewYork ROTATION + SCALE Boat ROTATION + SCALE Bark BLUR JPEG COMPRESSION 9 Trees UBC

10 Results Our approach produced 30 RDGPs that outperformed all the state-of-art descriptors published with the same testbed. Best Result RDGP2 RDGP2 10

11 Results The 5 Best Evolved RDGPs Original image region Descriptor Fitness Individual s Expression RDGP sqrt(sqrt(dx(sqrt(dxx(image))))) RDGP sqrt(dx(sqrt(substract(sqrt(dxy(im age)),dxx(image))))) RDGP Gauss2(Gauss2(sqrt(Dx(Dy(Dx(D x(image))))))) D xx I Gauss2(absdif(Gauss2(absdif(absd G =2 G =2 D y I D xx I D y log D xx I if(dx(image),dx(dx(image))),dx(lo 2 garithm(dxx(image)))))),half(dx(dy (image))))) Gauss1(sqrt(Gauss2(sqrt(sqrt(subs tract(sqrt(gauss1(dx(image))),divid G G =2 =1 e(dxx(image),absadd(dx(image),d y(image))))))))) RDGP4 RDGP5 Mathematical Expression Image Region Dx Dx Dxy I D D x xy I D xx I G =2 G =2 D xy D xx I G D xx I D I =1 y D x I Dy I 11

12 Results We obtained much better performance that the humanmade descriptor algorithms. 12

13 Results 13

14 Results 14

15 Results 15

16 Object Recognition INDOOR SCENARIOS OUTDOOR SCENARIOS RDGP2 SIFT RDGP2 SIFT 16

17 Human Competitiveness Why should this work win? The results obtained in this work fulfills 7 of the 8 human competitive criteria. Our methodology for automatically obtaining new descriptor operators using GP represents a new approach within the CV community. We believe that this kind of formulation shows a rigorous path in the design of computer vision applications where GP plays a major role; thus, strengthening the emerging area of evolutionary computer vision. 17

18 Human Competitiveness (A) The result was patented as an invention in the past, is an improvement over a patented invention, invention or would qualify today as a patentable new invention. Our proposed methodology for synthesizing descriptor operators represent an improvement over a patented descriptor algorithm called SIFT (Scale Invariant Feature Transform). The SIFT patent is the following: "Method and apparatus for identifying scale invariant features in an image and use of same for locating an object in an image". David G. Lowe, US Patent 6,711,293 (March 23, 2004). Asignee: The University of British Columbia. 18

19 Human Competitiveness (B) The result is equal to or better than a result that was accepted as a new scientific result at the time when it was published in a peer-reviewed scientific journal. Here, we compared our results with previous published descriptors from which their evaluation technique was based on a recall vs 1-precision space. Thus, we tested several works to compare our descriptor algorithm and in particular we found that our results surpassed the overall performance of previous local descriptors including the following: David G. Lowe, "Distinctive image features from scale-invariant keypoints," International Journal of Computer Vision, 60(2):91-110, K. Mikolajczyk, C. Schmid, A performance evaluation of local descriptors. IEEE Transactions on Pattern Analysis and Machine Learning, 27(10): , Herbert Bay, Andreas Ess, Tinne Tuytelaars, Luc Van Gool, "SURF: Speeded Up Robust Features", Computer Vision and Image Understanding (CVIU), 110(3): ,

20 Human Competitiveness (C) The result is equal to or better than a result that was placed into a database or archive of results maintained by an internationally recognized panel of scientific experts. We used a testbed that is widely accepted as a standard performance evaluation for local descriptors in the computer vision community. It is available at the following address: 20

21 Human Competitiveness (D),(E) and (F) (D) The result is publishable in its own right as a new scientific result 3/4 independent of the fact that the result was mechanically created. (E) The result is equal to or better than the most recent human-created solution to a long-standing problem for which there has been a succession of increasingly better human-created solutions. (F) The result is equal to or better than a result that was considered an achievement in its field at the time it was first discovered. Our methodology for automatically obtaining new descriptor operators using genetic programming represents a new approach within the computer vision field; in particular, it address a new approach where local descriptors could be synthesized through GP. As a by product, the results found by genetic programming in the experimental stage surpassed our initial expectations; indeed, we obtained much better performance than the human-made descriptor algorithms. As a conclusion, we have improved the SIFT algorithm which has been considered until now, an achievement in its field using GP. 21

22 Human Competitiveness (G) The result solves a problem of indisputable difficulty in its field. Today, most computer vision conferences and journals devote a special session or section to local descriptors research because it has became a powerful technique for solving real-world vision problems. Thus, our proposed technique opens a research avenue towards evolutionary learning of local descriptors. descriptors Here, we demostrated the effectiveness of our GP approach through an extensive experimental study and its application using an object recognition problem. 22

23 References [1] D.G. Lowe. Object recognition from local scale-invariant features. In Proceedings of the IEEE Conference on Computer Vision. pp [2] S. Lazebnik, C. Schmid and J. Ponce. Semi-local affine parts for object recognition. In Proceedings of the BMVC. Vol. 2, pp [3] A. Stein and M. Hebert. Incorporating background invariance into feature-based object recognition. IEEE Workshops on Application of Computer Vision. pp [4] E. Mortensen, H. Deng and L. Shapiro. A SIFT descriptor with global context. In Proceedings of the IEEE Conference on CVPR. Vol. 1, pp [5] H. Bay, B. Fasel and L. Van Gool. Interactive museum guide: fast and robust recognition of museum objects. In Proceedings of the first International Workshop on Mobile Vision [6] J. Geusebroek. Compact object descriptors from local colour invariant histograms. In British Machine Vision Conference. Vol. 3, pp [7] Yan Ke, Rahul Sukthankar. PCA-SIFT: A More distinctive representation for local image descriptors. Computer Vision and Pattern Recognition, CVPR

24 References [8] S. Lazebnik, C. Schmid and J. Ponce. A Sparse Texture Representation Using AffineInvariant Regions. CVPR. Vol. 2, pp [9] B.S. Manjunath, J. Ohm, V. Vasudevan and A. Yamada. Color and texture descriptors. IEEE Transactions on Circuits and Systems for Video Techonology. 11(6): [10] A. Carkacioglu and F. Yarman-Vural. SASI: a generic texture descriptor for image retrieval. Pattern Recognition. 33(11): [11] Navneet Dalal and Bill Trigs. Histograms of oriented gradients for human detection. In Proceedings of the IEEE CVPR. pp [12] A. Bosch, A. Zisserman, X. Munoz. Representing shape with a spatial pyramid kernel. International Conference on Image and Video Retrieval. pp [13] J. Chen, S. Shan, G. Zhao, X. Chen, W. Gao and M. Pietikainen. A robust descriptor based on Weber's law. CVPR [14] H. Bay, T. Tuytelaars and L.Van Gool. SURF: Speeded up robust features. In Proceedings of the European Conference on Computer Vision. LNCS 3951, pp

25 References [15] E. Tola, V. Lepetit and P. Fua. A fast descriptor for dense matching. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition [16] C. Liu, J. Yuen, A. Torralba and J. Sivic. SIFT flow: dense correspondence across different scenes. European Conference on Computer Vision. Marseille, France. October [17] H. Ling and D. Jacobs. Deformation invariant image matching. In Proceedings on the International Conference on Computer Vision. Vol. 2. pp [18] H. Cheng, Z. Liu, N. Zheng and J. Yang. A deformable local image descriptor. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition [19] M. Brown. R.Szeliski and S. Winder. Multi-image matching using multi-scale oriented patches. Conference on Computer Vision and Pattern Recognition. pp [20] S. Sarfraz and O. Hellwich. Head pose estimation in face recognition across pose scenarios. International Conference on Computer Vision Theory and Applications. pp

26 26

Improved SIFT Matching for Image Pairs with a Scale Difference

Improved SIFT Matching for Image Pairs with a Scale Difference Improved SIFT Matching for Image Pairs with a Scale Difference Y. Bastanlar, A. Temizel and Y. Yardımcı Informatics Institute, Middle East Technical University, Ankara, 06531, Turkey Published in IET Electronics,

More information

Video Synthesis System for Monitoring Closed Sections 1

Video Synthesis System for Monitoring Closed Sections 1 Video Synthesis System for Monitoring Closed Sections 1 Taehyeong Kim *, 2 Bum-Jin Park 1 Senior Researcher, Korea Institute of Construction Technology, Korea 2 Senior Researcher, Korea Institute of Construction

More information

An Efficient Approach to Face Recognition Using a Modified Center-Symmetric Local Binary Pattern (MCS-LBP)

An Efficient Approach to Face Recognition Using a Modified Center-Symmetric Local Binary Pattern (MCS-LBP) , pp.13-22 http://dx.doi.org/10.14257/ijmue.2015.10.8.02 An Efficient Approach to Face Recognition Using a Modified Center-Symmetric Local Binary Pattern (MCS-LBP) Anusha Alapati 1 and Dae-Seong Kang 1

More information

Wavelet-based Image Splicing Forgery Detection

Wavelet-based Image Splicing Forgery Detection Wavelet-based Image Splicing Forgery Detection 1 Tulsi Thakur M.Tech (CSE) Student, Department of Computer Technology, basiltulsi@gmail.com 2 Dr. Kavita Singh Head & Associate Professor, Department of

More information

MARCO PEDERSOLI. Assistant Professor at ETS Montreal profs.etsmtl.ca/mpedersoli

MARCO PEDERSOLI. Assistant Professor at ETS Montreal profs.etsmtl.ca/mpedersoli MARCO PEDERSOLI Assistant Professor at ETS Montreal profs.etsmtl.ca/mpedersoli RESEARCH INTERESTS Visual Recognition, Efficient Deep Learning, Learning with Reduced Supervision, Data Exploration ACADEMIC

More information

Efficient Construction of SIFT Multi-Scale Image Pyramids for Embedded Robot Vision

Efficient Construction of SIFT Multi-Scale Image Pyramids for Embedded Robot Vision Efficient Construction of SIFT Multi-Scale Image Pyramids for Embedded Robot Vision Peter Andreas Entschev and Hugo Vieira Neto Graduate School of Electrical Engineering and Applied Computer Science Federal

More information

Recognition problems. Object Recognition. Readings. What is recognition?

Recognition problems. Object Recognition. Readings. What is recognition? Recognition problems Object Recognition Computer Vision CSE576, Spring 2008 Richard Szeliski What is it? Object and scene recognition Who is it? Identity recognition Where is it? Object detection What

More information

AN ANALYSIS OF SCALE-SPACE SAMPLING IN SIFT. CMLA, ENS-Cachan, France ECE, Duke University, USA

AN ANALYSIS OF SCALE-SPACE SAMPLING IN SIFT. CMLA, ENS-Cachan, France ECE, Duke University, USA AN ANALYSIS OF SCALE-SPACE SAMPLING IN SIFT Ives Rey-Otero, Jean-Michel Morel, Mauricio Delbracio, CMLA, ENS-Cachan, France ECE, Duke University, USA ABSTRACT The most popular image matching algorithm

More information

Taking Great Pictures (Automatically)

Taking Great Pictures (Automatically) Taking Great Pictures (Automatically) Computational Photography (15-463/862) Yan Ke 11/27/2007 Anyone can take great pictures if you can recognize the good ones. Photo by Chang-er @ Flickr F8 and Be There

More information

A VIDEO CAMERA ROAD SIGN SYSTEM OF THE EARLY WARNING FROM COLLISION WITH THE WILD ANIMALS

A VIDEO CAMERA ROAD SIGN SYSTEM OF THE EARLY WARNING FROM COLLISION WITH THE WILD ANIMALS Vol. 12, Issue 1/2016, 42-46 DOI: 10.1515/cee-2016-0006 A VIDEO CAMERA ROAD SIGN SYSTEM OF THE EARLY WARNING FROM COLLISION WITH THE WILD ANIMALS Slavomir MATUSKA 1*, Robert HUDEC 2, Patrik KAMENCAY 3,

More information

Study Impact of Architectural Style and Partial View on Landmark Recognition

Study Impact of Architectural Style and Partial View on Landmark Recognition Study Impact of Architectural Style and Partial View on Landmark Recognition Ying Chen smileyc@stanford.edu 1. Introduction Landmark recognition in image processing is one of the important object recognition

More information

A TWO-PART PREDICTIVE CODER FOR MULTITASK SIGNAL COMPRESSION. Scott Deeann Chen and Pierre Moulin

A TWO-PART PREDICTIVE CODER FOR MULTITASK SIGNAL COMPRESSION. Scott Deeann Chen and Pierre Moulin A TWO-PART PREDICTIVE CODER FOR MULTITASK SIGNAL COMPRESSION Scott Deeann Chen and Pierre Moulin University of Illinois at Urbana-Champaign Department of Electrical and Computer Engineering 5 North Mathews

More information

Content Based Image Retrieval Using Color Histogram

Content Based Image Retrieval Using Color Histogram Content Based Image Retrieval Using Color Histogram Nitin Jain Assistant Professor, Lokmanya Tilak College of Engineering, Navi Mumbai, India. Dr. S. S. Salankar Professor, G.H. Raisoni College of Engineering,

More information

RECONFIGURABLE SLAM UTILISING FUZZY REASONING

RECONFIGURABLE SLAM UTILISING FUZZY REASONING RECONFIGURABLE SLAM UTILISING FUZZY REASONING Dr. Affan Shaukat Abhinav Bajpai Prof Yang Gao 13th Symposium on Advanced Space Technologies in Robotics and Automation ASTRA 2015 11-13 May ESA/ESTEC, Noordwijk,

More information

Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments

Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments , pp.32-36 http://dx.doi.org/10.14257/astl.2016.129.07 Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments Viet Dung Do 1 and Dong-Min Woo 1 1 Department of

More information

A Comparison of Histogram and Template Matching for Face Verification

A Comparison of Histogram and Template Matching for Face Verification A Comparison of and Template Matching for Face Verification Chidambaram Chidambaram Universidade do Estado de Santa Catarina chidambaram@udesc.br Marlon Subtil Marçal, Leyza Baldo Dorini, Hugo Vieira Neto

More information

Deep filter banks for texture recognition and segmentation

Deep filter banks for texture recognition and segmentation Deep filter banks for texture recognition and segmentation Mircea Cimpoi, University of Oxford Subhransu Maji, UMASS Amherst Andrea Vedaldi, University of Oxford Texture understanding 2 Indicator of materials

More information

Face Recognition in Low Resolution Images. Trey Amador Scott Matsumura Matt Yiyang Yan

Face Recognition in Low Resolution Images. Trey Amador Scott Matsumura Matt Yiyang Yan Face Recognition in Low Resolution Images Trey Amador Scott Matsumura Matt Yiyang Yan Introduction Purpose: low resolution facial recognition Extract image/video from source Identify the person in real

More information

Face detection, face alignment, and face image parsing

Face detection, face alignment, and face image parsing Lecture overview Face detection, face alignment, and face image parsing Brandon M. Smith Guest Lecturer, CS 534 Monday, October 21, 2013 Brief introduction to local features Face detection Face alignment

More information

Semantic Localization of Indoor Places. Lukas Kuster

Semantic Localization of Indoor Places. Lukas Kuster Semantic Localization of Indoor Places Lukas Kuster Motivation GPS for localization [7] 2 Motivation Indoor navigation [8] 3 Motivation Crowd sensing [9] 4 Motivation Targeted Advertisement [10] 5 Motivation

More information

IEEE TRANSACTIONS ON IMAGE PROCESSING VOL. XX, NO. X, MONTH YEAR 1. Affine Covariant Features for Fisheye Distortion Local Modelling

IEEE TRANSACTIONS ON IMAGE PROCESSING VOL. XX, NO. X, MONTH YEAR 1. Affine Covariant Features for Fisheye Distortion Local Modelling IEEE TRANSACTIONS ON IMAGE PROCESSING VOL. XX, NO. X, MONTH YEAR Affine Covariant Features for Fisheye Distortion Local Modelling Antonino Furnari, Giovanni Maria Farinella, Member, IEEE, Arcangelo Ranieri

More information

Color Constancy Using Standard Deviation of Color Channels

Color Constancy Using Standard Deviation of Color Channels 2010 International Conference on Pattern Recognition Color Constancy Using Standard Deviation of Color Channels Anustup Choudhury and Gérard Medioni Department of Computer Science University of Southern

More information

An Overview of Color Name Applications in Computer Vision

An Overview of Color Name Applications in Computer Vision An Overview of Color Name Applications in Computer Vision Joost van de Weijer 1(B) and Fahad Shahbaz Khan 2 1 Computer Vision Center Barcelona, Edifici O, Campus UAB, Bellaterra 08193, Spain joost@cvc.uab.es

More information

Non-Uniform Motion Blur For Face Recognition

Non-Uniform Motion Blur For Face Recognition IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 08, Issue 6 (June. 2018), V (IV) PP 46-52 www.iosrjen.org Non-Uniform Motion Blur For Face Recognition Durga Bhavani

More information

Thousand to One: An Image Compression System via Cloud Search

Thousand to One: An Image Compression System via Cloud Search Thousand to One: An Image Compression System via Cloud Search Chen Zhao zhaochen@pku.edu.cn Siwei Ma swma@pku.edu.cn Wen Gao wgao@pku.edu.cn ABSTRACT With the advent of the big data era, a huge number

More information

Curriculum Vitae. Computer Vision, Image Processing, Biometrics. Computer Vision, Vision Rehabilitation, Vision Science

Curriculum Vitae. Computer Vision, Image Processing, Biometrics. Computer Vision, Vision Rehabilitation, Vision Science Curriculum Vitae Date Prepared: 01/09/2016 (last updated: 09/12/2016) Name: Shrinivas J. Pundlik Education 07/2002 B.E. (Bachelor of Engineering) Electronics Engineering University of Pune, Pune, India

More information

Linear Gaussian Method to Detect Blurry Digital Images using SIFT

Linear Gaussian Method to Detect Blurry Digital Images using SIFT IJCAES ISSN: 2231-4946 Volume III, Special Issue, November 2013 International Journal of Computer Applications in Engineering Sciences Special Issue on Emerging Research Areas in Computing(ERAC) www.caesjournals.org

More information

Machine Vision in Food Recognition: Attempts to Enhance CBVIR Tools

Machine Vision in Food Recognition: Attempts to Enhance CBVIR Tools Position Papers of the Federated Conference on Computer Science and Information Systems pp. 57 61 DOI: 10.15439/2016F579 ACSIS, Vol. 9. ISSN 2300-5963 Machine Vision in Food Recognition: Attempts to Enhance

More information

Bogdan Smolka. Polish-Japanese Institute of Information Technology Koszykowa 86, , Warsaw

Bogdan Smolka. Polish-Japanese Institute of Information Technology Koszykowa 86, , Warsaw appeared in 10. Workshop Farbbildverarbeitung 2004, Koblenz, Online-Proceedings http://www.uni-koblenz.de/icv/fws2004/ Robust Color Image Retrieval for the WWW Bogdan Smolka Polish-Japanese Institute of

More information

Book Cover Recognition Project

Book Cover Recognition Project Book Cover Recognition Project Carolina Galleguillos Department of Computer Science University of California San Diego La Jolla, CA 92093-0404 cgallegu@cs.ucsd.edu Abstract The purpose of this project

More information

DYNAMIC CONVOLUTIONAL NEURAL NETWORK FOR IMAGE SUPER- RESOLUTION

DYNAMIC CONVOLUTIONAL NEURAL NETWORK FOR IMAGE SUPER- RESOLUTION Journal of Advanced College of Engineering and Management, Vol. 3, 2017 DYNAMIC CONVOLUTIONAL NEURAL NETWORK FOR IMAGE SUPER- RESOLUTION Anil Bhujel 1, Dibakar Raj Pant 2 1 Ministry of Information and

More information

multiframe visual-inertial blur estimation and removal for unmodified smartphones

multiframe visual-inertial blur estimation and removal for unmodified smartphones multiframe visual-inertial blur estimation and removal for unmodified smartphones, Severin Münger, Carlo Beltrame, Luc Humair WSCG 2015, Plzen, Czech Republic images taken by non-professional photographers

More information

Approximating Complex Arithmetic Circuits with Formal Error Guarantees: 32-bit Multipliers Accomplished

Approximating Complex Arithmetic Circuits with Formal Error Guarantees: 32-bit Multipliers Accomplished Approximating Complex Arithmetic Circuits with Formal Error Guarantees: 32-bit Multipliers Accomplished Milan Češka, Jiří Matyáš, Vojtěch Mrázek, Lukáš Sekanina, Zdeněk Vašíček, Tomáš Vojnar Faculty of

More information

Stamp detection in scanned documents

Stamp detection in scanned documents Annales UMCS Informatica AI X, 1 (2010) 61-68 DOI: 10.2478/v10065-010-0036-6 Stamp detection in scanned documents Paweł Forczmański Chair of Multimedia Systems, West Pomeranian University of Technology,

More information

Speeded Up Robust Features (SURF): Performance test

Speeded Up Robust Features (SURF): Performance test Speeded Up Robust Features (SURF): Performance test Manuel Benito Sayago 764666 Speeded Up Robust Features (SURF) INDEX Abstract.2 SURF FEATURES 1. INTRODUCTION..3 2. RELATED WORK. 2.1. Interest point

More information

Locating the Query Block in a Source Document Image

Locating the Query Block in a Source Document Image Locating the Query Block in a Source Document Image Naveena M and G Hemanth Kumar Department of Studies in Computer Science, University of Mysore, Manasagangotri-570006, Mysore, INDIA. Abstract: - In automatic

More information

HDR IMAGING FOR FEATURE DETECTION ON DETAILED ARCHITECTURAL SCENES

HDR IMAGING FOR FEATURE DETECTION ON DETAILED ARCHITECTURAL SCENES HDR IMAGING FOR FEATURE DETECTION ON DETAILED ARCHITECTURAL SCENES G. Kontogianni, E. K. Stathopoulou*, A. Georgopoulos, A. Doulamis Laboratory of Photogrammetry, School of Rural and Surveying Engineering,

More information

Visual Search using Principal Component Analysis

Visual Search using Principal Component Analysis Visual Search using Principal Component Analysis Project Report Umesh Rajashekar EE381K - Multidimensional Digital Signal Processing FALL 2000 The University of Texas at Austin Abstract The development

More information

High Speed vslam Using System-on-Chip Based Vision. Jörgen Lidholm Mälardalen University Västerås, Sweden

High Speed vslam Using System-on-Chip Based Vision. Jörgen Lidholm Mälardalen University Västerås, Sweden High Speed vslam Using System-on-Chip Based Vision Jörgen Lidholm Mälardalen University Västerås, Sweden jorgen.lidholm@mdh.se February 28, 2007 1 The ChipVision Project Within the ChipVision project we

More information

A comparative study of grayscale conversion techniques applied to SIFT descriptors

A comparative study of grayscale conversion techniques applied to SIFT descriptors 3 SBC Journal on Interactive Systems, volume 6, number 2, 215 A comparative study of grayscale conversion techniques applied to SIFT descriptors Samuel Macêdo Centro de Informática UFPE Email: svmm@cin.ufpe.br

More information

Student Attendance Monitoring System Via Face Detection and Recognition System

Student Attendance Monitoring System Via Face Detection and Recognition System IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 11 May 2016 ISSN (online): 2349-784X Student Attendance Monitoring System Via Face Detection and Recognition System Pinal

More information

Re-presentations of Art Collections

Re-presentations of Art Collections Re-presentations of Art Collections Joon Son Chung 1, Relja Arandjelović 1, Giles Bergel 2, Alexandra Franklin 3, and Andrew Zisserman 1 1 Department of Engineering Science, University of Oxford, United

More information

A Comparison of Color Features for Visual Concept Classification

A Comparison of Color Features for Visual Concept Classification A Comparison of Color Features for Visual Concept Classification Koen EA van de Sande ISLA, Informatics Institute University of Amsterdam Kruislaan 43, 98SJ Amsterdam, The Netherlands ksande@scienceuvanl

More information

Learning Pixel-Distribution Prior with Wider Convolution for Image Denoising

Learning Pixel-Distribution Prior with Wider Convolution for Image Denoising Learning Pixel-Distribution Prior with Wider Convolution for Image Denoising Peng Liu University of Florida pliu1@ufl.edu Ruogu Fang University of Florida ruogu.fang@bme.ufl.edu arxiv:177.9135v1 [cs.cv]

More information

Computer Vision in Human-Computer Interaction

Computer Vision in Human-Computer Interaction Invited talk in 2010 Autumn Seminar and Meeting of Pattern Recognition Society of Finland, M/S Baltic Princess, 26.11.2010 Computer Vision in Human-Computer Interaction Matti Pietikäinen Machine Vision

More information

Today. CS 395T Visual Recognition. Course content. Administration. Expectations. Paper reviews

Today. CS 395T Visual Recognition. Course content. Administration. Expectations. Paper reviews Today CS 395T Visual Recognition Course logistics Overview Volunteers, prep for next week Thursday, January 18 Administration Class: Tues / Thurs 12:30-2 PM Instructor: Kristen Grauman grauman at cs.utexas.edu

More information

ROTATION INVARIANT COLOR RETRIEVAL

ROTATION INVARIANT COLOR RETRIEVAL ROTATION INVARIANT COLOR RETRIEVAL Ms. Swapna Borde 1 and Dr. Udhav Bhosle 2 1 Vidyavardhini s College of Engineering and Technology, Vasai (W), Swapnaborde@yahoo.com 2 Rajiv Gandhi Institute of Technology,

More information

Tampering and Copy-Move Forgery Detection Using Sift Feature

Tampering and Copy-Move Forgery Detection Using Sift Feature Tampering and Copy-Move Forgery Detection Using Sift Feature N.Anantharaj 1 M-TECH (IT) Final Year, Department of IT, Dr.Sivanthi Aditanar College of Engineering, Tiruchendur, Tamilnadu, India 1 ABSTRACT:

More information

Eye-centric ICT control

Eye-centric ICT control Loughborough University Institutional Repository Eye-centric ICT control This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation: SHI, GALE and PURDY, 2006.

More information

Passive Image Forensic Method to detect Copy Move Forgery in Digital Images

Passive Image Forensic Method to detect Copy Move Forgery in Digital Images IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. XII (Mar-Apr. 2014), PP 96-104 Passive Image Forensic Method to detect Copy Move Forgery in

More information

AUDIO VISUAL TRACKING OF A SPEAKER BASED ON FFT AND KALMAN FILTER

AUDIO VISUAL TRACKING OF A SPEAKER BASED ON FFT AND KALMAN FILTER AUDIO VISUAL TRACKING OF A SPEAKER BASED ON FFT AND KALMAN FILTER Muhammad Muzammel, Mohd Zuki Yusoff, Mohamad Naufal Mohamad Saad and Aamir Saeed Malik Centre for Intelligent Signal and Imaging Research,

More information

The Interestingness of Images

The Interestingness of Images The Interestingness of Images Michael Gygli, Helmut Grabner, Hayko Riemenschneider, Fabian Nater, Luc Van Gool (ICCV), 2013 Cemil ZALLUHOĞLU Outline 1.Introduction 2.Related Works 3.Algorithm 4.Experiments

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: 2-4 July, 2015

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: 2-4 July, 2015 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 2-4 July, 2015 Illumination Invariant Face Recognition Sailee Salkar 1, Kailash Sharma 2, Nikhil

More information

MREAK : Morphological Retina Keypoint Descriptor

MREAK : Morphological Retina Keypoint Descriptor MREAK : Morphological Retina Keypoint Descriptor Himanshu Vaghela Department of Computer Engineering D. J. Sanghvi College of Engineering Mumbai, India himanshuvaghela1998@gmail.com Manan Oza Department

More information

Efficient Methods used to Extract Color Image Features

Efficient Methods used to Extract Color Image Features Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

Gesture Recognition with Real World Environment using Kinect: A Review

Gesture Recognition with Real World Environment using Kinect: A Review Gesture Recognition with Real World Environment using Kinect: A Review Prakash S. Sawai 1, Prof. V. K. Shandilya 2 P.G. Student, Department of Computer Science & Engineering, Sipna COET, Amravati, Maharashtra,

More information

Colour Based People Search in Surveillance

Colour Based People Search in Surveillance Colour Based People Search in Surveillance Ian Dashorst 5730007 Bachelor thesis Credits: 9 EC Bachelor Opleiding Kunstmatige Intelligentie University of Amsterdam Faculty of Science Science Park 904 1098

More information

Multiresolution Analysis of Connectivity

Multiresolution Analysis of Connectivity Multiresolution Analysis of Connectivity Atul Sajjanhar 1, Guojun Lu 2, Dengsheng Zhang 2, Tian Qi 3 1 School of Information Technology Deakin University 221 Burwood Highway Burwood, VIC 3125 Australia

More information

Colour correction for panoramic imaging

Colour correction for panoramic imaging Colour correction for panoramic imaging Gui Yun Tian Duke Gledhill Dave Taylor The University of Huddersfield David Clarke Rotography Ltd Abstract: This paper reports the problem of colour distortion in

More information

Evaluation of Biometric Systems. Christophe Rosenberger

Evaluation of Biometric Systems. Christophe Rosenberger Evaluation of Biometric Systems Christophe Rosenberger Outline GREYC research lab Evaluation: a love story Evaluation of biometric systems Quality of biometric templates Conclusions & perspectives 2 GREYC

More information

A Non-Cooperative Game for 3D Object Recognition in Cluttered Scenes

A Non-Cooperative Game for 3D Object Recognition in Cluttered Scenes A Non-Cooperative Game for 3D Object Recognition in Cluttered Scenes Andrea Albarelli, Emanuele Rodolá, Filippo Bergamasco, Andrea Torsello Dipartimento di Scienze Ambientali, Informatica e Statistica

More information

Evaluating Context-Aware Saliency Detection Method

Evaluating Context-Aware Saliency Detection Method Evaluating Context-Aware Saliency Detection Method Christine Sawyer Santa Barbara City College Computer Science & Mechanical Engineering Funding: Office of Naval Research Defense University Research Instrumentation

More information

An Efficient Method for Vehicle License Plate Detection in Complex Scenes

An Efficient Method for Vehicle License Plate Detection in Complex Scenes Circuits and Systems, 011,, 30-35 doi:10.436/cs.011.4044 Published Online October 011 (http://.scirp.org/journal/cs) An Efficient Method for Vehicle License Plate Detection in Complex Scenes Abstract Mahmood

More information

COMP 776 Computer Vision Project Final Report Distinguishing cartoon image and paintings from photographs

COMP 776 Computer Vision Project Final Report Distinguishing cartoon image and paintings from photographs COMP 776 Computer Vision Project Final Report Distinguishing cartoon image and paintings from photographs Sang Woo Lee 1. Introduction With overwhelming large scale images on the web, we need to classify

More information

IMAGE RESTORATION BY INTEGRATING MISALIGNED IMAGES USING LOCAL LINEAR MODEL M. Revathi 1, G. Mamatha 2 1

IMAGE RESTORATION BY INTEGRATING MISALIGNED IMAGES USING LOCAL LINEAR MODEL M. Revathi 1, G. Mamatha 2 1 RESTORATION BY INTEGRATING MISALIGNED S USING LOCAL LINEAR MODEL M. Revathi 1, G. Mamatha 2 1 Department of ECE, JNTUA College of Engineering, Ananthapuramu, Andhra Pradesh, India, 2 Department of ECE,

More information

DIGITAL IMAGE PROCESSING

DIGITAL IMAGE PROCESSING DIGITAL IMAGE PROCESSING Lecture 1 Introduction Tammy Riklin Raviv Electrical and Computer Engineering Ben-Gurion University of the Negev 2 Introduction to Digital Image Processing Lecturer: Dr. Tammy

More information

DEFOCUS BLUR PARAMETER ESTIMATION TECHNIQUE

DEFOCUS BLUR PARAMETER ESTIMATION TECHNIQUE International Journal of Electronics and Communication Engineering and Technology (IJECET) Volume 7, Issue 4, July-August 2016, pp. 85 90, Article ID: IJECET_07_04_010 Available online at http://www.iaeme.com/ijecet/issues.asp?jtype=ijecet&vtype=7&itype=4

More information

Practical Content-Adaptive Subsampling for Image and Video Compression

Practical Content-Adaptive Subsampling for Image and Video Compression Practical Content-Adaptive Subsampling for Image and Video Compression Alexander Wong Department of Electrical and Computer Eng. University of Waterloo Waterloo, Ontario, Canada, N2L 3G1 a28wong@engmail.uwaterloo.ca

More information

A Review over Different Blur Detection Techniques in Image Processing

A Review over Different Blur Detection Techniques in Image Processing A Review over Different Blur Detection Techniques in Image Processing 1 Anupama Sharma, 2 Devarshi Shukla 1 E.C.E student, 2 H.O.D, Department of electronics communication engineering, LR College of engineering

More information

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images A. Vadivel 1, M. Mohan 1, Shamik Sural 2 and A.K.Majumdar 1 1 Department of Computer Science and Engineering,

More information

Color Matching for Mobile Panorama Image Stitching

Color Matching for Mobile Panorama Image Stitching Color Matching for Mobile Panorama Stitching Poonam M. Pangarkar Information Technology Shree. L. R. Tiwari College of Engineering Thane, India pangarkar.poonam@gmail.com V. B. Gaikwad Computer Engineering

More information

Urban Feature Classification Technique from RGB Data using Sequential Methods

Urban Feature Classification Technique from RGB Data using Sequential Methods Urban Feature Classification Technique from RGB Data using Sequential Methods Hassan Elhifnawy Civil Engineering Department Military Technical College Cairo, Egypt Abstract- This research produces a fully

More information

Templates and Image Pyramids

Templates and Image Pyramids Templates and Image Pyramids 09/07/17 Computational Photography Derek Hoiem, University of Illinois Why does a lower resolution image still make sense to us? What do we lose? Image: http://www.flickr.com/photos/igorms/136916757/

More information

Lixin Duan. Basic Information.

Lixin Duan. Basic Information. Lixin Duan Basic Information Research Interests Professional Experience www.lxduan.info lxduan@gmail.com Machine Learning: Transfer learning, multiple instance learning, multiple kernel learning, many

More information

KUDOS Team Description Paper for Humanoid Kidsize League of RoboCup 2016

KUDOS Team Description Paper for Humanoid Kidsize League of RoboCup 2016 KUDOS Team Description Paper for Humanoid Kidsize League of RoboCup 2016 Hojin Jeon, Donghyun Ahn, Yeunhee Kim, Yunho Han, Jeongmin Park, Soyeon Oh, Seri Lee, Junghun Lee, Namkyun Kim, Donghee Han, ChaeEun

More information

Spring 2018 CS543 / ECE549 Computer Vision. Course webpage URL:

Spring 2018 CS543 / ECE549 Computer Vision. Course webpage URL: Spring 2018 CS543 / ECE549 Computer Vision Course webpage URL: http://slazebni.cs.illinois.edu/spring18/ The goal of computer vision To extract meaning from pixels What we see What a computer sees Source:

More information

Webcam Image Alignment

Webcam Image Alignment Washington University in St. Louis Washington University Open Scholarship All Computer Science and Engineering Research Computer Science and Engineering Report Number: WUCSE-2011-46 2011 Webcam Image Alignment

More information

A Fast Segmentation Algorithm for Bi-Level Image Compression using JBIG2

A Fast Segmentation Algorithm for Bi-Level Image Compression using JBIG2 A Fast Segmentation Algorithm for Bi-Level Image Compression using JBIG2 Dave A. D. Tompkins and Faouzi Kossentini Signal Processing and Multimedia Group Department of Electrical and Computer Engineering

More information

CEE598 - Visual Sensing for Civil Infrastructure Eng. & Mgmt.

CEE598 - Visual Sensing for Civil Infrastructure Eng. & Mgmt. CEE598 - Visual Sensing for Civil Infrastructure Eng. & Mgmt. Session 7 Pixels and Image Filtering Mani Golparvar-Fard Department of Civil and Environmental Engineering 329D, Newmark Civil Engineering

More information

Artwork Recognition for Panorama Images Based on Optimized ASIFT and Cubic Projection

Artwork Recognition for Panorama Images Based on Optimized ASIFT and Cubic Projection Artwork Recognition for Panorama Images Based on Optimized ASIFT and Cubic Projection Dayou Jiang and Jongweon Kim Abstract Few studies have been published on the object recognition for panorama images.

More information

Advanced Maximal Similarity Based Region Merging By User Interactions

Advanced Maximal Similarity Based Region Merging By User Interactions Advanced Maximal Similarity Based Region Merging By User Interactions Nehaverma, Deepak Sharma ABSTRACT Image segmentation is a popular method for dividing the image into various segments so as to change

More information

Hue class equalization to improve a hierarchical image retrieval system

Hue class equalization to improve a hierarchical image retrieval system Hue class equalization to improve a hierarchical image retrieval system Tristan D Anzi, William Puech, Christophe Fiorio, Jérémie François To cite this version: Tristan D Anzi, William Puech, Christophe

More information

Histogram-based Threshold Selection of Retinal Feature for Image Registration

Histogram-based Threshold Selection of Retinal Feature for Image Registration Proceeding of IC-ITS 2017 e-isbn:978-967-2122-04-3 Histogram-based Threshold Selection of Retinal Feature for Image Registration Roziana Ramli 1, Mohd Yamani Idna Idris 1 *, Khairunnisa Hasikin 2 & Noor

More information

MLP for Adaptive Postprocessing Block-Coded Images

MLP for Adaptive Postprocessing Block-Coded Images 1450 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 10, NO. 8, DECEMBER 2000 MLP for Adaptive Postprocessing Block-Coded Images Guoping Qiu, Member, IEEE Abstract A new technique

More information

Live Hand Gesture Recognition using an Android Device

Live Hand Gesture Recognition using an Android Device Live Hand Gesture Recognition using an Android Device Mr. Yogesh B. Dongare Department of Computer Engineering. G.H.Raisoni College of Engineering and Management, Ahmednagar. Email- yogesh.dongare05@gmail.com

More information

Motion illusion, rotating snakes

Motion illusion, rotating snakes Motion illusion, rotating snakes Image Filtering 9/4/2 Computer Vision James Hays, Brown Graphic: unsharp mask Many slides by Derek Hoiem Next three classes: three views of filtering Image filters in spatial

More information

Effects of the Unscented Kalman Filter Process for High Performance Face Detector

Effects of the Unscented Kalman Filter Process for High Performance Face Detector Effects of the Unscented Kalman Filter Process for High Performance Face Detector Bikash Lamsal and Naofumi Matsumoto Abstract This paper concerns with a high performance algorithm for human face detection

More information

Low-level global features for vision-based localization

Low-level global features for vision-based localization Low-level global features for vision-based localization Sven Eberhardt and Christoph Zetzsche Cognitive Neuroinformatics, Universität Bremen, Bibliothekstraße 1, 28359 Bremen, Germany sven2@uni-bremen.de,zetzsche@informatik.uni-bremen.de

More information

Discovering Panoramas in Web Videos

Discovering Panoramas in Web Videos Discovering Panoramas in Web Videos Feng Liu 1, Yu-hen Hu 2 and Michael Gleicher 1 1 Department of Computer Sciences 2 Department of Electrical and Comp. Engineering University of Wisconsin-Madison Discovering

More information

Vision-based Localization and Mapping with Heterogeneous Teams of Ground and Micro Flying Robots

Vision-based Localization and Mapping with Heterogeneous Teams of Ground and Micro Flying Robots Vision-based Localization and Mapping with Heterogeneous Teams of Ground and Micro Flying Robots Davide Scaramuzza Robotics and Perception Group University of Zurich http://rpg.ifi.uzh.ch All videos in

More information

Graffiti-ID: Matching and Retrieval of Graffiti Images

Graffiti-ID: Matching and Retrieval of Graffiti Images Graffiti-ID: Matching and Retrieval of Graffiti Images Anil K. Jain Michigan State University East Lansing, MI 48824, USA 1-517-355-9282 jain@cse.msu.edu Jung-Eun Lee Michigan State University East Lansing,

More information

Unsupervised Pixel Based Change Detection Technique from Color Image

Unsupervised Pixel Based Change Detection Technique from Color Image Unsupervised Pixel Based Change Detection Technique from Color Image Hassan E. Elhifnawy Civil Engineering Department, Military Technical College, Egypt Summary Change detection is an important process

More information

Analysis and retrieval of events/actions and workflows in video streams

Analysis and retrieval of events/actions and workflows in video streams Multimed Tools Appl (2010) 50:1 6 DOI 10.1007/s11042-010-0514-2 GUEST EDITORIAL Analysis and retrieval of events/actions and workflows in video streams Anastasios D. Doulamis & Luc van Gool & Mark Nixon

More information

Simulated Programmable Apertures with Lytro

Simulated Programmable Apertures with Lytro Simulated Programmable Apertures with Lytro Yangyang Yu Stanford University yyu10@stanford.edu Abstract This paper presents a simulation method using the commercial light field camera Lytro, which allows

More information

Comparing Computer-predicted Fixations to Human Gaze

Comparing Computer-predicted Fixations to Human Gaze Comparing Computer-predicted Fixations to Human Gaze Yanxiang Wu School of Computing Clemson University yanxiaw@clemson.edu Andrew T Duchowski School of Computing Clemson University andrewd@cs.clemson.edu

More information

A Novel Image Deblurring Method to Improve Iris Recognition Accuracy

A Novel Image Deblurring Method to Improve Iris Recognition Accuracy A Novel Image Deblurring Method to Improve Iris Recognition Accuracy Jing Liu University of Science and Technology of China National Laboratory of Pattern Recognition, Institute of Automation, Chinese

More information

Patent Mining: Use of Data/Text Mining for Supporting Patent Retrieval and Analysis

Patent Mining: Use of Data/Text Mining for Supporting Patent Retrieval and Analysis Patent Mining: Use of Data/Text Mining for Supporting Patent Retrieval and Analysis by Chih-Ping Wei ( 魏志平 ), PhD Institute of Service Science and Institute of Technology Management National Tsing Hua

More information

Level Below Basic Basic Proficient Advanced. Policy PLDs. Cognitive Complexity

Level Below Basic Basic Proficient Advanced. Policy PLDs. Cognitive Complexity Level Below Basic Basic Proficient Advanced Policy PLDs (Performance Level Descriptors) General descriptors that provide overall claims about a student's performance in each performance level; used to

More information

Detection and Verification of Missing Components in SMD using AOI Techniques

Detection and Verification of Missing Components in SMD using AOI Techniques , pp.13-22 http://dx.doi.org/10.14257/ijcg.2016.7.2.02 Detection and Verification of Missing Components in SMD using AOI Techniques Sharat Chandra Bhardwaj Graphic Era University, India bhardwaj.sharat@gmail.com

More information

Image Restoration Using Online Photo Collections

Image Restoration Using Online Photo Collections Image Restoration Using Online Photo Collections The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters. Citation Published Version

More information