Model driven development of content based image retrieval systems on top of object relational database management systems [Elektronische Ressource] = Modellgetriebene Entwicklung inhaltsbasierter Bildretrieval-Systeme auf der Basis von objektrelationalen Datenbank-Management-Systeme / vorgelegt von Temenushka Ignatova
268 pages
English

Model driven development of content based image retrieval systems on top of object relational database management systems [Elektronische Ressource] = Modellgetriebene Entwicklung inhaltsbasierter Bildretrieval-Systeme auf der Basis von objektrelationalen Datenbank-Management-Systeme / vorgelegt von Temenushka Ignatova

Le téléchargement nécessite un accès à la bibliothèque YouScribe
Tout savoir sur nos offres
268 pages
English
Le téléchargement nécessite un accès à la bibliothèque YouScribe
Tout savoir sur nos offres

Description

MODEL-DRIVEN DEVELOPMENT OF CONTENT-BASEDIMAGE RETRIEVAL SYSTEMS ON TOP OFOBJECT-RELATIONAL DATABASE MANAGEMENTSYSTEMSModellgetriebene Entwicklung inhaltsbasierterBildretrieval-Systeme auf der Basis von objektrelationalenDatenbank-Management-SystemeDissertationzurErlangung des akademischen GradesDoktor-Ingenieur (Dr.-Ing.)der Fakult¨at fu¨r Informatik und Elektrotechnikder Universit¨at Rostockvorgelegt vonTemenushka Ignatova, geb. am 18.10.1976 in Kyustendil, Bulgarienaus RostockRostock, den 02.07.2008Gutachter:Prof. Dr. Andreas Heuer, Universit¨at RostockProf. Dr. Klaus Meyer-Wegener, Friedrich-Alexander-Universit¨at Erlangen-Nur¨ nbergProf. Dr. Susanne Boll, Carl von Ossietzky Universit¨at OldenburgTag der Promotionsverteidigung: 18. September 2008AbstractDigital images are increasingly used for capturing information. The growing amount of suchdata requires the development of adequate techniques for its reliable storage and efficientretrieval. Different computer science communities, such as computer vision, informationretrieval, database systems, artificial intelligence etc., have devoted their efforts and expertiseto providing a solution for this challenge. The search for meaningful visual characteristicsof images, which can be used to automatically compare images by similarity, is an ongoingprocess.

Sujets

Informations

Publié par
Publié le 01 janvier 2008
Nombre de lectures 21
Langue English
Poids de l'ouvrage 6 Mo

Extrait

