paper-with-me

Papers

Towards Versatile and Efficient Visual Knowledge Integration into Pre-trained Language Models with Cross-Modal Adapters

2023-05-12 · Xinyun Zhang, Haochen Tan, Han Wu, Bei Yu

Humans learn language via multi-modal knowledge. However, due to the text-only pre-training scheme, most existing pre-trained language models (PLMs) are hindered from the multi-modal information. To inject visual knowledge into PLMs, existing methods incorporate either the text or image encoder of vision-language models (VLMs) to encode the visual information and update all the original parameters of PLMs for knowledge fusion. In this paper, we propose a new plug-and-play module, X-adapter, to flexibly leverage the aligned visual and textual knowledge learned in pre-trained VLMs and efficiently inject them into PLMs. Specifically, we insert X-adapters into PLMs, and only the added parameters are updated during adaptation. To fully exploit the potential in VLMs, X-adapters consist of two sub-modules, V-expert and T-expert, to fuse VLMs' image and text representations, respectively. We can opt for activating different sub-modules depending on the downstream tasks. Experimental results show that our method can significantly improve the performance on object-color reasoning and natural language understanding (NLU) tasks compared with PLM baselines.

📄 PDF Abstract BibTeX arXiv:2305.07358

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language Understanding

Methods 이 논문이 사용한 방법론

OPT OPT is a suite of decoder-only pre-trained transformers ranging from 125M to 175B parameters. The model uses an AdamW optimizer and weight decay of 0.1. It follows a linear…

Similar Papers 제목 키워드 기반

From Mimicking to Integrating: Knowledge Integration for Pre-Trained Language Models

2022-10-11 · Lei LI, Yankai Lin, Xuancheng Ren, Guangxiang Zhao 외

Investigating better ways to reuse the released pre-trained language models (PLMs) can significantly reduce the computational cost and the potential environmental side-effects. This paper explores a novel PLM reuse parad…

HAVIR: HierArchical Vision to Image Reconstruction using CLIP-Guided Versatile Diffusion

2025-10-03 · Shiyi Zhang, Dong Liang, Hairong Zheng, Yihang Zhou arxiv

The reconstruction of visual information from brain activity fosters interdisciplinary integration between neuroscience and computer vision. However, existing methods still face challenges in accurately recovering highly…

Image Reconstruction

Schema First! Learn Versatile Knowledge Graph Embeddings by Capturing Semantics with MASCHInE

2023-06-06 · Nicolas Hubert, Heiko Paulheim, Pierre Monnin, Armelle Brun 외

Knowledge graph embedding models (KGEMs) have gained considerable traction in recent years. These models learn a vector representation of knowledge graph entities and relations, a.k.a. knowledge graph embeddings (KGEs). …

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsLink Prediction+2

VividMed: Vision Language Model with Versatile Visual Grounding for Medicine

2024-10-16 · Lingxiao Luo, Bingda Tang, Xuanzhong Chen, Rong Han 외

Recent advancements in Vision Language Models (VLMs) have demonstrated remarkable promise in generating visually grounded responses. However, their application in the medical domain is hindered by unique challenges. For …

Language ModelingLanguage ModellingQuestion AnsweringSemantic Segmentation+3

Deep Auto-encoder with Neural Response

2021-11-30 · Xuming Ran, Jie Zhang, Ziyuan Ye, Haiyan Wu 외

Artificial neural network (ANN) is a versatile tool to study the neural representation in the ventral visual stream, and the knowledge in neuroscience in return inspires ANN models to improve performance in the task. How…

DecoderImage Reconstruction