EEG-to-Image
neuralbench eeg imageNeuralBench is the preparation path for every track. To get prepared, install the framework, follow the track guide, reproduce a public baseline, and compare your result with the reference scores. The same platform supports the competition workflow once submissions open.
Start here even if you plan to develop your model in a separate codebase. NeuralBench provides the common data loading, task definitions, metrics, and evaluation interface used by the challenge. Install it once, then configure stable locations for datasets, preprocessing caches, and results.
pip install neuralbench
Use Python 3.12 or newer, preferably in a clean virtual environment. The base install is enough to download data, run the public tasks, load model weights, and save scores.
Choose a track, then follow its guide once without changing the model or configuration. Each guide explains the scientific task, the public starter data, the competition shift, and the exact commands needed to reproduce its baseline. This gives you a known working pipeline before you introduce your own model.
neuralbench eeg imageneuralbench eeg motor_imageryneuralbench eeg sleep_onsetneuralbench emg pose -m vemg2posePublic-data warm-up: Track 2 currently uses NeuralBench’s motor-imagery analog, and Track 3 uses Sleep-EDF until the competition releases are available. These runs validate your pipeline. Hidden competition scores will differ.
Copy the base command from your track guide and run the four actions in order. Complete the small debug run before full training. If the final score is close to the published reference, your data, model, and metric path are ready for experimentation.
--download--prepare--debugThe preparation cache can be the slowest step. A successful debug run checks the full data and model path before you spend time on full training.
Before the competition opens, these published baselines are the reference scores to reproduce and beat while validating your pipeline. From September 21, competition submissions and leaderboard scores become the official comparison.
Your preparation workflow becomes a competition submission when the portal opens. The official NeuralBench submission guide is the source for the current package format and upload instructions.
What changes at launch: the public start kits remain useful for development, while the competition release, portal instructions, and hidden evaluation create the official ranking. Check the submission guide again before packaging your final model.