FR2861194A1 - Image indexing/search method for multimedia data bases having search methods determining local vectors/indexing method selected and method providing indexing - Google Patents

Image indexing/search method for multimedia data bases having search methods determining local vectors/indexing method selected and method providing indexing Download PDF

Info

Publication number
FR2861194A1
FR2861194A1 FR0312094A FR0312094A FR2861194A1 FR 2861194 A1 FR2861194 A1 FR 2861194A1 FR 0312094 A FR0312094 A FR 0312094A FR 0312094 A FR0312094 A FR 0312094A FR 2861194 A1 FR2861194 A1 FR 2861194A1
Authority
FR
France
Prior art keywords
image
indexing
search
vectors
database
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
FR0312094A
Other languages
French (fr)
Other versions
FR2861194B1 (en
Inventor
Eric Nguyen
Stephane Baron
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Research Center France SAS
Original Assignee
Canon Research Center France SAS
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Research Center France SAS filed Critical Canon Research Center France SAS
Priority to FR0312094A priority Critical patent/FR2861194B1/en
Publication of FR2861194A1 publication Critical patent/FR2861194A1/en
Application granted granted Critical
Publication of FR2861194B1 publication Critical patent/FR2861194B1/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/51Indexing; Data structures therefor; Storage structures

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Processing Or Creating Images (AREA)

Abstract

The index and searching method determines (E3) the local description vectors. One of the indexing methods is then selected (E4) from predetermined methods. The selected method is then used to provide the indexing (E5).

Description

1 2861194 51 2861194 5

La présente invention concerne d'une manière générale l'indexation d'images basée sur le contenu des images. Elle concerne aussi la recherche d'image dans une base d'images indexées.  The present invention generally relates to image indexing based on the content of the images. It also relates to image search in an indexed image database.

Une description d'une image est calculée à partir des points d'intérêt de cette image. Chaque point d'intérêt est décrit par un ensemble de caractéristiques locales réunies dans un vecteur de description locale multidimensionnel.  A description of an image is calculated from the points of interest of this image. Each point of interest is described by a set of local features in a multidimensional local description vector.

L'ensemble des descriptions d'un groupe d'images est une base d'images.  The set of descriptions of a group of images is an image database.

Pour être exploitable, notamment pour y faire des recherches, la 20 base d'images doit être organisée de manière efficace. Pour cela, l'ensemble de données constituant la base d'images est indexé.  In order to be exploitable, especially for research purposes, the image database must be efficiently organized. For this, the set of data constituting the image database is indexed.

L'efficacité de l'indexation est mesurée non seulement par un temps de recherche dans la base mais aussi par la flexibilité de la base.  The efficiency of the indexing is measured not only by a search time in the database but also by the flexibility of the database.

Le temps de recherche est un temps de recherche moyen pour un 25 ensemble moyen de vecteurs requêtes choisis aléatoirement.  The search time is an average search time for an average set of randomly selected query vectors.

La flexibilité est la facilité de gestion de la base d'image. Cela concerne notamment la possibilité d'ajouter ou de supprimer une image dans la base, d'ajouter ou de supprimer un vecteur de description, en cours de fonctionnement du système et sans détruire puis re-créer l'ensemble de l'organisation de la base.  Flexibility is the ease of management of the image base. This includes the ability to add or delete an image in the database, to add or remove a description vector, while the system is running, and without destroying and then re-creating the entire organization of the database. based.

La flexibilité concerne aussi la possibilité de distribuer la base d'images sur un ensemble d'ordinateurs reliés en réseau. Cette distribution 2 2861194 peut être dynamique en fonction de l'état de la charge (mémoire et calcul) des différents ordinateurs.  Flexibility also concerns the possibility of distributing the image database on a set of networked computers. This distribution 2 2861194 can be dynamic depending on the state of the load (memory and calculation) of the different computers.

Un problème spécifique de l'indexation d'images en est la dimension: en effet, les données à indexer sont très nombreuses et elles sont 5 généralement de grande diménsion.  A specific problem of indexing images is its size: indeed, the data to be indexed are very numerous and they are generally of great size.

L'article Searching in high-dimensional spaces Index structures for improving the performance of multimedia database de C. Bohm et al, paru dans ACM Computing surveys, Vol. 33, n 3, pages 322-373, septembre 2001 et l'article intitulé Searching in metric spaces de E. Chavez et ai, paru dans ACM Computing Surveys, Vol. 33, N 3, pages 273-321, septembre 2001 sont des articles de synthèse traitant du problème de l'indexation de données de grande dimension.  The article Searching in high-dimensional spaces Index structures for improving the performance of multimedia database by C. Bohm et al, published in ACM Computing surveys, Vol. 33, No. 3, pp. 322-373, September 2001, and the article entitled Searching in Metric Spaces by E. Chavez et al, in ACM Computing Surveys, Vol. 33, No. 3, pages 273-321, September 2001 are review articles dealing with the problem of indexing large data.

Il existe un résultat théorique appelé malédiction de la dimension (en anglais curse of dimensionality), qui montre qu'au delà d'une certaine dimension de vecteur de description, l'indexation devient inutile et qu'une recherche doit alors comporter la comparaison d'un vecteur requête avec tous les vecteurs de la base. La recherche est alors séquentielle.  There is a theoretical result called curse of dimensionality, which shows that beyond a certain dimension of description vector, indexing becomes useless and a search must then include the comparison of dimensions. a query vector with all vectors in the database. The search is then sequential.

Cependant, des recherches ont été effectuées et ont montré qu'il est possible d'optimiser et d'accélérer une telle recherche.  However, research has been carried out and has shown that it is possible to optimize and accelerate such research.

Par exemple, le document Content-based retrieval using local descriptors: problems and issues from a database perspective de L. Amsaleg et P. Gros, paru dans Pattern analysis and applications , vol. 4, pp. 108-124, 2001, Springer-Verlag traite de l'indexation de descripteurs locaux de dimension 24 pour la recherche d'image. Une recherche séquentielle optimisée permet d'accélérer la recherche.  For example, the document Content-based retrieval using local descriptors: problems and issues from a database perspective by L. Amsaleg and P. Gros, published in Pattern analysis and applications, vol. 4, pp. 108-124, 2001, Springer-Verlag deals with indexing 24-dimensional local descriptors for image search. Optimized sequential search speeds up the search.

L'article intitulé Visual recognition using local appearances de V. Colin de Verdière et al, paru dans les actes de la conférence ECCV 1998, pages 640-654 décrit une structure de données qui permet une recherche accélérée.  The article entitled Visual recognition using local appearances by V. Colin de Verdière et al, published in the Proceedings of the ECCV 1998 Conference, pages 640-654 describes a data structure that allows for accelerated search.

Néanmoins, pour toutes ces méthodes d'indexation, la structure de données englobe l'ensemble des images indexées. En d'autres termes, les descripteurs des images sont stockés dans la même structure. Cette structure 3 2861194 est alors une structure globale qui est partagée entre les différents descripteurs. Cette structure est schématisée à la figure 4a.  Nevertheless, for all these indexing methods, the data structure includes all the indexed images. In other words, the descriptors of the images are stored in the same structure. This structure 3 2861194 is then a global structure that is shared between the different descriptors. This structure is shown schematically in Figure 4a.

Une telle structure est peu flexible, pour les raisons suivantes. L'effacement ou le déplacement de vecteurs de description est une opération complexe qui requiert un parcours de l'arbre et des opérations complexes de gestion de mémoire.  Such a structure is not very flexible, for the following reasons. Deleting or moving description vectors is a complex operation that requires tree traversal and complex memory management operations.

Les paramètres de construction de la structure sont choisis pour rendre celle-ci optimale pour la recherche, mais seulement pour un nombre et une catégorie de vecteurs donnés. En conséquence, lorsque la structure est mise à jour par ajout de nouveaux vecteurs de description correspondant à une nouvelle image, la structure de données peut devenir sous optimale.  The construction parameters of the structure are chosen to make it optimal for the search, but only for a given number and category of vectors. As a result, when the structure is updated by adding new description vectors corresponding to a new image, the data structure may become suboptimal.

La présente invention vise à remédier aux inconvénients de la technique antérieure, en fournissant un procédé et un dispositif d'indexation d'image qui permettent de construire une base optimale tant du point de vue de la recherche dans la base mais aussi de la flexibilité de la base.  The present invention aims to remedy the drawbacks of the prior art, by providing a method and an image indexing device which make it possible to build an optimal basis both from the point of view of research in the database but also from the flexibility of the base.

A cette fin, l'invention propose un procédé d'indexation d'images contenues dans une base d'images, caractérisé en ce qu'il comporte, pour chaque image à indexer, les 20 étapes de: détermination de vecteurs de description locale pour l'image considérée, - sélection d'une méthode d'indexation parmi un ensemble prédéterminé de méthodes d'indexation, en fonction d'un critère de sélection prédéterminé, la sélection étant effectuée pour chaque image indépendamment des autres images, - indexation des vecteurs de description locale de l'image considérée par la méthode sélectionnée.  To this end, the invention proposes a method for indexing images contained in an image database, characterized in that it comprises, for each image to be indexed, the steps of: determination of local description vectors for the image considered, - selecting an indexing method from among a predetermined set of indexing methods, according to a predetermined selection criterion, the selection being made for each image independently of the other images, - indexing of the vectors local description of the image considered by the selected method.

L'invention permet de construire une base optimale tant du point de vue de la recherche dans la base mais aussi de la flexibilité de la base.  The invention makes it possible to build an optimal base both from the point of view of research in the database but also from the flexibility of the database.

En effet, l'indexation selon l'invention comporte un premier niveau d'indexation indiquant l'indice de l'image et un second niveau qui est l'indexation proprement dite des vecteurs de description de l'image.  Indeed, the indexing according to the invention comprises a first level of indexing indicating the index of the image and a second level which is the actual indexing of the image description vectors.

Les opérations d'ajout, d'effacement ou de déplacement d'un vecteur d'une image sont simples à gérer au niveau du premier niveau d'indexation puisque chaque image est indexée de manière indépendante.  The operations of adding, deleting or moving a vector of an image are simple to manage at the level of the first level of indexing since each image is indexed independently.

En outre, l'indexation est adaptée à chaque image, ce qui offre de grandes possibilités d'optimisation.  In addition, the indexing is adapted to each image, which offers great opportunities for optimization.

Selon une caractéristique préférée, le procédé comporte en outre 10 l'étape de mémorisation d'un indice de l'image indexée considérée, d'un indice de la méthode d'indexation sélectionnée et d'une structure représentant l'indexation des vecteurs de description de l'image considérée.  According to a preferred feature, the method further comprises the step of storing an index of the indexed image in question, an index of the selected indexing method and a structure representing the indexing of the vectors of the index. description of the image considered.

Selon une caractéristique préférée, la méthode d'indexation est 15 sélectionnée parmi un ensemble comportant: - une méthode selon laquelle les vecteurs sont considérés séquentiellement, - au moins une méthode d'indexation arborescente par partitionnement de l'espace.  According to a preferred characteristic, the indexing method is selected from a set comprising: a method according to which the vectors are considered sequentially, at least one tree partitioning method by partitioning the space.

Ces méthodes donnent de bons résultats expérimentaux.  These methods give good experimental results.

Selon une caractéristique préférée combinée ou non à la précédente, la méthode d'indexation est sélectionnée parmi un ensemble comportant en outre: - au moins une méthode d'indexation par partitionnement de 25 données, - au moins une méthode d'indexation utilisant des pivots.  According to a preferred characteristic combined or not with the preceding one, the indexing method is selected from a set further comprising: at least one method of indexing by data partitioning, at least one indexing method using pivots .

Selon une caractéristique préférée, le critère de sélection comporte une mesure de temps de recherche moyen pour un ensemble prédéterminé de 30 vecteurs requêtes de test pour chaque méthode d'indexation et la sélection de la méthode d'indexation pour laquelle le temps moyen est le plus faible.  According to a preferred characteristic, the selection criterion comprises an average search time measurement for a predetermined set of test request vectors for each indexing method and the selection of the indexing method for which the average time is the highest. low.

2861194 Ainsi, le temps de recherche est pris en compte dans la sélection de la méthode d'indexation.  2861194 Thus, the search time is taken into account in the selection of the indexing method.

L'invention a également trait à un procédé de recherche d'image dans une base d'image indexée par le procédé présenté plus haut, caractérisé en ce qu'il comporte, pour chaque vecteur requête d'une image requête, les étapes de: - lecture de l'indice de la méthode d'indexation associée à chaque image de la base, - recherche dans chaque image de la base selon la méthode de 10 recherche associée à la méthode d'indexation respectivement associée à chaque image de la base, du vecteur le plus proche du vecteur requête.  The invention also relates to an image search method in an image database indexed by the method presented above, characterized in that it comprises, for each request vector of a request image, the steps of: reading the index of the indexing method associated with each image of the database, searching in each image of the database according to the search method associated with the indexing method respectively associated with each image of the database, the vector closest to the query vector.

Selon une caractéristique préférée, la recherche comporte: - recherche du vecteur le plus proche du vecteur requête dans 15 chaque image de la base, - recherche du vecteur le plus proche du vecteur requête parmi les vecteurs déterminés à l'étape précédente.  According to a preferred characteristic, the search comprises: searching for the vector closest to the request vector in each image of the base, searching for the vector closest to the request vector among the vectors determined in the preceding step.

Le procédé de recherche présente des avantages analogues à ceux précédemment exposés.  The research method has advantages similar to those previously discussed.

Corrélativement, l'invention concerne un dispositif d'indexation d'images contenues dans une base d'images, caractérisé en ce qu'il comporte: - des moyens de détermination de vecteurs de description locale pour chaque image à indexer, - des moyens de sélection d'une méthode d'indexation parmi un ensemble prédéterminé de méthodes d'indexation, en fonction d'un critère de sélection prédéterminé, la sélection étant effectuée pour chaque image indépendamment des autres images, - des moyens d'indexation des vecteurs de description locale de 30 l'image considérée par la méthode sélectionnée.  Correlatively, the invention relates to a device for indexing images contained in an image database, characterized in that it comprises: means for determining local description vectors for each image to be indexed, means for selecting an indexing method from a predetermined set of indexing methods, according to a predetermined selection criterion, the selection being made for each image independently of the other images, - indexing means of the description vectors local of the image considered by the selected method.

6 2861194 L'invention concerne aussi un dispositif de recherche d'image dans une base d'images indexée par le dispositif précédent, caractérisé en ce qu'il comporte: - des moyens de lecture de l'indice de la méthode d'indexation 5 associée à chaque image de la base, pour chaque vecteur requête d'une image requête, - des moyens de recherche dans chaque image de la base selon la méthode de recherche associée à la méthode d'indexation respectivement associée à chaque image de la base, du vecteur le plus proche du vecteur requête.  The invention also relates to an image search device in an image database indexed by the preceding device, characterized in that it comprises: means for reading the index of the indexing method associated with each image of the base, for each request vector of a request image, search means in each image of the database according to the search method associated with the indexing method respectively associated with each image of the database, the vector closest to the query vector.

Les dispositifs selon l'invention comportent des moyens de mise en oeuvre des caractéristiques précédemment exposées. Ils présentent des avantages analogues à ceux précédemment présentés.  The devices according to the invention comprise means for implementing the characteristics previously described. They have advantages similar to those previously presented.

L'invention concerne aussi un appareil numérique incluant le dispositif selon l'invention ou des moyens de mise en oeuvre du procédé selon l'invention. Cet appareil numérique est par exemple un appareil photographique numérique, un caméscope numérique, un scanner, une imprimante, un photocopieur, un télécopieur. Les avantages du dispositif et de l'appareil numérique sont identiques à ceux précédemment exposés.  The invention also relates to a digital apparatus including the device according to the invention or means for implementing the method according to the invention. This digital camera is for example a digital camera, a digital camcorder, a scanner, a printer, a photocopier, a fax machine. The advantages of the device and the digital device are identical to those previously exposed.

Un moyen de stockage d'information, lisible par un ordinateur ou par un microprocesseur, intégré ou non au dispositif, éventuellement amovible, mémorise un programme mettant en oeuvre le procédé selon l'invention.  An information storage means, readable by a computer or by a microprocessor, integrated or not to the device, possibly removable, stores a program implementing the method according to the invention.

Un programme d'ordinateur lisible par un microprocesseur et comportant une ou plusieurs séquence d'instructions est apte à mettre en oeuvre les procédés selon l'invention.  A computer program readable by a microprocessor and comprising one or more sequences of instructions is able to implement the methods according to the invention.

Les caractéristiques et avantages de la présente invention apparaîtront plus clairement à la lecture d'un mode préféré de réalisation 30 illustré par les dessins ci-joints, dans lesquels: - la figure 1 est un mode de réalisation d'un dispositif mettant en oeuvre l'invention, 7 2861194 - la figure 2 représente un dispositif d'indexation d'une image selon l'invention, - la figure 3 représente un mode de réalisation de procédé d'indexation selon l'invention, - la figure 4a représente schématiquement une structure d'indexation d'une base d'images selon la technique antérieure, - la figure 4b représente schématiquement une structure d'indexation d'une base d'images selon l'invention, - la figure 5 représente un mode de réalisation de procédé de sélection d'une méthode d'indexation pour une image selon l'invention, - la figure 6 représente un mode de réalisation de procédé de recherche d'image dans une base d'images selon l'invention, - la figure 7 détaille la recherche d'image incluse dans le procédé de la figure précédente.  The features and advantages of the present invention will appear more clearly on reading a preferred embodiment illustrated by the accompanying drawings, in which: FIG. 1 is an embodiment of a device implementing FIG. FIG. 2 represents an indexing device of an image according to the invention, FIG. 3 represents an embodiment of an indexing method according to the invention, FIG. indexing structure of an image database according to the prior art, - Figure 4b schematically shows an indexing structure of an image database according to the invention, - Figure 5 shows a method embodiment. for selecting an indexing method for an image according to the invention, - Figure 6 shows an embodiment of image search method in an image database according to the invention, - Figure 7 details theImage search included in the process of the previous figure.

Selon le mode de réalisation choisi et représenté à la figure 1, un dispositif mettant en oeuvre l'invention est par exemple un microordinateur 10 connecté à différents périphériques, par exemple une caméra numérique 107 (ou un scanner, ou tout moyen d'acquisition ou de stockage d'image) reliée à une carte graphique et fournissant des informations à traiter selon l'invention.  According to the embodiment chosen and shown in FIG. 1, a device embodying the invention is for example a microcomputer 10 connected to different peripherals, for example a digital camera 107 (or a scanner, or any means of acquisition or image storage) connected to a graphics card and providing information to be processed according to the invention.

Le dispositif 10 comporte une interface de communication 112 reliée à un réseau 113 apte à transmettre des données numériques à traiter ou inversement à transmettre des données traitées par le dispositif. Le dispositif 10 comporte également un moyen de stockage 108 tel que par exemple un disque dur. II comporte aussi un lecteur 109 de disque 110. Ce disque 110 peut être une disquette, un CD-ROM ou un DVD-ROM, par exemple. Le disque 110 comme le disque 108 peuvent contenir des données traitées selon l'invention ainsi que le ou les programmes mettant en oeuvre l'invention qui, une fois lu par le dispositif 10, sera stocké dans le disque dur 108. Selon une variante, le programme permettant au dispositif de mettre en oeuvre l'invention, pourra être stocké en mémoire morte 102 (appelée ROM sur le dessin). En seconde variante, le programme pourra être reçu pour être stocké de façon identique à 8 2861194 celle décrite précédemment par l'intermédiaire du réseau de communication 113.  The device 10 comprises a communication interface 112 connected to a network 113 able to transmit digital data to be processed or conversely to transmit data processed by the device. The device 10 also comprises a storage means 108 such as for example a hard disk. It also comprises a disk drive 110 110. This disk 110 may be a diskette, a CD-ROM or a DVD-ROM, for example. The disk 110 as the disk 108 may contain data processed according to the invention as well as the program or programs implementing the invention which, once read by the device 10, will be stored in the hard disk 108. According to a variant, the program allowing the device to implement the invention, can be stored in ROM 102 (called ROM in the drawing). In the second variant, the program can be received to be stored in a manner identical to that described previously via the communication network 113.

Le dispositif 10 est relié à un microphone 111. Les données à traiter selon l'invention seront dans ce cas du signal audio.  The device 10 is connected to a microphone 111. The data to be processed according to the invention will in this case be an audio signal.

Ce même dispositif possède un écran 104 permettant de visualiser les données à traiter ou de servir d'interface avec l'utilisateur qui peut ainsi paramétrer certains modes de traitement, à l'aide du clavier 114 ou de tout autre moyen (souris par exemple).  This same device has a screen 104 making it possible to display the data to be processed or to interface with the user who can thus set up certain modes of treatment, using the keyboard 114 or by any other means (mouse for example) .

Le dispositif 10 est relié à un scanner 105.  The device 10 is connected to a scanner 105.

L'unité centrale 100 (appelée CPU sur le dessin) exécute les instructions relatives à la mise en oeuvre de l'invention, instructions stockées dans la mémoire morte 102 ou dans les autres éléments de stockage. Lors de la mise sous tension, les programmes de traitement stockés dans une mémoire non volatile, par exemple la ROM 102, sont transférés dans la mémoire vive RAM 103 qui contiendra alors le code exécutable de l'invention ainsi que des registres pour mémoriser les variables nécessaires à la mise en oeuvre de l'invention.  The CPU 100 (called the CPU in the drawing) executes the instructions relating to the implementation of the invention, instructions stored in the read-only memory 102 or in the other storage elements. At power-up, the processing programs stored in a non-volatile memory, for example the ROM 102, are transferred into the RAM RAM 103 which will then contain the executable code of the invention as well as registers for storing the variables. necessary for the implementation of the invention.

De manière plus générale, un moyen de stockage d'information, lisible par un ordinateur ou par un microprocesseur, intégré ou non au dispositif, éventuellement amovible, mémorise un programme mettant en oeuvre le procédé selon l'invention.  More generally, an information storage means, readable by a computer or by a microprocessor, integrated or not into the device, possibly removable, stores a program implementing the method according to the invention.

Le bus de communication 101 permet la communication entre les différents éléments inclus dans le micro-ordinateur 10 ou reliés à lui. La représentation du bus 101 n'est pas limitative et notamment l'unité centrale 100 est susceptible de communiquer des instructions à tout élément du micro-ordinateur 10 directement ou par l'intermédiaire d'un autre élément du micro-ordinateur 10.  The communication bus 101 allows communication between the various elements included in the microcomputer 10 or connected to it. The representation of the bus 101 is not limiting and in particular the central unit 100 is able to communicate instructions to any element of the microcomputer 10 directly or via another element of the microcomputer 10.

En référence à la figure 2, un mode de réalisation de dispositif d'indexation selon l'invention est destiné à indexer une image numérique. Le dispositif d'indexation est intégré dans un appareil, qui est par exemple un appareil photographique numérique, un caméscope numérique, un scanner, 9 2861194 une imprimante, un photocopieur, un télécopieur, un système de gestion de base de données ou encore un ordinateur.  With reference to FIG. 2, an embodiment of an indexing device according to the invention is intended to index a digital image. The indexing device is integrated in a device, which is for example a digital camera, a digital video camera, a scanner, a printer, a photocopier, a fax machine, a database management system or a computer. .

Le dispositif d'indexation d'images selon l'invention comporte: - des moyens 1 de détermination de vecteurs de description locale 5 pour chaque image à indexer, - des moyens 2 de sélection d'une méthode d'indexation parmi un ensemble prédéterminé de méthodes d'indexation, en fonction d'un critère de sélection prédéterminé, la sélection étant effectuée pour chaque image indépendamment des autres images, - des moyens 3 d'indexation des vecteurs de description locale de l'image considérée par la méthode sélectionnée.  The image indexing device according to the invention comprises: means 1 for determining local description vectors 5 for each image to be indexed, means 2 for selecting an indexing method from among a predetermined set of indexing methods, according to a predetermined selection criterion, the selection being made for each image independently of the other images, means 3 for indexing the local description vectors of the image considered by the selected method.

Le résultat de l'indexation est mémorisé dans une mémoire de manière à constituer une base d'images 4.  The result of the indexing is stored in a memory so as to constitute an image base 4.

L'invention concerne aussi un dispositif de recherche d'image dans 15 une base d'image indexée par le dispositif présenté ci-dessus, caractérisé en ce qu'il comporte: - des moyens 5 de lecture de l'indice de la méthode d'indexation associée à chaque image de la base, pour chaque vecteur requête d'une image requête, - des moyens 6 de recherche dans chaque image de la base selon la méthode de recherche associée à la méthode d'indexation respectivement associée à chaque image de la base, du vecteur le plus proche du vecteur requête.  The invention also relates to an image search device in an image database indexed by the device presented above, characterized in that it comprises: means for reading the index of the method of indexing associated with each image of the base, for each request vector of a request image, search means 6 in each image of the database according to the search method associated with the indexing method respectively associated with each image of the base, the vector closest to the query vector.

Le fonctionnement du dispositif d'indexation et du dispositif de recherche est détaillé dans la suite. Les moyens de ces deux dispositifs peuvent être intégrés dans un même appareil comme représenté à la figure 2, ou dans des appareils distincts.  The operation of the indexing device and the search device is detailed below. The means of these two devices can be integrated in the same device as shown in Figure 2, or in separate devices.

La figure 3 représente un mode de réalisation de procédé 30 d'indexation d'une image, selon l'invention. Ce procédé est mis en oeuvre dans le dispositif de codage et comporte des étapes El à E6.  FIG. 3 represents an embodiment of an indexing method of an image, according to the invention. This method is implemented in the coding device and comprises steps E1 to E6.

2861194 Le procédé est réalisé sous la forme d'un algorithme qui peut être mémorisé en totalité ou en partie dans tout moyen de stockage d'information capable de coopérer avec le microprocesseur. Ce moyen de stockage est lisible par un ordinateur ou par un microprocesseur. Ce moyen de stockage est intégré ou non au dispositif, et peut être amovible. Par exemple, il peut comporter une bande magnétique, une disquette ou un CD-ROM (disque compact à mémoire figée).  The method is embodied in the form of an algorithm that can be stored in whole or in part in any information storage means capable of cooperating with the microprocessor. This storage means is readable by a computer or a microprocessor. This storage means is integrated or not to the device, and can be removable. For example, it may comprise a magnetic tape, a floppy disk or a CD-ROM (compact disk with frozen memory).

On considère un ensemble de N images à indexer IMn, avec N un entier prédéterminé et n un entier variant entre 1 et l'entier N. L'étape El est la sélection d'une image à indexer IMn.  Consider a set of N images to index IMn, with N a predetermined integer and n an integer varying between 1 and the integer N. Step El is the selection of an image to index IMn.

L'étape suivante E2 est la détection des points d'intérêt dans l'image courante IMn. Les points d'intérêt sont détectés d'une manière connue en soi. Par exemple, on utilise la technique de détection dite de Harris précis, exposée dans l'article intitulé Evaluation of interest points detectors paru dans International journal of computor vision, n 2, vol. 37, 2000. Selon un autre exemple, on utilise la technique exposée dans la demande de brevet français n 03 01545. On suppose que NB, points d'intérêt ont été trouvés.  The next step E2 is the detection of the points of interest in the current image IMn. The points of interest are detected in a manner known per se. For example, the precise Harris detection technique described in the article entitled "Evaluation of interest points detectors" is published in International journal of computor vision, No. 2, vol. 37, 2000. In another example, using the technique disclosed in French Patent Application No. 03 01545. It is assumed that NB points of interest were found.

L'étape suivante E3 est le calcul des vecteurs de description locale Vkn, avec kn entre 1 et NBn, respectivement associés aux points d'intérêt précédemment déterminés dans l'image IMn. On utilise les descripteurs locaux étendus aux images à trois composantes de couleur R, V et B tels que décrits dans le rapport de recherche INRIA n 3269, septembre 1997, de P.Gros et al, intitulé Utilisation de la couleur pour l'appariement et l'indexation d'images ou dans le document Content-based retrieval using local descriptors: problems and issues from a database perspective de L. Amsaleg et P. Gros, paru dans Pattern analysis and applications , vol. 4, pp. 108-124, 2001, Springer-Verlag.  The following step E3 is the calculation of the local description vectors Vkn, with kn between 1 and NBn, respectively associated with the points of interest previously determined in the image IMn. Extended local descriptors are used in the R, G and B color three-component images as described in P.Gros et al., INRIA Research Report No. 3269, Sept. 1997, Color Use for Matching and Matching. image indexing or in the document Content-based retrieval using local descriptors: problems and issues from a database perspective by L. Amsaleg and P. Gros, published in Pattern analysis and applications, vol. 4, pp. 108-124, 2001, Springer-Verlag.

Chaque vecteur de description Vkn a une dimension égale à 24.  Each description vector Vkn has a dimension equal to 24.

L'étape suivante E4 est la sélection de la meilleure méthode 30 d'indexation pour les vecteurs Vkn. La sélection est effectuée parmi un ensemble prédéterminé de M méthodes. La méthode sélectionnée est celle qui fourni le plus petit temps moyen de recherche. Cette étape est détaillée dans la suite. Elle a pour résultat une méthode d'indexation Sm, avec m un indice variant entre 1 et M. L'étape suivante E5 est l'indexation des vecteurs de description locale Vkn par la méthode sélectionnée Sm. Le résultat est une structure de données Sm(lMn) qui représente l'indexation des vecteurs de description de l'image IMn.  The next step E4 is the selection of the best indexing method for the Vkn vectors. The selection is made from a predetermined set of M methods. The selected method is the one that provides the smallest average search time. This step is detailed below. It results in an indexing method Sm, with m an index varying between 1 and M. The next step E5 is the indexing of the local description vectors Vkn by the selected method Sm. The result is a data structure Sm (lMn) which represents the indexing of the description vectors of the image IMn.

L'étape suivante E6 est la mémorisation de l'indice n de l'image courante IMn, de l'indice ni de la méthode d'indexation utilisée Sm, et de la structure de données Sm(lMn).  The next step E6 is the storage of the index n of the current image IMn, of the index and of the indexing method used Sm, and of the data structure Sm (lMn).

Les opérations précédentes d'indexation sont répétées successivement pour toutes les images d'une base d'images. Ainsi, on obtient une structure schématisée à la figure 4b. L'indexation de la base d'images est à deux niveaux. Un premier niveau concerne l'indice respectif de chaque image. Un second niveau concerne les vecteurs de description locale de chacune des images. Cette structure est plus flexible que la structure globale selon la technique antérieure, représentée à la figure 4a.  The previous indexing operations are repeated successively for all the images of an image database. Thus, we obtain a schematic structure in Figure 4b. The indexing of the image database is at two levels. A first level concerns the respective index of each image. A second level concerns the local description vectors of each of the images. This structure is more flexible than the overall structure according to the prior art, represented in FIG. 4a.

La figure 5 représente l'étape E4 de sélection de la meilleure méthode d'indexation pour l'image courante, sous la forme d'un algorithme 20 comportant des étapes E41 à E49.  FIG. 5 shows the step E4 of selecting the best indexing method for the current image, in the form of an algorithm comprising steps E41 to E49.

On considère un ensemble prédéterminé de M méthodes d'indexation chacune associée à une méthode de recherche.  A predetermined set of M indexing methods is considered each associated with a search method.

Dans un mode préféré de l'invention, les méthodes d'indexation appartiennent à deux catégories.  In a preferred embodiment of the invention, the indexing methods belong to two categories.

La première catégorie comporte une méthode d'indexation simple selon laquelle les vecteurs sont considérés séquentiellement dans une liste. Cette méthode n'a pas de paramétrage particulier. En outre, même s'il ne s'agit pas d'une méthode d'indexation à proprement parler, cette méthode peut dans certains cas permettre d'obtenir des recherches plus rapide qu'avec d'autres méthodes d'indexation, du fait que le traitement séquentiel est bien géré par certaines architectures d'ordinateur.  The first category has a simple indexation method in which vectors are considered sequentially in a list. This method has no special setting. In addition, although this is not an actual indexing method, this method may in some cases provide faster searches than other indexing methods, because that sequential processing is well managed by some computer architectures.

La seconde catégorie est celle des méthodes d'indexation arborescente par partitionnement de l'espace. Par exemple, on utilise la méthode décrite dans l'article intitulé Local grayvalue invariants for image retrieval de C. Schmid et R. Mohr, paru dans IEEE transactions on pattern analysis and machine intelligence , Vol. 19, n 5, pages 530-534, 1997.  The second category is the method of tree indexing by space partitioning. For example, the method described in the article entitled Local grayvalue invariants for retrieval image of C. Schmid and R. Mohr, published in IEEE transactions on pattern analysis and machine intelligence, Vol. 19, No. 5, pp. 530-534, 1997.

Pour ces méthodes, plusieurs paramétrages sont possibles. Par exemple, plusieurs valeurs d'intervalle de découpage de chacune des dimensions sont considérées: 2, 4, 8, 10, etc. Egalement, plusieurs valeurs d'occupation maximum des cellules sont considérées.  For these methods, several settings are possible. For example, several slice interval values for each of the dimensions are considered: 2, 4, 8, 10, and so on. Also, several values of maximum occupation of the cells are considered.

Plusieurs valeurs du seuil qui régit l'extension du découpage aux dimensions suivantes sont aussi considérées: 2, 10, 20, etc. Le choix optimal de ces paramètres résulte d'un compromis entre la faculté d'éloigner les vecteurs les uns des autres pour qu'un nombre minimum de cellules soient considérées lors de la phase de recherche systématique, et la faculté de conserver une structure simple qui minimise le nombre de parcours dans l'arbre lors de la recherche.  Several values of the threshold which govern the extension of the division to the following dimensions are also considered: 2, 10, 20, etc. The optimal choice of these parameters results from a compromise between the ability to move the vectors away from each other so that a minimum number of cells are considered during the systematic search phase, and the ability to maintain a simple structure that minimizes the number of paths in the tree during the search.

En fonction du choix des paramètres, un ensemble de méthodes est formé.  Depending on the choice of parameters, a set of methods is formed.

Dans la suite, les M méthodes d'indexation sont considérées 20 séquentiellement et pour chacune d'elles, un temps moyen de recherche est calculé.  In the following, the M indexing methods are considered sequentially and for each of them an average search time is calculated.

L'étape E41 est une initialisation à laquelle le paramètre m est initialisé à la valeur 1 pour considérer la première méthode d'indexation Si.  Step E41 is an initialization in which the parameter m is initialized to the value 1 to consider the first indexing method Si.

L'étape suivante E42 est l'indexation des vecteurs de description 25 locale Vkn de l'image courante IMn par la méthode courante Sm. Le résultat est une structure d'indexation Sm(lMn).  The next step E42 is the indexing of the local description vectors Vkn of the current image IMn by the current method Sm. The result is an indexing structure Sm (lMn).

L'étape suivante E43 est l'initialisation d'un chronométrage destiné à mesurer le temps de recherche.  The next step E43 is the initialization of a timing device for measuring the search time.

L'étape suivante E44 est la recherche d'un ensemble de vecteurs 30 requêtes de test Vq dans la structure courante d'indexation Sm(lMn).  The next step E44 is the search for a set of vectors 30 test requests Vq in the current indexing structure Sm (lMn).

Les vecteurs requêtes de test Vq sont choisis pour refléter un comportement moyen de vecteurs requêtes. Par exemple, ils sont tirés 13 2861194 aléatoirement parmi un grand nombre de vecteurs réels. Le nombre de vecteurs requêtes de test est choisi entre 1 000 et 10 000 pour que le résultat soit statistiquement valable.  The test request vectors Vq are chosen to reflect an average behavior of request vectors. For example, they are drawn randomly from a large number of real vectors. The number of test request vectors is chosen between 1,000 and 10,000 so that the result is statistically valid.

La recherche est effectuée soit à une distance prédéterminée près, 5 soit au plus proche voisin. Dans un mode préféré de réalisation, la recherche est effectuée au plus proche voisin.  The search is carried out either at a predetermined distance or closer to the nearest neighbor. In a preferred embodiment, the search is carried out at the nearest neighbor.

Pour la méthode d'indexation séquentielle, la distance entre chaque vecteur requête de test Vq et chaque vecteur Vkn de la structure d'indexation Sm(IMn) est calculée. Le vecteur le plus proche est ainsi identifié.  For the sequential indexing method, the distance between each test request vector Vq and each vector Vkn of the indexing structure Sm (IMn) is calculated. The closest vector is thus identified.

Pour une méthode d'indexation arborescente par partitionnement de l'espace, on utilise par exemple les techniques de recherche au plus proche voisin décrites dans l'article Searching in high-dimensionsl spaces Index structures for improving the performance of multimedia database de C. Bohm et al, paru dans ACM Computing surveys, Vol. 33, n 3, pages 322-373, 15 septembre 2001.  For a method of space-partitioning tree indexing, for example, the closest-neighbor search techniques described in the article Searching in High-Dimensional Spaces Index structures for improving the performance of multimedia database by C. Bohm are used. et al, published in ACM Computing surveys, Vol. 33, No. 3, pp. 322-373, September 15, 2001.

L'étape suivante E45 est l'arrêt du chronométrage.  The next step E45 is the stopping of the timing.

L'étape suivante E46 est la mémorisation du résultat du chronométrage pour la méthode courante Sm.  The next step E46 is the memorization of the timing result for the current method Sm.

L'étape suivante E47 est un test pour déterminer si toutes les 20 méthodes d'indexation ont été considérées.  The next step E47 is a test to determine if all 20 indexing methods have been considered.

Si la réponse est négative, alors cette étape est suivie de l'étape E49 à laquelle le paramètre m est incrémenté de une unité pour considérer une méthode d'indexation suivante. L'étape E48 est suivie de l'étape E42 précédemment décrite.  If the answer is negative, then this step is followed by step E49 at which the parameter m is incremented by one unit to consider a next indexing method. Step E48 is followed by step E42 previously described.

Lorsque la réponse est positive à l'étape E47, cette étape est suivie de l'étape E49 à laquelle est déterminée la méthode d'indexation Sm qui fournit le temps moyen de recherche le plus petit pour l'image courante IMn.  When the response is positive in step E47, this step is followed by step E49 to which is determined the indexing method Sm which provides the meanest search time for the current image IMn.

Ainsi, la méthode d'indexation Sm est associée à l'image courante Mn.  Thus, the indexing method Sm is associated with the current image Mn.

14 2861194 La figure 6 représente le procédé de recherche d'un image requête dans la base d'image, sous la forme d'un algorithme comportant des étapes E7 à Ela.  FIG. 6 represents the method of searching for a request image in the image database, in the form of an algorithm comprising steps E7 to E1a.

Le procédé est réalisé sous la forme d'un algorithme qui peut être mémorisé en totalité ou en partie dans tout moyen de stockage d'information capable de coopérer avec le microprocesseur. Ce moyen de stockage est lisible par un ordinateur ou par un microprocesseur. Ce moyen de stockage est intégré ou non au dispositif, et peut être amovible. Par exemple, il peut comporter une bande magnétique, une disquette ou un CD-ROM (disque compact à mémoire figée).  The method is embodied in the form of an algorithm that can be stored in whole or in part in any information storage means capable of cooperating with the microprocessor. This storage means is readable by a computer or a microprocessor. This storage means is integrated or not to the device, and can be removable. For example, it may comprise a magnetic tape, a floppy disk or a CD-ROM (compact disk with frozen memory).

Dans un système opérationnel, ce procédé est exécuté en continu pour traiter un flux d'images entrantes issues par exemple d'une récupération d'images depuis un ensemble de sites Internet.  In an operational system, this method is executed continuously to process a stream of incoming images resulting for example from an image retrieval from a set of Internet sites.

La structure de données représentant l'indexation des images de la 15 base réside en mémoire vive et peut être distribuée sur un ensemble d'ordinateurs.  The data structure representing the indexing of the images of the database resides in random access memory and can be distributed on a set of computers.

L'étape E7 est l'entrée d'une image requête IMq.  Step E7 is the input of an IMq request image.

L'étape suivante E8 est la détection des points d'intérêt de l'image requête IMq. La détection est effectuée selon la même méthode que lors de l'indexation (étape E2). Il est à noter que si on utilise le procédé multi-résolution décrit dans la demande de brevet français n 03 01545, seuls les points d'intérêt à la résolution de l'image observée sont calculés.  The next step E8 is the detection of the points of interest of the IMq request image. The detection is performed according to the same method as during the indexing (step E2). It should be noted that if the multi-resolution method described in French Patent Application No. 03 01545 is used, only the points of interest at the resolution of the observed image are calculated.

L'étape suivante E9 est le calcul des vecteurs requêtes Vkq de description locale de l'image requête IMq. Ce calcul est analogue à celui 25 effectué lors de l'indexation (étape E3).  The next step E9 is the calculation of the local request Vkq request vectors of the IMq request image. This calculation is similar to that performed during indexing (step E3).

L'étape suivante E10 est la recherche proprement dite de l'image requête IMq dans la base d'image, à partir des vecteurs requêtes Vkq. Le résultat est l'ensemble des K images de la base d'images qui sont les plus proches de l'image requête IMq. Cette étape est détaillée dans la suite.  The next step E10 is the actual search of the request image IMq in the image database, from the request vectors Vkq. The result is the set of K images in the image database that are closest to the IMq request image. This step is detailed below.

2861194 La figure 7 représente l'étape El0 de recherche des K images de la base d'images qui sont les plus proches de l'image requête IMq, sous la forme d'un algorithme comportant des étapes E100 à El 11.  FIG. 7 represents the step El0 of searching the K images of the image database that are closest to the request image IMq, in the form of an algorithm comprising steps E100 to E11.

Pour cela, les vecteurs requêtes Vkq sont comparés avec les 5 vecteurs de description Vkn de la base.  For this, the request vectors Vkq are compared with the description vectors Vkn of the database.

Les images IMn de la base sont ensuite classées selon le nombre de leurs vecteurs qui sont mis en correspondance avec les vecteurs Vkq de l'image requête IMq. Ce nombre est appelé score.  The images IMn of the base are then classified according to the number of their vectors which are mapped to the vectors Vkq of the IMq request image. This number is called score.

L'étape E100 est une initialisation à laquelle les scores des images 10 de la base sont mis à zéro.  Step E100 is an initialization at which the scores of the images of the base are set to zero.

L'étape suivante E101 est une initialisation à laquelle un paramètre kq est mis à la valeur 1 pour considérer le premier vecteur requête.  The next step E101 is an initialization to which a parameter kq is set to 1 to consider the first request vector.

L'étape suivante E102 est une initialisation à laquelle un paramètre n est mis à la valeur 1 pour considérer la première image de la base.  The next step E102 is an initialization to which a parameter n is set to 1 to consider the first image of the base.

L'étape suivante E103 est la lecture de l'indice m de la méthode d'indexation Sm associée à l'image courante IMn de la base.  The next step E103 is the reading of the index m of the indexing method Sm associated with the current image IMn of the database.

L'étape suivante E104 est la recherche du vecteur Vkn de l'image courante IMn qui est le plus proche du vecteur requête courant Vkq. Cette recherche est effectuée selon la méthode de recherche associée à la méthode d'indexation Sm courante. Les méthodes de recherche possibles sont les mêmes que celles utilisées précédemment à l'étape E44. L'étape suivante E105 est la mémorisation de la distance dqn entre le  The next step E104 is the search for the vector Vkn of the current image IMn which is the closest to the current request vector Vkq. This search is performed according to the search method associated with the current Sm indexing method. The possible search methods are the same as those used previously in step E44. The next step E105 is the memorization of the distance dqn between the

vecteur requête courant Vkq et son plus proche voisin Vkn dans l'image courante IMn.  current query vector Vkq and its nearest neighbor Vkn in the current image IMn.

L'étape suivante E106 est un test pour déterminer si toutes les images de la base ont été considérées.  The next step E106 is a test to determine if all images in the database have been considered.

Si la réponse est négative, alors cette étape est suivie de l'étape E107 à laquelle le paramètre n est incrémenté de une unité pour considérer une image suivante dans la base. L'étape E107 est suivie de l'étape E103 précédemment décrite.  If the answer is negative, then this step is followed by step E107 at which the parameter n is incremented by one unit to consider a next image in the database. Step E107 is followed by step E103 previously described.

Lorsque la réponse est positive à l'étape E106, toutes les structures de toutes les images ont été parcourues. Cette étape est suivie de l'étape E108 à laquelle l'image IMn correspondant à la distance dqn la plus faible est déterminée. Le score de cette image est incrémenté de un.  When the response is positive in step E106, all the structures of all the images have been scanned. This step is followed by the step E108 at which the image IMn corresponding to the distance dn the weakest is determined. The score for this image is incremented by one.

L'étape suivante E109 est un test pour déterminer si tous les vecteurs requêtes Vkq de l'image requête ont été considérés. Si la réponse est négative, alors cette étape est suivie de l'étape E110 à laquelle le paramètre kq est incrémenté de une unité pour considérer un vecteur requête suivant. L'étape E110 est suivie de l'étape E102 précédemment décrite.  The next step E109 is a test to determine if all the request Vkq request vectors have been considered. If the answer is negative, then this step is followed by the step E110 at which the parameter kq is incremented by one unit to consider a next request vector. Step E110 is followed by step E102 previously described.

Lorsque la réponse est positive à l'étape E109, alors cette étape est suivie de l'étape El11 à laquelle les scores des images de la base sont triés par ordre décroissant et les indices des images correspondant aux K scores les plus élevés sont donnés comme résultat de la recherche.  When the response is positive in step E109, then this step is followed by step E111 at which the scores of the images of the base are sorted in descending order and the indices of the images corresponding to the K highest scores are given as Result of the research.

Bien entendu, la présente invention n'est nullement limitée aux modes de réalisation décrits et représentés, mais englobe, bien au contraire, 15 toute variante à la portée de l'homme du métier.  Of course, the present invention is not limited to the embodiments described and shown, but encompasses, on the contrary, any variant within the scope of those skilled in the art.

En particulier, d'autres méthodes d'indexation et de recherche sont utilisables dans le cadre de l'invention. Par exemple, des méthodes d'indexation par partitionnement de données telles que celle décrite dans l'article intitulé An effective clustering algorithm to index high dimensional metric spaces , de E.Chavez et al, paru dans les actes de la conférence SPIRE 2000, sont utilisables.  In particular, other indexing and search methods can be used in the context of the invention. For example, data partitioning indexing methods such as that described in E.Chavez et al's article "An effective clustering algorithm to index high dimensional metric spaces", published in the proceedings of the SPIRE 2000 conference, are usable.

Des méthodes d'indexation et de recherche utilisant des pivots, telles que celle décrite dans l'article intitulé Searching in metric spaces de E. Chavez et al, paru dans ACM Computing Surveys, Vol. 33, N 3, pages 273-25 321, septembre 2001, sont également utilisables.  Indexing and search methods using pivots, such as that described in the article entitled Searching in Metric Spaces by E. Chavez et al, published in ACM Computing Surveys, Vol. 33, No. 3, pages 273-25,321, September 2001, can also be used.

Bien entendu, il est possible d'utiliser ces types d'indexation en combinaison avec les indexations décrites plus haut pour indexer une même base de données.  Of course, it is possible to use these types of indexing in combination with the indexings described above to index the same database.

Claims (18)

REVENDICATIONS 1. Procédé d'indexation d'images contenues dans une base d'images, caractérisé en ce qu'il comporte, pour chaque image à indexer, les étapes de: détermination (E3) de vecteurs de description locale pour l'image 10 considérée, - sélection (E4) d'une méthode d'indexation parmi un ensemble prédéterminé de méthodes d'indexation, en fonction d'un critère de sélection prédéterminé, la sélection étant effectuée pour chaque image indépendamment des autres images, - indexation (E5) des vecteurs de description locale de l'image considérée par la méthode sélectionnée.  1. Method for indexing images contained in an image database, characterized in that it comprises, for each image to be indexed, the steps of: determination (E3) of local description vectors for the image 10 considered - selecting (E4) an indexing method from a predetermined set of indexing methods, according to a predetermined selection criterion, the selection being made for each image independently of the other images, - indexing (E5) local description vectors of the image considered by the selected method. 2. Procédé selon la revendication 1, caractérisé en ce qu'il comporte en outre l'étape (E6) de mémorisation d'un indice de l'image indexée considérée, d'un indice de la méthode d'indexation sélectionnée et d'une structure représentant l'indexation des vecteurs de description de l'image considérée.  2. Method according to claim 1, characterized in that it further comprises the step (E6) of storing an index of the indexed image considered, an index of the indexing method selected and of a structure representing the indexing of the description vectors of the image considered. 3. Procédé selon la revendication 1 ou 2, caractérisé en ce que la méthode d'indexation est sélectionnée (E4) parmi un ensemble comportant: - une méthode selon laquelle les vecteurs sont considérés séquentiellement, - au moins une méthode d'indexation arborescente par partitionnement de l'espace.  3. Method according to claim 1 or 2, characterized in that the indexing method is selected (E4) from among a set comprising: a method according to which the vectors are considered sequentially, at least one tree indexing method; partitioning of space. 4. Procédé selon la revendication 3, caractérisé en ce que la méthode d'indexation est sélectionnée parmi un ensemble comportant en outre: - au moins une méthode d'indexation par partitionnement de 5 données, - au moins une méthode d'indexation utilisant des pivots.  4. Method according to claim 3, characterized in that the indexing method is selected from a set further comprising: at least one method of indexing by data partitioning, at least one indexing method using pivots. 5. Procédé selon l'une quelconque des revendications 1 à 4, caractérisé en ce que le critère de sélection (E4) comporte une mesure de temps de recherche moyen pour un ensemble prédéterminé de vecteurs requêtes de test pour chaque méthode d'indexation et la sélection de la méthode d'indexation pour laquelle le temps moyen est le plus faible.  5. Method according to any one of claims 1 to 4, characterized in that the selection criterion (E4) comprises an average search time measurement for a predetermined set of test request vectors for each indexing method and the selecting the indexing method for which the average time is the lowest. 6. Procédé de recherche d'image dans une base d'image indexée par le procédé selon l'une quelconque des revendications 2 et 3 à 5 prises dans la dépendance de la revendication 2, caractérisé en ce qu'il comporte, pour chaque vecteur requête d'une image requête, les étapes de: - lecture (E103) de l'indice (m) de la méthode d'indexation (Sm) associée à chaque image de la base, - recherche dans chaque image de la base selon la méthode de recherche associée à la méthode d'indexation (Sm) respectivement associée à chaque image de la base, du vecteur le plus proche du vecteur requête.  6. An image search method in an image database indexed by the method according to any one of claims 2 and 3 to 5 taken in dependence on claim 2, characterized in that it comprises, for each vector querying a request image, the steps of: - reading (E103) the index (m) of the indexing method (Sm) associated with each image of the database, - searching in each image of the database according to the search method associated with the indexing method (Sm) respectively associated with each image of the base, the vector closest to the request vector. 7. Procédé de recherche d'image selon la revendication 6, 25 caractérisé en ce que la recherche comporte: - une première recherche (E104) du vecteur le plus proche du vecteur requête dans chaque image de la base, une seconde recherche (E108) du vecteur le plus proche du vecteur requête parmi les vecteurs déterminés à l'étape précédente. 30  7. An image search method according to claim 6, characterized in that the search comprises: a first search (E104) of the vector closest to the request vector in each image of the database, a second search (E108) of the vector closest to the request vector among the vectors determined in the previous step. 30 8. Dispositif d'indexation d'images contenues dans une base d'images, 19 2861194 caractérisé en ce qu'il comporte: - des moyens (1) de détermination de vecteurs de description locale pour chaque image à indexer, - des moyens (2) de sélection d'une méthode d'indexation parmi un ensemble prédéterminé de méthodes d'indexation, en fonction d'un critère de sélection prédéterminé, la sélection étant effectuée pour chaque image indépendamment des autres images, - des moyens (3) d'indexation des vecteurs de description locale de l'image considérée par la méthode sélectionnée.8. A device for indexing images contained in an image database, characterized in that it comprises: means (1) for determining local description vectors for each image to be indexed, means ( 2) selecting an indexing method from a predetermined set of indexing methods, according to a predetermined selection criterion, the selection being made for each image independently of the other images, - means (3) of indexing the local description vectors of the image considered by the selected method. 9. Dispositif selon la revendication 8, caractérisé en ce qu'il comporte en outre des moyens (4) de mémorisation d'un indice de l'image indexée considérée, d'un indice de la méthode d'indexation sélectionnée et d'une structure représentant l'indexation des vecteurs de description de l'image considérée.  9. Device according to claim 8, characterized in that it further comprises means (4) for storing an index of the indexed image considered, an index of the selected indexing method and a structure representing the indexing of the description vectors of the image considered. 10. Dispositif selon la revendication 8 ou 9, caractérisé en ce que les moyens (2) de sélection sont adaptés à sélectionner la méthode d'indexation parmi un ensemble comportant: - une méthode selon laquelle les vecteurs sont considérés séquentiellement, - au moins une méthode d'indexation arborescente par partitionnement de l'espace.  10. Device according to claim 8 or 9, characterized in that the means (2) of selection are adapted to select the indexing method from a set comprising: - a method according to which the vectors are considered sequentially, - at least one tree indexing method by partitioning the space. 11. Dispositif selon la revendication 10, caractérisé en ce que les moyens (2) de sélection sont adaptés à sélectionner la méthode d'indexation parmi un ensemble comportant en outre: - au moins une méthode d'indexation par partitionnement de données, - au moins une méthode d'indexation utilisant des pivots.  11. Device according to claim 10, characterized in that the means (2) of selection are adapted to select the indexing method from a set further comprising: - at least one method of indexing by partitioning data, - to least an indexing method using pivots. 12. Dispositif selon l'une quelconque des revendications 8 à 11, caractérisé en ce que les moyens (2) de sélection sont adaptés à mettre en oeuvre un critère de sélection qui comporte une mesure de temps de recherche moyen pour un ensemble prédéterminé de vecteurs requêtes de test pour chaque méthode d'indexation et la sélection de la méthode d'indexation pour laquelle le temps moyen est le plus faible.  12. Device according to any one of claims 8 to 11, characterized in that the means (2) of selection are adapted to implement a selection criterion which comprises a measure of average search time for a predetermined set of vectors Test queries for each indexing method and selection of the indexing method for which the average time is the lowest. 13. Dispositif de recherche d'image dans une base d'image indexée par le dispositif selon l'une quelconque des revendications 9 et 10 à 12 prises dans la dépendance de la revendication 9, caractérisé en ce qu'il comporte: - des moyens (5) de lecture de l'indice (m) de la méthode d'indexation (Sm) associée à chaque image de la base, pour chaque vecteur requête d'une image requête, - des moyens (6) de recherche dans chaque image de la base selon la méthode de recherche associée à la méthode d'indexation (Sm) respectivement associée à chaque image de la base, du vecteur le plus proche du vecteur requête.  13. An image search device in an image database indexed by the device according to any one of claims 9 and 10 to 12 taken in dependence on claim 9, characterized in that it comprises: - means (5) reading the index (m) of the indexing method (Sm) associated with each image of the database, for each request vector of a request image, - search means (6) in each image. of the base according to the search method associated with the indexing method (Sm) respectively associated with each image of the base, of the vector closest to the request vector. 14. Dispositif de recherche d'image selon la revendication 13, 20 caractérisé en ce que les moyens (6) de recherche comportent: - des premiers moyens de recherche du vecteur le plus proche du vecteur requête dans chaque image de la base, - des seconds moyens de recherche du vecteur le plus proche du vecteur requête parmi les vecteurs déterminés à l'étape précédente. 25  14. An image search device according to claim 13, characterized in that the search means (6) comprise: first search means of the vector closest to the request vector in each image of the database; second search means of the vector closest to the request vector among the vectors determined in the previous step. 25 15. Dispositif d'indexation d'images selon l'une quelconque des revendications 8 à 12, caractérisé en ce que les moyens de détermination, sélection et indexation sont incorporés dans: - un microprocesseur (100), - une mémoire morte (102) comportant un programme pour traiter les données, et - une mémoire vive (103) comportant des registres adaptés à enregistrer des variables modifiées au cours de l'exécution dudit programme.15. An image indexing device according to any one of claims 8 to 12, characterized in that the means for determining, selecting and indexing are incorporated in: - a microprocessor (100), - a read-only memory (102) comprising a program for processing the data, and - a random access memory (103) comprising registers adapted to record modified variables during the execution of said program. 16. Dispositif de recherche d'images selon la revendication 13 ou 14, 5 caractérisé en ce que les moyens de lecture et recherche sont incorporés dans: - un microprocesseur (100), - une mémoire morte (102) comportant un programme pour traiter les données, et - une mémoire vive (103) comportant des registres adaptés à 10 enregistrer des variables modifiées au cours de l'exécution dudit programme.  16. An image search device according to claim 13 or 14, characterized in that the reading and search means are incorporated in: a microprocessor (100), a read-only memory (102) comprising a program for processing the data, and - a random access memory (103) having registers adapted to record modified variables during the execution of said program. 17. Appareil de traitement (10) d'une image numérique, caractérisé en ce qu'il comporte des moyens adaptés à mettre en oeuvre le procédé selon l'une quelconque des revendications 1 à 7.  17. Apparatus for processing (10) a digital image, characterized in that it comprises means adapted to implement the method according to any one of claims 1 to 7. 18. Appareil de traitement (10) d'une image numérique, caractérisé en ce qu'il comporte le dispositif selon l'une quelconque des revendications 8 à 16.  18. Apparatus for processing (10) a digital image, characterized in that it comprises the device according to any one of claims 8 to 16.
FR0312094A 2003-10-16 2003-10-16 INDEXING AND SEARCHING IMAGES Expired - Fee Related FR2861194B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
FR0312094A FR2861194B1 (en) 2003-10-16 2003-10-16 INDEXING AND SEARCHING IMAGES

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
FR0312094A FR2861194B1 (en) 2003-10-16 2003-10-16 INDEXING AND SEARCHING IMAGES

Publications (2)

Publication Number Publication Date
FR2861194A1 true FR2861194A1 (en) 2005-04-22
FR2861194B1 FR2861194B1 (en) 2007-03-23

Family

ID=34385209

Family Applications (1)

Application Number Title Priority Date Filing Date
FR0312094A Expired - Fee Related FR2861194B1 (en) 2003-10-16 2003-10-16 INDEXING AND SEARCHING IMAGES

Country Status (1)

Country Link
FR (1) FR2861194B1 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6084595A (en) * 1998-02-24 2000-07-04 Virage, Inc. Indexing method for image search engine

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6084595A (en) * 1998-02-24 2000-07-04 Virage, Inc. Indexing method for image search engine

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
AMSALEG L ET AL: "Content-based retrieval using local descriptors: problems and issues from a database perspective", PATTERN ANAL. APPL. (UK), PATTERN ANALYSIS AND APPLICATIONS, 2001, SPRINGER-VERLAG, UK, vol. 4, no. 2-3, June 2001 (2001-06-01), pages 108 - 124, XP002287559, ISSN: 1433-7541, Retrieved from the Internet <URL:http://dx.doi.org/10.1007/s100440170011> [retrieved on 20040706] *
DE VERDIERE V C ET AL: "Visual recognition using local appearance", LECTURE NOTES IN COMPUTER SCIENCE - COMPUTER VISION - ECCV 98 5TH EUROPEAN CONFERENCE ON COMPUTER VISION, vol. 1406, June 1998 (1998-06-01), pages 640 - 654, XP002287560, ISSN: 0302-9743, ISBN: 3-540-64569-1, Retrieved from the Internet <URL:http://www.springerlink.com/index/8XV0D9173VFR1YCK.pdf> [retrieved on 20040706] *
GOUET V ET AL: "Object-based queries using color points of interest", CONTENT-BASED ACCESS OF IMAGE AND VIDEO LIBRARIES, 2001. (CBAIVL 2001). IEEE WORKSHOP ON KAUAI, HI, USA 14 DEC. 2001, LOS ALAMITOS, CA, USA,IEEE COMPUT. SOC, US, 2001, pages 30 - 36, XP010583703, ISBN: 0-7695-1354-9 *
SCHMID C ET AL: "LOCAL GRAYVALUE INVARIANTS FOR IMAGE RETRIEVAL", IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, IEEE INC. NEW YORK, US, vol. 19, no. 5, 1 May 1997 (1997-05-01), pages 530 - 535, XP000693746, ISSN: 0162-8828 *

Also Published As

Publication number Publication date
FR2861194B1 (en) 2007-03-23

Similar Documents

Publication Publication Date Title
US7539657B1 (en) Building parallel hybrid spill trees to facilitate parallel nearest-neighbor matching operations
JP5926291B2 (en) Method and apparatus for identifying similar images
US8489613B1 (en) LSH-based retrieval using sub-sampling
US20090271398A1 (en) Method and system for recognition of video content
US20090265303A1 (en) Identifying superphrases of text strings
FR2801991A1 (en) Method for searching for images in an image database using imaging matching where to speed the search process the images in the database are defined according to an index that is representative of their visual contents
EP1483673A1 (en) Method for storing data blocks in a memory
EP2289009B1 (en) Improved assistance device for image recognition
JP5596648B2 (en) Hash function generation method, hash function generation device, hash function generation program
JP2000222439A (en) Retrieval device and method using moving image indexing descriptor having tree structure
JP5224537B2 (en) Locality-detectable hash construction device, similar neighborhood search processing device, and program
FR2861194A1 (en) Image indexing/search method for multimedia data bases having search methods determining local vectors/indexing method selected and method providing indexing
Jégou et al. Anti-sparse coding for approximate nearest neighbor search
EP2374073A1 (en) System for searching visual information
WO2018206871A1 (en) Method, implemented by computer, for searching for rules of association in a database
EP2439659A1 (en) Method for updating an inverted index and server implementing said method
WO2022144848A1 (en) System and method for predicting an overall similarity score between two primary entities of a data lake
FR2802003A1 (en) Image searching method from database in computer, involves comparing two data items indicating region of interest in new image and representing visual content characteristic of example image
FR2830958A1 (en) Indexing and comparing of multimedia documents such that documents can be compared without having to process the whole collection of data that make up the documents
Dubarry Asymptotic behaviour of iterated function systems and applications to variable length Markov chains
WO2020229760A1 (en) Method for multidimensional indexing of textual content
Ruas The many faces of approximation in KNN graph computation
EP2153359A1 (en) Method for classifying a set of electronic documents
WO2020193761A1 (en) System for storing data redundantly, corresponding method and computer program
Kontaki et al. Compressing large signature trees

Legal Events

Date Code Title Description
ST Notification of lapse

Effective date: 20140630