REVIEW 4 major objections 6 minor 28 references
Transfer Learning from Visual Speech Recognition to Mouthing Recognition in German Sign Language
T0 review · 4 major / 6 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read Multi-task learning with visual speech recognition improves both mouthing recognition in German Sign Language and German lipreading; mouthing should be treated as a related but distinct task.
desk verdict A useful new dataset and task formulation, but the paper's central claim that MTL improves mouthing recognition is not statistically supported by the single-run results on a randomly split, non-signer-independent test set. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is hard parameter sharing in multi-task learning: a single 3D-convolutional plus bidirectional-GRU encoder processes 30-frame, 96×96 mouth crops, and separate task-specific classifiers predict the word for each dataset, with all losses summed with equal weight. Each dataset is treated as one task, so mouthing and lipreading are forced to share a visual representation while keeping their own output layers. The same encoder architecture, in a domain-adversarial variant with a gradient-reversal layer, provides the contrast case that spoken articulation and mouthing are not the same task under a domain shift.
What would settle it
Re-run the comparison with a signer-disjoint split of the mouthing corpus—holding out all clips of a set of signers for testing—and check whether the multi-task gains over the mouthing-only baseline persist; if they shrink to noise, the central transfer claim does not generalize to unseen signers.
Extended reading notes
Core claim
On its own terms, the paper's discovery is that mouthing recognition and visual speech recognition are better modelled as separate tasks sharing an encoder than as one task viewed through different domains. A baseline trained only on the mouthing dataset reaches 44.00% test accuracy, and 34.67% on a perturbed version of that test set. Multi-task models trained jointly on mouthing plus a German lipreading dataset reach up to 46.53% on the clean test set and 41.07% on the perturbed set, with five of seven multi-task configurations beating the mouthing-only baseline. Treating mouthing and lipreading as the same task through domain-adversarial training fails to beat the baseline. Notably, the German lipreading dataset with words unrelated to the mouthing labels produced the largest mouthing gains, while the English lipreading source produced smaller gains and the German same-word source fell in between, which the authors read as evidence that task relatedness is not the main driver of transfer.
Load-bearing premise
The mouthing dataset is split into training, validation, and test sets by randomly sampling video clips, so the same signer can appear on both sides of the split; the accuracy comparisons therefore assume the models are learning mouthing patterns, not signer identity.
Editorial extensions
If this is right
- Mouthing recognition can be framed as word classification, giving it a label space that lipreading datasets already populate.
- Languages with scarce sign-language mouthing annotations can recruit lipreading corpora through multi-task learning instead of waiting for new manual annotation.
- Because unrelated German words transferred as well as or better than matching words, shared mouth dynamics may matter more than shared vocabulary.
- Transfer improves resilience to unseen perturbations even where clean-test gains are small, so auxiliary lipreading data may buy stability before it buys accuracy.
- Stacking too many transfer tasks hurts performance: joint training on all four datasets produced the lowest mouthing accuracy, indicating task conflicts.
Reading between the lines
- The reported gains are measured on a random split of video clips, not on signer-disjoint splits; a signer-holdout test is the direct way to check whether the improvements reflect mouthing generalization rather than signer identity.
- If the transfer effect is driven by low-level mouth dynamics, then lipreading data from other languages or even synthetic mouth animations might serve as source tasks, and the English result in this paper may understate that possibility because of differences in video quality.
- The datasets were artificially matched in size (397 clips per class), which is not the regime where transfer usually pays off most; testing with a much larger lipreading source or a much smaller mouthing target could show larger gains than reported here.
- The same multi-task recipe could be applied to other non-manual markers in sign languages, as long as they can be assigned discrete labels aligned with spoken or signed units.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript introduces a mouthing recognition task for German Sign Language (DGS) in which mouthing videos are classified into the corresponding spoken German words. To address the scarcity of mouthing annotations, the authors construct a mouthing dataset from the Public DGS Corpus and compare three transfer-learning strategies — fine-tuning, domain-adversarial training (DANN), and multi-task learning (MTL) — using three visual speech recognition (VSR) datasets: LRW (English), GLipsM (German words matching the mouthing vocabulary), and GLipsR (German words unrelated to the mouthing vocabulary). The central claim, stated in the abstract and conclusion, is that multi-task learning improves both mouthing recognition and VSR accuracy as well as model robustness, suggesting that mouthing recognition should be treated as a distinct but related task to VSR.
Significance. If the reported improvements are real, the paper makes a useful and timely contribution to sign language recognition by demonstrating that comparatively abundant VSR data can benefit a much scarcer mouthing recognition task, and it is one of the first works to use spoken words as labels for mouthing recognition. The experimental design is thoughtful in its manipulation of task relatedness (same vocabulary, different vocabulary, and different language), and the public release of the code is a concrete asset for reproducibility. However, the strength of the conclusions is currently limited by the lack of variance estimates, the use of a single run per condition, and the absence of a signer-independent evaluation, all of which are load-bearing for the headline claims.
major comments (4)
- [Section III-A1] The M dataset is split into training, validation, and test sets by randomly sampling video clips in an 8:1:1 ratio, with no signer-independent partition. Since the Public DGS Corpus contains videos from many signers across Germany, clips from the same signer almost certainly appear in both training and test sets. This creates a risk that the reported accuracies reflect signer identity or recording conditions rather than mouthing recognition quality. A signer-disjoint split, or at least a detailed report of the number of signers per split and per class, is necessary to support the abstract's and conclusion's claim that MTL improves mouthing recognition for new signers. Without such evidence, the central result may not transfer to signers unseen during training.
- [Table I and Section IV] All accuracy numbers in Table I are single-run results with no error bars, no repeated seeds, and no significance tests. With 750 test clips (15 classes × 50), the standard error of the 44.00% baseline accuracy is roughly 1.8 percentage points, so the best MTL gain on M (46.53% for MTL M&GLipsR) is only about 1.4 standard errors above the baseline. The statement in Section IV that MTL "improves the performance and robustness for mouthing recognition significantly" is therefore not statistically supported. Similarly, the robustness claim rests on a single perturbed test set (M) generated with one combination of Gaussian noise and histogram equalization, without quantifying the variance of that perturbation. The paper should report multiple seeds, confidence intervals, or a significance test before making this claim.
- [Section IV and Conclusion] The claim that MTL significantly improves German VSR accuracy is not consistent with Table I. For GLipsM, the baseline is 38.18%, while MTL M&GLipsM reaches 37.92% (lower than baseline) and MTL M&GLipsM&LRW reaches 40.05%. For GLipsR, MTL M&GLipsR reaches 41.60% versus a 41.47% baseline, a difference of 0.13 points, and only the three-task model M&GLipsM&GLipsR shows a clearer gain (43.20% versus 41.47%). Given these mixed results, the conclusion that MTL "significantly improves both mouthing recognition and German lipreading" overstates the evidence. The paper should either temper the claim or provide statistical evidence of consistent improvement across tasks.
- [Section IV] The statement that "task relatedness does not greatly impact the transfer learning benefits in this context" is based on a comparison of only three VSR datasets that differ in language, word overlap, and video quality. The huge discrepancy in baseline difficulty (LRW 83.87% versus GLipsM 38.18% and GLipsR 41.47%) is itself a confound: any transfer effects are entangled with the absolute difficulty of each source task. The paper should either analyze task relatedness with more controlled conditions (e.g., same-language datasets with different word overlap) or soften this claim to reflect the limited evidence.
minor comments (6)
- [Table I] The column header "M M" is ambiguous; the second column appears to refer to the perturbed test set M, but the bar is missing. Use a distinct label such as "M (perturbed)" to avoid confusion.
- [Section III-A2] The text says GLips is already split into training, validation, and test sets, but it does not state how many instances remain per class after randomly selecting the 15 related and 15 unrelated word classes. Clarify that the subsequent removal step yields 397 training instances per class in all datasets.
- [Section III-B2] The description of DANN states that each batch consists of samples from both domains in equal proportions, but it does not specify how the gradient reversal loss is weighted relative to the classification loss. Since equal weighting is later mentioned for MTL and DANN, state this explicitly in the method section.
- [Section III-C] The early-stopping rule (validation accuracy for M does not improve for over 100 epochs after surpassing 1000 epochs) is unusual and not justified. A standard early-stopping criterion based on the M validation set would be simpler; if this particular rule is intended to reduce overfitting, explain the rationale.
- [Section II] In the related work, the authors mention that prior work follows either approach (a) recognizing words/phrases or (b) recognizing mouth shapes. It would help to explicitly state that the present work follows approach (a), which clarifies the novelty claim.
- [Ethical Impact Statement] The statement acknowledges that the vast majority of signers are visibly white adults, but it does not cite the corpus documentation for this observation. Adding a citation to the Public DGS Corpus documentation would strengthen this acknowledgment.
Circularity Check
No circularity: the study is an empirical comparison on held-out test sets with no fitted quantity renamed as a prediction.
full rationale
This paper reports an empirical machine-learning study: it trains baseline, fine-tuning, DANN, and MTL models on fixed datasets and compares top-1 accuracy on held-out test sets (Table I). There is no derivation chain in which an output is defined in terms of the claimed prediction. The hyperparameters (learning rate, batch size, early stopping) are fixed and trained on validation accuracy for M; no test-set result is fitted or fed back into model selection. The central claims are comparative accuracy observations, not quantities derived from the method's own inputs. The authors cite their own prior work ([21], [22]) only as architectural inspiration for a standard Conv3D+Bi-GRU design, which is also attributed to external references [3], [12], [26]; this self-citation is not load-bearing. The paper's own concessions that fine-tuning provides little benefit on M, that DANN does not outperform the baseline, and that the four-task MTL model degrades performance are consistent with an honest empirical report rather than a forced conclusion. Concerns about missing error bars, single runs, and non-signer-independent splits are validity and robustness issues, not circularity: the held-out M test set is still an external benchmark relative to the training procedure, and no parameter was fit to that benchmark. The paper therefore contains no step where a prediction is equivalent by construction to an input, a fitted constant, or a self-cited uniqueness claim.
Assumptions & free parameters
free parameters (4)
- MTL loss weights =
equal (1.0 each)
- Architecture hyperparameters =
LR=1e-5, batch=64, hidden=256, Conv3D channels 16/16/32
- Training instance count per class =
397 per class after balancing
- Target mouthing vocabulary size =
15 words
assumptions (4)
- domain assumption Public DGS Corpus mouthing annotations are accurate and timestamped correctly.
- ad hoc to paper A random clip-level split is a valid evaluation protocol for mouthing recognition.
- domain assumption Removing no-face video clips and rebalancing does not introduce systematic bias.
- domain assumption Mouth region cropping with the implementation of [20] captures the discriminative articulation information.
Cite this review
Pith. "Pith review of Transfer Learning from Visual Speech Recognition to Mouthing Recognition in German Sign Language." pith.science (2026). https://pith.science/paper/XKGRXA7Y
@misc{pith2026250513784,
author = {Pith},
title = {Pith review of: Transfer Learning from Visual Speech Recognition to Mouthing Recognition in German Sign Language},
year = {2026},
howpublished = {\url{https://pith.science/paper/XKGRXA7Y}},
note = {Machine review of arXiv:2505.13784}
}
read the original abstract
Sign Language Recognition (SLR) systems primarily focus on manual gestures, but non-manual features such as mouth movements, specifically mouthing, provide valuable linguistic information. This work directly classifies mouthing instances to their corresponding words in the spoken language while exploring the potential of transfer learning from Visual Speech Recognition (VSR) to mouthing recognition in German Sign Language. We leverage three VSR datasets: one in English, one in German with unrelated words and one in German containing the same target words as the mouthing dataset, to investigate the impact of task similarity in this setting. Our results demonstrate that multi-task learning improves both mouthing recognition and VSR accuracy as well as model robustness, suggesting that mouthing recognition should be treated as a distinct but related task to VSR. This research contributes to the field of SLR by proposing knowledge transfer from VSR to SLR datasets with limited mouthing annotations.
Figures
Reference graph
Works this paper leans on
-
[1]
S. Albanie, G. Varol, L. Momeni, T. Afouras, J. S. Chung, N. Fox, and A. Zisserman. Bsl-1k: Scaling up co-articulated sign language recognition using mouthing cues. In Computer Vision – ECCV 2020 , pages 35–53, Cham, 2020. Springer International Publishing
work page 2020
-
[2]
E. Antonakos, A. Roussos, and S. Zafeiriou. A survey on mouth modeling and analysis for sign language recognition. In 2015 11th IEEE International Conference and Workshops on Automatic Face and Gesture Recognition (FG) , volume 1, pages 1–7, 2015
work page 2015
-
[3]
Y . M. Assael, B. Shillingford, S. Whiteson, and N. de Fre- itas. Lipnet: End-to-end sentence-level lipreading. arXiv preprint arXiv:1611.01599, 2016
arXiv 2016
-
[4]
A. Bauer and M. Kyuseva. New insights into mouthings: Evidence from a corpus-based study of russian sign language. Frontiers in Psychology, 12, 2022
work page 2022
-
[5]
M. Brumm and R.-R. Grigat. Optimised preprocessing for automatic mouth gesture classification. In Proceedings of the LREC2020 9th Workshop on the Representation and Processing of Sign Languages: Sign Language Resources in the Service of the Language Community, Technological Challenges and Application Perspectives , pages 27– 32, Marseille, France, May 202...
work page 2020
-
[6]
Z. Cao, G. Hidalgo Martinez, T. Simon, S. Wei, and Y . A. Sheikh. Openpose: Realtime multi-person 2d pose estimation using part affin- ity fields. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2019
work page 2019
-
[7]
J. S. Chung and A. Zisserman. Lip reading in the wild. In Computer Vision – ACCV 2016, pages 87–103. Springer International Publishing, 2017
work page 2016
- [8]
Show all 28 references
-
[9]
E. D. Cubuk, B. Zoph, J. Shlens, and Q. Le. Randaugment: Practical automated data augmentation with a reduced search space. In Ad- vances in Neural Information Processing Systems , volume 33, pages 18613–18624. Curran Associates, Inc., 2020
2020
-
[10]
Entezari, M
R. Entezari, M. Wortsman, O. Saukh, M. M. Shariatnia, H. Sedghi, and L. Schmidt. The role of pre-training data in transfer learning. arXiv preprint arXiv:2302.13602 , 2023
2023 arXiv
-
[11]
H. Fan, T. Murrell, H. Wang, K. V . Alwala, Y . Li, Y . Li, B. Xiong, N. Ravi, M. Li, H. Yang, J. Malik, R. Girshick, M. Feiszli, A. Adcock, W.-Y . Lo, and C. Feichtenhofer. PyTorchVideo: A deep learning library for video understanding. In Proceedings of the 29th ACM Internati...
2021
-
[12]
Fenghour, D
S. Fenghour, D. Chen, K. Guo, B. Li, and P. Xiao. Deep learning-based automated lip-reading: A survey. IEEE Access , 9:121184–121205, 2021
2021
-
[13]
Ganin, E
Y . Ganin, E. Ustinova, H. Ajakan, P. Germain, H. Larochelle, F. Lavi- olette, M. Marchand, and V . Lempitsky. Domain-adversarial training of neural networks. J. Mach. Learn. Res., 17(1):2096–2030, Jan. 2016
2016
-
[14]
Huang, J
J.-T. Huang, J. Li, D. Yu, L. Deng, and Y . Gong. Cross-language knowledge transfer using multilingual deep neural network with shared hidden layers. In 2013 IEEE International Conference on Acoustics, Speech and Signal Processing , pages 7304–7308, 2013
2013
-
[15]
Jiang, B
S. Jiang, B. Sun, L. Wang, Y . Bai, K. Li, and Y . R. Fu. Skeleton aware multi-modal sign language recognition. 2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW) , pages 3408–3418, 2021
2021
-
[16]
O. Koller. Quantitative survey of the state of the art in sign language recognition. arXiv preprint arXiv:2008.09918 , 2020
2008 arXiv
-
[17]
Koller, H
O. Koller, H. Ney, and R. Bowden. Read my lips: Continuous signer independent weakly supervised viseme recognition. In Computer Vision – ECCV 2014 , pages 281–296, Cham, 2014. Springer Inter- national Publishing
2014
-
[18]
Koller, H
O. Koller, H. Ney, and R. Bowden. Weakly supervised automatic transcription of mouthings for gloss-based sign language corpora. In Proceedings of the LREC2014 6th Workshop on the Representation and Processing of Sign Languages: Beyond the Manual Channel , pages 89–94, Reykjavi...
2014
-
[19]
Konrad, T
R. Konrad, T. Hanke, G. Langer, D. Blanck, J. Bleicken, I. Hofmann, O. Jeziorski, L. K ¨onig, S. K ¨onig, R. Nishio, A. Regen, U. Salden, S. Wagner, S. Worseck, O. B ¨ose, E. Jahn, and M. Schulder. Meine dgs – annotiert. ¨offentliches korpus der deutschen geb ¨ardensprache, 3....
2020
-
[20]
P. Ma, S. Petridis, and M. Pantic. Visual Speech Recognition for Multiple Languages in the Wild. Nature Machine Intelligence, 4:930– 939, 2022
2022
-
[21]
D. N. Pham, V . Czehmann, and E. Avramidis. Disambiguating signs: Deep learning-based gloss-level classification for german sign language by utilizing mouth actions. In 31st European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning, ESAN...
2023
-
[22]
D. N. Pham and T. Rahne. Entwicklung und evaluation eines deep- learning-algorithmus f¨ur die worterkennung aus lippenbewegungen f¨ur die deutsche sprache. HNO, 70(6):456–465, 2022
2022
-
[23]
M. D. C. Saenz. Mouthing recognition with OpenPose in sign language. In Proceedings of the 7th International Workshop on Sign Language Translation and Avatar Technology: The Junction of the Visual and the Textual: Challenges and Perspectives , pages 91–94, Marseille, France, J...
2022
-
[24]
Schmidt, O
C. Schmidt, O. Koller, H. Ney, T. Hoyoux, and J. Piater. Using viseme recognition to improve a sign language translation system. In Proceedings of the 10th International Workshop on Spoken Language Translation: Papers, Heidelberg, Germany, Dec. 5-6 2013
2013
-
[25]
Schwiebert, C
G. Schwiebert, C. Weber, L. Qu, H. Siqueira, and S. Wermter. A multimodal German dataset for automatic lip reading systems and transfer learning. In Proceedings of the Thirteenth Language Resources and Evaluation Conference , pages 6829–6836, Marseille, France, 2022. European ...
2022
-
[26]
Sheng, G
C. Sheng, G. Kuang, L. Bai, C. Hou, Y . Guo, X. Xu, M. Pietik ¨ainen, and L. Liu. Deep learning for visual speech analysis: A survey. IEEE Transactions on Pattern Analysis and Machine Intelligence , 46(9):6001–6022, 2024
2024
-
[27]
von Agris, M
U. von Agris, M. Knorr, and K.-F. Kraiss. The significance of facial features for automatic sign language recognition. In 2008 8th IEEE International Conference on Automatic Face & Gesture Recognition , pages 1–6, 2008
2008
-
[28]
Zhang and Q
Y . Zhang and Q. Yang. A survey on multi-task learning. IEEE Transactions on Knowledge and Data Engineering, 34(12):5586–5609, 2022
2022
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.