Submission Details

Below you will find all the details you need to get started.

Quick Checklist


Challenge Overview

The SISAP 2026 Indexing Challenge features three tasks:

All tasks are evaluated inside Docker containers with 8 vCPUs and 24 GB RAM. The CPUs used are AMD EPYC 7F72 24-Core Processor. Full task descriptions are available at: sisap-challenges.github.io/2026


Submission via TIRA

For this year, submissions are handled through TIRA (tira.io/task-overview/sisap-2026). TIRA provides a reproducible, containerized evaluation framework. Code submissions for SISAP 2026 are handled only through TIRA. We can help troubleshoot submissions; see more info below. Please register your team as soon as possible.

How to Submit

Step 1 — Register your team

  1. Sign up or log in at tira.io (GitHub login supported).

  2. Navigate to tira.io/task-overview/sisap-2026 and click Register.

  3. Optionally add team members via tira.io/g?type=my.

Step 2 — Verify locally

Install the TIRA CLI and do a dry run against one of the spot-check datasets:

pip3 install --upgrade tira

tira-cli code-submission \
    --path . \
    --command '{YOUR EXECUTABLE} --input $inputDataset/*.h5 --task-description $inputDataset/config.json --output $outputDir' \
    --task sisap-2026 \
    --dataset task-1-spot-check-20260528-training \
    --dry-run

Use task-2-spot-check-20260528-training or task-3-spot-check-20260528-training if your approach only targets Task 2 or Task 3, respectively.

Step 3 — Authenticate and submit

Retrieve your authentication token from the TIRA task page (Submit → Code Submissions → New Submission → I want to submit from my local machine), then:

tira-cli login --token AUTH-TOKEN
tira-cli verify-installation --task sisap-2026 --team YOUR-TEAM

tira-cli code-submission \
    --path . \
    --command '{YOUR EXECUTABLE} --input $inputDataset/*.h5 --task-description $inputDataset/config.json --output $outputDir' \
    --task sisap-2026 \
    --dataset task-1-spot-check-20260528-training

Your program should write its output files to $outputDir in the format described on the task description page.

Step 4 — Trigger evaluation in the TIRA UI

Navigate to the task page, click Submit → Code Submissions, select your submission, choose a dataset and hardware configuration. The organizers will handle execution on all datasets once your submission looks correct. During code submission, TIRA only runs small workloads. These are available in the baseline mentioned below.


Python Baseline

A working Python baseline is available to help you get started: github.com/sisap-challenges/sisap26-python-baseline

It includes Docker support, GitHub Actions CI, evaluation scripts, and plotting utilities. You are encouraged to fork it as the starting point for your own solution.

A Julia example is also available: github.com/sisap-challenges/sisap2026-julia-example


Important Dates

DateMilestone
June 10, 2026Submission of solution implementations deadline
June 17, 2026Short paper description deadline
July 8, 2026Final ranking announcement
July 27, 2026Paper notification
August 13, 2026Camera-ready deadline

Pre-registration

If you have not yet pre-registered, please open a "Pre-registration request" issue at: github.com/sisap-challenges/challenge2026


Troubleshooting

After registering your team at TIRA, you can reach out to the organizers via the platform. After login, you can use the following direct link, or write a direct message to Maik. We will help you with the submission process.


We look forward to your submissions! For questions, contact the organizing committee at sisap-2026-indexing-challenge@googlegroups.com.


The SISAP 2026 Indexing Challenge Organizing Committee

Eric S. Téllez, Martin Aumüller, Maik Fröbe, Vladimír Míč

CC BY-SA 4.0 sisap challenge committee. Last modified: May 29, 2026. Website built with Franklin.jl and the Julia programming language.