Towards Autonomous and Auditable Medical Imaging Model Development

Hugging Face Daily Papers Papers

Summary

Introduces AMID, an autonomous multi-agent framework for medical imaging model development that uses LLM agents to plan, execute, and verify experiments. It outperforms general-purpose MLE systems and approaches human-designed solutions on 20 medical imaging tasks.

Large language model (LLM) agents are beginning to automate machine learning engineering (MLE) by coupling planning, code execution, debugging, and empirical feedback. Translating this capability to medical imaging remains difficult because each task imposes modality-specific experimentation and strict requirements for validation protocols and prediction artifacts. Here we introduce AMID, an autonomous multi-agent framework for medical imaging model development. AMID first proposes Data-Conditioned Method Planning, which refines coarse task-level search spaces into executable, parallelizable method lanes grounded in task-specific data analysis and runnable medical-imaging resources. It then develops Verification-Guided Two-Stage Optimization, moving from broad early exploration of diverse method lanes to selective exploitation of promising candidates while enforcing strict verification of validation protocols, metric computation, and prediction artifacts throughout the optimization. Across 20 medical imaging challenge tasks spanning diverse modalities and prediction types, AMID outperformed evaluated general-purpose MLE systems and, on several tasks, approached or matched strong human-designed challenge solutions. These results suggest that AMID can turn task-specific medical imaging model development from bespoke manual engineering into an agentic workflow for producing high-performing and auditable model artifacts across heterogeneous tasks.
Original Article
View Cached Full Text

Cached at: 07/15/26, 04:22 PM

Paper page - Towards Autonomous and Auditable Medical Imaging Model Development

Source: https://huggingface.co/papers/2607.10522 Authors:

,

,

,

,

,

,

,

,

,

Abstract

Largelanguagemodel(LLM)agentsarebeginningtoautomatemachinelearningengineering(MLE)bycouplingplanning,codeexecution,debugging,andempiricalfeedback.Translatingthiscapabilitytomedicalimagingremainsdifficultbecauseeachtaskimposesmodality-specificexperimentationandstrictrequirementsforvalidationprotocolsandpredictionartifacts.HereweintroduceAMID,anautonomousmulti-agentframeworkformedicalimagingmodeldevelopment.AMIDfirstproposesData-ConditionedMethodPlanning,whichrefinescoarsetask-levelsearchspacesintoexecutable,parallelizablemethodlanesgroundedintask-specificdataanalysisandrunnablemedical-imagingresources.ItthendevelopsVerification-GuidedTwo-StageOptimization,movingfrombroadearlyexplorationofdiversemethodlanestoselectiveexploitationofpromisingcandidateswhileenforcingstrictverificationofvalidationprotocols,metriccomputation,andpredictionartifactsthroughouttheoptimization.Across20medicalimagingchallengetasksspanningdiversemodalitiesandpredictiontypes,AMIDoutperformedevaluatedgeneral-purposeMLEsystemsand,onseveraltasks,approachedormatchedstronghuman-designedchallengesolutions.TheseresultssuggestthatAMIDcanturntask-specificmedicalimagingmodeldevelopmentfrombespokemanualengineeringintoanagenticworkflowforproducinghigh-performingandauditablemodelartifactsacrossheterogeneoustasks.

View arXiv pageView PDFGitHub9Add to collection

Get this paper in your agent:

hf papers read 2607\.10522

Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash

Models citing this paper0

No model linking this paper

Cite arxiv.org/abs/2607.10522 in a model README.md to link it from this page.

Datasets citing this paper0

No dataset linking this paper

Cite arxiv.org/abs/2607.10522 in a dataset README.md to link it from this page.

Spaces citing this paper0

No Space linking this paper

Cite arxiv.org/abs/2607.10522 in a Space README.md to link it from this page.

Collections including this paper0

No Collection including this paper

Add this paper to acollectionto link it from this page.

Similar Articles

AutoMedBench: Towards Medical AutoResearch with Agentic AI Models

Hugging Face Daily Papers

AutoMedBench is a workflow-aware benchmark for autonomous medical-AI research, evaluating agents across five stages on diverse medical imaging tasks. Stage-level scoring reveals validation as the weakest stage, highlighting the need for reliable verification in agentic workflows.

MedAction: Towards Active Multi-turn Clinical Diagnostic LLMs

arXiv cs.CL

This paper introduces MedAction, a framework for training LLMs on active, multi-turn clinical diagnosis by simulating iterative test ordering and hypothesis updates. It presents a new dataset, MedAction-32K, and demonstrates state-of-the-art performance for open-source models on medical benchmarks.

IMCBench: A benchmark for multimodal LLMs in Image-grounded Medical Conversations

arXiv cs.AI

IMCBench is a new benchmark for evaluating multimodal LLMs on image-grounded medical conversations, pairing clinical images with synthetic patient profiles. Evaluations across safety, accuracy, and uncertainty show that even strong models like Claude Opus 4.6 have safety issues, highlighting the need for multi-dimensional evaluation.