SlideShare a Scribd company logo
RECOGNITION
AS
GRAPH MATCHING
Presented By-
Vishakha Agarwal
(Research Scholar)
M.Tech, Final Year
Department of Computer Science and Information Technology
OUTLINE
 Introduction
 Pattern recognition approaches
 Graphs in pattern recognition
 Graph matching taxonomy
 Graph matching algorithms
 Graph based recognition: Application taxonomy
 Graph based recognition: Application
 Discussions and conclusions
 References
INTRODUCTION
 In many practical problems, there is a need to make some
decision about the content of an image or about the
classification of an object that it contains.
 For example, the user of a notebook computer may be able to
give input using hand printed characters.
 The classification process might actually fail, either because
the character is badly made, or because the person invented
a new character.
 Recognition means “To Know Again.”
 A recognition system must contain some memory of the
objects that it is to recognize.
PATTERN RECOGNITION
APPROACHES
 Traditional subdivision of pattern recognition:
PATTERN RECOGNITION
APPROACHES: STATISTICAL
APPROACH
 Advantages:
 Theoretically well
founded.
 Many powerful
algorithms available.
 Disadvantages
 Dimension of feature
vector fixed.
 Only unary feature
values, but no relations
can be modeled.
PATTERN RECOGNITION
APPROACHES: STRUCTURAL
APPROACH
 Advantages
 Representation size is
variable.
 Higher representation
power.
 Disadvantages:
 Lack of mathematical
structure in the graph
domain.
 Lack of algorithmic tools.
GRAPHS IN PATTERN RECOGNITION
 In pattern recognition and computer vision, it is
required to measure the similarity of objects.
 When graphs are used for the representation of
structured objects, then the problem of measuring object
similarity turns into the problem of computing the
similarity of graphs, which is also known as graph
matching.
 If graphs are used for object representation this problem
turns into determining the similarity of graphs.
GRAPHS IN PATTERN RECOGNITION
 Standard concepts in graph matching include graph
isomorphism, subgraph isomorphism, and maximum
common subgraph.
 However, in real world applications we can’t always
expect a perfect match between the input and one of
the graphs in the database.
 Therefore, what is needed is an algorithm for error-
tolerant matching, or equivalently , a method that
computes a measure of similarity between two given
graphs.
GRAPH MATCHING TAXONOMY
 In graph matching, we used to consider directed and
labeled graphs, which are sometimes synonymously
referred to as (attributed) relational graphs, or
relational structures.
 If we delete some nodes from a graph, together with
their incident edges, we obtain a subgraph g’ ⊆ g.
GRAPH MATCHING TAXONOMY
 Graph matching can be done by-
 Graph Isomorphism- In this, the exact structural
correspondence is sought: there must be a bijective mapping
between the nodes of the two graphs that preserves the
edges of both graphs.
GRAPH MATCHING TAXONOMY
• Subgraph Isomorphism- It requires the existence of an
isomorphism between one of the graphs and a subgraph of
the other. In other words, one of the graphs may have extra
nodes and extra edges linking these new nodes to the rest.
GRAPH MATCHING TAXONOMY
• Monomorphism- In monomorphism, extra edges in the
larger graph are allowed also between nodes that do have a
correspondent in the smaller graph.
GRAPH MATCHING TAXONOMY
 Maximum Common Subgraph- It is the largest
subgraph of one of the two graphs that is isomorphic to a
subgraph of the other. This kind of matching allows both
graphs to have extra nodes and edges, but is also
significantly more expensive from a computational
viewpoint.
 Weighted graph matching- Here the edges of the
graphs have a weight, and the goal is to find the common
subgraph with the largest total weight.
GRAPH MATCHING TAXONOMY
 Graph Edit Distance- It measures the similarity of two
graphs by computing the minimum-cost set of edit
operations needed to transform one of the graphs into the
other.
 The sequence of edit operations that transform g into g’
implies an error-correcting mapping from the nodes of g to
the nodes of g’.
GRAPH MATCHING ALGORITHMS
 The standard algorithm for graph and subgraph isomorphism detection
is the one by Ullman , in which Maximum common subgraph detection
has been addressed.
 Most of these algorithms are particular versions of the A* search
