LGAICLCVOct 28, 2024

AiSciVision: A Framework for Specializing Large Multimodal Models in Scientific Image Classification

arXiv:2410.21480v11 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses the need for interpretable AI in scientific research, particularly for domain experts in niche fields like aquaculture and environmental monitoring, though it is incremental as it builds on existing LMM and RAG techniques.

The paper tackles the problem of limited transparency and interpretability in AI for scientific image classification by introducing AiSciVision, a framework that specializes Large Multimodal Models to act as interactive research partners, outperforming fully supervised models on datasets like aquaculture ponds, diseased eelgrass, and solar panels.

Trust and interpretability are crucial for the use of Artificial Intelligence (AI) in scientific research, but current models often operate as black boxes offering limited transparency and justifications for their outputs. We introduce AiSciVision, a framework that specializes Large Multimodal Models (LMMs) into interactive research partners and classification models for image classification tasks in niche scientific domains. Our framework uses two key components: (1) Visual Retrieval-Augmented Generation (VisRAG) and (2) domain-specific tools utilized in an agentic workflow. To classify a target image, AiSciVision first retrieves the most similar positive and negative labeled images as context for the LMM. Then the LMM agent actively selects and applies tools to manipulate and inspect the target image over multiple rounds, refining its analysis before making a final prediction. These VisRAG and tooling components are designed to mirror the processes of domain experts, as humans often compare new data to similar examples and use specialized tools to manipulate and inspect images before arriving at a conclusion. Each inference produces both a prediction and a natural language transcript detailing the reasoning and tool usage that led to the prediction. We evaluate AiSciVision on three real-world scientific image classification datasets: detecting the presence of aquaculture ponds, diseased eelgrass, and solar panels. Across these datasets, our method outperforms fully supervised models in low and full-labeled data settings. AiSciVision is actively deployed in real-world use, specifically for aquaculture research, through a dedicated web application that displays and allows the expert users to converse with the transcripts. This work represents a crucial step toward AI systems that are both interpretable and effective, advancing their use in scientific research and scientific discovery.

Code Implementations1 repo
Foundations

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

Your Notes