This is an old revision of the document!
Table of Contents
Document Indexation and Multimedia Retrieval (USTH mTU3.2)
General Informations
Your Instructor: Ass. Prof. Axel Carlier, University of Toulouse — Ass. Prof. Axel CARLIER, University of Toulouse
Lecture #1
Lecture time:
Monday Nov 28, 2016, 5:15pm-9:30pm Hanoi Time
General introduction to the course and the topic.
A few (already-known) administrative points can be found in the subsequent slides.
Slides
First part: General Introduction
Your first contrib (see also this example of short student Intro)
A few pictures to try existing Content-Based Image Retrieval websites:
requete10.jpg requete9.jpg requete8.jpg requete6.jpg requete3.jpg
Slides of the first class:
Lecture #2
Lecture time:
Tuesday Nov 29, 2016, 5:15pm-9:30pm Hanoi Time
Reminder on retrieval: boolean and vector models, evaluation
At the end of this lecture, you should have started thinking about your own dataset.
Lecture #3
Lecture time:
Wednesday Nov 30, 2016, 5:15pm-9:30pm Hanoi Time
Image retrieval with local features
At the end of this lecture, you should have started thinking about your own dataset.
Lecture #4
Lecture time:
Thursday Dec 01, 2016, 5:15pm-9:30pm Hanoi Time
Today is all about labs.
To start the labs, you will need to download the following archive: Code base for the labs
In order to make the code base work you need to:
- Install gradle
- Install Java 1.8
Once you have installed these softwares, unpack the archive and run gradle wrapper in the extracted folder. Open the build.gradle file and change the paths to your test set and one of your query images. You can test the two sample codes that are provided:
- ./gradlew runIndexing (on Unix) builds an index of your test set
- ./gradlew runSearch (on Unix) ranks the test set images according to the similarity to your your query.
Once the code runs, you can start implementing Precision/Recall measures to evaluate the quality of the retrieval. Use your Ground Truth to obtain the Precision/Recall on all query images and compute a global score of Precision and Recall for this algorithm, on all queries.
Lecture #5
Lecture time:
Friday Dec 02, 2016, 5:15pm-9:30pm Hanoi Time
Global descriptors, Bag of Words
In the mean time, we will continue the labs.