paper-with-me

홈 › Papers

MARIC: Multi-Agent Reasoning for Image Classification

2025-09-18 · Wonduk Seo, Minhyeong Yu, Hyunjin An, Seunghyun Lee arxiv

Image classification has traditionally relied on parameter-intensive model training, requiring large-scale annotated datasets and extensive fine tuning to achieve competitive performance. While recent vision language models (VLMs) alleviate some of these constraints, they remain limited by their reliance on single pass representations, often failing to capture complementary aspects of visual content. In this paper, we introduce Multi Agent based Reasoning for Image Classification (MARIC), a multi agent framework that reformulates image classification as a collaborative reasoning process. MARIC first utilizes an Outliner Agent to analyze the global theme of the image and generate targeted prompts. Based on these prompts, three Aspect Agents extract fine grained descriptions along distinct visual dimensions. Finally, a Reasoning Agent synthesizes these complementary outputs through integrated reflection step, producing a unified representation for classification. By explicitly decomposing the task into multiple perspectives and encouraging reflective synthesis, MARIC mitigates the shortcomings of both parameter-heavy training and monolithic VLM reasoning. Experiments on 4 diverse image classification benchmark datasets demonstrate that MARIC significantly outperforms baselines, highlighting the effectiveness of multi-agent visual reasoning for robust and interpretable image classification.

📄 PDF Abstract BibTeX arXiv:2509.14860

Code (0)

등록된 구현이 없습니다.

Tasks

Image ClassificationVisual Reasoning

Similar Papers 제목 키워드 기반

Marich: A Query-efficient Distributionally Equivalent Model Extraction Attack

2023-09-21 · NeurIPS 2023 11

We study design of black-box model extraction attacks that can *send minimal number of queries from* a *publicly available dataset* to a target ML model through a predictive API with an aim *to create an informative and …

Marich: A Query-efficient Distributionally Equivalent Model Extraction Attack using Public Data

2023-02-16 · Pratik Karmakar, Debabrota Basu

We study design of black-box model extraction attacks that can send minimal number of queries from a publicly available dataset to a target ML model through a predictive API with an aim to create an informative and distr…

Model extraction

From Residuals to Reasons: LLM-Guided Mechanism Inference from Tabular Data

2026-05-21 · Mohammad R. Rezaei, Rahul G. Krishnan arxiv

A persistent challenge in machine learning for scientific applications is jointly achieving prediction and understanding. Statistical models excel on structured data but operate as black boxes, while existing interpretab…

MultiPress: A Multi-Agent Framework for Interpretable Multimodal News Classification

2026-04-04 · Tailong Luo, Hao Li, Rong Fu, Xinyue Jiang 외 arxiv

With the growing prevalence of multimodal news content, effective news topic classification demands models capable of jointly understanding and reasoning over heterogeneous data such as text and images. Existing methods …

News Classification

Harmony in Diversity: Multi-domain Contrastive Policy Optimization for Large Reasoning Models

2026-05-25 · Zongji Yu, Wenshui Luo, Yiliu Sun, Hao Fang 외 arxiv

Post-training has significantly enhanced the reasoning capability of Large Reasoning Models (LRMs), especially with Reinforcement Learning (RL) like Group Relative Policy Optimization (GRPO). However, GRPO-style RL metho…

Reinforcement Learning