Update Croissant RAI metadata with paper-grounded data collection details
Browse files- croissant.json +46 -14
croissant.json
CHANGED
|
@@ -39,10 +39,13 @@
|
|
| 39 |
},
|
| 40 |
"@type": "sc:Dataset",
|
| 41 |
"@id": "https://huggingface.co/datasets/mysigner/MySign",
|
| 42 |
-
"conformsTo":
|
|
|
|
|
|
|
|
|
|
| 43 |
"name": "MySign",
|
| 44 |
"alternateName": ["mysigner/MySign", "MySign-2026"],
|
| 45 |
-
"description": "MySign is a 3D motion-capture dataset of
|
| 46 |
"citeAs": "@misc{mysign2026,\n title = {MySign: A 3D Motion-Capture Dataset of Malaysian Sign Language},\n author = {{mysigner}},\n year = {2026},\n howpublished = {Hugging Face Datasets},\n url = {https://huggingface.co/datasets/mysigner/MySign},\n note = {CC BY-NC-SA 4.0}\n}",
|
| 47 |
"url": "https://huggingface.co/datasets/mysigner/MySign",
|
| 48 |
"sameAs": "https://huggingface.co/datasets/mysigner/MySign",
|
|
@@ -73,6 +76,45 @@
|
|
| 73 |
},
|
| 74 |
"isLiveDataset": false,
|
| 75 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
"distribution": [
|
| 77 |
{
|
| 78 |
"@type": "cr:FileObject",
|
|
@@ -91,15 +133,6 @@
|
|
| 91 |
"containedIn": { "@id": "repo" },
|
| 92 |
"contentUrl": "metadata.csv",
|
| 93 |
"encodingFormat": "text/csv"
|
| 94 |
-
},
|
| 95 |
-
{
|
| 96 |
-
"@type": "cr:FileSet",
|
| 97 |
-
"@id": "fbx-files",
|
| 98 |
-
"name": "fbx-files",
|
| 99 |
-
"description": "All sign motion-capture files. One FBX per take per signer, organized as Signer001/<gloss>.fbx ... Signer005/<gloss>.fbx.",
|
| 100 |
-
"containedIn": { "@id": "repo" },
|
| 101 |
-
"encodingFormat": "model/vnd.fbx",
|
| 102 |
-
"includes": "Signer*/*.fbx"
|
| 103 |
}
|
| 104 |
],
|
| 105 |
|
|
@@ -108,16 +141,15 @@
|
|
| 108 |
"@type": "cr:RecordSet",
|
| 109 |
"@id": "signs",
|
| 110 |
"name": "signs",
|
| 111 |
-
"description": "One record per .fbx file. The file_name column is the relative path inside the repository
|
| 112 |
"key": { "@id": "signs/file_name" },
|
| 113 |
"field": [
|
| 114 |
{
|
| 115 |
"@type": "cr:Field",
|
| 116 |
"@id": "signs/file_name",
|
| 117 |
"name": "file_name",
|
| 118 |
-
"description": "Repository-relative path to the FBX file, e.g. 'Signer001/Above.fbx'.
|
| 119 |
"dataType": "sc:Text",
|
| 120 |
-
"references": { "fileSet": { "@id": "fbx-files" } },
|
| 121 |
"source": {
|
| 122 |
"fileObject": { "@id": "metadata.csv" },
|
| 123 |
"extract": { "column": "file_name" }
|
|
|
|
| 39 |
},
|
| 40 |
"@type": "sc:Dataset",
|
| 41 |
"@id": "https://huggingface.co/datasets/mysigner/MySign",
|
| 42 |
+
"conformsTo": [
|
| 43 |
+
"http://mlcommons.org/croissant/1.0",
|
| 44 |
+
"http://mlcommons.org/croissant/RAI/1.0"
|
| 45 |
+
],
|
| 46 |
"name": "MySign",
|
| 47 |
"alternateName": ["mysigner/MySign", "MySign-2026"],
|
| 48 |
+
"description": "MySign is a 3D motion-capture dataset of Bahasa Isyarat Malaysia (Malaysian Sign Language, BIM) for fine-grained sign language generation and recognition. It comprises 5,000 isolated-sign instances (5 Deaf native signers x 1,000 BIM Sign Bank glosses, fully balanced with no missing entries), captured at 200 Hz with a six-camera OptiTrack system plus MANUS Prime 3 Data Gloves and retargeted to the SMPL-X body model, totaling approximately 15.57M synchronized frames and 36 hours of recording. The 1,000-gloss vocabulary spans nine main categories (conversation, culture, daily-life, general, health, nature, people, things, time) and 46 subcategories. Each instance is anchored to an authorized BIM Sign Bank entry at capture time, so the gloss label is community-sanctioned by construction rather than by post-hoc rating. The release uses Filmbox (.fbx) skeletal animation, organized as Signer001/ ... Signer005/. metadata.csv is an index over the .fbx files (file_name, gloss, signer_id, take). A signer-independent train/test split is provided (4 signers train, 1 test). All recordings are skeletal-only (no video, audio, or facial texture).",
|
| 49 |
"citeAs": "@misc{mysign2026,\n title = {MySign: A 3D Motion-Capture Dataset of Malaysian Sign Language},\n author = {{mysigner}},\n year = {2026},\n howpublished = {Hugging Face Datasets},\n url = {https://huggingface.co/datasets/mysigner/MySign},\n note = {CC BY-NC-SA 4.0}\n}",
|
| 50 |
"url": "https://huggingface.co/datasets/mysigner/MySign",
|
| 51 |
"sameAs": "https://huggingface.co/datasets/mysigner/MySign",
|
|
|
|
| 76 |
},
|
| 77 |
"isLiveDataset": false,
|
| 78 |
|
| 79 |
+
"rai:dataCollection": "MySign is a 3D isolated-sign dataset for Bahasa Isyarat Malaysia (BIM), captured in a dedicated motion-capture laboratory. Five Deaf native BIM signers were each prompted, sign by sign, with 1,000 glosses drawn from the authorized BIM Sign Bank (selected by the research team under the supervision of a Deaf advisor to cover everyday BIM across nine main categories and 46 subcategories). For each prompt the signer was shown a slide with the target gloss label and the BIM Sign Bank reference video, and signed once. Upper-body kinematics were recorded with a six-camera OptiTrack system at 200 Hz using 35 reflective markers placed per a standard clinical (ISB) protocol; finger motion was captured with MANUS Prime 3 Data Gloves, hardware-synchronized with the optical system. Marker trajectories were reconstructed in OptiTrack Motive 3.0.3 to yield 3D joint positions/orientations, then retargeted to the SMPL-X body model using the Rokoko Retarget plugin (v1.4.3) in Blender 4.5.2 to obtain a unified parametric motion representation. The released .fbx files contain the resulting per-take SMPL-X-aligned skeletal animation. Each gloss is recorded exactly once per signer, giving 5 x 1000 = 5,000 instances, ~15.57M synchronized frames, ~36 hours of recording.",
|
| 80 |
+
"rai:dataCollectionType": ["Manual Human Curated", "Sensor-recorded"],
|
| 81 |
+
"rai:dataCollectionMissingData": "The dataset is fully balanced: every (signer, gloss) pair from the 5 x 1,000 grid has exactly one recording, with no missing entries. Coverage of BIM beyond the 1,000-gloss vocabulary is intentionally out of scope.",
|
| 82 |
+
"rai:dataCollectionRawData": "The raw data are skeletal kinematics: 200 Hz OptiTrack marker trajectories (35 reflective markers per signer, ISB clinical placement) and time-aligned MANUS Prime 3 Data Glove finger streams. No video, audio, or photographic recordings of the signers are retained or released. The released .fbx files are the post-processing output (SMPL-X retargeted skeletal animation), not the raw marker stream.",
|
| 83 |
+
"rai:dataCollectionTimeframe": "2025-02/2026-03",
|
| 84 |
+
"rai:dataImputationProtocol": "No imputation. Optical calibration was verified at the start of every session (wand calibration residual below 1 mm with full marker visibility throughout the capture volume), and the gloves were calibrated per signer in MANUS Core. Takes that did not meet these conditions were re-recorded rather than imputed.",
|
| 85 |
+
"rai:dataPreprocessingProtocol": [
|
| 86 |
+
"OptiTrack Motive 3.0.3: marker trajectory cleaning and reconstruction of 3D joint positions and orientations from the six-camera optical stream.",
|
| 87 |
+
"Rokoko Retarget plugin (v1.4.3) in Blender 4.5.2: retargeting of the reconstructed joint positions/orientations onto the canonical SMPL-X body model, producing a unified parametric motion representation across all signers and recordings.",
|
| 88 |
+
"Per-joint anatomical range-of-motion (ROM) clamping on the fitted SMPL-X parameters. For upper-limb joints (shoulders, elbows, wrists) the native SMPL-X frames are sufficiently aligned with anatomical axes that Euler-angle clamping is applied directly. For finger joints, per-joint change-of-basis transforms map each rotation into an anatomical (flexion/abduction/rotation) frame, clamping is performed there, and the transform is inverted to return to SMPL-X parameter space. Bounds are specified independently for the left and right hands. This removes fitting-induced over-flexed or hyper-abducted finger configurations.",
|
| 89 |
+
"metadata.csv is generated by generate_metadata_remote.py: it lists every Signer*/*.fbx via the Hugging Face Hub API, parses signer_id and take from the path, and normalizes the gloss label (replace _ and - with spaces; treat , and ; as synonym separators joined with ' / '; uppercase; expand time-unit abbreviations such as HR -> HOUR; normalize parenthesis spacing; strip unbalanced trailing parentheses; merge plurals with their singulars when both forms appear in the corpus, with a small block-list to keep semantically distinct plurals such as NEWS, SHORTS, MATHEMATICS)."
|
| 90 |
+
],
|
| 91 |
+
"rai:dataManipulationProtocol": "No data augmentation, mirroring, retiming, or motion editing has been applied. The only transformations are the deterministic processing steps in dataPreprocessingProtocol (Motive reconstruction -> SMPL-X retargeting -> ROM clamping). The split is signer-independent: four signers form the training set, one signer forms the test set, with no signer overlap.",
|
| 92 |
+
"rai:dataAnnotationProtocol": "Each instance is anchored at capture time to a specific entry in the authorized BIM Sign Bank: the prompt slide displayed both the target gloss label and the Sign Bank reference video, and the signer produced exactly one take of that sign. The gloss label of an instance is therefore fixed by construction at recording time, not by post-hoc rating. A separate post-hoc expert perceptual review (three Deaf native signers with BIM domain expertise) was conducted to characterize recognizability and naturalness as quality metadata; reviewers viewed only the rendered 3D motion (no reference gloss), reported the perceived gloss, and rated naturalness on a 1-5 scale. The review was used as quality metadata and did not filter or modify the released dataset (mean gloss-recognition accuracy 86.3%, Fleiss' kappa 0.73, mean naturalness 3.87 +/- 0.71).",
|
| 93 |
+
"rai:dataAnnotationPlatform": "Capture-time labeling: pre-designed instruction slides displaying the BIM Sign Bank gloss and reference video, presented to the signer during recording. Post-hoc expert perceptual review: a custom interactive web interface that played the rendered 3D sign and collected the rater's perceived gloss and naturalness rating. metadata.csv is mechanically generated from filenames by generate_metadata_remote.py and is not produced by an annotation platform.",
|
| 94 |
+
"rai:dataAnnotationAnalysis": "Inter-rater agreement on gloss recognition in the post-hoc expert review is substantial: Fleiss' kappa = 0.73, mean accuracy 86.3%, mean naturalness 3.87 +/- 0.71. The release-level gloss labels themselves are not subject to inter-rater disagreement, since they are fixed at capture time against a community-sanctioned BIM Sign Bank entry. The gloss-normalization pipeline in generate_metadata_remote.py prints every plural -> singular merge it applies, so the dataset author can audit and block-list semantically wrong merges before publishing.",
|
| 95 |
+
"rai:annotationsPerItem": "1 community-sanctioned gloss label per instance (fixed at capture time by the BIM Sign Bank prompt). 3 independent expert ratings per instance for the post-hoc perceptual quality review (perceived gloss + naturalness), released as quality metadata only.",
|
| 96 |
+
"rai:annotatorDemographics": "Capture-time gloss labels: assigned by construction via the BIM Sign Bank prompt; no separate annotator pool. Post-hoc perceptual review: three Deaf native signers with BIM domain expertise. The five capture participants themselves are Deaf native BIM signers (3 male, 2 female), aged 25-60, height 150-178 cm, representing four ethnic backgrounds in the Malaysian Deaf community (Malay, Chinese, Indian, Kadazan). Native fluency in BIM was prioritized over cohort size, following the recruitment scale typical of native-signer sign-language corpora such as How2Sign and Phoenix-2014T, where the pool of Deaf native signers available for studio capture is the binding constraint.",
|
| 97 |
+
"rai:machineAnnotationTools": [
|
| 98 |
+
"OptiTrack Motive 3.0.3 (marker reconstruction)",
|
| 99 |
+
"MANUS Core (per-signer glove calibration)",
|
| 100 |
+
"Rokoko Retarget plugin v1.4.3 in Blender 4.5.2 (SMPL-X retargeting)",
|
| 101 |
+
"Custom Python pipeline for per-joint anatomical ROM clamping on SMPL-X parameters",
|
| 102 |
+
"huggingface_hub (file listing for metadata.csv generation)",
|
| 103 |
+
"Python regular expressions (gloss normalization in generate_metadata_remote.py)"
|
| 104 |
+
],
|
| 105 |
+
"rai:dataBiases": "Known biases of MySign: (i) Signer cohort: only five signers are recorded, so signer-specific motion idiosyncrasies will dominate any model trained on it; the cohort is balanced across four Malaysian ethnic backgrounds and both genders, but is too small to support strong claims about variation across the BIM-using population. (ii) Studio capture: all recordings are from a single optical motion-capture laboratory under controlled conditions; the dataset does not reflect lighting, occlusion, or camera variability of in-the-wild capture. This is intrinsic to mocap-based releases. (iii) Vocabulary: the 1,000 glosses are drawn from the authorized BIM Sign Bank under guidance of a Deaf advisor and are weighted toward common everyday signs across nine main categories; rarer technical, regional, slang, and emerging signs are under-represented. (iv) Register: only isolated, prompted signs are recorded, so connected-signing phenomena (coarticulation, prosody, role shift, classifier constructions, non-manual markers beyond what the SMPL-X skeleton captures) are absent. (v) Retargeting: SMPL-X retargeting and ROM clamping are deterministic but lossy; fine-grained details of the original marker stream (and therefore some signer idiolect) are smoothed by the parametric body model.",
|
| 106 |
+
"rai:dataUseCases": [
|
| 107 |
+
"Training and evaluating fine-grained sign language generation models for BIM in a SMPL-X-compatible parametric motion representation.",
|
| 108 |
+
"Training and evaluating isolated-sign recognition for BIM under a signer-independent train/test split.",
|
| 109 |
+
"Driving 3D avatars for BIM sign synthesis, education, and accessibility tooling.",
|
| 110 |
+
"Linguistic and biomechanical analysis of BIM kinematics, including bimanual coordination and finger articulation.",
|
| 111 |
+
"Cross-sign-language transfer studies that benefit from a parametric (SMPL-X) representation comparable across corpora."
|
| 112 |
+
],
|
| 113 |
+
"rai:dataLimitations": "MySign captures isolated signs only: it does not contain continuous signing, sentences, conversations, classifier constructions, or non-manual markers (facial expression, mouthing, eye gaze) beyond what the SMPL-X skeleton captures. The vocabulary is fixed at 1,000 BIM Sign Bank glosses and is not corpus-driven. Five signers, while balanced across ethnicity and gender, are too few to support strong claims about signer-independent generalization across the full BIM-using population. The release is fully retargeted SMPL-X data; raw OptiTrack marker streams and raw MANUS glove streams are not released, so users who want to study marker-level kinematics cannot do so from the public release. Per-joint ROM clamping removes anatomically inadmissible configurations but, by construction, may slightly attenuate idiosyncratic motion at the boundary of the admissible region.",
|
| 114 |
+
"rai:dataSocialImpact": "Intended impact: BIM is under-resourced relative to languages such as ASL, and a freely available 3D motion-capture dataset of native-signer BIM lowers the cost of building accessibility tools (educational apps, avatar-based interpreters, recognition and generation systems) for the Malaysian Deaf community. The cohort is built around Deaf native signers and the vocabulary is curated under Deaf supervision against the authorized BIM Sign Bank, so the released signs reflect native usage rather than learner approximations. Risks: low-quality recognition or generation systems trained on this small dataset could be deployed in high-stakes settings (legal, medical, educational interpretation) where errors would harm Deaf users; biometric re-identification of a participant from skeletal kinematics is in principle possible (gait/movement biometrics), so signers should be considered pseudonymous rather than fully anonymous. We expect downstream system builders to validate with the BIM-using community before deployment.",
|
| 115 |
+
"rai:personalSensitiveInformation": "Released files contain only skeletal motion: SMPL-X joint rotations and translations derived from OptiTrack marker trajectories and MANUS glove streams. No images, video, audio, or facial textures of the signers are released. No name, address, contact information, or other direct personal identifier is included. Signers are referenced only by opaque IDs (Signer001 ... Signer005). Re-identification of a signer from skeletal kinematics alone is in principle possible (movement biometrics); the dataset should therefore be treated as pseudonymous. All capture procedures were reviewed and approved by the institutional Human Research Ethics Committee (HREC). Recruitment and consent materials were delivered primarily in BIM (including short explanatory videos), each participant signed a written consent form before their first session, participation was voluntary, and participants received 50 MYR per session, exceeding the local minimum wage.",
|
| 116 |
+
"rai:dataReleaseMaintenancePlan": "The dataset is hosted on the Hugging Face Hub at https://huggingface.co/datasets/mysigner/MySign. The git history of that repository is the canonical version log; metadata.csv, croissant.json, and README.md are versioned alongside the data. Errata, corrections, and clarifications will be applied in-place with descriptive commit messages. The released signer-independent train/test split is fixed and will not be silently reshuffled. Issues, errata, and takedown requests can be filed via the dataset's Hugging Face Community tab. There is no scheduled deprecation; if the dataset is superseded by a future release, the current version will remain accessible via git history.",
|
| 117 |
+
|
| 118 |
"distribution": [
|
| 119 |
{
|
| 120 |
"@type": "cr:FileObject",
|
|
|
|
| 133 |
"containedIn": { "@id": "repo" },
|
| 134 |
"contentUrl": "metadata.csv",
|
| 135 |
"encodingFormat": "text/csv"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 136 |
}
|
| 137 |
],
|
| 138 |
|
|
|
|
| 141 |
"@type": "cr:RecordSet",
|
| 142 |
"@id": "signs",
|
| 143 |
"name": "signs",
|
| 144 |
+
"description": "One record per .fbx file. The file_name column is the relative path inside the repository, e.g. 'Signer001/Above.fbx'. The .fbx files themselves are not formally declared as a Croissant FileSet (FBX has no native Croissant semantics); see the README for the file layout.",
|
| 145 |
"key": { "@id": "signs/file_name" },
|
| 146 |
"field": [
|
| 147 |
{
|
| 148 |
"@type": "cr:Field",
|
| 149 |
"@id": "signs/file_name",
|
| 150 |
"name": "file_name",
|
| 151 |
+
"description": "Repository-relative path to the FBX file, e.g. 'Signer001/Above.fbx'. Resolves to https://huggingface.co/datasets/mysigner/MySign/resolve/main/<file_name>. Kept as plain Text so consumers can choose when (and whether) to load the binary FBX content.",
|
| 152 |
"dataType": "sc:Text",
|
|
|
|
| 153 |
"source": {
|
| 154 |
"fileObject": { "@id": "metadata.csv" },
|
| 155 |
"extract": { "column": "file_name" }
|