Views
No views yet
Publication status. An earlier version of this study was submitted to IJCB 2026. That submission was withdrawn and was never published. This checkpoint therefore supports one manuscript only, and no prior publication reports these results. Earlier revisions of this card described the checkpoint as belonging to the IJCB submission; that wording is superseded.
MultiResoModel-Simple (Luong et al.), trained by us on the PartialSpoof
training set. Front-end: wav2vec 2.0 Large; back-end: losses supervised jointly at
frame (20 ms), segment, and utterance scales.MultiResoModel-Simple checkpoint. It is our own training run.03multireso/01_download_pretrained_models.sh, which retrieves
multi-reso.tar.gz from Zenodo record 6674660. This checkpoint is an independent
retraining, not a substitute for those artifacts, and results obtained with it should
not be read as reproducing them.| File | SHA256 |
|---|---|
55.pth | 5b753752f7c25370c6abf973f69f58e100dad4b5d3ea035872335358a876fdd1 |
random_seek = true, use_mask = true.github.com/hieuthi/MultiResoModel-Simple @
0f69db3a2d654de47822d951fe6ad256bbaac9ba.train.py defaults to --seed 1234 and calls
reproducibility(seed), which seeds torch, random, numpy, PYTHONHASHSEED and
CUDA, and sets cudnn.deterministic = True, cudnn.benchmark = False. The launch
script passes no override, so the default applies. The random_seek crop draws from
Python's random, which PyTorch seeds deterministically per dataloader worker.Earlier revisions of this card stated that no seed was fixed. That was incorrect and is corrected here.
torch.use_deterministic_algorithms(True) is not set, so some CUDA kernels used during
wav2vec 2.0 fine-tuning may vary run to run; and the original training log was not
retained, so the seed in force can be established from the committed script but not from
a run record. The published weights, not the recipe, are the authoritative artifact
behind every MRM number in the manuscript.huggingface.co/datasets/sukhdeveyash/partial-spoof-cross-domain-audit-dataMultiResoModel-Simple reimplementation (MIT). If you
use this checkpoint, please cite the original multi-resolution model (Zhang et al.,
IEEE/ACM TASLP 2023, The PartialSpoof Database and Countermeasures for the Detection of
Short Fake Speech Segments Embedded in an Utterance) and the reimplementation
(Luong et al., ICASSP 2025, LlamaPartialSpoof), together with the manuscript above once
it is available.