Open Dataset Challenge

Panoptic Segmentation

Segment detector hits by semantic particle class, particle instance, and interaction grouping.

Panoptic segmentation example from the DORAEMON proposal
Panoptic segmentation example from the DORAEMON proposal.
CategoryPhysics reconstruction with AI methods
Detector typeLArTPC
Technical methodComputer vision
TimeframeActive protocol, dates pending
Dataset typeSparse LArTPC event records
Challenge typeOpen dataset benchmark
Technical problemComputer vision segmentation

Protocol

Physics impact

Panoptic segmentation turns dense detector activity into structured physics objects while preserving particle identity and interaction context for downstream reconstruction. The task borrows the semantic-plus-instance framing used in computer vision (Kirillov et al. 2019) but asks models to respect detector geometry, charge deposition, and sparse event topology.

Submission shape

A valid entry should be reproducible, versioned, and evaluable on a held-out split without private post-processing. For an event with predicted clusters \(\hat{C}\) and reference clusters \(C\), the leaderboard will report the adjusted Rand index,

\[ \mathrm{ARI} = \frac{\sum_{ij}\binom{n_{ij}}{2} - \left[\sum_i \binom{a_i}{2}\sum_j \binom{b_j}{2}\right] / \binom{n}{2}} {\frac{1}{2}\left[\sum_i \binom{a_i}{2} + \sum_j \binom{b_j}{2}\right] - \left[\sum_i \binom{a_i}{2}\sum_j \binom{b_j}{2}\right] / \binom{n}{2}}. \]

See

Leaderboard

Until the challenge opens, the baseline score is the reference value and the leaderboard is treated as provisional. The first public protocol should include a frozen validation container, a baseline model card, and an explicit policy for detector-specific calibration features.

References

Kirillov, Alexander, Kaiming He, Ross Girshick, Carsten Rother, and Piotr Dollar. 2019. “Panoptic Segmentation.” Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 9404–13.

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>