procedure, i.e., they rely on some kind of tree search incorporating
various heuristic look-ahead techniques in order to prune the search
space.
 Other approaches are based on neural networks such as the Hopfield
network or the Kohonen map.
 Also genetic algorithms have been used in many approximate method
based on maximum flow . However, all of these approximate methods
may get tracked in local minima and miss the optimal solution.
GRAPH BASED RECOGNITION:
APPLICATION TAXONOMY
 At least six application areas in which graph matching
techniques have been successfully employed can be
individuated:
 2D and 3D image analysis and processing
 Document processing
 Biometric identification
 Image databases
 Video analysis
 Biological and biomedical applications
GRAPH BASED RECOGNITION:
APPLICATION
Automatic Transcription of Handwritten Medieval
Text
Digitization of historical documents has become a focus
of intensive research.
GRAPH BASED RECOGNITION:
APPLICATION
Challenges in the Transcription of Handwritten
Historical Documents
Layout analysis and extraction of text
 Decorations
 Decay of paper or parchment
 Faded ink
 Bleed through
 Various other artifacts
Lack of language model etc.
GRAPH BASED RECOGNITION:
APPLICATION
GRAPH BASED RECOGNITION:
APPLICATION
 Problems with the conventional approach-
 Two dimensional shape of the characters is not
adequately modeled; no structural relations.
 Possible Solution:
 Use skeletons to represent the handwriting by a graph.
 Transform the graph of a handwritten text into a
sequence of feature vectors.
 Apply HMMs and RNNs to sequence of feature vectors.
GRAPH BASED RECOGNITION:
APPLICATION
 Graph Extraction-
 Apply a thinning operator to generate the skeleton of the
image.
 Nodes:
 Key points: crossings, junctions, end points, left-most points of
circular arcs.
 Secondary points: equidistant points on the skeleton between
key points; distance d is a parameter.
 Edges:
 Nodes that are neighbors on the skeleton are connected by
edges.
GRAPH BASED RECOGNITION:
APPLICATION
GRAPH BASED RECOGNITION:
APPLICATION
 Comments-
 In this application, graph-matching based feature
extraction could reduce the error rate by about 50%
compared to a standard set of features.
 Because the graphs are rather small, the additional
computational cost is moderate (compared to HMM
decoding)
 Recent experiments with alternative graph distance
measures have given good results.
DISCUSSIONS AND CONCLUSIONS
 Recognition and learning of patterns are subjects of
considerable depth and interest to cognitive psychology,
pattern recognition, and computer vision.
 A wide spectrum of graph matching algorithms have
become available meanwhile.
 They range from deterministic approaches, suitable for
finding optimal solutions to problems involving graphs
with a limited number of nodes and edges, to approximate
methods that are applicable to large-scale problems.
DISCUSSIONS AND CONCLUSIONS
 It is conjectured that there are many applications in
pattern recognition and computer vision where the full
representational power of graphs may not be needed.
 Restricting the focus on special subclasses of graphs may
result in more efficient matching procedures.
 Other promising areas of future research include the
automatic inference of edit costs from a set of sample
graphs, and the combination of optimal and approximate
graph matching methods.
REFERENCES
 http://www.cse.nd.edu/Fu_Prize_Seminars/bunke/slides.pdf.
 Valiente G.,et. al,An Image Similarity for Graph Matching,0-
7695-0746-8/00 ©2010 IEEE.
 http://www.nptel.ac.in/courses/117104069/chapter_1/1_10.html.
 Wachinger C.,et.al, Structural Image Representation for Image
Registration , 978-1-4244-7028-0/10/ ©2010 IEEE.
 Conte D.,et.al, Graph Matching Application in Pattern Recognition
and Image Processing, 0-7803-7750-8/03 ©2003 IEEE.
 Bunke H.,et.al,Graph Matching: Theoritical foundations,
Algorithms ,and Applications.
REFERENCES
 Wiskott L.,et.al,Face Recognition by Elastic Bunch graph
Matching,7th intern conference, on Computer Analysis on
Images and Patterns, Keil, Germany, September 1997.
 International Master of Research in Computer Science: Computer
