PoLAr-MAE β€” semantic segmentation

PoLAr-MAE fine-tuned for 4-class LArTPC semantic segmentation (shower, track, Michel, delta); reproduces the paper mF1 β‰ˆ 0.82.

  • pimm type: PoLArMAE-SemSeg Β· 4 classes

Faithful eval needs PoLAr-MAE preprocessing: LogTransform(min_val=0.13), energy_threshold=0.13, remove_low_energy_scatters=True. Coordinate normalization is in-model.

Loading

import pimm
model = pimm.from_pretrained("hf://deeplearnphysics/polar-mae-semantic")

Architecture + hyper-parameters travel in config.json; weights are bitwise-identical to the original checkpoint.

Provenance

Repackaged from the original PoLAr-MAE release checkpoints into the pimm export format. Inherits the source repo license.

Downloads last month
-
Safetensors
Model size
22.9M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Collection including DeepLearnPhysics/PoLAr-MAE-Semantic

Paper for DeepLearnPhysics/PoLAr-MAE-Semantic