paper-with-me

홈 › Papers

ParGo: Bridging Vision-Language with Partial and Global Views

2024-08-23 · An-Lan Wang, Bin Shan, Wei Shi, Kun-Yu Lin, Xiang Fei, Guozhi Tang, Lei Liao, Jingqun Tang, Can Huang, Wei-Shi Zheng

This work presents ParGo, a novel Partial-Global projector designed to connect the vision and language modalities for Multimodal Large Language Models (MLLMs). Unlike previous works that rely on global attention-based projectors, our ParGo bridges the representation gap between the separately pre-trained vision encoders and the LLMs by integrating global and partial views, which alleviates the overemphasis on prominent regions. To facilitate the effective training of ParGo, we collect a large-scale detail-captioned image-text dataset named ParGoCap-1M-PT, consisting of 1 million images paired with high-quality captions. Extensive experiments on several MLLM benchmarks demonstrate the effectiveness of our ParGo, highlighting its superiority in aligning vision and language modalities. Compared to conventional Q-Former projector, our ParGo achieves an improvement of 259.96 in MME benchmark. Furthermore, our experiments reveal that ParGo significantly outperforms other projectors, particularly in tasks that emphasize detail perception ability.

📄 PDF Abstract BibTeX arXiv:2408.12928

Code (1)

bytedance/pargo 공식 구현 pytorch

Tasks

MME

Similar Papers 제목 키워드 기반

A Modular Vision-Language-Action Robotics Framework for Indoor Environments

2026-06-30 · Anindya Jana, Snehasis Banerjee, Arup Sadhu, Ranjan Dasgupta arxiv

This paper presents an integrated system for the CMU Vision-Language-Action (VLA) Challenge, designed to enable an autonomous agent to perform complex tasks based on natural language instructions. Our framework employs a…

Latent-DARM: Bridging Discrete Diffusion And Autoregressive Models For Reasoning

2026-03-10 · Lina Berrayana, Ahmed Heakl, Abdullah Sohail, Thomas Hofmann 외 arxiv

Most multi-agent systems rely exclusively on autoregressive language models (ARMs) that are based on sequential generation. Although effective for fluent text, ARMs limit global reasoning and plan revision. On the other …

A Touch, Vision, and Language Dataset for Multimodal Alignment

2024-02-20 · Letian Fu, Gaurav Datta, Huang Huang, William Chung-Ho Panitch 외

Touch is an important sensing modality for humans, but it has not yet been incorporated into a multimodal generative language model. This is partially due to the difficulty of obtaining natural language labels for tactil…

Language ModelingLanguage ModellingText Generation

FusionSense: Bridging Common Sense, Vision, and Touch for Robust Sparse-View Reconstruction

2024-10-10 · Irving Fang, Kairui Shi, Xujin He, Siqi Tan 외

Humans effortlessly integrate common-sense knowledge with sensory input from vision and touch to understand their surroundings. Emulating this capability, we introduce FusionSense, a novel 3D reconstruction framework tha…

3D ReconstructionCommon Sense ReasoningObject

HarmoCLIP: Harmonizing Global and Regional Representations in Contrastive Vision-Language Models

2025-11-27 · Haoxi Zeng, Haoxuan Li, Yi Bin, Pengpeng Zeng 외 arxiv

Contrastive Language-Image Pre-training (CLIP) has demonstrated remarkable generalization ability and strong performance across a wide range of vision-language tasks. However, due to the lack of region-level supervision,…