Aided Decision Support, Graph for Pattern Recognition, Author:
Romain Raveaux , Zeina Abu-Aisheh, in the RFAI groups at the
University of Tours ,October 2013.
 Caetano T.,et.al,Learning Graph Matching,IEEE Transactions on
Pattern Analysis and Machine Intelligence, VOL 31, NO. 6, June
2009.
THANK YOU
FOR
YOUR
ATTENTION!

More Related Content

PPTX
PPSX
Edge Detection and Segmentation
PDF
A Comparison of Block-Matching Motion Estimation Algorithms
PPTX
Chapter 1 and 2 gonzalez and woods
PDF
Digital Image Processing: Image Segmentation
ODP
Image Processing with OpenCV
PPTX
Vector quantization
PPTX
Using prior knowledge to initialize the hypothesis,kbann
Edge Detection and Segmentation
A Comparison of Block-Matching Motion Estimation Algorithms
Chapter 1 and 2 gonzalez and woods
Digital Image Processing: Image Segmentation
Image Processing with OpenCV
Vector quantization
Using prior knowledge to initialize the hypothesis,kbann

What's hot (20)

PPT
image_enhancement_spatial
PPTX
Unit 2. Image Enhancement in Spatial Domain.pptx
PPTX
Image stitching
PDF
Imaging geometry
PPT
PPT
Thresholding.ppt
PPTX
Computer vision - edge detection
PDF
Digital Image Processing: Image Enhancement in the Frequency Domain
PPTX
Digital Image Processing
PPTX
Comparison of image fusion methods
PPTX
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project PPT
PPSX
Color Image Processing: Basics
PDF
DIGITAL IMAGE PROCESSING - LECTURE NOTES
PPTX
Lect 02 second portion
PPTX
Background subtraction
PPTX
IMAGE SEGMENTATION.
PPTX
What is OpenGL ?
PPTX
Image Representation & Descriptors
image_enhancement_spatial
Unit 2. Image Enhancement in Spatial Domain.pptx
Image stitching
Imaging geometry
Thresholding.ppt
Computer vision - edge detection
Digital Image Processing: Image Enhancement in the Frequency Domain
Digital Image Processing
Comparison of image fusion methods
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project PPT
Color Image Processing: Basics
DIGITAL IMAGE PROCESSING - LECTURE NOTES
Lect 02 second portion
Background subtraction
IMAGE SEGMENTATION.
What is OpenGL ?
Image Representation & Descriptors
Ad

Viewers also liked (18)

PDF
Graph Based Pattern Recognition
PDF
Lighthouse: Large-scale graph pattern matching on Giraph
PPTX
From Ontology to Wiki: Automating Generation of Semantic Wiki Interfaces from...
PDF
Error-Tolerant RDF Subgraph Matching for Adaptive Presentation of Linked Data...
PPTX
Exploring Titan and Spark GraphX for Analyzing Time-Varying Electrical Networks
PPTX
BioniceMe
PDF
Cp 101 2015-nd-cp-20102015
PDF
"Baltijas ceļa 25. gadadienas" pasākumu kalendārs septembrim
PPT
Kts c2-dai so boole
PPTX
About profession
PDF
Bxd 1331 qd-bxd-05112014.signed
PPTX
About strategy
PDF
Gr 140615023548-phpapp01
PPTX
Hex Series
PDF
Better Goals for Better Outcomes: Best Practices for Writing Measurable, Effe...
PDF
PreK, Policy, and Prevention: How High Quality PreK Can Have a Profound Impac...
PDF
Bxd 20 2014-tt-bxd-29122014_qcvn.signed
PDF
ADME And Toxicity Optimization Services
Graph Based Pattern Recognition
Lighthouse: Large-scale graph pattern matching on Giraph
From Ontology to Wiki: Automating Generation of Semantic Wiki Interfaces from...
Error-Tolerant RDF Subgraph Matching for Adaptive Presentation of Linked Data...
Exploring Titan and Spark GraphX for Analyzing Time-Varying Electrical Networks
BioniceMe
Cp 101 2015-nd-cp-20102015
"Baltijas ceļa 25. gadadienas" pasākumu kalendārs septembrim
Kts c2-dai so boole
About profession
Bxd 1331 qd-bxd-05112014.signed
About strategy
Gr 140615023548-phpapp01
Hex Series
Better Goals for Better Outcomes: Best Practices for Writing Measurable, Effe...
PreK, Policy, and Prevention: How High Quality PreK Can Have a Profound Impac...
Bxd 20 2014-tt-bxd-29122014_qcvn.signed
ADME And Toxicity Optimization Services
Ad

