paper-with-me

Papers

Exploring Instruction Data Quality for Explainable Image Quality Assessment

2025-10-04 · Yunhao Li, Sijing Wu, Huiyu Duan, Yucheng Zhu, Qi Jia, Guangtao Zhai arxiv

In recent years, with the rapid development of large multimodal models (LMMs), explainable image quality assessment (IQA) has attracted increasing attention, aiming to understand the perceptual quality problems of images. Existing studies typically construct large-scale instruction tuning datasets to enhance the quality perception capabilities of LMMs, following the data scaling law. However, as the fundamental capabilities of LMMs continue to improve, existing instruction tuning datasets may contain redundant and less challenging samples, resulting in substantial computational costs. In this paper, we investigate whether data quantity remains the dominant factor in LMM instruction tuning for explainable IQA. Based on a strong pre-trained LMM, we observe that randomly selecting a properly sized subset of training data can outperform full-data fine-tuning, indicating substantial redundancy in existing instruction tuning datasets. Motivated by this observation, we propose Q-Selector, a clustering-based data selection framework consisting of three stages: hierarchical LMM-based clustering feature extraction, cluster quota allocation through density and transferability, and SVD-based cluster sampling strategy. Specifically, Q-Selector extracts multi-layer features from the vision encoder, text encoder, and large language model components of LMMs as clustering features. It then determines the sampling quota for each cluster based on inter-cluster transferability and intra-cluster density. Finally, Q-Selector employs a Singular Value Decomposition (SVD)-based sampling strategy to select high-quality instruction data. Experimental results demonstrate that Q-Selector achieves 102.1% and 103.7% of the performance of full-data fine-tuning using only 10% of the training data on explainable IQA and image aesthetics assessment tasks, respectively.

📄 PDF Abstract BibTeX arXiv:2510.03880

Code (0)

등록된 구현이 없습니다.

Tasks

Image Quality Assessment

Similar Papers 제목 키워드 기반

ViDA-UGC: Detailed Image Quality Analysis via Visual Distortion Assessment for UGC Images

2025-08-18 · Wenjie Liao, Jieyu Yuan, Yifang Xu, Chunle Guo 외 arxiv

Recent advances in Multimodal Large Language Models (MLLMs) have introduced a paradigm shift for Image Quality Assessment (IQA) from unexplainable image quality scoring to explainable IQA, demonstrating practical applica…

Image Quality AssessmentImage Restoration

Evian: Towards Explainable Visual Instruction-tuning Data Auditing

2026-04-22 · Zimu Jia, Mingjie Xu, Andrew Estornell, Jiaheng Wei arxiv

The efficacy of Large Vision-Language Models (LVLMs) is critically dependent on the quality of their training data, requiring a precise balance between visual fidelity and instruction-following capability. Existing datas…

Logical Fallacies

Q-Adapt: Adapting LMM for Visual Quality Assessment with Progressive Instruction Tuning

2025-04-02 · Yiting Lu, Xin Li, HaoNing Wu, Bingchen Li 외

The rapid advancement of Large Multi-modal Foundation Models (LMM) has paved the way for the possible Explainable Image Quality Assessment (EIQA) with instruction tuning from two perspectives: overall quality explanation…

AttributeImage Quality AssessmentTransfer LearningVisual Prompt Tuning

RetouchIQ: MLLM Agents for Instruction-Based Image Retouching with Generalist Reward

2026-02-19 · Qiucheng Wu, Jing Shi, Simon Jenni, Kushal Kafle 외 arxiv

Recent advances in multimodal large language models (MLLMs) have shown great potential for extending vision-language reasoning to professional tool-based image editing, enabling intuitive and creative editing. A promisin…

Reinforcement LearningMultimodal ReasoningImage Editing

A Survey on Data Selection for LLM Instruction Tuning

2024-02-04 · Jiahao Wang, Bolin Zhang, Qianlong Du, Jiajun Zhang 외

Instruction tuning is a vital step of training large language models (LLM), so how to enhance the effect of instruction tuning has received increased attention. Existing works indicate that the quality of the dataset is …

Instruction FollowingSurvey