paper-with-me

Papers

Alignment-Enriched Tuning for Patch-Level Pre-trained Document Image Models

2022-11-27 · Lei Wang, Jiabang He, Xing Xu, Ning Liu, Hui Liu

Alignment between image and text has shown promising improvements on patch-level pre-trained document image models. However, investigating more effective or finer-grained alignment techniques during pre-training requires a large amount of computation cost and time. Thus, a question naturally arises: Could we fine-tune the pre-trained models adaptive to downstream tasks with alignment objectives and achieve comparable or better performance? In this paper, we propose a new model architecture with alignment-enriched tuning (dubbed AETNet) upon pre-trained document image models, to adapt downstream tasks with the joint task-specific supervised and alignment-aware contrastive objective. Specifically, we introduce an extra visual transformer as the alignment-ware image encoder and an extra text transformer as the alignment-ware text encoder before multimodal fusion. We consider alignment in the following three aspects: 1) document-level alignment by leveraging the cross-modal and intra-modal contrastive loss; 2) global-local alignment for modeling localized and structural information in document images; and 3) local-level alignment for more accurate patch-level information. Experiments on various downstream tasks show that AETNet can achieve state-of-the-art performance on various downstream tasks. Notably, AETNet consistently outperforms state-of-the-art pre-trained models, such as LayoutLMv3 with fine-tuning techniques, on three different downstream tasks.

📄 PDF Abstract BibTeX arXiv:2211.14777

Code (1)

maehcm/aet 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Contrastive Vision-Language Alignment Makes Efficient Instruction Learner

2023-11-29 · Lizhao Liu, Xinyu Sun, Tianhang Xiang, Zhuangwei Zhuang 외

We study the task of extending the large language model (LLM) into a vision-language instruction-following model. This task is crucial but challenging since the LLM is trained on text modality only, making it hard to eff…

Contrastive LearningImage CaptioningInstruction FollowingLanguage Modeling+3

Defending Against Malicious Finetuning by Scaling Train-time Adversarial Attacks

2026-06-06 · Haoming Wen, Shi Chen, Qingyu Shi, Siyuan Liu 외 arxiv

Current open-weight large language models (LLMs) are prone to malicious finetuning attacks, which could compromise the safety alignment of LLMs with only a few steps of supervised finetuning (SFT) on poisoned datasets. E…

Enhancing Cross-Modal Fine-Tuning with Gradually Intermediate Modality Generation

2024-06-13 · Lincan Cai, Shuang Li, Wenxuan Ma, Jingxuan Kang 외

Large-scale pretrained models have proven immensely valuable in handling data-intensive modalities like text and image. However, fine-tuning these models for certain specialized modalities, such as protein sequence and c…

MixReorg: Cross-Modal Mixed Patch Reorganization is a Good Mask Learner for Open-World Semantic Segmentation

2023-08-09 · ICCV 2023 1 · Kaixin Cai, Pengzhen Ren, Yi Zhu, Hang Xu 외

Recently, semantic segmentation models trained with image-level text supervision have shown promising results in challenging open-world scenarios. However, these models still face difficulties in learning fine-grained se…

SegmentationSemantic SegmentationZero-Shot Semantic Segmentation

Domain Adaptation for Structured Output via Disentangled Patch Representations

2019-05-01 · ICLR 2019 5 · Yi-Hsuan Tsai, Kihyuk Sohn, Samuel Schulter, Manmohan Chandraker

Predicting structured outputs such as semantic segmentation relies on expensive per-pixel annotations to learn strong supervised models like convolutional neural networks. However, these models trained on one data domain…

Domain AdaptationSemantic Segmentation