paper-with-me

홈 › Papers

Multi-Teacher Knowledge Distillation For Text Image Machine Translation

2023-05-09 · Cong Ma, Yaping Zhang, Mei Tu, Yang Zhao, Yu Zhou, Chengqing Zong

Text image machine translation (TIMT) has been widely used in various real-world applications, which translates source language texts in images into another target language sentence. Existing methods on TIMT are mainly divided into two categories: the recognition-then-translation pipeline model and the end-to-end model. However, how to transfer knowledge from the pipeline model into the end-to-end model remains an unsolved problem. In this paper, we propose a novel Multi-Teacher Knowledge Distillation (MTKD) method to effectively distillate knowledge into the end-to-end TIMT model from the pipeline model. Specifically, three teachers are utilized to improve the performance of the end-to-end TIMT model. The image encoder in the end-to-end TIMT model is optimized with the knowledge distillation guidance from the recognition teacher encoder, while the sequential encoder and decoder are improved by transferring knowledge from the translation sequential and decoder teacher models. Furthermore, both token and sentence-level knowledge distillations are incorporated to better boost the translation performance. Extensive experimental results show that our proposed MTKD effectively improves the text image translation performance and outperforms existing end-to-end and pipeline models with fewer parameters and less decoding time, illustrating that MTKD can take advantage of both pipeline and end-to-end models.

📄 PDF Abstract BibTeX arXiv:2305.05226

Code (1)

EriCongMa/MTKD_TIMT 공식 구현 pytorch

Tasks

DecoderKnowledge DistillationMachine TranslationSentenceTranslation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Powerful Teachers Matter: Text-Guided Multi-view Knowledge Distillation with Visual Prior Enhancement

2026-03-25 · Xin Zhang, Jianyang Xu, Hao Peng, Dongjing Wang 외 arxiv

Knowledge distillation transfers knowledge from large teacher models to smaller students for efficient inference. While existing methods primarily focus on distillation strategies, they often overlook the importance of e…

Knowledge Distillation

AMMKD: Adaptive Multimodal Multi-teacher Distillation for Lightweight Vision-Language Models

2025-08-23 · Yuqi Li, Chuanguang Yang, Junhao Dong, Zhengtao Yao 외 arxiv

The success of large-scale visual language pretraining (VLP) models has driven widespread adoption of image-text retrieval tasks. However, their deployment on mobile devices remains limited due to large model sizes and c…

Knowledge DistillationText Retrieval

Partial to Whole Knowledge Distillation: Progressive Distilling Decomposed Knowledge Boosts Student Better

2021-09-26 · Xuanyang Zhang, Xiangyu Zhang, Jian Sun

Knowledge distillation field delicately designs various types of knowledge to shrink the performance gap between compact student and large-scale teacher. These existing distillation approaches simply focus on the improve…

Knowledge Distillation

Context Unaware Knowledge Distillation for Image Retrieval

2022-07-19 · Bytasandram Yaswanth Reddy, Shiv Ram Dubey, Rakesh Kumar Sanodiya, Ravi Ranjan Prasad Karn

Existing data-dependent hashing methods use large backbone networks with millions of parameters and are computationally complex. Existing knowledge distillation methods use logits and other features of the deep (teacher)…

Image RetrievalKnowledge DistillationQuantizationRetrieval

Student Customized Knowledge Distillation: Bridging the Gap Between Student and Teacher

2021-01-01 · ICCV 2021 10 · Yichen Zhu, Yi Wang

Knowledge distillation (KD) transfers the dark knowledge from cumbersome networks (teacher) to lightweight (student) networks and expects the student to achieve more promising performance than training without the te…

image-classificationImage ClassificationKnowledge DistillationMulti-Task Learning+3