paper-with-me

Papers

Context Consistency between Training and Testing in Simultaneous Machine Translation

2023-11-13 · Meizhi Zhong, Lemao Liu, Kehai Chen, Mingming Yang, Min Zhang

Simultaneous Machine Translation (SiMT) aims to yield a real-time partial translation with a monotonically growing the source-side context. However, there is a counterintuitive phenomenon about the context usage between training and testing: e.g., the wait-k testing model consistently trained with wait-k is much worse than that model inconsistently trained with wait-k' (k' is not equal to k) in terms of translation quality. To this end, we first investigate the underlying reasons behind this phenomenon and uncover the following two factors: 1) the limited correlation between translation quality and training (cross-entropy) loss; 2) exposure bias between training and testing. Based on both reasons, we then propose an effective training approach called context consistency training accordingly, which makes consistent the context usage between training and testing by optimizing translation quality and latency as bi-objectives and exposing the predictions to the model during the training. The experiments on three language pairs demonstrate our intuition: our system encouraging context consistency outperforms that existing systems with context inconsistency for the first time, with the help of our context consistency training approach.

📄 PDF Abstract BibTeX arXiv:2311.07066

Code (1)

zhongmz/contextconsistencybitraining4simt 공식 구현 pytorch

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Connecting the Dots: Detecting Adversarial Perturbations Using Context Inconsistency

2020-07-19 · ECCV 2020 8 · Shasha Li, Shitong Zhu, Sudipta Paul, Amit Roy-Chowdhury 외

There has been a recent surge in research on adversarial perturbations that defeat Deep Neural Networks (DNNs) in machine vision; most of these perturbation-based attacks target object classifiers. Inspired by the observ…

Consistent Prompting for Rehearsal-Free Continual Learning

2024-03-13 · CVPR 2024 1 · Zhanxin Gao, Jun Cen, Xiaobin Chang

Continual learning empowers models to adapt autonomously to the ever-changing environment or data streams without forgetting old knowledge. Prompt-based approaches are built on frozen pre-trained models to learn the task…

Continual Learning

Consistency Regularization for Generalizable Source-free Domain Adaptation

2023-08-03 · Longxiang Tang, Kai Li, Chunming He, Yulun Zhang 외

Source-free domain adaptation (SFDA) aims to adapt a well-trained source model to an unlabelled target domain without accessing the source dataset, making it applicable in a variety of real-world scenarios. Existing SFDA…

Domain AdaptationPseudo LabelSource-Free Domain Adaptation

COSEE: Consistency-Oriented Signal-Based Early Exiting via Calibrated Sample Weighting Mechanism

2024-12-17 · Jianing He, Qi Zhang, Hongyun Zhang, Xuanjing Huang 외

Early exiting is an effective paradigm for improving the inference efficiency of pre-trained language models (PLMs) by dynamically adjusting the number of executed layers for each sample. However, in most existing works,…

Exploiting Spatial-Temporal Semantic Consistency for Video Scene Parsing

2021-09-06 · Xingjian He, Weining Wang, Zhiyong Xu, Hao Wang 외

Compared with image scene parsing, video scene parsing introduces temporal information, which can effectively improve the consistency and accuracy of prediction. In this paper, we propose a Spatial-Temporal Semantic Cons…

Scene Parsing