SEMANTIC GRAPHS AND ARC CONSISTENCY CHECKING
The Renewal of an Old Approach for Information Extraction from Images
Aline Deruyver
1
and Yann Hod
´
e
2
1
LSIIT, UMR 7005 CNRS-ULP, 67 000 Strasbourg, France
2
G08 CH Rouffach, 68250 Rouffach, France
Keywords:
Arc consistency, Image interpretation, Graph, Spatial relationships, Constraints satisfaction.
Abstract:
The aim of this paper is to show that symbolic computation based on constraint satisfaction can be useful for
information extraction from images. It presents how some limitations of this approach have been overcome
by the development of new conceptual tools: arc-consistency with bilevel constraints, weak arc-consistency,
a system of complex qualitative spatial relations. The application of these tools to images of various domains
(medical images, high resolution satellite images) shows its effectivity.
1 INTRODUCTION
Animals are able to perform complex visual discrim-
ination tasks and decision making. It means that pro-
cessing visual input does not require a high degree
of symbolic reasoning. The good results obtained by
many computer vision algorithms based on statisti-
cal/physical models tend to prove it. On the other
hand, it is difficult to believe that image understand-
ing will never draw benefit from symbolic reasoning
which is a so powerful tool for human intelligence.
Now, if we want to translate this human specific abil-
ity in a computer algorithm, how to do it? Graph for-
malism has long been used in the field of artificial in-
telligence to represent the conceptual knowledge (on-
tologies, semantic graphs) because it is a convenient
way to represent logical constraints between differ-
ent concepts (textual or visual). These graphs can be
used to solve Constraint Satisfaction Problem (CSP).
The resolution of such problems consists in check-
ing the consistency of a graph. Values are assigned
to a set of variables (which are represented by nodes
of the graph and can be seen as a way of symboliz-
ing concepts) constrained by binary relations (repre-
sented by the arcs of the graph). This kind of prob-
lem is NP-complete. To get a solution in a reasonable
amount of time, fast algorithms of arc-consistency
checking have been proposed (Waltz, 1975), (Mohr
and Henderson, 1986), (Mackworth, 1977),(Mack-
worth and Freuder, 1985), (Hentenryck et al., 1992),
(Freuder and Wallace, 1992), (Bessi
`
ere, 1994). Even
if some authors have proposed applications of con-
straint satisfaction checking on images (Benmouffek
et al., 1991), (Mahonney and Fromherz, 2002), (Nem-
pont et al., 2008), these approaches have been little
used so far in image interpretation.
However, converting an image interpretation
problem into a problem of constraint satisfaction is
fairly easy: the nodes of the graph correspond to ob-
jects or part of objects that we look for in the image
and the arcs symbolize the spatial constraints between
objects. Then, the image interpretation consists in
finding regions of the image that can be assigned to
each node in the graph and that satisfy the spatial con-
straints imposed by the graph.
The two limiting factors of these approaches are:
• Classical arc-consistency checking algorithms as-
sume that with one node of the graph is associ-
ated only one value (a node of the graph is asso-
ciated with only one region of the image). It is
a great limitation because images are in practice
often over-segmented.
• The local constraints are often too general to de-
scribe many objects made up of over-segmented
regions in unpredictable ways.
Our work sought to overcome these limitations. We
created the concept of arc-consistency checking with
two levels of constraints. This allows to associate sev-
eral regions of the image with a node in the graph
model (for example, several nodes in the adjacency
graph representing the segmented image). With this
multivalent graph-matching by constraint satisfac-
tion checking, it becomes possible to interpret over-
515
Deruyver A. and Hodé Y..
SEMANTIC GRAPHS AND ARC CONSISTENCY CHECKING - The Renewal of an Old Approach for Information Extraction from Images.
DOI: 10.5220/0003692105070514
In Proceedings of the International Conference on Knowledge Discovery and Information Retrieval (KDIR-2011), pages 507-514
ISBN: 978-989-8425-79-9
Copyright
c
2011 SCITEPRESS (Science and Technology Publications, Lda.)