CVAIApr 22

Evian: Towards Explainable Visual Instruction-tuning Data Auditing

arXiv:2604.2054485.6
AI Analysis

This addresses a fundamental bottleneck in developing more reliable LVLMs by providing a granular auditing method to improve data quality, though it is incremental as it builds on existing data filtering approaches.

The paper tackles the problem of inconsistent quality in training data for Large Vision-Language Models by introducing EVIAN, an automated framework for explainable data auditing that decomposes model responses into cognitive components for targeted evaluation. The result shows that a model fine-tuned on a compact, high-quality subset curated by EVIAN consistently outperformed models trained on much larger datasets.

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 datasets, however, are plagued by inconsistent quality, and current data filtering methods rely on coarse-grained scores that lack the granularity to identify nuanced semantic flaws like logical fallacies or factual errors. This creates a fundamental bottleneck in developing more reliable models. To address this, we make three core contributions. First, we construct a large-scale, 300K-sample benchmark by systematically injecting diverse, subtle defects to provide a challenging testbed for data auditing. Second, we introduce a novel "Decomposition-then-Evaluation" paradigm that breaks model responses into constituent cognitive components: visual description, subjective inference, and factual claim, enabling targeted analysis. Third, we instantiate this paradigm via EVIAN (Explainable Visual Instruction-tuning Data AuditiNg), an automated framework that evaluates these components along the orthogonal axes of Image-Text Consistency, Logical Coherence, and Factual Accuracy. Our empirical findings challenge the prevailing scale-centric paradigm: a model fine-tuned on a compact, high-quality subset curated by EVIAN consistently surpassed models trained on orders-of-magnitude larger datasets. We also reveal that dividing complex auditing into verifiable subtasks enables robust curation, and that Logical Coherence is the most critical factor in data quality evaluation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes