paper-with-me

홈 › Papers

Revisiting MLLMs: An In-Depth Analysis of Image Classification Abilities

2024-12-21 · Huan Liu, Lingyu Xiao, JiangJiang Liu, Xiaofan Li, Ze Feng, Sen yang, Jingdong Wang

With the rapid advancement of Multimodal Large Language Models (MLLMs), a variety of benchmarks have been introduced to evaluate their capabilities. While most evaluations have focused on complex tasks such as scientific comprehension and visual reasoning, little attention has been given to assessing their fundamental image classification abilities. In this paper, we address this gap by thoroughly revisiting the MLLMs with an in-depth analysis of image classification. Specifically, building on established datasets, we examine a broad spectrum of scenarios, from general classification tasks (e.g., ImageNet, ObjectNet) to more fine-grained categories such as bird and food classification. Our findings reveal that the most recent MLLMs can match or even outperform CLIP-style vision-language models on several datasets, challenging the previous assumption that MLLMs are bad at image classification \cite{VLMClassifier}. To understand the factors driving this improvement, we conduct an in-depth analysis of the network architecture, data selection, and training recipe used in public MLLMs. Our results attribute this success to advancements in language models and the diversity of training data sources. Based on these observations, we further analyze and attribute the potential reasons to conceptual knowledge transfer and enhanced exposure of target concepts, respectively. We hope our findings will offer valuable insights for future research on MLLMs and their evaluation in image classification tasks.

📄 PDF Abstract BibTeX arXiv:2412.16418

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeClassificationGeneral Classificationimage-classificationImage ClassificationTransfer LearningVisual Reasoning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Proximity QA: Unleashing the Power of Multi-Modal Large Language Models for Spatial Proximity Analysis

2024-01-31 · Jianing Li, Xi Nan, Ming Lu, Li Du 외

Multi-modal large language models (MLLMs) have demonstrated remarkable vision-language capabilities, primarily due to the exceptional in-context understanding and multi-task learning strengths of large language models (L…

Multi-Task LearningQuestion AnsweringVisual Question Answering (VQA)

Revisiting Multi-Modal LLM Evaluation

2024-08-09 · Jian Lu, Shikhar Srivastava, Junyu Chen, Robik Shrestha 외

With the advent of multi-modal large language models (MLLMs), datasets used for visual question answering (VQA) and referring expression comprehension have seen a resurgence. However, the most popular datasets used to ev…

Chart UnderstandingOptical Character RecognitionQuestion AnsweringReferring Expression+3

Revisiting MLLM Based Image Quality Assessment: Errors and Remedy

2025-11-11 · Zhenchen Tang, Songlin Yang, Bo Peng, Zichuan Wang 외 arxiv

The rapid progress of multi-modal large language models (MLLMs) has boosted the task of image quality assessment (IQA). However, a key challenge arises from the inherent mismatch between the discrete token outputs of MLL…

Image Quality Assessment

Revisiting the Role of Label Smoothing in Enhanced Text Sentiment Classification

2023-12-11 · Yijie Gao, Shijing Si, Hua Luo, Haixia Sun 외

Label smoothing is a widely used technique in various domains, such as text classification, image classification and speech recognition, known for effectively combating model overfitting. However, there is little fine-gr…

Classificationimage-classificationImage ClassificationSentiment Analysis+5

RL makes MLLMs see better than SFT

2025-10-18 · Junha Song, Sangdoo Yun, Dongyoon Han, Jaegul Choo 외 arxiv

A dominant assumption in Multimodal Language Model (MLLM) research is that its performance is largely inherited from the LLM backbone, given its immense parameter scale and remarkable capabilities. This has created a voi…

Reinforcement Learning