uu.nl

SHREC 2010- Large Scale Benchmark

Introduction

The objectives of this shape retrieval contest are to evaluate the performance of 3D shape retrieval approaches on a new generic 3D shape benchmark.

Task description

In response to a given set of queries, the task is to evaluate similarity scores with the target models and return an ordered ranked list.

Data set

In this new generic benchmark there are 10000 3D models, ranging from insects to aircraft carriers. About 40 of those models will be taken as query models. The models are created with modelling software. The size of the models varies from a few hundred polygons to half a million polygons. Typically there are between 1000 and 20000 polygons. The size of the ground truth set differs from query to query. The file format to represent the 3D models is the ply format. The files will be in the little endian binary format and will only contain vertices and vertex_indices. So the headers of the ply files will be like:

ply
format binary_little_endian 1.0
element vertex 2400
property float x
property float y
property float z
element face 4500
property list uchar int vertex_indices
end_header

Evaluation Methodology

We will employ the following evaluation measures: Precision-Recall curve; Mean Average Precision (MAP); First-Tier (Tier1) and Second-Tier (Tier2).

Procedure

The following list is a step-by-step description of the activities:

Schedule

January 18 - Call for participation.
January 18 - A sample data set and query set will be available on line.
January 28 - Please register before this date.
January 28 - Distribution of the final query sets. Participants can start the retrieval.
February 2 - Submission of results (ranked lists) and a short paper draft describing the method(s).
February 6 - Distribution of relevance judgments and evaluation scores.
February 14 - Submission of final short papers for the contest proceedings.
February 21 - Track is finished, and results are ready for inclusion in a track report.
March 7 - Camera ready track papers submitted for printing.
May 2 - EUROGRAPHICS Workshop on 3D Object Retrieval including SHREC'10.