paper-with-me

홈 › Papers

Training Flexible Depth Model by Multi-Task Learning for Neural Machine Translation

2020-10-16 · Findings of the Association for Computational Linguistics 2020 · Qiang Wang, Tong Xiao, Jingbo Zhu

The standard neural machine translation model can only decode with the same depth configuration as training. Restricted by this feature, we have to deploy models of various sizes to maintain the same translation latency, because the hardware conditions on different terminal devices (e.g., mobile phones) may vary greatly. Such individual training leads to increased model maintenance costs and slower model iterations, especially for the industry. In this work, we propose to use multi-task learning to train a flexible depth model that can adapt to different depth configurations during inference. Experimental results show that our approach can simultaneously support decoding in 24 depth configurations and is superior to the individual training and another flexible depth model training method -- LayerDrop.

📄 PDF Abstract BibTeX arXiv:2010.08265

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationMulti-Task LearningTranslation

Methods 이 논문이 사용한 방법론

LayerDrop LayerDrop is a form of structured dropout for Transformer models which has a…

Similar Papers 제목 키워드 기반

LiDAR Meta Depth Completion

2023-07-24 · Wolfgang Boettcher, Lukas Hoyer, Ozan Unal, Ke Li 외

Depth estimation is one of the essential tasks to be addressed when creating mobile autonomous systems. While monocular depth estimation methods have improved in recent times, depth completion provides more accurate and …

Depth CompletionDepth EstimationMonocular Depth Estimation

Varifocal Multiview Images: Capturing and Visual Tasks

2021-11-19 · Kejun Wu, Qiong Liu, Guoan Li, Gangyi Jiang 외

Multiview images have flexible field of view (FoV) but inflexible depth of field (DoF). To overcome the limitation of multiview images on visual tasks, in this paper, we present varifocal multiview (VFMV) images with fle…

Flexible-Modal Face Anti-Spoofing: A Benchmark

2022-02-16 · Zitong Yu, Ajian Liu, Chenxu Zhao, Kevin H. M. Cheng 외

Face anti-spoofing (FAS) plays a vital role in securing face recognition systems from presentation attacks. Benefitted from the maturing camera sensors, single-modal (RGB) and multi-modal (e.g., RGB+Depth) FAS has been a…

Face Anti-SpoofingFace Recognition

CH3Depth: Efficient and Flexible Depth Foundation Model with Flow Matching

2025-01-01 · CVPR 2025 1 · Jiaqi Li, Yiran Wang, Jinghong Zheng, JunRui Zhang 외

Depth estimation is a fundamental task in 3D vision. An ideal depth estimation model is expected to embrace meticulous detail, temporal consistency, and high efficiency. Although existing foundation models can perfor…

Depth Estimation

NMTPY: A Flexible Toolkit for Advanced Neural Machine Translation Systems

2017-06-01 · Ozan Caglayan, Mercedes García-Martínez, Adrien Bardet, Walid Aransa 외

In this paper, we present nmtpy, a flexible Python toolkit based on Theano for training Neural Machine Translation and other neural sequence-to-sequence architectures. nmtpy decouples the specification of a network from …

Machine TranslationMultimodal Machine TranslationTranslation