Similar to Recognition as Graph Matching (20)

PDF
M.E Computer Science Image Processing Projects
PDF
M.Phil Computer Science Image Processing Projects
PDF
M.Phil Computer Science Image Processing Projects
PDF
GRAPH PARTITIONING FOR IMAGE SEGMENTATION USING ISOPERIMETRIC APPROACH: A REVIEW
PDF
Laplacian-regularized Graph Bandits
DOC
Graph Matching Algorithm-Through Isomorphism Detection
PDF
Learning Graph Representation for Data-Efficiency RL
PDF
STIC-D: algorithmic techniques for efficient parallel pagerank computation on...
PDF
IRJET- Object Detection using Hausdorff Distance
PDF
IRJET - Object Detection using Hausdorff Distance
PDF
Parallel Batch-Dynamic Graphs: Algorithms and Lower Bounds
PDF
Parallel Batch-Dynamic Graphs: Algorithms and Lower Bounds
PDF
Exploring optimizations for dynamic pagerank algorithm based on CUDA : V3
DOC
BugLoc: Bug Localization in Multi Threaded Application via Graph Mining Approach
DOC
BugLoc: Bug Localization in Multi Threaded Application via Graph Mining Approach
PDF
Ijetcas14 314
PDF
IEEE Pattern analysis and machine intelligence 2016 Title and Abstract
PDF
Implementation of Fuzzy Logic for the High-Resolution Remote Sensing Images w...
PDF
International Journal of Computational Engineering Research(IJCER)
DOCX
Learning to rank image tags with limited training examples
M.E Computer Science Image Processing Projects
M.Phil Computer Science Image Processing Projects
M.Phil Computer Science Image Processing Projects
GRAPH PARTITIONING FOR IMAGE SEGMENTATION USING ISOPERIMETRIC APPROACH: A REVIEW
Laplacian-regularized Graph Bandits
Graph Matching Algorithm-Through Isomorphism Detection
Learning Graph Representation for Data-Efficiency RL
STIC-D: algorithmic techniques for efficient parallel pagerank computation on...
IRJET- Object Detection using Hausdorff Distance
IRJET - Object Detection using Hausdorff Distance
Parallel Batch-Dynamic Graphs: Algorithms and Lower Bounds
Parallel Batch-Dynamic Graphs: Algorithms and Lower Bounds
Exploring optimizations for dynamic pagerank algorithm based on CUDA : V3
BugLoc: Bug Localization in Multi Threaded Application via Graph Mining Approach
BugLoc: Bug Localization in Multi Threaded Application via Graph Mining Approach
Ijetcas14 314
IEEE Pattern analysis and machine intelligence 2016 Title and Abstract
Implementation of Fuzzy Logic for the High-Resolution Remote Sensing Images w...
International Journal of Computational Engineering Research(IJCER)
Learning to rank image tags with limited training examples

Recently uploaded (20)

PPTX
UNIT 4 Total Quality Management .pptx
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
Construction Project Organization Group 2.pptx
PPTX
additive manufacturing of ss316l using mig welding
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
Geodesy 1.pptx...............................................
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
Welding lecture in detail for understanding
PDF
Well-logging-methods_new................
PPT
Mechanical Engineering MATERIALS Selection
PDF
composite construction of structures.pdf
UNIT 4 Total Quality Management .pptx
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Construction Project Organization Group 2.pptx
additive manufacturing of ss316l using mig welding
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
Lecture Notes Electrical Wiring System Components
Geodesy 1.pptx...............................................
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Model Code of Practice - Construction Work - 21102022 .pdf
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Embodied AI: Ushering in the Next Era of Intelligent Systems
Welding lecture in detail for understanding
Well-logging-methods_new................
Mechanical Engineering MATERIALS Selection
composite construction of structures.pdf

