CVPR-SignEval2026 β€” S23 winning ensemble (πŸ₯‡ 1st place)

Model checkpoints for the S23 super-ensemble that won the CVPR 2026 Isolated Sign Language Recognition (ISLR) challenge.

πŸ† S23: 0.93101 private / 0.92165 public β€” 1st place. 17 configs Γ— 5 folds across 4 CNN families / 5 backbone variants (EfficientNet-B1/B2, ConvNeXt-tiny, MobileOne-S2, RegNetY-008), combined by CV-weighted probability averaging.

What's in this repo

83 fold-level checkpoints (best.pt), organized as <config>/fold<k>/best.pt, plus each config's config.yaml and experiment_summary.json. (17 configs Γ— 5 folds = up to 85; the official S23 used 83 β€” r15_regy_cm contributed 3/5 folds.)

Backbone Configs
EfficientNet-B1 r9_both_trip Β· r9_cutmix_ls02 Β· r9_cutmix_p08 Β· r9_cutmix_a20 Β· r12_01…r12_05 Β· r15_b1_s43
EfficientNet-B2 r15_b2_cm_trip_unified
ConvNeXt-tiny r9_cnxt_trip Β· r15_cnxt_cm
MobileOne-S2 r13_mobileone Β· r14_mob_cm2_trip
RegNetY-008 r13_regnety Β· r15_regy_cm

Results β€” ensemble scaling (Kaggle private LB)

Submission Configs Models Architectures Private LB
S15 6 30 1 0.92612
S16 4 20 1 0.92816
S17 9 45 1 0.92897
S22 15 75 4 0.93019
πŸ₯‡ S23 17 83 5 0.93101

Usage

Download all checkpoints and run inference + CV-weighted ensembling with the code repo:

from huggingface_hub import snapshot_download

local = snapshot_download(repo_id="CristianLazoQuispe/CVPR-SignEval2026-models", repo_type="model")
# -> place under experiments/ and run scripts/build_s23.sh (see code repo)

Each checkpoint is a standard PyTorch state_dict saved with torch.save. The matching architecture/preprocessing for every config lives in its config.yaml. See the code repo's README ("Reproduce the winning ensemble") for the end-to-end inference β†’ ensemble pipeline.

Reproducibility

All models trained with seed: 42, deterministic: true, amp: false for bit-reproducible runs.

Citation

See the code repository for the BibTeX entry.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support