paper-with-me

Papers

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

2024-10-28 · Brendan Hogan, Anmol Kabra, Felipe Siqueira Pacheco, Laura Greenstreet, Joshua Fan, Aaron Ferber, Marta Ummus, Alecsander Brito, Olivia Graham, Lillian Aoki, Drew Harvell, Alex Flecker, Carla Gomes

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.

📄 PDF Abstract BibTeX arXiv:2410.21480

Code (1)

gomes-lab/AiSciVision 공식 구현 pytorch

Tasks

image-classificationImage ClassificationRetrieval-augmented Generationscientific discovery

Similar Papers 제목 키워드 기반

SCITUNE: Aligning Large Language Models with Scientific Multimodal Instructions

2023-07-03 · Sameera Horawalavithana, Sai Munikoti, Ian Stewart, Henry Kvinge

Instruction finetuning is a popular paradigm to align large language models (LLM) with human intent. Despite its popularity, this idea is less explored in improving the LLMs to align existing foundation models with scien…

Exploring the Potential of Multimodal LLM with Knowledge-Intensive Multimodal ASR

2024-06-16 · Minghan Wang, Yuxia Wang, Thuy-Trang Vu, Ehsan Shareghi 외

Recent advancements in multimodal large language models (MLLMs) have made significant progress in integrating information across various modalities, yet real-world applications in educational and scientific domains remai…

SciMDR: Advancing Scientific Multimodal Document Reasoning

2026-03-12 · Ziyu Chen, Yilun Zhao, Chengye Wang, Rilyn Han 외 arxiv

Constructing scientific multimodal document reasoning datasets for foundation model training involves an inherent trade-off among scale, faithfulness, and realism. To address this challenge, we introduce the synthesize-a…

MARG: Multi-Agent Review Generation for Scientific Papers

2024-01-08 · Mike D'Arcy, Tom Hope, Larry Birnbaum, Doug Downey

We study the ability of LLMs to generate feedback for scientific papers and develop MARG, a feedback generation approach using multiple LLM instances that engage in internal discussion. By distributing paper text across …

Review GenerationSpecificity

Multimodal Scientific Learning Beyond Diffusions and Flows

2026-02-01 · Leonardo Ferreira Guilhoto, Akshat Kaushal, Paris Perdikaris arxiv

Scientific machine learning (SciML) increasingly requires models that capture multimodal conditional uncertainty arising from ill-posed inverse problems, multistability, and chaotic dynamics. While recent work has favore…