Content deleted Content added
clarify structure and add an example |
Intro improvements Tags: Mobile edit Mobile web edit |
||
(23 intermediate revisions by 16 users not shown) | |||
Line 1:
{{Short description|Form of pattern recognition}}
'''Syntactic pattern recognition''' or '''structural pattern recognition''' is a form of [[pattern recognition]], where items are presented by hierarchical system of patterns which can take into account more complex interrelationships between features than simple numerical [[feature vector]]s used in [[statistical classification]].▼
{{no footnotes|date=November 2024}}
▲'''Syntactic pattern recognition''', or '''structural pattern recognition''', is a form of [[pattern recognition]]
Syntactic pattern recognition can be used
An example of this would be
A second way to represent relations are [[Graph (discrete mathematics)|graphs]], where nodes are linked if corresponding subpatterns are related. An item can be assigned a certain class label if its graph representation is [[isomorphic]] with prototype graphs of that class.
Typically, patterns are constructed from simpler sub-patterns in a hierarchical fashion. This helps divide the recognition task into easier subtasks of first identifying sub-patterns, and then the actual patterns.
Structural methods provide descriptions of items, which may be useful in their own right. For example, syntactic pattern recognition can be used to determine what [[Object detection|objects are present in an image]]. Furthermore, structural methods are strong when applied to finding a "correspondence mapping" between two images of an object. Under natural conditions, corresponding features will be in different positions and/or may be occluded in the two images, due to camera attitude and perspective, as in [[face recognition]]. A [[graph matching]] algorithm will yield the optimal correspondence.
== See also==
* [[Grammar induction]]
* [[String matching]]
* [[Hopcroft–Karp algorithm]]
* [[Structural information theory]]
== References ==
{{cite book | last = Schalkoff | first = Robert | title = Pattern recognition - statistical, structural and neural approaches | publisher = John Wiley & sons | year = 1992 | isbn = 0-471-55238-0 }}
{{cite book | last
{{cite book | last= Flasinski| first = Mariusz | title = Syntactic pattern recognition | publisher = World Scientific | year = 2019 | ISBN = 978-981-3278-46-2 }}
[[Category:Classification algorithms]]
|