Searching Image Databases Containing Trademarks

Size: px
Start display at page:

Download "Searching Image Databases Containing Trademarks"

Transcription

1 Searching Image Databases Containing Trademarks Sujeewa Alwis and Jim Austin Department of Computer Science University of York York, YO10 5DD, UK and October 5, Introduction Trademarks play an important role in providing unique identity for products and services in the marketing environment and trademark classification systems should be able to ensure that the existing trademarks are distinct to avoid confusions. Traditionally, classification of trademarks is based on limited vocabulary descriptions. Most of the patent offices use manually assigned codes to represent these descriptions such as human beings, animals, geometrical figures. But, it has been shown that all these methods suffer many problems including: the assignment of classes to trademarks is subjective, the classes become either too specific or too broad depending on how users use the classes. there is no mechanism to handle the generation of new classes, there is a large fraction of images with little or no representational meaning which makes such a classification extremely difficult. This motivates the need to investigate the potential of content based image retrieval techniques in solving this problem. Retrieval of images by shape feature is still an unsolved problem. though there has been considerable research into this topic [1.2,3]. Defining a shape similarity criteria which can reflect human reasoning on visual perception can be seen as a challenging problem. There is evidence which shows that that many of the existing shape similarity assessment methods fail in identifying some of the images perceived as similar by humans [4.5]. This evidence motivates the effort in using concepts from visual cognitive psychology for investigating new shape retrieval systems. Trademark image retrieval provides a good avenue of investigation in this regard since an effective trademark retrieval system should necessarily be able to retrieve images which humans perceive as similar. In this study, we investigate a new trademark image retrieval system based on features extracted using Gestalt feature extraction methods. During retrieval, we utilize alternative feature interpretations in four different modules. To obtain the final similarity scores, we combine evidence from these modules. Though this framework may be able to capture perceptual similarity of trademark images, the high computational requirements creates the need for an efficient and low cost computational platform. There have been numerous attempts to solve a range of problems using neural networks. However, many of the neural network architectures suffer from long training time and inefficient hardware implementation. -Associative memory architectures perform better than many other methods in this respect. Pattern matching capabilities offered by correlation matrix memory networks( CMM) [6] under the framework of AURA [7] provide a number of features that could be exploited to obtain an efficient search engine for the proposed system. Apart from its fast and low cost hardware implementation of the network, it offers the ability to parallelise the search mechanism by presenting input patterns and obtaining output pattern simultaneously. With this integration we hope to use findings from visual cognitive psychology under the neural network framework, in an attempt to integrate advantages from both fronts. The rest of this paper is organised as follows: section 1 and section 2 describe the feature extraction and similarity assessment processes respectively. Combination of the retrieval modules is described in section 3 while section 4 describes the CMM based implementation of the system. 2/ 1

2 2 Feature Extraction Feature extraction process goes through several steps starting from edge extraction and decomposition, as shown in figure 1. Local feature vector of the image consists of length and orientation of lines and curvature of curves. Gestalt feature extraction methods proposed by Sarkar and Boyer [8], and Lowe [9] are used in extracting the following perceptual relationships; end-point proximity, parallelism, cc-linearism and co-curvilinearism. We extract gestalt features on segment level rather than on boundary level as performed in.artisan [lo]. Extraction of closure is based on the end-point proximity relationships. This method extracts alternative interpretations of closed figures which may not be able to obtain using standard pisel based linking methods. In the next step, we extract features of closed figures namely; circularity, directionality, straightness, complexity, right-angleness, aspect-ratio, sharpness, stuffedness. The co-linear and co-curvilinear relationships allow to obtain a new grouped interpretation of the same image which is again subjected to the above process of feature extraction. -~ 1 edge exmcuon contour decomposrrion, local perceptual feature exmction from the raw image i.- from the raw image preparation of the Gestalt image I 1 4 pxceptual feature exusction from the Gestalt image I from the Geswlt image Figure 1: The overview of the feature extraction phase. Figure 2: Figure 2.b shows the co-linear and co-curvilinear segments while figure 2.c parallel segments extracted using the image in figure 2.a. 212

3 Figure 3: Some of the closed figures extracted using the image in figure 3.a. Figure 4: Figures 4.b and 4.d show the grouped images obtained using images in figures 4.a and 4.c respectively. 3 Similarity assessment In this phase? we use local features as well as the features of closed figures of both original and grouped images: in separate modules. 3.1 Using local features Similarity assessment using local features is based on graph representations of the image in which nodes represent the segments of the image and arcs represent different perceptual relationships between the segments. During this process query graph is compared against all the model graphs in the database. Initial matching possibilities between nodes of the query graph and the model graphs are obtained using local features of the segments. Elimination of unplausible candidates at the nodes is performed under the relaxation by elimination framework [ll] using upper bound probability estimations from perceptual neighbours. 3.2 Using features of closed figures Similarity assessment between query image and the model image is performed by considering the feature vectors of each closed figure to obtain candidate matching possibilities for each query figure. This can be performed in two different ways; either in a symbolic fashion by discretising the feature components or calculating distance measures between feature vectors of the corresponding query figure and the model figure. In the next step upper bound support for each matching possibility is obtained from the contextual neighbourhood. 4 Combination of retrieval modules We have investigated different strategies for combining evidence from retrieval modules and the overall effect of the process. Rank positions obtained for each image from different modules can be used to 213