MODEL-DRIVEN DEVELOPMENT OF CONTENT-BASED
IMAGE RETRIEVAL SYSTEMS ON TOP OF
OBJECT-RELATIONAL DATABASE MANAGEMENT
SYSTEMS
Modellgetriebene Entwicklung inhaltsbasierter
Bildretrieval-Systeme auf der Basis von objektrelationalen
Datenbank-Management-Systeme
Dissertation
zur
Erlangung des akademischen Grades
Doktor-Ingenieur (Dr.-Ing.)
der Fakult¨at fu¨r Informatik und Elektrotechnik
der Universit¨at Rostock
vorgelegt von
Temenushka Ignatova, geb. am 18.10.1976 in Kyustendil, Bulgarien
aus Rostock
Rostock, den 02.07.2008Gutachter:
Prof. Dr. Andreas Heuer, Universit¨at Rostock
Prof. Dr. Klaus Meyer-Wegener, Friedrich-Alexander-Universit¨at Erlangen-Nur¨ nberg
Prof. Dr. Susanne Boll, Carl von Ossietzky Universit¨at Oldenburg
Tag der Promotionsverteidigung: 18. September 2008Abstract
Digital images are increasingly used for capturing information. The growing amount of such
data requires the development of adequate techniques for its reliable storage and efficient
retrieval. Different computer science communities, such as computer vision, information
retrieval, database systems, artificial intelligence etc., have devoted their efforts and expertise
to providing a solution for this challenge. The search for meaningful visual characteristics
of images, which can be used to automatically compare images by similarity, is an ongoing
process. This is due to the fact that each application domain, each user and even each
situation require different information from the image to be considered for the comparison.
For these characteristics, suitable measures for calculating the similarity between them have
beenproposed. However,thesemeasuresmustalsobetestedandparametrizedforaparticular
application. Robustimageprocessingalgorithmsforextractingthevisualcharacteristicsfrom
the raw image data have to be implemented so that as few as possible information from the
original image is lost. Data Mining techniques have been applied for deriving semantic data
from the low-level image characteristics in order to bring the computer-based representation
of the image content as close as possible to the human way of describing images. And finally,
ways to associate the image data with other context dependent data in order to provide an
integrated system to the user or gain more information about the content of the images have
been investigated.
All these techniques have been implemented in so called Content-based Image Retrieval Sys-
tems (CBIRS). The prior idea of these systems was to support the similarity search for any
kind of image collection. It was relatively fast recognized that this is not possible due to the
different requirements of different application domains concerning the image characteristics
and measures used for the retrieval. On the one hand, picking the right algorithms for a
particular application is one of the challenges with which a developer of a CBIRS has to deal.
On the other hand, building the application requires the definition of an architecture, data
structures and functionality components. The basic architecture of these systems does not
differ much, also in the specialized applications. Therefore, in order to help building such
specialized applications by focusing mainly on choosing the right combination of algorithms
an adequate development support mechanism is required. The first attempts to achieve this
arebasedonsoftwareframeworksandsourcecodelibraries. However, thesetechniquesdonot
provideenoughflexibilitywithrespecttoplatformindependenceandtheresultingapplication
are not compact specialized applications, but rather an extended version of the framework
system.
Inthisthesis, themodel-drivensoftwaredevelopmentparadigmisemployedasadevelopment
support technique for CBIRS. Therefore, two groups of techniques are elaborated, modeling
andtransformationtechniques. Modelingtechniques,basedonaconceptualframeworkmodel
iii Abstract
are proposed for modeling the components for image storage, feature extraction and image
retrieval of a CBIRS architecture. Therefore, generic data structures and operations for the
update,storageandretrievalofimagesaredefinedasaframeworkmodel,whichcanbeusedby
developerstoderivetheirownapplicationspecificconceptualmodelsforCBIRS.Inthisthesis,
transformation techniques for the automatized implementation of the model in an ORDBMS
environment are defined. These are specified in terms of transformation rules for mapping
the platform independent model concepts onto concepts of a platform specific model for
object-relational database management systems (ORDBMS). Database management systems
were chosen as a target platform for the implementation in this thesis because of the well
established mechanisms for inserting and updating information which these systems provide,
e.g. transaction management. Furthermore, database systems can be used to link other
informationtotheimagedatainformoftextualmetadata,forwhichtheycanprovideefficient
access. However, since the conceptual model is platform independent, any other platform can
beconsideredfortheimplementationofthemodel. InparticularORDBMSwereusedbecause
of the insufficient support for multimedia data in relational database management system,
andtheneedforsuchsupportininformationintegrationapplications,suchasdigitallibraries,
multimedia information systems.
The transformation techniques are evaluated by verifying the quality of the transformation
rules. The criteria assuring the quality of the transformation were derived from the require-
mentforinformationcapacitypreservationofthetransformationknowninthedatabasedesign
theory. The investigation of the mapping rules showed that the derived quality requirements
are fulfilled.
TheelaboratedmodelingtechniquesareappliedforthemodelingofaCBIRsystemforstoring
images of music scores, and identifying their scribes, based on the visual handwriting charac-
teristics of the images. In addition, a CBIRS application for the retrieval of similar images of
2D-electrophoresis Gels is derived from the CBIRS framework model. And finally, the model
is evaluated for an application for the annotation of photos. These test cases showed that a
large class of CBIRS fits well into the generic framework model, i.e. these applications can
be easily modeled by making use of the proposed modeling techniques.Kurzfassung
Immer h¨aufiger werden digitale Bilder zur Aufnahme verschiedenster Informationen einge-
setzt. Fur¨ die effiziente Verwaltung dieser Informationen werden passende Techniken fur¨ ihre
SpeicherungundSucheben¨otigt. VerschiedeneForschungszweigederInformatik,wiebeispiel-
sweisedieBildverarbeitung,InformationRetrieval,DatenbanksystemeundKu¨nstlicheIntelli-
genz, stellen sich diesen Herausforderungen. Im Zentrum dieser L¨osungsversuche steht immer
¨wieder das Finden relevanter visueller Bildmerkmale, mit deren Hilfe Ahnlichkeiten zwischen
digitalen Bildern gefunden werden sollen. Die Frage, inwieweit sich Bilder ¨ahnlich sind, muss
fu¨r jedes neue Anwendungsgebiet und jede neue Nutzeranforderung anders gestellt werden.
Die relevanten Informationen aus den Bildern sind fu¨r jedes einzelne Gebiet ebenso vielf¨altig
wie die Ansatze¨ , diese als Basis fu¨r einen Bildvergleich zu klassifizieren. Die verschiedenen
relevantenBildmerkmaleindenzuvergleichendenBildernwerdenimmerwiederneumitspez-
¨ ¨ifischen Ahnlichkeitsmaßen versehen, um die Ahnlichkeit mathematisch erfassen zu k¨onnen.
Diese mu¨ssen getestet und parametrisiert werden, um die menschliche Wahrnehmung fur¨
¨Ahnlichkeit so genau wie mogli¨ ch zu simulieren. Dazu werden komplexe Bildverarbeitungsal-
gorithmenentwickelt,umdiegewunsc¨ htenMerkmalefehlerfreiundeffizientausdenBildernzu
extrahieren. Auf die Ergebnisse dieser Algorithmen werden Data Mining Techniken angewen-
det. Damit lassen sich einfachen, messbaren Merkmalen wie zum Beispiel der Farbe und der
Textur semantische Konzepte, in etwa Sonne oder Himmel, zuordnen. Und schließlich werden
M¨oglichkeiten untersucht, um andere kontextabh¨angige Informationen mit den Bildern zu
assoziieren, um den Inhalt der Bilder zuverlas¨ siger automatisch erkennen zu k¨onnen.
Das Zusammenspiel dieser Techniken wird in so genannten inhaltsbasierten Bildretrieval-
Systemen(aufEnglisch: Content-basedImageRetrievalSystems CBIRS)verwendet. Dasur-
¨spru¨nglicheZielfur¨ denEinsatz dieserSystemewares, die Ahnlichkeitssucheaufverschieden-
ste Bildinhalte gleichermaßen zu unterstutze¨ n. Jedoch wurde schon fruh¨ zeitig erkannt, dass
diese Verschiedenheit der Bilder eine zu große Hu¨rde fur¨ CBIRS darstellt. Daher muss der
Entwickler solcher Systeme zum einen eine auf jede Bildanwendung zugeschnittene Auswahl
¨anAlgorithmenzurMerkmalsextraktionundzurAhnlichkeitssucheverwenden. Zumanderen
muss¨ en vom Entwickler eine fu¨r die Bildanwendung passende Softwarearchitektur, Daten-
strukturen und Funktionskomponenten entworfen werden. Die Softwarearcr selbst un-
terscheidet sich bei den verschiedensten Anwendungen jedoch nur geringfu¨gig. Die Entwick-
lungeinersolchenArchitekturl¨asstsichdahermitu¨bergreifendenMechanismenunterstu¨tzen,
die die jeweils passende Kombination von entsprechenden Algorithmen zur Verfu¨gung stellen.
Die ersten Versuc

  • Univers Univers
  • Ebooks Ebooks
  • Livres audio Livres audio
  • Presse Presse
  • Podcasts Podcasts
  • BD BD
  • Documents Documents