Open Dataset Challenge

Event Completion

Reconstruct masked or missing detector activity from partial LArTPC event records using foundation model representations.

Muon particle tracks in a detector event
CategoryFoundation model evaluation
Detector typeLArTPC
Technical methodComputer vision
TimeframeDataset split pending
Dataset typeSparse LArTPC event records
Challenge typeOpen dataset benchmark
Technical problemEvent completion

Protocol

Scope

This planned challenge will evaluate whether models can recover masked detector activity from partial event records. The task is close in spirit to masked reconstruction objectives used in representation learning (He et al. 2022), but the outputs must remain compatible with detector readout coordinates and downstream physics selection.

Protocol needs

The final protocol should define the masking procedure, target representation, held-out split, and validator behavior. A simple target can be written as minimizing a masked reconstruction loss,

\[ \mathcal{L}_{\mathrm{mask}} = \frac{1}{|\Omega|} \sum_{x \in \Omega} \ell\left(f_\theta(x_{\setminus \Omega}), x\right), \]

where \(\Omega\) is the hidden detector activity and \(f_\theta\) is the submitted reconstruction model.

Leaderboard

The leaderboard is not open until the masking protocol and baseline validator are ready. The first release should include example masks, an allowed-feature table, and a reproducibility checklist for stochastic completion methods.

References

He, Kaiming, Xinlei Chen, Saining Xie, Yanghao Li, Piotr Dollar, and Ross Girshick. 2022. “Masked Autoencoders Are Scalable Vision Learners.” Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 16000–16009.

Baseline

Baseline solution

Repository location for the minimal reproducible script (MRS) used to reproduce the baseline score for this task.

View baseline source

Validation

Validation

Fetch the evaluation bundle for this dataset, then send an HDF5 submission shaped according to the dataset schema.

Submission schema
opendc eval get lartpc-fm-v1
opendc eval send <submission.h5>