paper-with-me

Papers

LLMs as Visual Explainers: Advancing Image Classification with Evolving Visual Descriptions

2023-11-20 · Songhao Han, Le Zhuo, Yue Liao, Si Liu

Vision-language models (VLMs) offer a promising paradigm for image classification by comparing the similarity between images and class embeddings. A critical challenge lies in crafting precise textual representations for class names. While previous studies have leveraged recent advancements in large language models (LLMs) to enhance these descriptors, their outputs often suffer from ambiguity and inaccuracy. We attribute this to two primary factors: 1) the reliance on single-turn textual interactions with LLMs, leading to a mismatch between generated text and visual concepts for VLMs; 2) the oversight of the inter-class relationships, resulting in descriptors that fail to differentiate similar classes effectively. In this paper, we propose a novel framework that integrates LLMs and VLMs to find the optimal class descriptors. Our training-free approach develops an LLM-based agent with an evolutionary optimization strategy to iteratively refine class descriptors. We demonstrate our optimized descriptors are of high quality which effectively improves classification accuracy on a wide range of benchmarks. Additionally, these descriptors offer explainable and robust features, boosting performance across various backbone models and complementing fine-tuning-based methods.

📄 PDF Abstract BibTeX arXiv:2311.11904

Code (1)

zhuole1025/llms_as_visual_explainers 공식 구현 pytorch

Tasks

AttributeClassificationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Evaluation of Explanation Methods of AI -- CNNs in Image Classification Tasks with Reference-based and No-reference Metrics

2022-12-02 · A. Zhukov, J. Benois-Pineau, R. Giot

The most popular methods in AI-machine learning paradigm are mainly black boxes. This is why explanation of AI decisions is of emergency. Although dedicated explanation tools have been massively developed, the evaluation…

image-classificationImage ClassificationVideo Classification

Recovering Localized Adversarial Attacks

2019-10-21 · Jan Philip Göpfert, Heiko Wersing, Barbara Hammer

Deep convolutional neural networks have achieved great successes over recent years, particularly in the domain of computer vision. They are fast, convenient, and -- thanks to mature frameworks -- relatively easy to imple…

image-classificationImage Classification

Unlocking Aha Moments via Reinforcement Learning: Advancing Collaborative Visual Comprehension and Generation

2025-06-02 · Kaihang Pan, Yang Wu, Wendong Bu, Kai Shen 외

Recent endeavors in Multimodal Large Language Models (MLLMs) aim to unify visual comprehension and generation. However, these two capabilities remain largely independent, as if they are two separate functions encapsulate…

Image GenerationText to Image GenerationText-to-Image Generation

Explainers in the Wild: Making Surrogate Explainers Robust to Distortions through Perception

2021-02-22 · Alexander Hepburn, Raul Santos-Rodriguez

Explaining the decisions of models is becoming pervasive in the image processing domain, whether it is by using post-hoc methods or by creating inherently interpretable models. While the widespread use of surrogate expla…

image-classificationImage Classification

Automating Iconclass: LLMs and RAG for Large-Scale Classification of Religious Woodcuts

2025-10-22 · Drew B. Thomas arxiv

This paper presents a novel methodology for classifying early modern religious images by using Large Language Models (LLMs) and vector databases in combination with Retrieval-Augmented Generation (RAG). The approach leve…