You are here

Revision of ImageCLEF 2009 wikipediaMM task from Tue, 04/21/2009 - 14:59

image header
Introduction
ImageCLEF's wikipediaMM task provides a testbed for the system-oriented evaluation of visual information retrieval from a collection of Wikipedia images. The aim is to investigate retrieval approaches in the context of a large and heterogeneous collection of images (similar to those encountered on the Web) that are searched for by users with diverse information needs.

In 2009, ImageCLEF wikipediaMM will use the same collection of Wikipedia images that was also used in 2008. This will be the last year this image collection is employed. It contains approximately 150,000 images that cover diverse topics of interest. These images are associated with unstructured and noisy textual annotations in English.

This is an ad-hoc image retrieval task; the evaluation scenario is thereby similar to the classic TREC ad-hoc retrieval task and the ImageCLEF photo retrieval task: simulation of the situation in which a system knows the set of documents to be searched, but cannot anticipate the particular topic that will be investigated (i.e. topics are not known to the system in advance). The goal of the simulation is: given a textual query (and/or sample images) describing a user's (multimedia) information need, find as many relevant images as possible from the Wikipedia image collection.

Any method can be used to retrieve relevant documents. We encourage the use of both concept-based and content-based retrieval methods and, in particular, multimodal approaches that investigate the combination of evidence from different modalities. To this end, we will provide a range of resources to support participants with expertise in different research domains.

*** IMPORTANT NOTE ***

The wikipediaMM task encourages participants to create the topics and perform the relevance assessments themselves. This is similar to the user model followed in INEX, with the difference that we do not require participants to get involved in that process. It is an optional step that allows the participants to share in the creation of the test collection. Therefore, we encourage each group taking part in ImageCLEF's wikipediaMM task to:
  • create topics
  • perform the relevance assessments on the created topics
Our experience indicates that the creation of topics does not require much effort, whereas the assessments usually take around less than 1 working day per topic. This procedure is also reflected in the schedule of the task (see below).
Data: Images & Metadata

The (INEX MM) wikipedia image collection consists of approximately 150,000 wikipedia images (in JPEG and PNG formats) provided by wikipedia users. Each image is associated with user-generated alphanumeric, unstructured metadata in English. These metadata usually contain a brief caption or description of the image, the Wikipedia user who uploaded the image, and the copyright information. These descriptions are highly heterogeneous and of varying length. The figure below provides an example image and its associated metadata.


Anne Frank house

Further information about the image collection can be found in:
T. Westerveld and R. van Zwol. The INEX 2006 Multimedia Track. In N. Fuhr, M. Lalmas, and A. Trotman, editors, Advances in XML Information Retrieval:Fifth International Workshop of the Initiative for the Evaluation of XML Retrieval, INEX 2006, Lecture Notes in Computer Science/Lecture Notes in Artificial Intelligence (LNCS/LNAI). Springer-Verlag, 2007.

DOWNLOAD (participants only)
  • The wikipediaMM image collection (151,519 .jpeg and .png images - 14GB) can be downloaded in small batches: HERE
  • The metadata of the images in wikipediaMM image collection can be downloaded: HERE
  • Additional information on the wikipediaMM collection can be downloaded HERE. This contains:
    • A README-wikipediaMM file describing the provided data.
    • A imagesIDs.txt file listing all image identifiers.
    • A imagefile2metadatafile.txt file listing the correspondence between image and metadata files.
