paper-with-me

Papers

Hierarchical Multi-modal Transformer for Cross-modal Long Document Classification

2024-07-14 · Tengfei Liu, Yongli Hu, Junbin Gao, Yanfeng Sun, BaoCai Yin

Long Document Classification (LDC) has gained significant attention recently. However, multi-modal data in long documents such as texts and images are not being effectively utilized. Prior studies in this area have attempted to integrate texts and images in document-related tasks, but they have only focused on short text sequences and images of pages. How to classify long documents with hierarchical structure texts and embedding images is a new problem and faces multi-modal representation difficulties. In this paper, we propose a novel approach called Hierarchical Multi-modal Transformer (HMT) for cross-modal long document classification. The HMT conducts multi-modal feature interaction and fusion between images and texts in a hierarchical manner. Our approach uses a multi-modal transformer and a dynamic multi-scale multi-modal transformer to model the complex relationships between image features, and the section and sentence features. Furthermore, we introduce a new interaction strategy called the dynamic mask transfer module to integrate these two transformers by propagating features between them. To validate our approach, we conduct cross-modal LDC experiments on two newly created and two publicly available multi-modal long document datasets, and the results show that the proposed HMT outperforms state-of-the-art single-modality and multi-modality methods.

📄 PDF Abstract BibTeX arXiv:2407.10105

Code (0)

등록된 구현이 없습니다.

Tasks

Document ClassificationSentence

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Hierarchical Cross-modal Transformer for RGB-D Salient Object Detection

2023-02-16 · Hao Chen, Feihong Shen

Most of existing RGB-D salient object detection (SOD) methods follow the CNN-based paradigm, which is unable to model long-range dependencies across space and modalities due to the natural locality of CNNs. Here we propo…

object-detectionObject DetectionRGB-D Salient Object DetectionSalient Object Detection

CMATH: Cross-Modality Augmented Transformer with Hierarchical Variational Distillation for Multimodal Emotion Recognition in Conversation

2024-11-15 · Xiaofei Zhu, Jiawei Cheng, Zhou Yang, Zhuo Chen 외

Multimodal emotion recognition in conversation (MER) aims to accurately identify emotions in conversational utterances by integrating multimodal information. Previous methods usually treat multimodal information as equal…

Emotion RecognitionEmotion Recognition in ConversationMultimodal Emotion Recognitionmultimodal interaction

IsoNet: Causal Analysis of Multimodal Transformers for Neuromuscular Gesture Classification

2025-06-20 · Eion Tyacke, Kunal Gupta, Jay Patel, Rui Li

Hand gestures are a primary output of the human motor system, yet the decoding of their neuromuscular signatures remains a bottleneck for basic neuroscience and assistive technologies such as prosthetics. Traditional hum…

HiT: Hierarchical Transformer with Momentum Contrast for Video-Text Retrieval

2021-03-28 · ICCV 2021 10 · Song Liu, Haoqi Fan, Shengsheng Qian, Yiru Chen 외

Video-Text Retrieval has been a hot research topic with the growth of multimedia data on the internet. Transformer for video-text learning has attracted increasing attention due to its promising performance. However, exi…

RetrievalText RetrievalVideo-Text Retrieval

Multi-Modal Knowledge Graph Transformer Framework for Multi-Modal Entity Alignment

2023-10-10 · Qian Li, Cheng Ji, Shu Guo, Zhaoji Liang 외

Multi-Modal Entity Alignment (MMEA) is a critical task that aims to identify equivalent entity pairs across multi-modal knowledge graphs (MMKGs). However, this task faces challenges due to the presence of different types…

Entity AlignmentKnowledge GraphsMulti-modal Entity AlignmentMulti-modal Knowledge Graph