paper-with-me

홈 › Papers

Embedded Heterogeneous Attention Transformer for Cross-lingual Image Captioning

2023-07-19 · Zijie Song, Zhenzhen Hu, Yuanen Zhou, Ye Zhao, Richang Hong, Meng Wang

Cross-lingual image captioning is a challenging task that requires addressing both cross-lingual and cross-modal obstacles in multimedia analysis. The crucial issue in this task is to model the global and the local matching between the image and different languages. Existing cross-modal embedding methods based on the transformer architecture oversee the local matching between the image region and monolingual words, especially when dealing with diverse languages. To overcome these limitations, we propose an Embedded Heterogeneous Attention Transformer (EHAT) to establish cross-domain relationships and local correspondences between images and different languages by using a heterogeneous network. EHAT comprises Masked Heterogeneous Cross-attention (MHCA), Heterogeneous Attention Reasoning Network (HARN), and Heterogeneous Co-attention (HCA). The HARN serves as the core network and it captures cross-domain relationships by leveraging visual bounding box representation features to connect word features from two languages and to learn heterogeneous maps. MHCA and HCA facilitate cross-domain integration in the encoder through specialized heterogeneous attention mechanisms, enabling a single model to generate captions in two languages. We evaluate our approach on the MSCOCO dataset to generate captions in English and Chinese, two languages that exhibit significant differences in their language families. The experimental results demonstrate the superior performance of our method compared to existing advanced monolingual methods. Our proposed EHAT framework effectively addresses the challenges of cross-lingual image captioning, paving the way for improved multilingual image analysis and understanding.

📄 PDF Abstract BibTeX arXiv:2307.09915

Code (0)

등록된 구현이 없습니다.

Tasks

Image Captioning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Mixed Attention Transformer for Leveraging Word-Level Knowledge to Neural Cross-Lingual Information Retrieval

2021-09-07 · Zhiqi Huang, Hamed Bonab, Sheikh Muhammad Sarwar, Razieh Rahimi 외

Pretrained contextualized representations offer great success for many downstream tasks, including document ranking. The multilingual versions of such pretrained representations provide a possibility of jointly learning …

Cross-Lingual Information RetrievalDocument RankingInformation RetrievalReranking+2

Contributions of Transformer Attention Heads in Multi- and Cross-lingual Tasks

2021-08-18 · ACL 2021 5 · Weicheng Ma, Kai Zhang, Renze Lou, Lili Wang 외

This paper studies the relative importance of attention heads in Transformer-based models to aid their interpretability in cross-lingual and multi-lingual tasks. Prior research has found that only a few attention heads a…

XLM-R

VECO: Variable and Flexible Cross-lingual Pre-training for Language Understanding and Generation

2020-10-30 · ACL 2021 5 · Fuli Luo, Wei Wang, Jiahao Liu, Yijia Liu 외

Existing work in multilingual pretraining has demonstrated the potential of cross-lingual transferability by training a unified Transformer encoder for multiple languages. However, much of this work only relies on the sh…

Language ModellingQuestion AnsweringRetrievalSentence+3

Enhancing Transformers Through Conditioned Embedded Tokens

2025-05-19 · Hemanth Saratchandran, Simon Lucey

Transformers have transformed modern machine learning, driving breakthroughs in computer vision, natural language processing, and robotics. At the core of their success lies the attention mechanism, which enables the mod…

image-classificationImage ClassificationInstance Segmentationobject-detection+2

A Layer-Anchoring Strategy for Enhancing Cross-Lingual Speech Emotion Recognition

2024-07-06 · Shreya G. Upadhyay, Carlos Busso, Chi-Chun Lee

Cross-lingual speech emotion recognition (SER) is important for a wide range of everyday applications. While recent SER research relies heavily on large pretrained models for emotion training, existing studies often conc…

Emotion RecognitionSpeech Emotion Recognition