Dissimilarity matrix format for SHREC 2015 - Non-rigid 3D Shape Retrieval

The participants should submit one dissimilarity matrix file for per method run on the whole database. The file must be an ASCII file and the filename of the matrix file should be the first author's last name, followed by the name of the method and the appropriate extension (.txt). For example, if the first author's name is Marry Smith and the name of the method is "LFD", you would submit your file as "smith_LFD.txt".

The dissimilarity matrix represents the the dissimilarity of all pairs of models in the database. For N models, the matrix is a sequence of N by N floating point numbers, where the number at position i*N+j represents the dissimilarity between models i and j. A value of zero indicates that the descriptors are identical, and larger values indicate greater dissimilarity between the 3D models. All dissimilarity values should be positive and can be arbitrarily large.

For the SHREC15 track "Non-rigid 3D Shape Retrieval", there are 1200 models, so the participants should submit the file with a 1200 by 1200 dissimilarity matrix. The archive file (for example "smith_LFD.zip") should be sent via e-mail. If the participants have more than one method, they should submit an archive file per method containing the matrix file (the filename should indicate the method).

An example matrix file for the test database can be downloaded here: smith_LFD.txt

Example dissimilarity maxtrix format for a sample database with 5 objects:

Assume that the dissimilarity between every two objects can be found in the following table,

  S0 S1 S2 S3 S4
S0 0.000000 51.063496 39.640095 40.890335 39.601498
S1 51.063496 0.000000 48.407860 46.646378 44.762428
S2 39.640095 48.407860 0.000000 34.667614 32.640121
S3 40.890335 46.646378 34.667614 0.000000 30.316898
S4 39.601498 44.762428 32.640121 30.316898 0.000000

Then the content of the dissimilarity matrix file should be as follows:

0.000000 51.063496 39.640095 40.890335 39.601498
51.063496 0.000000 48.407860 46.646378 44.762428
39.640095 48.407860 0.000000 34.667614 32.640121
40.890335 46.646378 34.667614 0.000000 30.316898
39.601498 44.762428 32.640121 30.316898 0.000000

Similarily, for the final test database. Given the matrix table,

  T0 T1 T2 T3 T4 ..........
T0 0.000000 51.063496 39.640095 40.890335 39.601498 .........
T1 51.063496 0.000000 48.407860 46.646378 44.762428 .........
T2 39.640095 48.407860 0.000000 34.667614 32.640121 .........
T3 40.890335 46.646378 34.667614 0.000000 30.316898 .........
T4 39.601498 44.762428 32.640121 30.316898 0.000000 .........
: : : : : : :

the content of the dissimilarity matrix file should be as follows:

0.000000 51.063496 39.640095 40.890335 39.601498 .........
51.063496 0.000000 48.407860 46.646378 44.762428 .........
39.640095 48.407860 0.000000 34.667614 32.640121 .........
40.890335 46.646378 34.667614 0.000000 30.316898 .........
39.601498 44.762428 32.640121 30.316898 0.000000 .........
: : : : : :