Resources
To aid you in your retrieval experiments (and in the topic development process, should you choose to participate), we provide additional resources in the form of baseline retrieval systems on the wikipediaMM data.
  • A text-based retrieval system powered by PF/Tijah is provided here *** ONLY TESTED WITH FIREFOX ***
    • Place the mouse over a retrieved image (thumbnail) to display its metadata
    • Click a retrieved image (thumbnail) to view the full-size image
    • The retrieval model used is a unigram language model (multinomial distribution model), where the maximum likelihood estimate is smoothed by interpolating it with a background language model estimated using the entire collection. Smoothing parameter is set to 0.8. Stemming has been applied.
  • The similarity matrix for the images in the collection will shortly be provided here.
    • For each image, we will provide the list of the top K (K=1000) most similar images together with their similarity scores
    • The low-level features that were used to compute these similarity scores will also be provided
  • The concept classification scores for the images in the collection will shortly be provided here.
    • For each image, we will provide the classification scores.
    • The low-level features that were used to compute these scores will also be provided
    • A concept-based retrieval system will shortly be provided here for visual inspection *** ONLY TESTED WITH FIREFOX ***
      • Click a retrieved image (thumbnail) to view the full-size image
  • Topics
    The topics for the 2009 ImageCLEF wikipediaMM task will include (i) topics previously used in INEX MM and WikipediaMM, and possibly in the ImageCLEF photo tasks, (ii) topics based on analysis from an image search engine, and (iii) topics created by this year's task participants.

    As an innovation this year, we do not require participants to get involved in the topic development process. It is an optional step that allows the participants to share in the creation of the test collection. If you wish to participate in the topic creation, please send us your proposals until 31.3.2009

    DOWNLOAD (participants only)
    • The guidelines for the topic development by the participants are available here.
    • The Candidate Topic Submission Form is available here .


    • The topics are multimedia queries that can consist of a textual and a visual part, with the latter being optional. Concepts that might be needed to constrain the results should be added to the title field. An example topic in the appropriate format is the following:
      <topic>
        <number> 1 </number>
        <title> cities by night <title>
        <image> http://www.bushland.de/hksky2.jpg </image>
        <narrative> I am decorating my flat and as I like photos of cities at night, I would like to find some that I could possibly print into posters. I would like to find photos of skylines or photos that contain parts of a city at night (including streets and buildings).Photos of cities (or the earth) from space are not relevant. </narrative>
      </topic>

      Therefore, the topics include the following fields:
      • title: query by keywords
      • image query by one or more images (optional)
      • narrative description of the information need where the definitive definition of relevance and irrelevance are given
    Evaluation Objectives

    The characteristics of the (INEX MM) wikipedia image collection allow for the investigation of the following objectives:
    • how well do the retrieval approaches cope with larger scale image collections?
    • how well do the retrieval approaches cope with noisy and unstructured textual annotations?
    • how well do the content-based retrieval approaches cope with images that cover diverse topics and are of varying quality?
    • how well can systems exploit and combine different modalities given a user's multimedia information need? Can they outperform mono modal approaches like query-by-text, query-by-concept or query-by-image?
    In the context of INEX MM 2006-2007, mainly text-based retrieval approaches have been examined. Here, we hope to attract more visually-oriented approaches and most importantly, multi modal approaches that investigate the combination of evidence from different modalities. The results of WikipediaMM at ImageCLEF 2008 showed that multimedia retrieval approaches outperformed for certain topics the text-based approaches, but globally the retrieval based on text remains unbeaten. The retrieval of multimedia documents will stay in the focus of attention for 2009.
    Retrieval Experiments
    Experiments are performed as follows: the participants are given topics, these are used to create a query which is used to perform retrieval on the image collection. This process iterates (e.g. maybe involving relevance feedback) until they are satisfied with their runs. Participants might try different methods to increase the number of relevant in the top N rank positions (e.g., query expansion).

    Participants are free to experiment with whatever methods they wish for image retrieval, e.g., query expansion based on thesaurus lookup or relevance feedback, indexing and retrieval on only part of the image caption, different models of retrieval, and combining text and content-based methods for retrieval. Given the many different possible approaches which could be used to perform the ad-hoc retrieval, rather than list all of these we will ask participants to indicate which of the following applies to each of their runs (we consider these the "main" dimensions which define the query for this ad-hoc task):
    Dimension Available Codes
    Topic language EN
    Annotation language EN
    Query/run type AUTO, MAN
    Feedback/expansion FB, QE, FBQE, NOFB
    Modality IMG, TXT, TXTIMG
    Topic field TITLE, IMG_Q, TITLEIMG_Q
    Query language: Used to specify the query language used in the run. Only English queries will be provided this year, so the language code indicating the query language should be English (EN).

    Annotation language: Used to specify the target language (i.e., the annotation set) used for the run. Only English annotation will be provided this year, so the language code indicating the target language should be English (EN).

    Query/run type: We distinguish between manual (MAN) and automatic (AUTO) submissions. Automatic runs will involve no user interaction; whereby manual runs are those in which a human has been involved in query construction and the iterative retrieval process, e.g. manual relevance feedback is performed. We encourage groups who want to investigate manual intervention further to participate in the interactive evaluation (iCLEF) task.

    Feedback or Query Expansion: Used to specify whether the run involves query expansion (QE) or feedback (FB) techniques, both of them (QEFB) or none of them (NOFB).

    Modality: This describes the use of visual (image), text features or concepts in your submission. A text-only run will have modality text (TXT); a purely visual run will have modality image (IMG), and a combined submission (e.g. initial text search followed by a possibly combined visual search) will have as modality any combination thereof: text+image(TXTIMG).

    Query field: This specifies the topic fields employed in the run: only the title field of the topic (TITLE); only the example images in the topic (IMG_Q); both the title and image fields (TXTIMG_Q).

    Submissions
    Participants can submit as many system runs as they require via the ImageCLEF wikipediaMM submission site (to be made available soon)

    Participants are required to submit ranked lists of (up to) the top 1000 images ranked in descending order of similarity (i.e. the highest nearer the top of the list). The format of submissions for this ad-hoc task is the TREC format. It can be found here.

    The filenames of the submitted runs should distinguish different types of submission. The different types of possible submissions are described in the table above. It is extremely important that we can get a detailed description of the techniques used for each submitted run.

    When the topic contains an image example that is part of the wikipediaMM collection, this image should not be part of the retrieval results, i.e., we are seeking relevant images that the users are not familiar with (as they are with the images they provided as examples).

    Please note that there should be at least 1 document entry in your results for each topic (i.e. if your system returns no results for a query then insert a dummy entry, e.g. 25 1 16019 0 4238 xyzT10af5 ). The reason for this is to make sure that all systems are compared with the same number of topics and relevant documents. Submissions not following the required format will not be evaluated.
    Schedule
    The tentative schedule can be found here:
    • 1.2.2009: registration opens for all CLEF tracks
    • 9.3.2009: instructions and formatting criteria for candidate topics/queries provided to participants
    • 15.3.2009: data release (images + metadata)
    • 17.4.2009: submission of candidate topics (optional)
    • 23.4.2009: topic release
    • 1.5.2009: registration closes for all CLEF tracks
    • 8.6.2009: submission of runs
    • 11.6.2009: distribution of merged results to participants for relevance assessments
    • 10.7.2009: submission deadline for relevance assessments (optional)
    • 15.7.2009: release of results
    • 15.8.2009: submission of working notes papers
    • 30.9-2.10.2009: CLEF workshop in Corfu, Greece
    Organisers

    AttachmentSize
    annefrankdoc.png51.25 KB
    imgfiles3.jpeg59.22 KB