paper-with-me

Papers

Improving Multi-modal Large Language Model through Boosting Vision Capabilities

2024-10-17 · Yanpeng Sun, Huaxin Zhang, Qiang Chen, Xinyu Zhang, Nong Sang, Gang Zhang, Jingdong Wang, Zechao Li

We focus on improving the visual understanding capability for boosting the vision-language models. We propose \textbf{Arcana}, a multiModal language model, which introduces two crucial techniques. First, we present Multimodal LoRA (MM-LoRA), a module designed to enhance the decoder. Unlike traditional language-driven decoders, MM-LoRA consists of two parallel LoRAs -- one for vision and one for language -- each with its own parameters. This disentangled parameters design allows for more specialized learning in each modality and better integration of multimodal information. Second, we introduce the Query Ladder adapter (QLadder) to improve the visual encoder. QLadder employs a learnable ``\textit{ladder}'' structure to deeply aggregates the intermediate representations from the frozen pretrained visual encoder (e.g., CLIP image encoder). This enables the model to learn new and informative visual features, as well as remaining the powerful capabilities of the pretrained visual encoder. These techniques collectively enhance Arcana's visual perception power, enabling it to leverage improved visual information for more accurate and contextually relevant outputs across various multimodal scenarios. Extensive experiments and ablation studies demonstrate the effectiveness and generalization capability of our Arcana. The code and re-annotated data are available at \url{https://arcana-project-page.github.io}.

📄 PDF Abstract BibTeX arXiv:2410.13733

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModelingLanguage ModellingLarge Language ModelVisual Question Answering

Methods 이 논문이 사용한 방법론

Focus 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
Adapter 설명 없음

Similar Papers 제목 키워드 기반

Query-based Cross-Modal Projector Bolstering Mamba Multimodal LLM

2026-06-03 · SooHwan Eom, Jay Shim, Gwanhyeong Koo, Haebin Na 외 arxiv

The Transformer's quadratic complexity with input length imposes an unsustainable computational load on large language models (LLMs). In contrast, the Selective Scan Structured State-Space Model, or Mamba, addresses this…

First Logit Boosting: Visual Grounding Method to Mitigate Object Hallucination in Large Vision-Language Models

2026-04-01 · Jiwoo Ha, Jongwoo Baek, Jinhyun So arxiv

Recent Large Vision-Language Models (LVLMs) have demonstrated remarkable performance across various multimodal tasks that require understanding both visual and linguistic inputs. However, object hallucination -- the gene…

Visual Grounding

Vision-Language Models Can Self-Improve Reasoning via Reflection

2024-10-30 · Kanzhi Cheng, Yantao Li, Fangzhi Xu, Jianbing Zhang 외

Chain-of-thought (CoT) has proven to improve the reasoning capability of large language models (LLMs). However, due to the complexity of multimodal scenarios and the difficulty in collecting high-quality CoT data, CoT re…

Eyes on the Image: Gaze Supervised Multimodal Learning for Chest X-ray Diagnosis and Report Generation

2025-08-18 · Tanjim Islam Riju, Shuchismita Anwar, Saman Sarker Joy, Farig Sadeque 외 arxiv

Medical vision-language models still struggle to match radiologists' attention and to verbalize findings with explicit spatial grounding. We address this gap with a two-stage multimodal framework for chest X-ray interpre…

Contrastive Learning

EEG2Vision: A Multimodal EEG-Based Framework for 2D Visual Reconstruction in Cognitive Neuroscience

2026-04-09 · Emanuele Balloni, Emanuele Frontoni, Chiara Matti, Marina Paolanti 외 arxiv

Reconstructing visual stimuli from non-invasive electroencephalography (EEG) remains challenging due to its low spatial resolution and high noise, particularly under realistic low-density electrode configurations. To add…