Recognition as Graph Matching

  • 1. RECOGNITION AS GRAPH MATCHING Presented By- Vishakha Agarwal (Research Scholar) M.Tech, Final Year Department of Computer Science and Information Technology
  • 2. OUTLINE  Introduction  Pattern recognition approaches  Graphs in pattern recognition  Graph matching taxonomy  Graph matching algorithms  Graph based recognition: Application taxonomy  Graph based recognition: Application  Discussions and conclusions  References
  • 3. INTRODUCTION  In many practical problems, there is a need to make some decision about the content of an image or about the classification of an object that it contains.  For example, the user of a notebook computer may be able to give input using hand printed characters.  The classification process might actually fail, either because the character is badly made, or because the person invented a new character.  Recognition means “To Know Again.”  A recognition system must contain some memory of the objects that it is to recognize.
  • 4. PATTERN RECOGNITION APPROACHES  Traditional subdivision of pattern recognition:
  • 5. PATTERN RECOGNITION APPROACHES: STATISTICAL APPROACH  Advantages:  Theoretically well founded.  Many powerful algorithms available.  Disadvantages  Dimension of feature vector fixed.  Only unary feature values, but no relations can be modeled.
  • 6. PATTERN RECOGNITION APPROACHES: STRUCTURAL APPROACH  Advantages  Representation size is variable.  Higher representation power.  Disadvantages:  Lack of mathematical structure in the graph domain.  Lack of algorithmic tools.
  • 7. GRAPHS IN PATTERN RECOGNITION  In pattern recognition and computer vision, it is required to measure the similarity of objects.  When graphs are used for the representation of structured objects, then the problem of measuring object similarity turns into the problem of computing the similarity of graphs, which is also known as graph matching.  If graphs are used for object representation this problem turns into determining the similarity of graphs.
  • 8. GRAPHS IN PATTERN RECOGNITION  Standard concepts in graph matching include graph isomorphism, subgraph isomorphism, and maximum common subgraph.  However, in real world applications we can’t always expect a perfect match between the input and one of the graphs in the database.  Therefore, what is needed is an algorithm for error- tolerant matching, or equivalently , a method that computes a measure of similarity between two given graphs.
  • 9. GRAPH MATCHING TAXONOMY  In graph matching, we used to consider directed and labeled graphs, which are sometimes synonymously referred to as (attributed) relational graphs, or relational structures.  If we delete some nodes from a graph, together with their incident edges, we obtain a subgraph g’ ⊆ g.
  • 10. GRAPH MATCHING TAXONOMY  Graph matching can be done by-  Graph Isomorphism- In this, the exact structural correspondence is sought: there must be a bijective mapping between the nodes of the two graphs that preserves the edges of both graphs.
  • 11. GRAPH MATCHING TAXONOMY • Subgraph Isomorphism- It requires the existence of an isomorphism between one of the graphs and a subgraph of the other. In other words, one of the graphs may have extra nodes and extra edges linking these new nodes to the rest.
  • 12. GRAPH MATCHING TAXONOMY • Monomorphism- In monomorphism, extra edges in the larger graph are allowed also between nodes that do have a correspondent in the smaller graph.
  • 13. GRAPH MATCHING TAXONOMY  Maximum Common Subgraph- It is the largest subgraph of one of the two graphs that is isomorphic to a subgraph of the other. This kind of matching allows both graphs to have extra nodes and edges, but is also significantly more expensive from a computational viewpoint.  Weighted graph matching- Here the edges of the graphs have a weight, and the goal is to find the common subgraph with the largest total weight.
  • 14. GRAPH MATCHING TAXONOMY  Graph Edit Distance- It measures the similarity of two graphs by computing the minimum-cost set of edit operations needed to transform one of the graphs into the other.  The sequence of edit operations that transform g into g’ implies an error-correcting mapping from the nodes of g to the nodes of g’.
  • 15. GRAPH MATCHING ALGORITHMS  The standard algorithm for graph and subgraph isomorphism detection is the one by Ullman , in which Maximum common subgraph detection has been addressed.  Most of these algorithms are particular versions of the A* search procedure, i.e., they rely on some kind of tree search incorporating various heuristic look-ahead techniques in order to prune the search space.  Other approaches are based on neural networks such as the Hopfield network or the Kohonen map.  Also genetic algorithms have been used in many approximate method based on maximum flow . However, all of these approximate methods may get tracked in local minima and miss the optimal solution.
  • 16. GRAPH BASED RECOGNITION: APPLICATION TAXONOMY  At least six application areas in which graph matching techniques have been successfully employed can be individuated:  2D and 3D image analysis and processing  Document processing  Biometric identification  Image databases  Video analysis  Biological and biomedical applications
  • 17. GRAPH BASED RECOGNITION: APPLICATION Automatic Transcription of Handwritten Medieval Text Digitization of historical documents has become a focus of intensive research.
  • 18. GRAPH BASED RECOGNITION: APPLICATION Challenges in the Transcription of Handwritten Historical Documents Layout analysis and extraction of text  Decorations  Decay of paper or parchment  Faded ink  Bleed through  Various other artifacts Lack of language model etc.
  • 20. GRAPH BASED RECOGNITION: APPLICATION  Problems with the conventional approach-  Two dimensional shape of the characters is not adequately modeled; no structural relations.  Possible Solution:  Use skeletons to represent the handwriting by a graph.  Transform the graph of a handwritten text into a sequence of feature vectors.  Apply HMMs and RNNs to sequence of feature vectors.
  • 21. GRAPH BASED RECOGNITION: APPLICATION  Graph Extraction-  Apply a thinning operator to generate the skeleton of the image.  Nodes:  Key points: crossings, junctions, end points, left-most points of circular arcs.  Secondary points: equidistant points on the skeleton between key points; distance d is a parameter.  Edges:  Nodes that are neighbors on the skeleton are connected by edges.
  • 23. GRAPH BASED RECOGNITION: APPLICATION  Comments-  In this application, graph-matching based feature extraction could reduce the error rate by about 50% compared to a standard set of features.  Because the graphs are rather small, the additional computational cost is moderate (compared to HMM decoding)  Recent experiments with alternative graph distance measures have given good results.
  • 24. DISCUSSIONS AND CONCLUSIONS  Recognition and learning of patterns are subjects of considerable depth and interest to cognitive psychology, pattern recognition, and computer vision.  A wide spectrum of graph matching algorithms have become available meanwhile.  They range from deterministic approaches, suitable for finding optimal solutions to problems involving graphs with a limited number of nodes and edges, to approximate methods that are applicable to large-scale problems.
  • 25. DISCUSSIONS AND CONCLUSIONS  It is conjectured that there are many applications in pattern recognition and computer vision where the full representational power of graphs may not be needed.  Restricting the focus on special subclasses of graphs may result in more efficient matching procedures.  Other promising areas of future research include the automatic inference of edit costs from a set of sample graphs, and the combination of optimal and approximate graph matching methods.
  • 26. REFERENCES  http://www.cse.nd.edu/Fu_Prize_Seminars/bunke/slides.pdf.  Valiente G.,et. al,An Image Similarity for Graph Matching,0- 7695-0746-8/00 ©2010 IEEE.  http://www.nptel.ac.in/courses/117104069/chapter_1/1_10.html.  Wachinger C.,et.al, Structural Image Representation for Image Registration , 978-1-4244-7028-0/10/ ©2010 IEEE.  Conte D.,et.al, Graph Matching Application in Pattern Recognition and Image Processing, 0-7803-7750-8/03 ©2003 IEEE.  Bunke H.,et.al,Graph Matching: Theoritical foundations, Algorithms ,and Applications.
  • 27. REFERENCES  Wiskott L.,et.al,Face Recognition by Elastic Bunch graph Matching,7th intern conference, on Computer Analysis on Images and Patterns, Keil, Germany, September 1997.  International Master of Research in Computer Science: Computer Aided Decision Support, Graph for Pattern Recognition, Author: Romain Raveaux , Zeina Abu-Aisheh, in the RFAI groups at the University of Tours ,October 2013.  Caetano T.,et.al,Learning Graph Matching,IEEE Transactions on Pattern Analysis and Machine Intelligence, VOL 31, NO. 6, June 2009.

Editor's Notes

  • #6: The notion of a statistic is intimately connected to the concept of a probability distribution, generally the distribution of signal amplitudes.