TL;DR for operators
A held-out test set does not necessarily tell you how a sign-language translation system will behave with a new user. In Rethinking Sign Language Translation: The Impact of Signer Dependence on Model Evaluation, Artiaga and colleagues re-evaluate three gloss-free systems after excluding the test signer from training and development.1
On PHOENIX14T, the change is severe. Mean BLEU-4 falls from 21.44 to 10.53 for GFSLT-VLP, from 15.74 to 10.24 for GASLT, and from 22.74 to 4.18 for SignCL. Because target-sentence leakage in these folds is generally only about 1–3%, this is relatively strong evidence that conventional signer-overlapping evaluation can materially overstate robustness to unseen signers.
But holding out the person is not sufficient. On CSL-Daily, many signer-independent folds still have approximately 100% overlap between test target sentences and sentences already present in training. A model can therefore encounter a new signer while generating linguistic content it has effectively seen before.
For teams procuring or deploying SLT systems, the practical requirement is not one stronger metric. It is stronger evaluation governance: require unseen-signer results, measure target-sentence overlap, and test sentence-disjoint conditions before treating benchmark performance as deployment evidence.
A held-out test set can still contain familiar people
A translation system can perform well in development and then meet a real user whose hand shape, articulation, signing speed, facial expression, or signing style differs from the people represented in its training data. If the benchmark test set contains the same signers as training, the reported score cannot cleanly distinguish robust translation from adaptation to those recurring people.
That is the problem this paper tests.
The authors repeatedly rebuild the datasets so that one signer is used for testing, another for development, and the remaining signers for training. This signer-fold procedure changes the operational question from “Can the model translate more clips from a familiar population?” to “Can it translate a person it has never seen during development?”
PHOENIX14T provides the clearest result.
| Model | Default BLEU-4 | Unseen-signer mean | Default ROUGE-L | Unseen-signer mean |
|---|---|---|---|---|
| GFSLT-VLP | 21.44 | 10.53 | 42.49 | 26.14 |
| GASLT | 15.74 | 10.24 | 39.86 | 27.35 |
| SignCL | 22.74 | 4.18 | 49.04 | 13.16 |
All three systems deteriorate substantially. The model with the highest reported default PHOENIX14T scores, SignCL, also has the lowest signer-fold averages in this experiment. That reversal is more informative as an evaluation warning than as a model-ranking result: performance under a signer-overlapping split does not reliably indicate which system will remain strong when the user changes.
Appendix A reinforces the main result rather than introducing a separate claim. One-sample t-tests and Wilcoxon tests report statistically significant differences between signer-independent fold scores and the default baselines for every model and both metrics. The quantitative gap is therefore not driven by one unusual fold.
PHOENIX14T isolates the signer problem unusually well
A lower score after repartitioning a dataset does not automatically prove that signer identity caused the loss. The new folds could also differ in sentence composition, test-set size, or other characteristics.
The paper addresses two of the more plausible alternatives.
First, PHOENIX14T contains little target-sentence leakage under the signer folds. Unique development and test sentences appearing in training are generally in the 1–3% range, and only a small fraction of test sentences are performed by at least three signers. Repeated target text therefore offers relatively little opportunity to explain away the observed drop through memorisation.
Second, Appendix B examines sentence-length composition across folds. The authors find no consistent relationship between the proportion of short or long sentences and fold performance. This is an alternative-explanation check, not proof that signer variation is the sole cause, but it weakens sentence complexity as an obvious explanation for the fold differences.
The appropriate interpretation is consequently narrower than a causal claim about any particular signer trait. The study shows that performance changes sharply when signer overlap is removed under conditions where sentence repetition is limited. It does not isolate whether hand shape, signing speed, articulation, non-manual markers, or another signer-correlated feature is responsible.
CSL-Daily exposes a second leakage channel
It is tempting to treat an unseen-signer test as the finished solution. CSL-Daily shows why that assumption fails.
The same target sentence can be recorded by multiple people. Once those recordings are split by signer, the video in the test set may come from a new person while its target translation already appears in training.
That is sentence leakage, and on CSL-Daily it is extreme.
In folds 3, 5, 6, 8, and 9, the paper reports 100% test-sentence overlap with training. Other folds are similarly high: 98.18% in Fold 1, 99.94% in Fold 2, 99.88% in Fold 4, and 99.94% in Fold 7. Even Fold 10 retains 93.05% test overlap.
Those numbers change what a “signer-independent” score means. A correct translation may reflect robust extraction of meaning from the unfamiliar signer, but it may also be helped by a target sentence that the decoder has already encountered repeatedly during training. The benchmark cannot always separate those mechanisms at the individual-example level.
The qualitative analysis fits this concern. Under signer-independent evaluation, the models show template overgeneration, hallucination, omitted details, temporal mismatches, and semantic drift. At the same time, recurring phrases can be reproduced exactly. That combination is consistent with a system whose output prior remains strong even when visual-semantic grounding becomes unreliable.
Procurement needs two kinds of disjointness
The paper directly supports a benchmark-design conclusion. Cognaptus extends that conclusion to an operational requirement.
For a product team evaluating an SLT model for users outside its development population, “held-out test performance” should not be accepted as a sufficient evidence category. The evaluation record should answer at least three questions:
| Evaluation question | What it protects against | Operational use |
|---|---|---|
| Was the test signer absent from training and development? | Familiarity with person-specific visual or behavioural patterns | Estimates robustness to new users |
| Were test target sentences absent from training? | Memorised sentence or decoder-template shortcuts | Tests more genuine visual-to-language generalisation |
| Is train-test overlap reported explicitly? | Ambiguous claims based on nominal split labels | Allows buyers and benchmark owners to audit what the score measures |
This matters for model procurement as much as for research benchmarking. Two vendors can report comparable BLEU or ROUGE values while testing materially different generalisation conditions. Without signer and sentence-overlap information, the buyer cannot tell whether the comparison concerns new users, familiar linguistic templates, or both.
Product QA should also retain signer-stratified failure analysis. Global scores will not reveal whether a system degrades through omissions, plausible but incorrect templates, temporal errors, or broader semantic drift. Those failure modes create different downstream risks for accessibility products and require different remediation strategies.
The evidence supports protocol reform more strongly than a model hierarchy
Several reporting issues make the paper less suitable for fine-grained architecture ranking than for its central benchmark critique.
The PHOENIX14T default split sizes differ between the methodology description and Table 1. CSL-Daily SignCL coverage is also internally inconsistent: the prose says only Folds 1–4 were completed, while Table 8 includes a Fold 6 result. Most importantly, Appendix A states in prose that SignCL outperforms GFSLT-VLP and GASLT, although the main signer-fold averages show SignCL substantially below both. The numeric tables and paired-test directions should therefore be preferred over that narrative statement.
CSL-Daily adds another boundary: its near-complete sentence leakage means its signer-fold scores cannot be read as clean estimates of unseen-signer translation ability. The study also covers only publicly available gloss-free systems, not alternative visual representations such as skeleton-based features or gloss-to-text pipelines.
None of these issues overturn the main PHOENIX14T result. They do limit what should be built on top of it.
A benchmark score needs an answer to “unseen in what sense?”
The paper changes the evaluation question more than it changes the model-design question.
A test example can be held out as a video while remaining familiar in signer identity. It can be new in signer identity while remaining familiar in target sentence. Both conditions can produce benchmark scores that look like evidence of generalisation while leaving a deployment-relevant shortcut intact.
For SLT benchmark owners, the resulting standard is clear: separate by signer, separate by sentence, and report overlap rather than asking readers to infer it from a split name.
For product teams and model buyers, the corresponding rule is equally concrete. Do not treat a headline benchmark score as evidence for performance on new users until the evaluation demonstrates what was actually new to the model.
Cognaptus: Automate the Present, Incubate the Future.
-
Keren Artiaga and Sabyasachi Kamila and Haithem Afli and Conor Lynch and Mohammed Hasanuzzaman (2026). Rethinking Sign Language Translation: The Impact of Signer Dependence on Model Evaluation. arXiv:2609.07965. https://arxiv.org/abs/2609.07965 ↩︎