paper-with-me

홈 › Papers

Language Integration in Fine-Tuning Multimodal Large Language Models for Image-Based Regression

2025-07-20 · Roy H. Jennings, Genady Paikin, Roy Shaul, Evgeny Soloveichik arxiv

Multimodal Large Language Models (MLLMs) show promise for image-based regression tasks, but current approaches face key limitations. Recent methods fine-tune MLLMs using preset output vocabularies and generic task-level prompts (e.g., "How would you rate this image?"), assuming this mimics human rating behavior. Our analysis reveals that these approaches provide no benefit over image-only training. Models using preset vocabularies and generic prompts perform equivalently to image-only models, failing to leverage semantic understanding from textual input. We propose Regression via Transformer-Based Classification (RvTC), which replaces vocabulary-constrained classification with a flexible bin-based approach. Unlike approaches that address discretization errors through complex distributional modeling, RvTC eliminates manual vocabulary crafting through straightforward bin increase, achieving state-of-the-art performance on four image assessment datasets using only images. More importantly, we demonstrate that data-specific prompts dramatically improve performance. Unlike generic task descriptions, prompts containing semantic information about specific images enable MLLMs to leverage cross-modal understanding. On the AVA dataset, adding challenge titles to prompts substantially improves our already state-of-the-art image-only baseline. We demonstrate through empirical evidence from the AVA and AGIQA-3k datasets that MLLMs benefit from semantic prompt information, surpassing mere statistical biases. We validate RvTC across two different MLLM architectures, demonstrating consistent improvements and method generalizability.

📄 PDF Abstract BibTeX arXiv:2507.14997

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Position-Enhanced Visual Instruction Tuning for Multimodal Large Language Models

2023-08-25 · Chi Chen, Ruoyu Qin, Fuwen Luo, Xiaoyue Mi 외

Recently, Multimodal Large Language Models (MLLMs) that enable Large Language Models (LLMs) to interpret images through visual instruction tuning have achieved significant success. However, existing visual instruction tu…

cross-modal alignmentPosition

ANOLE: An Open, Autoregressive, Native Large Multimodal Models for Interleaved Image-Text Generation

2024-07-08 · Ethan Chern, Jiadi Su, Yan Ma, PengFei Liu

Previous open-source large multimodal models (LMMs) have faced several limitations: (1) they often lack native integration, requiring adapters to align visual representations with pre-trained large language models (LLMs)…

multimodal generationText Generation

Point-RFT: Improving Multimodal Reasoning with Visually Grounded Reinforcement Finetuning

2025-05-26 · Minheng Ni, Zhengyuan Yang, Linjie Li, Chung-Ching Lin 외

Recent advances in large language models have significantly improved textual reasoning through the effective use of Chain-of-Thought (CoT) and reinforcement learning. However, extending these successes to vision-language…

document understandingMultimodal ReasoningVisual Reasoning

Pareto LoRA: Mitigating Modality Imbalance in Unified Multimodal Models via Pareto-Optimal Gradient Integration

2026-06-15 · Xiwen Wei, Mark Nutter, Madhusudhanan Srinivasan, Radu Marculescu arxiv

Unified multimodal models (UMMs) have recently emerged as a promising paradigm for integrating multimodal understanding and generation within a single autoregressive transformer. However, during multimodal instruction tu…

parameter-efficient fine-tuningmultimodal generationImage Generation

BenCao: An Instruction-Tuned Large Language Model for Traditional Chinese Medicine

2025-10-20 · Jiacheng Xie, Yang Yu, Yibo Chen, Hanyao Zhang 외 arxiv

Traditional Chinese Medicine (TCM), with a history spanning over two millennia, plays a role in global healthcare. However, applying large language models (LLMs) to TCM remains challenging due to its reliance on holistic…

Image Classification