paper-with-me

Papers

IAA: Inner-Adaptor Architecture Empowers Frozen Large Language Model with Multimodal Capabilities

2024-08-23 · Bin Wang, Chunyu Xie, Dawei Leng, Yuhui Yin

In the field of multimodal large language models (MLLMs), common methods typically involve unfreezing the language model during training to foster profound visual understanding. However, the fine-tuning of such models with vision-language data often leads to a diminution of their natural language processing (NLP) capabilities. To avoid this performance degradation, a straightforward solution is to freeze the language model while developing multimodal competencies. Unfortunately, previous works have not attained satisfactory outcomes. Building on the strategy of freezing the language model, we conduct thorough structural exploration and introduce the Inner-Adaptor Architecture (IAA). Specifically, the architecture incorporates multiple multimodal adaptors at varying depths within the large language model to facilitate direct interaction with the inherently text-oriented transformer layers, thereby enabling the frozen language model to acquire multimodal capabilities. Unlike previous approaches of freezing language models that require large-scale aligned data, our proposed architecture is able to achieve superior performance on small-scale datasets. We conduct extensive experiments to improve the general multimodal capabilities and visual grounding abilities of the MLLM. Our approach remarkably outperforms previous state-of-the-art methods across various vision-language benchmarks without sacrificing performance on NLP tasks. Code and models are available at https://github.com/360CVGroup/Inner-Adaptor-Architecture.

📄 PDF Abstract BibTeX arXiv:2408.12902

Code (1)

360cvgroup/inner-adaptor-architecture 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelVisual Grounding

Similar Papers 제목 키워드 기반

SkillAdaptor: Self-Adapting Skills for LLM Agents from Trajectories

2026-05-31 · Zhuoyun Yu, Xin Xie, Wuguannan Yao, Chenxi Wang 외 arxiv

Large language model (LLM) agents increasingly rely on reusable external skills to solve long-horizon interactive tasks. Existing training-free skill adaptation pipelines usually update skills from full trajectories or s…

Transsion Multilingual Speech Recognition System for MLC-SLM 2025 Challenge

2025-08-15 · Xiaoxiao Li, An Zhu, Youhai Jiang, Fengjie Zhu arxiv

This paper presents the architecture and performance of a novel Multilingual Automatic Speech Recognition (ASR) system developed by the Transsion Speech Team for Track 1 of the MLC-SLM 2025 Challenge. The proposed system…

Speech Recognition

Freeze the backbones: A Parameter-Efficient Contrastive Approach to Robust Medical Vision-Language Pre-training

2024-01-02 · Jiuming Qin, Che Liu, Sibo Cheng, Yike Guo 외

Modern healthcare often utilises radiographic images alongside textual reports for diagnostics, encouraging the use of Vision-Language Self-Supervised Learning (VL-SSL) with large pre-trained models to learn versatile me…

image-classificationImage ClassificationImage SegmentationMedical Image Classification+4

RECAST: Reparameterized, Compact weight Adaptation for Sequential Tasks

2024-11-25 · Nazia Tasnim, Bryan A. Plummer

Incremental learning aims to adapt to new sets of categories over time with minimal computational overhead. Prior work often addresses this task by training efficient task-specific adaptors that modify frozen layer weigh…

Incremental Learning

Domain Adaptor Networks for Hyperspectral Image Recognition

2021-08-03 · Gustavo Perez, Subhransu Maji

We consider the problem of adapting a network trained on three-channel color images to a hyperspectral domain with a large number of channels. To this end, we propose domain adaptor networks that map the input to be comp…