English

Enhancing Cognition and Explainability of Multimodal Foundation Models with Self-Synthesized Data

Computer Vision and Pattern Recognition 2025-02-26 v2 Machine Learning

Abstract

Large Multimodal Models (LMMs), or Vision-Language Models (VLMs), have shown impressive capabilities in a wide range of visual tasks. However, they often struggle with fine-grained visual reasoning, failing to identify domain-specific objectives and provide justifiable explanations for their predictions. To address the above challenge, we propose a novel visual rejection sampling framework to improve the cognition and explainability of LMMs using self-synthesized data. Specifically, visual fine-tuning requires images, queries, and target answers. Our approach begins by synthesizing interpretable answers that include human-verifiable visual features. These features are based on expert-defined concepts, and carefully selected based on their alignment with the image content. After each round of fine-tuning, we apply a reward model-free filtering mechanism to select the highest-quality interpretable answers for the next round of tuning. This iterative process of synthetic data generation and fine-tuning progressively improves the model's ability to generate accurate and reasonable explanations. Experimental results demonstrate the effectiveness of our method in improving both the accuracy and explainability of specialized visual classification tasks.

Keywords

Cite

@article{arxiv.2502.14044,
  title  = {Enhancing Cognition and Explainability of Multimodal Foundation Models with Self-Synthesized Data},
  author = {Yucheng Shi and Quanzheng Li and Jin Sun and Xiang Li and Ninghao Liu},
  journal= {arXiv preprint arXiv:2502.14044},
  year   = {2025}
}

Comments

Accepted by ICLR 2025. Code: https://github.com/sycny/SelfSynthX