4 evidence from '. "'0 step 1: candidate matches from model graphs step 2: optimization of evidence using constraint propogation under relaxation by elimination framework ( 4 Figure 5: Local features based similarity assessment framework. obtain minimum, maximum or mean ranking or sum of the reciprocal values [12]. New rank order can be obtained as the outcome of each process. Alternatively, similarity scores for each image can be combined in a probabilistic framework using the Dempster-Shafer mechanism [13]. It has been observed that average combined results are better than average results delivered by any individual retrieval module CMM based implementation The AURA system is aimed at fast combinatorial searching and high performance knowledge base system design. The unique feature of ALRA has been its partial matching capability which would be essential to enable a system to deal with real world problems. The input-output relationship to the CMM which is the basic building block of AURA, has the form of pre - condition- > post - condition The system is trained with input-output associations inter-related by rules or predicates. 5.1 Training the system Training phase is aimed at storing the feature information in such a way that it will provide an efficient retrieval mechanism Local perceptual features based modules Three different CMMs are used to store end-point proximity, parallelism and cc-linearity or co-curvilinearity associations. The input and output patterns in the associations comprise of tags which represent nodes in the graph and in training, unique patterns are generated to represent them Retrieval using features of closed figures In training the network, CMM stores relationships between the input patterns which represent the feature vector and output patterns which represent closed figure identification numbers. The training set consists of a number of associations equal to the total number of closed figures in the database. 214

5 6 Results We have completed the first phase of the evaluation of the system using similarity judgement data from trademark examiners. The second phase is aimed at using similarity judgement data from a set of human subjects. The table 1 summarises average normalized recall (R,) and precision (P,) measures [14] obtained for ten queries while the table 2 summarises results obtained by combining the retrieval modules as explained in section 4. Retrieval module I R, 11 P, Local features (raw image) - I I Features of closed figures (raw image) Local features (gestalt image) Features of closed figures (gestalt image) Table 1: Effectiveness of the retrieval modules. 1 Method of combination I R, I1 P, 1 Mean rank 1 Dempster-Shafer mechanism I J Table 2: Comparison of performance of different combination strategies. References [l] s. Sclaroff and A. Pentland. Object recognition and categorization using model matching. In Proceedings of the 2nd CAD Based Vision Workshop, pages > [2] W. I. Grosky and 2. W. Jiang. A hierarchical approach to feature indexing. Image and Vision Computing, vol. 5, pages , [3] R. Mehrotra and J. E. Gray. Similar-shape retrieval in shape data management. IEEE Computer vol 28, no 9, pages 57-62, [1] D. Mumford. Mathematical theories of shape: Do they model perception. Geometric methods in computer vision-spie, vol 2185 pages 2-10, [3] B. Scassellati. Retrieving images by 2-D shape: a comparison of computation methods with human perceptual judgements. Proceedings SPIE, vol 1285, [6] M. Turner and J. Austin. Matching Performance of Binary Correlation Matrix Xemories. Neural Networks, Elsevier Science, [7] J. Austin, J. Kennedy, K. Lees The Advanced Uncertain Reasoning Xrhitecture. In Proceedings of the Artificial Neural Networks and Ezpert Systems Conference? June 1995 [SI S. Sarkar and K. Boyer. Computing perceptual organization in computer vision. World Scientific Publishers, [9] D. G. Lowe. Three-dimensional object recognition from single two-dimensional images. Artificial Intelligence, vol 31, pages , [lo] J. P. Eakins, bl. E. Graham, J. M. Boardman et al. Retrieval of trademark images by shape feature. British Library Research and Innovation Report 26, [ll] M. Turner and J. Austin. A neural relaxation technique for chemical graph matching. In Proceedings of the Fifih International Conference on Artificial Neural Networks, Cambridge, UK, Editor. M Xranjan, IEE Publishers, July [12] S. Alwis and J. Austin. A novel architecture for trademark image retrieval systems. In Proceedings of the challenge of image retrieval, [13] J. M. Jose, D. J. Harper. A retrieval mechanism for semi-strucmred photographic collections. Lecture notes in computer science 1308, pages , [la] C. J. Van Rijsbergen. Information retrieval. Butterwoths, London, The Institution of Electrical Engineers. Printed and published by the IEE, Savoy Place, London WC2R OBL, UK. 21.5

RETRIEVAL OF TRADE MARK IMAGES BY SHAPE FEATURE - THE ARTISAN PROJECT

RETRIEVAL OF TRADE MARK IMAGES BY SHAPE FEATURE - THE ARTISAN PROJECT RETRIEVAL OF TRADE MARK IMAGES BY SHAPE FEATURE - THE ARTISAN PROJECT J P Eakins *, J M Boardman and K Shields Introduction As more and more applications in both the commercial and scientific field make

More information

A Content Based Image Retrieval System Based on Color Features

A Content Based Image Retrieval System Based on Color Features A Content Based Image Retrieval System Based on Features Irena Valova, University of Rousse Angel Kanchev, Department of Computer Systems and Technologies, Rousse, Bulgaria, Irena@ecs.ru.acad.bg Boris

More information

A Binary Neural Decision Table Classifier

A Binary Neural Decision Table Classifier A Binary Neural Decision Table Classifier Victoria J. Hodge Simon O Keefe Jim Austin vicky@cs.york.ac.uk sok@cs.york.ac.uk austin@cs.york.ac.uk Advanced Computer Architecture Group Department of Computer

More information

What is Computer Vision?

What is Computer Vision? Perceptual Grouping in Computer Vision Gérard Medioni University of Southern California What is Computer Vision? Computer Vision Attempt to emulate Human Visual System Perceive visual stimuli with cameras

More information

A NOVEL FEATURE EXTRACTION METHOD BASED ON SEGMENTATION OVER EDGE FIELD FOR MULTIMEDIA INDEXING AND RETRIEVAL

A NOVEL FEATURE EXTRACTION METHOD BASED ON SEGMENTATION OVER EDGE FIELD FOR MULTIMEDIA INDEXING AND RETRIEVAL A NOVEL FEATURE EXTRACTION METHOD BASED ON SEGMENTATION OVER EDGE FIELD FOR MULTIMEDIA INDEXING AND RETRIEVAL Serkan Kiranyaz, Miguel Ferreira and Moncef Gabbouj Institute of Signal Processing, Tampere

More information

Image Processing, Analysis and Machine Vision

Image Processing, Analysis and Machine Vision Image Processing, Analysis and Machine Vision Milan Sonka PhD University of Iowa Iowa City, USA Vaclav Hlavac PhD Czech Technical University Prague, Czech Republic and Roger Boyle DPhil, MBCS, CEng University

More information

Perceptually-driven moment thresholds for shape description in image databases

Perceptually-driven moment thresholds for shape description in image databases Perceptually-driven moment thresholds for shape description in image databases P. Androutsos, D. Androutsos, K.N. Plataniotis, and A.N. Venetsanopoulos Edward S. Rogers Sr. Department of Electrical and

More information

Using surface markings to enhance accuracy and stability of object perception in graphic displays

Using surface markings to enhance accuracy and stability of object perception in graphic displays Using surface markings to enhance accuracy and stability of object perception in graphic displays Roger A. Browse a,b, James C. Rodger a, and Robert A. Adderley a a Department of Computing and Information

More information

Towards the completion of assignment 1

Towards the completion of assignment 1 Towards the completion of assignment 1 What to do for calibration What to do for point matching What to do for tracking What to do for GUI COMPSCI 773 Feature Point Detection Why study feature point detection?

More information

This is a repository copy of A Rule Chaining Architecture Using a Correlation Matrix Memory.

This is a repository copy of A Rule Chaining Architecture Using a Correlation Matrix Memory. This is a repository copy of A Rule Chaining Architecture Using a Correlation Matrix Memory. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/88231/ Version: Submitted Version

More information

FACULTY OF ENGINEERING AND INFORMATION TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE. Project Plan

FACULTY OF ENGINEERING AND INFORMATION TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE. Project Plan FACULTY OF ENGINEERING AND INFORMATION TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE Project Plan Structured Object Recognition for Content Based Image Retrieval Supervisors: Dr. Antonio Robles Kelly Dr. Jun

More information

Social Behavior Prediction Through Reality Mining

Social Behavior Prediction Through Reality Mining Social Behavior Prediction Through Reality Mining Charlie Dagli, William Campbell, Clifford Weinstein Human Language Technology Group MIT Lincoln Laboratory This work was sponsored by the DDR&E / RRTO

More information

Conceptual document indexing using a large scale semantic dictionary providing a concept hierarchy

Conceptual document indexing using a large scale semantic dictionary providing a concept hierarchy Conceptual document indexing using a large scale semantic dictionary providing a concept hierarchy Martin Rajman, Pierre Andrews, María del Mar Pérez Almenta, and Florian Seydoux Artificial Intelligence

More information

Automatic New Topic Identification in Search Engine Transaction Log Using Goal Programming

Automatic New Topic Identification in Search Engine Transaction Log Using Goal Programming Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 Automatic New Topic Identification in Search Engine Transaction Log

More information

Level lines based disocclusion

Level lines based disocclusion Level lines based disocclusion Simon Masnou Jean-Michel Morel CEREMADE CMLA Université Paris-IX Dauphine Ecole Normale Supérieure de Cachan 75775 Paris Cedex 16, France 94235 Cachan Cedex, France Abstract

More information

CS 534: Computer Vision Segmentation and Perceptual Grouping

CS 534: Computer Vision Segmentation and Perceptual Grouping CS 534: Computer Vision Segmentation and Perceptual Grouping Ahmed Elgammal Dept of Computer Science CS 534 Segmentation - 1 Outlines Mid-level vision What is segmentation Perceptual Grouping Segmentation

More information

CSE 5559 Computational Topology: Theory, algorithms, and applications to data analysis. Lecture 0: Introduction. Instructor: Yusu Wang

CSE 5559 Computational Topology: Theory, algorithms, and applications to data analysis. Lecture 0: Introduction. Instructor: Yusu Wang CSE 5559 Computational Topology: Theory, algorithms, and applications to data analysis Lecture 0: Introduction Instructor: Yusu Wang Lecture 0: Introduction What is topology Why should we be interested

More information

Optimal Grouping of Line Segments into Convex Sets 1

Optimal Grouping of Line Segments into Convex Sets 1 Optimal Grouping of Line Segments into Convex Sets 1 B. Parvin and S. Viswanathan Imaging and Distributed Computing Group Information and Computing Sciences Division Lawrence Berkeley National Laboratory,

More information

Lecture 9: Support Vector Machines

Lecture 9: Support Vector Machines Lecture 9: Support Vector Machines William Webber (william@williamwebber.com) COMP90042, 2014, Semester 1, Lecture 8 What we ll learn in this lecture Support Vector Machines (SVMs) a highly robust and

More information

Chemical Similarity Searching Using a Neural Graph Matcher

Chemical Similarity Searching Using a Neural Graph Matcher Chemical Similarity Searching Using a Neural Graph Matcher Stefan Klinger and Jim Austin Advanced Computer Architectures Group - Department of Computer Science Heslington, York, YO10 5DD - UK Abstract.

More information

Object Detection in Natural Scenery

Object Detection in Natural Scenery Object Detection in Natural Scenery P. MAKRIS and N. VINCENT Laboratoire d'informatique Université de Tours (LI/E3I) 64, avenue Jean Portalis 37200 Tours FRANCE Abstract: - In this paper we are tackling

More information

Symmetry Based Semantic Analysis of Engineering Drawings

Symmetry Based Semantic Analysis of Engineering Drawings Symmetry Based Semantic Analysis of Engineering Drawings Thomas C. Henderson, Narong Boonsirisumpun, and Anshul Joshi University of Utah, SLC, UT, USA; tch at cs.utah.edu Abstract Engineering drawings

More information

Evaluation of texture features for image segmentation

Evaluation of texture features for image segmentation RIT Scholar Works Articles 9-14-2001 Evaluation of texture features for image segmentation Navid Serrano Jiebo Luo Andreas Savakis Follow this and additional works at: http://scholarworks.rit.edu/article

More information

Over Some Open 2D/3D Shape Features Extraction and Matching Problems

Over Some Open 2D/3D Shape Features Extraction and Matching Problems Over Some Open 2D/3D Shape Features Extraction and Matching Problems Dr. Nikolay Metodiev Sirakov Dept. of CS and Dept. of Math Texas A&M University Commerce Commerce, TX 75 429 E-mail: Nikolay_Sirakov@tamu-commerce.edu

More information

Spotting Words in Latin, Devanagari and Arabic Scripts

Spotting Words in Latin, Devanagari and Arabic Scripts Spotting Words in Latin, Devanagari and Arabic Scripts Sargur N. Srihari, Harish Srinivasan, Chen Huang and Shravya Shetty {srihari,hs32,chuang5,sshetty}@cedar.buffalo.edu Center of Excellence for Document

More information

New wavelet based ART network for texture classification

New wavelet based ART network for texture classification University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 1996 New wavelet based ART network for texture classification Jiazhao

More information

An Introduction to Content Based Image Retrieval

An Introduction to Content Based Image Retrieval CHAPTER -1 An Introduction to Content Based Image Retrieval 1.1 Introduction With the advancement in internet and multimedia technologies, a huge amount of multimedia data in the form of audio, video and

More information

A Rule Chaining Architecture Using a Correlation Matrix Memory. James Austin, Stephen Hobson, Nathan Burles, and Simon O Keefe

A Rule Chaining Architecture Using a Correlation Matrix Memory. James Austin, Stephen Hobson, Nathan Burles, and Simon O Keefe A Rule Chaining Architecture Using a Correlation Matrix Memory James Austin, Stephen Hobson, Nathan Burles, and Simon O Keefe Advanced Computer Architectures Group, Department of Computer Science, University

More information

Algorithm That Mimics Human Perceptual Grouping of Dot Patterns

Algorithm That Mimics Human Perceptual Grouping of Dot Patterns Algorithm That Mimics Human Perceptual Grouping of Dot Patterns G. Papari and N. Petkov Institute of Mathematics and Computing Science, University of Groningen, P.O.Box 800, 9700 AV Groningen, The Netherlands

More information

College of Sciences. College of Sciences. Master s of Science in Computer Sciences Master s of Science in Biotechnology

College of Sciences. College of Sciences. Master s of Science in Computer Sciences Master s of Science in Biotechnology Master s of Science in Computer Sciences Master s of Science in Biotechnology Department of Computer Sciences 1. Introduction\Program Mission The Program mission is to prepare students to be fully abreast

More information

Search Engines. Information Retrieval in Practice

Search Engines. Information Retrieval in Practice Search Engines Information Retrieval in Practice All slides Addison Wesley, 2008 Classification and Clustering Classification and clustering are classical pattern recognition / machine learning problems

More information

Classifying Images with Visual/Textual Cues. By Steven Kappes and Yan Cao

Classifying Images with Visual/Textual Cues. By Steven Kappes and Yan Cao Classifying Images with Visual/Textual Cues By Steven Kappes and Yan Cao Motivation Image search Building large sets of classified images Robotics Background Object recognition is unsolved Deformable shaped

More information

CONTOUR LINE REGION SEGMENTATION

CONTOUR LINE REGION SEGMENTATION - 396 - CONTOUR LINE REGION SEGMENTATION (Extended Abstract) Lawrerzce O'Gorman GeralLl 1. Weil AT &T Bell Laboratories Murray Hill. New Jersey 07974 ABSTRACT In images such as of contour maps, fingerprints,

More information

Retrieval of trade mark images by shape feature. J P Eakins

Retrieval of trade mark images by shape feature. J P Eakins Paper presented at first ELVIRA conference, de Montfort University, Milton Keynes, May 3-5, 1994 Retrieval of trade mark images by shape feature J P Eakins Department of Computing, University of Northumbria

More information

CS 556: Computer Vision. Lecture 18

CS 556: Computer Vision. Lecture 18 CS 556: Computer Vision Lecture 18 Prof. Sinisa Todorovic sinisa@eecs.oregonstate.edu 1 Color 2 Perception of Color The sensation of color is caused by the brain Strongly affected by: Other nearby colors

More information

Coarse-to-Fine Search Technique to Detect Circles in Images

Coarse-to-Fine Search Technique to Detect Circles in Images Int J Adv Manuf Technol (1999) 15:96 102 1999 Springer-Verlag London Limited Coarse-to-Fine Search Technique to Detect Circles in Images M. Atiquzzaman Department of Electrical and Computer Engineering,

More information

Novel Lossy Compression Algorithms with Stacked Autoencoders

Novel Lossy Compression Algorithms with Stacked Autoencoders Novel Lossy Compression Algorithms with Stacked Autoencoders Anand Atreya and Daniel O Shea {aatreya, djoshea}@stanford.edu 11 December 2009 1. Introduction 1.1. Lossy compression Lossy compression is

More information

OBJECT-ORIENTED HIERARCHICAL IMAGE VECTORIZATION

OBJECT-ORIENTED HIERARCHICAL IMAGE VECTORIZATION OBJECT-ORIENTED HIERARCHICAL IMAGE VECTORIZATION A. N. Skurikhin a, *, P. L. Volegov b a MS D436, Space and Remote Sensing Group, Los Alamos National Laboratory, Los Alamos, NM, 87545, USA - alexei@lanl.gov

More information

P ^ 2π 3 2π 3. 2π 3 P 2 P 1. a. b. c.

P ^ 2π 3 2π 3. 2π 3 P 2 P 1. a. b. c. Workshop on Fundamental Structural Properties in Image and Pattern Analysis - FSPIPA-99, Budapest, Hungary, Sept 1999. Quantitative Analysis of Continuous Symmetry in Shapes and Objects Hagit Hel-Or and

More information

Query-Sensitive Similarity Measure for Content-Based Image Retrieval

Query-Sensitive Similarity Measure for Content-Based Image Retrieval Query-Sensitive Similarity Measure for Content-Based Image Retrieval Zhi-Hua Zhou Hong-Bin Dai National Laboratory for Novel Software Technology Nanjing University, Nanjing 2193, China {zhouzh, daihb}@lamda.nju.edu.cn

More information

Intelligent management of on-line video learning resources supported by Web-mining technology based on the practical application of VOD

Intelligent management of on-line video learning resources supported by Web-mining technology based on the practical application of VOD World Transactions on Engineering and Technology Education Vol.13, No.3, 2015 2015 WIETE Intelligent management of on-line video learning resources supported by Web-mining technology based on the practical

More information

A High Performance k-nn Classifier Using a Binary Correlation Matrix Memory

A High Performance k-nn Classifier Using a Binary Correlation Matrix Memory A High Performance k-nn Classifier Using a Binary Correlation Matrix Memory Ping Zhou zhoup@cs.york.ac.uk Jim Austin austin@cs.york.ac.uk Advanced Computer Architecture Group Department of Computer Science

More information

Autoorganised Structures for Extraction of Perceptual Primitives

Autoorganised Structures for Extraction of Perceptual Primitives Autoorganised Structures for Extraction of Perceptual Primitives M. Penas, M.G.Penedo Dept. Computer Science Univ. of A Coruña, SPAIN M.J.Carreira Dept. Electronics and Computer Science Univ. of Santiago

More information

Object perception by primates

Object perception by primates Object perception by primates How does the visual system put together the fragments to form meaningful objects? The Gestalt approach The whole differs from the sum of its parts and is a result of perceptual

More information

Texture Image Segmentation using FCM

Texture Image Segmentation using FCM Proceedings of 2012 4th International Conference on Machine Learning and Computing IPCSIT vol. 25 (2012) (2012) IACSIT Press, Singapore Texture Image Segmentation using FCM Kanchan S. Deshmukh + M.G.M

More information

Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes

Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes 2009 10th International Conference on Document Analysis and Recognition Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes Alireza Alaei

More information

Lecture 15: Segmentation (Edge Based, Hough Transform)

Lecture 15: Segmentation (Edge Based, Hough Transform) Lecture 15: Segmentation (Edge Based, Hough Transform) c Bryan S. Morse, Brigham Young University, 1998 000 Last modified on February 3, 000 at :00 PM Contents 15.1 Introduction..............................................

More information

A New Approach to Computation of Curvature Scale Space Image for Shape Similarity Retrieval

A New Approach to Computation of Curvature Scale Space Image for Shape Similarity Retrieval A New Approach to Computation of Curvature Scale Space Image for Shape Similarity Retrieval Farzin Mokhtarian, Sadegh Abbasi and Josef Kittler Centre for Vision Speech and Signal Processing Department

More information

CS 534: Computer Vision Segmentation and Perceptual Grouping

CS 534: Computer Vision Segmentation and Perceptual Grouping CS 534: Computer Vision Segmentation and Perceptual Grouping Spring 2005 Ahmed Elgammal Dept of Computer Science CS 534 Segmentation - 1 Where are we? Image Formation Human vision Cameras Geometric Camera

More information

2D image segmentation based on spatial coherence

2D image segmentation based on spatial coherence 2D image segmentation based on spatial coherence Václav Hlaváč Czech Technical University in Prague Center for Machine Perception (bridging groups of the) Czech Institute of Informatics, Robotics and Cybernetics

More information

Direction-Length Code (DLC) To Represent Binary Objects

Direction-Length Code (DLC) To Represent Binary Objects IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 2, Ver. I (Mar-Apr. 2016), PP 29-35 www.iosrjournals.org Direction-Length Code (DLC) To Represent Binary

More information

WAVELET USE FOR IMAGE CLASSIFICATION. Andrea Gavlasová, Aleš Procházka, and Martina Mudrová

WAVELET USE FOR IMAGE CLASSIFICATION. Andrea Gavlasová, Aleš Procházka, and Martina Mudrová WAVELET USE FOR IMAGE CLASSIFICATION Andrea Gavlasová, Aleš Procházka, and Martina Mudrová Prague Institute of Chemical Technology Department of Computing and Control Engineering Technická, Prague, Czech

More information

Visual Computing. Lecture 2 Visualization, Data, and Process

Visual Computing. Lecture 2 Visualization, Data, and Process Visual Computing Lecture 2 Visualization, Data, and Process Pipeline 1 High Level Visualization Process 1. 2. 3. 4. 5. Data Modeling Data Selection Data to Visual Mappings Scene Parameter Settings (View

More information

Invariant-based data model for image databases

Invariant-based data model for image databases Invariant-based data model for image databases Michael Kliot Ehud Rivlin Computer Science Department Technion - IIT, Haifa, 32000 Israel 32000 Abstract We describe a new invariant-based data model for

More information

Improving the Efficiency of Fast Using Semantic Similarity Algorithm

Improving the Efficiency of Fast Using Semantic Similarity Algorithm International Journal of Scientific and Research Publications, Volume 4, Issue 1, January 2014 1 Improving the Efficiency of Fast Using Semantic Similarity Algorithm D.KARTHIKA 1, S. DIVAKAR 2 Final year

More information

Salient Region Detection and Segmentation in Images using Dynamic Mode Decomposition

Salient Region Detection and Segmentation in Images using Dynamic Mode Decomposition Salient Region Detection and Segmentation in Images using Dynamic Mode Decomposition Sikha O K 1, Sachin Kumar S 2, K P Soman 2 1 Department of Computer Science 2 Centre for Computational Engineering and

More information

MULTIVARIATE TEXTURE DISCRIMINATION USING A PRINCIPAL GEODESIC CLASSIFIER

MULTIVARIATE TEXTURE DISCRIMINATION USING A PRINCIPAL GEODESIC CLASSIFIER MULTIVARIATE TEXTURE DISCRIMINATION USING A PRINCIPAL GEODESIC CLASSIFIER A.Shabbir 1, 2 and G.Verdoolaege 1, 3 1 Department of Applied Physics, Ghent University, B-9000 Ghent, Belgium 2 Max Planck Institute

More information

A Hierarchial Model for Visual Perception

A Hierarchial Model for Visual Perception A Hierarchial Model for Visual Perception Bolei Zhou 1 and Liqing Zhang 2 1 MOE-Microsoft Laboratory for Intelligent Computing and Intelligent Systems, and Department of Biomedical Engineering, Shanghai

More information

Multimedia Content Delivery in Mobile Cloud: Quality of Experience model

Multimedia Content Delivery in Mobile Cloud: Quality of Experience model Multimedia Content Delivery in Mobile Cloud: Quality of Experience model Aleksandar Karadimce Danco Davcev Faculty of Computer Science and Engineering University Ss Cyril and Methodius, Skopje, R. Macedonia

More information

Catholic Regional College Sydenham

Catholic Regional College Sydenham Week: School Calendar Term 1 Title: Area of Study /Outcome CONTENT Assessment 2 - B 2 nd February Substitution and transposition in linear relations, such as temperature conversion. Construction of tables

More information

Three-Dimensional Reconstruction from Projections Based On Incidence Matrices of Patterns

Three-Dimensional Reconstruction from Projections Based On Incidence Matrices of Patterns Available online at www.sciencedirect.com ScienceDirect AASRI Procedia 9 (2014 ) 72 77 2014 AASRI Conference on Circuit and Signal Processing (CSP 2014) Three-Dimensional Reconstruction from Projections

More information

AN APPROACH OF SEMIAUTOMATED ROAD EXTRACTION FROM AERIAL IMAGE BASED ON TEMPLATE MATCHING AND NEURAL NETWORK

AN APPROACH OF SEMIAUTOMATED ROAD EXTRACTION FROM AERIAL IMAGE BASED ON TEMPLATE MATCHING AND NEURAL NETWORK AN APPROACH OF SEMIAUTOMATED ROAD EXTRACTION FROM AERIAL IMAGE BASED ON TEMPLATE MATCHING AND NEURAL NETWORK Xiangyun HU, Zuxun ZHANG, Jianqing ZHANG Wuhan Technique University of Surveying and Mapping,

More information

CHAPTER 6 PERCEPTUAL ORGANIZATION BASED ON TEMPORAL DYNAMICS

CHAPTER 6 PERCEPTUAL ORGANIZATION BASED ON TEMPORAL DYNAMICS CHAPTER 6 PERCEPTUAL ORGANIZATION BASED ON TEMPORAL DYNAMICS This chapter presents a computational model for perceptual organization. A figure-ground segregation network is proposed based on a novel boundary

More information

Statistical Pattern Recognition

Statistical Pattern Recognition Statistical Pattern Recognition Features and Feature Selection Hamid R. Rabiee Jafar Muhammadi Spring 2012 http://ce.sharif.edu/courses/90-91/2/ce725-1/ Agenda Features and Patterns The Curse of Size and

More information

Multi-voxel pattern analysis: Decoding Mental States from fmri Activity Patterns

Multi-voxel pattern analysis: Decoding Mental States from fmri Activity Patterns Multi-voxel pattern analysis: Decoding Mental States from fmri Activity Patterns Artwork by Leon Zernitsky Jesse Rissman NITP Summer Program 2012 Part 1 of 2 Goals of Multi-voxel Pattern Analysis Decoding

More information

CLUSTERING, TIERED INDEXES AND TERM PROXIMITY WEIGHTING IN TEXT-BASED RETRIEVAL

CLUSTERING, TIERED INDEXES AND TERM PROXIMITY WEIGHTING IN TEXT-BASED RETRIEVAL STUDIA UNIV. BABEŞ BOLYAI, INFORMATICA, Volume LVII, Number 4, 2012 CLUSTERING, TIERED INDEXES AND TERM PROXIMITY WEIGHTING IN TEXT-BASED RETRIEVAL IOAN BADARINZA AND ADRIAN STERCA Abstract. In this paper

More information

Simultaneous surface texture classification and illumination tilt angle prediction

Simultaneous surface texture classification and illumination tilt angle prediction Simultaneous surface texture classification and illumination tilt angle prediction X. Lladó, A. Oliver, M. Petrou, J. Freixenet, and J. Martí Computer Vision and Robotics Group - IIiA. University of Girona

More information

Computational Foundations of Cognitive Science

Computational Foundations of Cognitive Science Computational Foundations of Cognitive Science Lecture 16: Models of Object Recognition Frank Keller School of Informatics University of Edinburgh keller@inf.ed.ac.uk February 23, 2010 Frank Keller Computational

More information

Automatic Machinery Fault Detection and Diagnosis Using Fuzzy Logic

Automatic Machinery Fault Detection and Diagnosis Using Fuzzy Logic Automatic Machinery Fault Detection and Diagnosis Using Fuzzy Logic Chris K. Mechefske Department of Mechanical and Materials Engineering The University of Western Ontario London, Ontario, Canada N6A5B9

More information

Shape is like Space: Modeling Shape Representation as a Set of Qualitative Spatial Relations

Shape is like Space: Modeling Shape Representation as a Set of Qualitative Spatial Relations Shape is like Space: Modeling Shape Representation as a Set of Qualitative Spatial Relations Andrew Lovett Kenneth Forbus Qualitative Reasoning Group, Northwestern University andrew-lovett@northwestern.edu

More information

CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS

CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS 4.1. INTRODUCTION This chapter includes implementation and testing of the student s academic performance evaluation to achieve the objective(s)

More information

Sign Language Recognition using Dynamic Time Warping and Hand Shape Distance Based on Histogram of Oriented Gradient Features

Sign Language Recognition using Dynamic Time Warping and Hand Shape Distance Based on Histogram of Oriented Gradient Features Sign Language Recognition using Dynamic Time Warping and Hand Shape Distance Based on Histogram of Oriented Gradient Features Pat Jangyodsuk Department of Computer Science and Engineering The University

More information

Feature Selection. CE-725: Statistical Pattern Recognition Sharif University of Technology Spring Soleymani

Feature Selection. CE-725: Statistical Pattern Recognition Sharif University of Technology Spring Soleymani Feature Selection CE-725: Statistical Pattern Recognition Sharif University of Technology Spring 2013 Soleymani Outline Dimensionality reduction Feature selection vs. feature extraction Filter univariate

More information

Multi-scale Techniques for Document Page Segmentation

Multi-scale Techniques for Document Page Segmentation Multi-scale Techniques for Document Page Segmentation Zhixin Shi and Venu Govindaraju Center of Excellence for Document Analysis and Recognition (CEDAR), State University of New York at Buffalo, Amherst

More information

Recognition. Clark F. Olson. Cornell University. work on separate feature sets can be performed in

Recognition. Clark F. Olson. Cornell University. work on separate feature sets can be performed in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages 907-912, 1996. Connectionist Networks for Feature Indexing and Object Recognition Clark F. Olson Department of Computer

More information

Object Purpose Based Grasping

Object Purpose Based Grasping Object Purpose Based Grasping Song Cao, Jijie Zhao Abstract Objects often have multiple purposes, and the way humans grasp a certain object may vary based on the different intended purposes. To enable

More information

6. Applications - Text recognition in videos - Semantic video analysis

6. Applications - Text recognition in videos - Semantic video analysis 6. Applications - Text recognition in videos - Semantic video analysis Stephan Kopf 1 Motivation Goal: Segmentation and classification of characters Only few significant features are visible in these simple

More information

Image Feature Evaluation for Contents-based Image Retrieval

Image Feature Evaluation for Contents-based Image Retrieval Image Feature Evaluation for Contents-based Image Retrieval Adam Kuffner and Antonio Robles-Kelly, Department of Theoretical Physics, Australian National University, Canberra, Australia Vision Science,

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 2013 ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 2013 ISSN: Semi Automatic Annotation Exploitation Similarity of Pics in i Personal Photo Albums P. Subashree Kasi Thangam 1 and R. Rosy Angel 2 1 Assistant Professor, Department of Computer Science Engineering College,

More information

Robot localization method based on visual features and their geometric relationship

Robot localization method based on visual features and their geometric relationship , pp.46-50 http://dx.doi.org/10.14257/astl.2015.85.11 Robot localization method based on visual features and their geometric relationship Sangyun Lee 1, Changkyung Eem 2, and Hyunki Hong 3 1 Department

More information

Main Subject Detection via Adaptive Feature Selection

Main Subject Detection via Adaptive Feature Selection Main Subject Detection via Adaptive Feature Selection Cuong Vu and Damon Chandler Image Coding and Analysis Lab Oklahoma State University Main Subject Detection is easy for human 2 Outline Introduction

More information

Semi-Supervised PCA-based Face Recognition Using Self-Training

Semi-Supervised PCA-based Face Recognition Using Self-Training Semi-Supervised PCA-based Face Recognition Using Self-Training Fabio Roli and Gian Luca Marcialis Dept. of Electrical and Electronic Engineering, University of Cagliari Piazza d Armi, 09123 Cagliari, Italy

More information

Applying Catastrophe Theory to Image Segmentation

Applying Catastrophe Theory to Image Segmentation Applying Catastrophe Theory to Image Segmentation Mohamad Raad, Majd Ghareeb, Ali Bazzi Department of computer and communications engineering Lebanese International University Beirut, Lebanon Abstract

More information

Adaptive Fuzzy Watermarking for 3D Models

Adaptive Fuzzy Watermarking for 3D Models International Conference on Computational Intelligence and Multimedia Applications 2007 Adaptive Fuzzy Watermarking for 3D Models Mukesh Motwani.*, Nikhil Beke +, Abhijit Bhoite +, Pushkar Apte +, Frederick

More information

Journal of Asian Scientific Research FEATURES COMPOSITION FOR PROFICIENT AND REAL TIME RETRIEVAL IN CBIR SYSTEM. Tohid Sedghi

Journal of Asian Scientific Research FEATURES COMPOSITION FOR PROFICIENT AND REAL TIME RETRIEVAL IN CBIR SYSTEM. Tohid Sedghi Journal of Asian Scientific Research, 013, 3(1):68-74 Journal of Asian Scientific Research journal homepage: http://aessweb.com/journal-detail.php?id=5003 FEATURES COMPOSTON FOR PROFCENT AND REAL TME RETREVAL

More information

A Systematic Analysis System for CT Liver Image Classification and Image Segmentation by Local Entropy Method

A Systematic Analysis System for CT Liver Image Classification and Image Segmentation by Local Entropy Method A Systematic Analysis System for CT Liver Image Classification and Image Segmentation by Local Entropy Method A.Anuja Merlyn 1, A.Anuba Merlyn 2 1 PG Scholar, Department of Computer Science and Engineering,

More information

Identifying Layout Classes for Mathematical Symbols Using Layout Context

Identifying Layout Classes for Mathematical Symbols Using Layout Context Rochester Institute of Technology RIT Scholar Works Articles 2009 Identifying Layout Classes for Mathematical Symbols Using Layout Context Ling Ouyang Rochester Institute of Technology Richard Zanibbi

More information

Statistical Pattern Recognition

Statistical Pattern Recognition Statistical Pattern Recognition Features and Feature Selection Hamid R. Rabiee Jafar Muhammadi Spring 2013 http://ce.sharif.edu/courses/91-92/2/ce725-1/ Agenda Features and Patterns The Curse of Size and

More information

Application of an Associative Memory to the Analysis of Document Fax Images

Application of an Associative Memory to the Analysis of Document Fax Images Application of an Associative Memory to the Analysis of Document Fax Images S. E. M. O'Keefe? J. Austin Advanced Computer Architecture Group Department of Computer Science University of York York Y 5DD

More information

A Hierarchical Face Identification System Based on Facial Components

A Hierarchical Face Identification System Based on Facial Components A Hierarchical Face Identification System Based on Facial Components Mehrtash T. Harandi, Majid Nili Ahmadabadi, and Babak N. Araabi Control and Intelligent Processing Center of Excellence Department of

More information

Statistical Pattern Recognition

Statistical Pattern Recognition Statistical Pattern Recognition Features and Feature Selection Hamid R. Rabiee Jafar Muhammadi Spring 2014 http://ce.sharif.edu/courses/92-93/2/ce725-2/ Agenda Features and Patterns The Curse of Size and

More information

Shape Classification and Cell Movement in 3D Matrix Tutorial (Part I)

Shape Classification and Cell Movement in 3D Matrix Tutorial (Part I) Shape Classification and Cell Movement in 3D Matrix Tutorial (Part I) Fred Park UCI icamp 2011 Outline 1. Motivation and Shape Definition 2. Shape Descriptors 3. Classification 4. Applications: Shape Matching,

More information

Tensor Decomposition of Dense SIFT Descriptors in Object Recognition

Tensor Decomposition of Dense SIFT Descriptors in Object Recognition Tensor Decomposition of Dense SIFT Descriptors in Object Recognition Tan Vo 1 and Dat Tran 1 and Wanli Ma 1 1- Faculty of Education, Science, Technology and Mathematics University of Canberra, Australia

More information

INFERENCE OF SEGMENTED, VOLUMETRIC SHAPE FROM INTENSITY IMAGES

INFERENCE OF SEGMENTED, VOLUMETRIC SHAPE FROM INTENSITY IMAGES INFERENCE OF SEGMENTED, VOLUMETRIC SHAPE FROM INTENSITY IMAGES Parag Havaldar and Gérard Medioni Institute for Robotics and Intelligent Systems University of Southern California Los Angeles, California

More information

A Composite Graph Model for Web Document and the MCS Technique

A Composite Graph Model for Web Document and the MCS Technique A Composite Graph Model for Web Document and the MCS Technique Kaushik K. Phukon Department of Computer Science, Gauhati University, Guwahati-14,Assam, India kaushikphukon@gmail.com Abstract It has been

More information

(Refer Slide Time 00:17) Welcome to the course on Digital Image Processing. (Refer Slide Time 00:22)

(Refer Slide Time 00:17) Welcome to the course on Digital Image Processing. (Refer Slide Time 00:22) Digital Image Processing Prof. P. K. Biswas Department of Electronics and Electrical Communications Engineering Indian Institute of Technology, Kharagpur Module Number 01 Lecture Number 02 Application

More information

Knowledge Retrieval. Franz J. Kurfess. Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A.

Knowledge Retrieval. Franz J. Kurfess. Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A. Knowledge Retrieval Franz J. Kurfess Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A. 1 Acknowledgements This lecture series has been sponsored by the European

More information

Realtime Object Recognition Using Decision Tree Learning

Realtime Object Recognition Using Decision Tree Learning Realtime Object Recognition Using Decision Tree Learning Dirk Wilking 1 and Thomas Röfer 2 1 Chair for Computer Science XI, Embedded Software Group, RWTH Aachen wilking@informatik.rwth-aachen.de 2 Center

More information

Using Text Learning to help Web browsing

Using Text Learning to help Web browsing Using Text Learning to help Web browsing Dunja Mladenić J.Stefan Institute, Ljubljana, Slovenia Carnegie Mellon University, Pittsburgh, PA, USA Dunja.Mladenic@{ijs.si, cs.cmu.edu} Abstract Web browsing

More information

Information Visualization. Overview. What is Information Visualization? SMD157 Human-Computer Interaction Fall 2003

Information Visualization. Overview. What is Information Visualization? SMD157 Human-Computer Interaction Fall 2003 INSTITUTIONEN FÖR SYSTEMTEKNIK LULEÅ TEKNISKA UNIVERSITET Information Visualization SMD157 Human-Computer Interaction Fall 2003 Dec-1-03 SMD157, Information Visualization 1 L Overview What is information

More information