The purpose of this award is to promote reproducibility of research results and to allow scientists and practitioners to immediately benefit from state-of-the-art research results, without spending months re-implementing the proposed algorithms and trying to find the right parameter values. We also hope that it will indirectly foster scientific progress, since it will allow researchers to reliably compare with and to build upon existing techniques, knowing that they are using exactly the same implementation.

List of Awarded Papers

Curve Reconstruction with Many Fewer Samples
Stefan Ohrhallinger, Scott Mitchell, Michael Wimmer
Symposium of Geometry Processing 2016

Construction of Topologically Correct and Manifold Isosurfaces
Roberto Grosso
Symposium of Geometry Processing 2016

Non-Rigid Puzzles
Or Litany, Emanuele Rodola, Alex Bronstein, Michael Bronstein, Daniel Cremers
Symposium of Geometry Processing 2016

Crawl through Neighbors: A Simple Curve Reconstruction Algorithm
Amal Dev Parakkat, Ramanathan Muthuganapathy
Symposium of Geometry Processing 2016

Planar Minimization Diagrams via Subdivision with Applications to Anisotropic Voronoi Diagrams
Huck Bennett, Evanthia Papadopoulou, Chee Yap
Symposium of Geometry Processing 2016

Modeling and Analysis of Origami Structures with Smooth Folds
Edwin A. Peraza Hernandez, Darren J. Hartl, Ergun Akleman, Dimitris C. Lagoudas
Symposium on Solid & Physical Modeling 2016

A Closed-Form Formulation of HRBF-Based Surface Reconstruction by Approximate Solution
Shengjun Liu, Charlie C.L. Wang, Guido Brunnett, Jun Wang
Symposium on Solid & Physical Modeling 2016

Computing a Discrete Morse Gradient From a Watershed Decomposition
Lidija Comic, Leila De Floriani, Federico Iuricich, Paola Magillo
Shape Modeling International 2016

The 2D Shape Structure Dataset: A user annotated open Access Database
Axel Carlier, Kathryn Leonard, Stefanie Hahmann, Geraldine Morin, Misha Collins
Shape Modeling International 2016

PinMesh -- Fast and Exact 3D Point Location Queries using a Uniform Grid
Salles V.G. Magalhães, Marcus V.A. Andrade, W. Randolph Franklin, Wenli Li
Shape Modeling International 2016

Extrinsically Smooth Direction Fields
Zhiyang Huang, Tao Ju
Shape Modeling International 2016

Submission Process

All submissions will be subject to a rigorous review process where experts in the field evaluate the technical correctness and reproducibility of the scientific results in the paper. The *reproducibility stamp* is an additional recognition for authors of accepted papers who are willing to go one step further, and in addition to publishing the paper, provide a complete open-source implementation of their algorithm, that can be used to reproduce the results presented in every figure and table shown in the paper. Note that the reproducibility stamp is not meant to be a measure of scientific quality of the paper or of the usefulness of presented algorithms. Rather, it is meant to be an endorsement of the reproducibility of the results presented in the paper and the recognition of the service provided to the community by releasing the code. Submissions for the reproducibility stamp will be considered only *after* the paper has been accepted at the conference, and any accepted submission can apply for the reproducibility stamp, including short papers, course notes for the graduate school and posters.

Submissions that are awarded the reproducibility stamp will receive additional exposure by being listed on the reproducibility stamp website (http://www.reproducibilitystamp.com), on the conference website and on the preface of the proceedings. The reproducibility stamp will also be shown next to the paper on the conference program and we will encourage the authors to use the same stamp in their slides. Finally, papers with the reproducibility stamp will also receive an additional recognition during the closing ceremony.

The application process is lightweight: a link to a github repository with the source code and instructions on how to compile and reproduce the results has to be sent to the Reproducibility Stamp Conference Chairs (maks (at) lix.polytechnique.fr for SGP, marco.attene (at) ge.imati.cnr.it for SMI and botsch (at) techfak.uni-bielefeld.de for SPM)). The code should compile on a vanilla installation of any one of the major operating systems (Linux, MacOSX, or Windows), have a license that allows free academic usage, and only depend on libraries that are free for academic use, with the exception made for code that uses MATLAB. The code quality will not be evaluated, the purpose of the stamp is only to simplify reproducibility of the results: in its simplest form, the code should reproduce the data used to generate every result figure shown in the paper, using a fresh installation on one of the operating systems mentioned above.

Detailed guidelines

To ensure a fair and efficient review of the code submissions, the following guidelines must be followed when you prepare your submission. If there are technical problems that prevent you from complying with the requirements, please contact the chairs as soon as possible and describe the issue.

