paper-with-me

Papers

Cross-modality Data Augmentation for End-to-End Sign Language Translation

2023-05-18 · Jinhui Ye, Wenxiang Jiao, Xing Wang, Zhaopeng Tu, Hui Xiong

End-to-end sign language translation (SLT) aims to convert sign language videos into spoken language texts directly without intermediate representations. It has been a challenging task due to the modality gap between sign videos and texts and the data scarcity of labeled data. Due to these challenges, the input and output distributions of end-to-end sign language translation (i.e., video-to-text) are less effective compared to the gloss-to-text approach (i.e., text-to-text). To tackle these challenges, we propose a novel Cross-modality Data Augmentation (XmDA) framework to transfer the powerful gloss-to-text translation capabilities to end-to-end sign language translation (i.e. video-to-text) by exploiting pseudo gloss-text pairs from the sign gloss translation model. Specifically, XmDA consists of two key components, namely, cross-modality mix-up and cross-modality knowledge distillation. The former explicitly encourages the alignment between sign video features and gloss embeddings to bridge the modality gap. The latter utilizes the generation knowledge from gloss-to-text teacher models to guide the spoken language text generation. Experimental results on two widely used SLT datasets, i.e., PHOENIX-2014T and CSL-Daily, demonstrate that the proposed XmDA framework significantly and consistently outperforms the baseline models. Extensive analyses confirm our claim that XmDA enhances spoken language text generation by reducing the representation distance between videos and texts, as well as improving the processing of low-frequency words and long sentences.

📄 PDF Abstract BibTeX arXiv:2305.11096

Code (1)

atrewin/signxmda 공식 구현 pytorch

Tasks

Data AugmentationKnowledge DistillationSign Language TranslationText GenerationTranslation

Similar Papers 제목 키워드 기반

Back-Modality: Leveraging Modal Transformation for Data Augmentation

2023-09-21 · NeurIPS 2023 11

We introduce Back-Modality, a novel data augmentation schema predicated on modal transformation. Data from an initial modality undergoes transformation to an intermediate modality, followed by a reverse transformation. T…

MODALS: Data augmentation that works for everyone

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

The usefulness of data augmentation has led to the development of specific techniques of augmentation unique to each modality of data. The techniques developed for one modality usually suit the type of data in that parti…

Data Augmentation

Boosting Continuous Sign Language Recognition via Cross Modality Augmentation

2020-10-11 · Junfu Pu, Wengang Zhou, Hezhen Hu, Houqiang Li

Continuous sign language recognition (SLR) deals with unaligned video-text pair and uses the word error rate (WER), i.e., edit distance, as the main evaluation metric. Since it is not differentiable, we usually instead o…

SentenceSign Language Recognition

A Comprehensive Survey on Data Augmentation

2024-05-15 · Zaitian Wang, Pengfei Wang, Kunpeng Liu, Pengyang Wang 외

Data augmentation is a series of techniques that generate high-quality artificial data by manipulating existing data samples. By leveraging data augmentation techniques, AI models can achieve significantly improved appli…

Data AugmentationSurvey

Improved Text Classification via Test-Time Augmentation

2022-06-27 · Helen Lu, Divya Shanmugam, Harini Suresh, John Guttag

Test-time augmentation -- the aggregation of predictions across transformed examples of test inputs -- is an established technique to improve the performance of image classification models. Importantly, TTA can be used t…

Binary ClassificationClassificationimage-classificationImage Classification+2