2 CONTENT-BASED AND
LOCATION-BASED IMAGE
RETRIEVAL USING SR-TREES
We state the hypothesis that our image database is
partly annotated by image class. A small amount
of images have been manually annotated, while the
remaining is unknown. This is consistent with our
application (IDEA project), where initial images de-
scribe the knowledge of interest for the application,
while more images will be coming in real-time after-
ward. From this, we choose to organize the visual
content of images into several SR-trees correspond-
ing to different image class. The advantage of this ap-
proach is to use the visual content nearest neighbours
search with annotated images for each new incoming
non-annotated image for determining its class.
Our approach represents independently data in
both visual content and geographic spaces as follows:
(1) A SR-tree is built to represent feature vectors of
all annotated images. (2) All images are represented
into two spaces (total of 1+n SR-trees, where n is the
number of image classes) by a SR-tree organizing ge-
ographic descriptor (a point (x,y) representing longi-
tude and latitude) and many SR-trees organizing fea-
ture vectors (each SR-tree corresponding to one im-
age class). (3) All geographic objects are represented
into a single SR-tree; the region of each leaf is the in-
tersection of the bounding rectangle and the bounding
sphere covering all the points of an object.
We can realize some simple manipulations using
these SR-trees: (1) Nearest neighbours search can
be done for each non-annotated image using the SR-
tree of annotated images to determine the input image
type. (2) We can find in the SR-tree of geographic ob-
jects all objects that are geographically close within a
given radius from any image. (3) Using the SR-tree of
geographic location of images, we can find all images
that are geographically close to a geographic object
or to another image. (4) For finding images which are
most similar to an input image, the nearest neighbours
search is used in the SR-tree corresponding to the type
of the input image. More complex manipulations can
be realized based on these simple ones according to
different scenarios.
3 DECISION-AID SYSTEM IN A
SITUATION OF
POST-NATURAL DISASTERS
This section describes a decision-aid system in a situ-
ation of post-natural disasters for the IDEA project
implementing the approach proposed in section 2.
Each image in this system represents a disaster oc-
curring in the city. It contains geographic information
of GPS type (latitude and longitude). We character-
ize the visual content information using only the RGB
color histobins (vectors of 48 dimensions) of images
(more visual descriptors are planned to be added).
Geographic objects of interest are various monuments
of the four following types: houses, buildings, hospi-
tals, schools. This system aims to identify emergen-
cies in the city and to assign each of them an emer-
gency level according to the proximity between simi-
lar situations and to different monuments around each
disaster. For example, a fire occurring inside a hospi-
tal is more urgent than three consecutive residential
houses on fire.
Experimental Data Sources. We build our own
database using the “EarthquakeImage Archives”
2
and
several images representing emergency situations re-
trieved from the website Flickr
3
. All images are of
five different types of disasters (fire, wounded peo-
ple, damaged building, damaged road and flood), each
type contains between 300 and 350 image. Two
thirds of these images are annotated by its type. Re-
garding GIS data, we simulate them using the Col-
orados GIS database
4
and we add to this database in-
formation identifying four different monument types
(house, hospital, building and school).
In this system, we have six visual content SR-
trees (one for annotated-images and five for non-
annotated images corresponding to the above five dis-
aster types), one SR-tree for geographic location of
non-annotated images and one SR-tree for geographic
objects. Note that in the GIS database, each monu-
ment is represented by a polygon identifying its posi-
tion and its form. Each leaf of the geographic objects
SR-tree represents a monument. Therefore, if the ge-
ographic position of a disaster falls into the region of
a leaf identifying a hospital for example, we can say
that this disaster occurs inside the hospital.
Determination of Emergency Levels. Disaster type
identification of an image is based on the number
of different disaster types resulting of the k nearest
neighbours search applied into the visual content SR-
tree containing the annotated images. The problem
is to assign an emergency level for each disaster. It
is difficult to use visual content for this task, as we
2
http://geot.civil.metro-u.ac.jp/archives/eq/index.html,
Tokyo Metropolitan University.
3
http://www.flickr.com/, All images used in this work
are under the Creative Commons licence.
4
2007 TIGER/Line Shapefiles, http://www.census.gov/
geo/www/tiger/tgrshp2007/tgrshp2007.html
VISAPP 2010 - International Conference on Computer Vision Theory and Applications
492