1. Distribution

The software must compile and run on *at least one* of the following operating systems, using exactly one of the versions listed below:

Note that you can pick whichever operating system you developed your code on. Your code does not need to compile on all of them to obtain the stamp.

The code should compile and run on a vanilla installation, without any software installed. If you need specific software to be installed, you should provide a script that automatically downloads and installs all the required dependencies. In the case of Windows, a text file with precise installation instructions will also be accepted.

The software should be written in any programming language, as long as the compiler/interpreter is free to use for academic purposes. One exception is Matlab, which will be accepted (version 2015b or newer) since it is very popular in our community: you can use any standard or custom toolbox and you can have mex functions, as long as they satisfy the license requirements described below.

Detailed instructions to install the compilers/interpreter and the dependencies should be in the readme.

2. Reproducing results

An independent script should be provided for every figure or table of the paper which contains a result generated with the algorithm. The script should be runnable without parameters and generate the data that is shown in the figure or listed in the table. If the produced data is not in a standard format, please describe the format in a text file attached to the submission. The script does not need to produce an image, it is sufficient to generate the data that has been used to create the image in the paper.

The review process will only ensure that the code runs and it is able to reproduce the material for the figures. The quality, robustness and running time of the code will not be evaluated and they will have no impact on the review process.

3. License

The code itself and all its dependencies should have a license that allows free academic use. Note that this does not preclude charging your users for a fee for commercial usage, see the CGAL project for a successful example of this code distribution model.

For example, you can use mosek or gurobi, since they are free for academic purposes, while knitro cannot be used since their academic license is not free. The only exception to this rule is the usage of Matlab, due to its popularity in our community. In case your project cannot satisfy this rule, please contact the chair to discuss the special case.

4. Interactive application

If your application is interactive and it is not possible to script it to reproduce the results in the paper, you must provide one short movie clip capturing the screen while you use your software to reproduce the figure. The reviewers will then follow step by step the video to reproduce the same results. If you want to use this option, you will have to provide a short description of the reason why it is not possible to script the generation of the results.

5. Hardware requirements

We encourage the authors to provide code that runs without requiring a specific GPU (or other hardware), to favor portability and simplify the reproduction of the results. However, for projects where this is not possible, we will accept submissions that run on specific hardware as long as this is justified in the submission. In this case, the review of the code will be done in a skype/hangout conference call if the reviewer does not have a compatible hardware setup.

6. Exceptions

The previous rules are general guidelines: If your software cannot satisfy one of the previous requirements, please write as soon as possible to the chair to explain the reasons. In many cases, it will be possible to lift any of the previous requirements if there is a good reason for doing it. In particular, there might be cases where the data used in a paper cannot be publicly released: in these cases, the stamp can still be awarded, but the data must be separately sent to the reviewers for the evaluation process.

7. Timeline and format of the submission

The submission for the stamp is submitted only after the paper is accepted and it is not blind. A single reviewer will be assigned to each submission and the reviewer will work together with the authors to ensure that the submission is improved until it satisfies all the guidelines.

Submissions are due one week after the camera ready paper has been submitted to the respective event. The authors have to create a github repository, commit all the material there and then send an email with a link to the github repository to the respective contact person (maks (at) lix.polytechnique.fr for SGP, marco.attene (at) ge.imati.cnr.it for SMI, and botsch(at)techfak.uni-bielefeld.de for SPM). A confirmation email will be sent within 24 hours, if you do not receive it please contact the general chair (panozzo (at) nyu.edu).

The repository should contain:

a. A txt file containing the title of the paper, the authors, and the operating system required
b. A script that automatically downloads all required dependencies and compiles the code. If this is not possible (for example if matlab needs to be installed), then a text file with precise instructions should be provided. The instructions need to be precise and describe all the software dependencies that need to be installed, together with detailed compilation instructions. Please always specify entire paths: for example, do not write "change the cmake variable sx to point to the directory where solver x is installed" but instead tell the user to install the solver x in "c:/solverx" and always use absolute paths assuming a vanilla installation of the operating system.
c. The source code
d. A script for every result figure created with the proposed algorithm (in case of a comparison figure, the script should reproduce only the part created with the proposed algorithm), that launches the provided implementation and generates the data used to create the figure. The script does not necessarily need to create a figure: if the figure shows a triangle mesh, it is sufficient to export the triangle mesh to a text file.

Reproducibility Stamp Chair:

Reproducibility Stamp Conference Chairs:

Reproducibility Stamp Committee