HyperAIHyperAI

Command Palette

Search for a command to run...

자율적이고 감사 가능한 의료 영상 모델 개발을 향하여

초록

대규모 언어 모델(LLM) 에이전트는 계획 수립, 코드 실행, 디버깅, 경험적 피드백을 결합하여 머신러닝 엔지니어링(MLE)을 자동화하기 시작했다. 이러한 역량을 의료 영상 분야로 전환하는 것은 각 과제가 모달리티별 실험과 검증 프로토콜 및 예측 산출물에 대한 엄격한 요구사항을 부과하기 때문에 여전히 어려운 일이다. 여기서 우리는 의료 영상 모델 개발을 위한 자율적 다중 에이전트 프레임워크인 AMID를 소개한다. AMID는 먼저 데이터 조건부 방법 계획(Data-Conditioned Method Planning)을 제안하여, 과제별 데이터 분석과 실행 가능한 의료 영상 자원에 기반을 둔 실행 가능하고 병렬화 가능한 방법 레인으로 거친 과제 수준의 탐색 공간을 정제한다. 그런 다음 검증 유도 2단계 최적화(Verification-Guided Two-Stage Optimization)를 개발하여, 다양한 방법 레인에 대한 광범위한 초기 탐색에서 유망한 후보에 대한 선택적 활용으로 이동하면서 최적화 전반에 걸쳐 검증 프로토콜, 지표 계산, 예측 산출물에 대한 엄격한 검증을 시행한다. 다양한 모달리티와 예측 유형을 아우르는 20개의 의료 영상 챌린지 과제에서 AMID는 평가된 범용 MLE 시스템을 능가했으며, 여러 과제에서는 강력한 인간 설계 챌린지 솔루션에 근접하거나 일치하는 성능을 보였다. 이러한 결과는 AMID가 과제별 의료 영상 모델 개발을 맞춤형 수동 엔지니어링에서 이질적인 과제 전반에 걸쳐 고성능의 감사 가능한 모델 산출물을 생성하는 에이전트 워크플로우로 전환할 수 있음을 시사한다.

One-sentence Summary

A team of researchers from The Chinese University of Hong Kong, the Institute of Automation (Chinese Academy of Sciences), Microsoft Research, and other institutions propose AMID, an autonomous multi-agent framework for medical imaging model development that employs Data-Conditioned Method Planning and Verification-Guided Two-Stage Optimization to produce high-performing and auditable model artifacts across 20 diverse medical imaging tasks, outperforming general-purpose machine learning engineering systems.

Key Contributions

  • AMID introduces 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.
  • The framework implements Verification-Guided Two-Stage Optimization, moving from broad exploration of diverse method lanes to selective exploitation of promising candidates while enforcing strict verification of validation protocols, metric computation, and prediction artifacts.
  • Across 20 medical imaging challenge tasks, AMID outperformed evaluated general-purpose MLE systems and, on several tasks, approached or matched strong human-designed challenge solutions, indicating that domain-conditioned planning and artifact-level verification are critical for producing high-performing, auditable model artifacts.

Introduction

Large language model agents are automating machine learning engineering through iterative, feedback-driven loops, but existing systems struggle with medical imaging tasks where domain-specific constraints on preprocessing, modeling, and evaluation are critical. Generic agents often search over coarse pipelines, leading to medically inappropriate choices, and their feedback can be unreliable under expensive, delayed validation with strict patient-level splits. The authors introduce AMID, an autonomous multi-agent framework that refines task-specific method lanes via Data-Conditioned Method Planning and enforces verification of all experimental evidence through a two-stage optimization process, yielding auditable, submission-ready model artifacts.

Method

The authors leverage AMID, an autonomous medical imaging model development framework, to transform a medical-imaging task into an auditable model package. The system operates through a data-conditioned and verification-controlled agent workflow.

The workflow begins with task initialization, where the system establishes the task contract and profiles the input data. This evidence is then converted into executable method lanes via Data-Conditioned Method Planning. The planning module first builds an evidence-backed profile of the public task view, analyzing modality, geometry, and structure. It then performs resource-grounded method search by consulting local resource libraries and external foundation models to construct a hybrid method graph. The output is a portfolio of executable method lanes, such as nnU-Net segmentation, foundation model adaptation, or data augmentation strategies. Each lane contains a modeling hypothesis, required resources, and validation obligations.

Once the method lanes are established, the Self-Organizing Agent Loop coordinates the execution. A central Lifecycle Manager assigns, transfers, retires, or restarts multiple Agent Sessions. Each session operates autonomously within its own context, cycling through reflection, planning, and coding phases. These agents interact with various runtime backends and maintain a Shared Artifact Memory. This memory stores resources, skills, scores, checkpoints, notes, and reports, ensuring that evidence is not hidden in private chat histories and allowing agents to inspect previous attempts and avoid known failures.

The optimization process is governed by Verification-Guided Two-Stage Optimization. In Stage 1, Behavior-gated Exploration, worker agents are distributed across method families to submit attempts. An independent reviewer checks each submission against the active validation protocol, ensuring metric correctness and artifact validity before counting it as real lane coverage. Once sufficient coverage is achieved and plateau behavior is observed, a promotion gate selects the top candidates. In Stage 2, Selective Exploitation, the system concentrates computation on these promoted candidates. Workers refine the leading recipes through model tuning, ensemble changes, or post-processing, while repair workers fix protocol failures. A final submission protocol and agent reviewer ensure that only high-performing and fully verified model packages are accepted as the final solution.

Experiment

AMID is evaluated on the ReX-MLE benchmark of 20 medical imaging tasks under a 24-hour budget and a single GPU, outperforming prior autonomous systems on 19 tasks with the strongest gains in segmentation and detection. Its advantage stems from a structured search over method lanes, domain-specific adaptation, and systematic artifact verification, as case studies show it leverages anatomical priors, pathology foundation models, and task-specific post-processing to convert previously failed tasks into valid solutions. Failures in ultrasound enhancement and vessel classification expose remaining limitations in long-horizon image translation and coupled segmentation-classification pipelines, while the overall design demonstrates that organizing and verifying the model-building process, rather than a stronger backend alone, drives the robust competitive performance.

Across 20 medical imaging challenges, AMID with the Codex+GPT-5.5 backend produced valid results on every task and outperformed the best autonomous MLE baseline on 19 tasks, with the largest gains in segmentation and detection. It converted previously failed or near-zero segmentation runs into viable scores above 0.5 Dice and matched or exceeded human reference performance on several detection and image-quality tasks. AMID improved ISLES'22 Dice by +0.67 and SEG.A Dice by +0.89 over the strongest baseline, while raising PUMA tissue segmentation from near-zero to over 0.5 Dice. Detection gains include +0.40 AP on DENTEX and +0.46 F1 for PUMA-T1 nuclei detection. On DENTEX, NeurIPS-CellSeg, PUMA-T2-Det, and LDCT-IQA, AMID reached or surpassed the original human reference performance. AMID achieved valid accepted results for all 20 tasks, failing only to surpass the baseline on TopCoW-CTA-Cls where it tied.

Under a unified GPT-5.5 backend, AMID outperforms the best baseline agent on all three representative tasks, with the largest gain on DENTEX detection. The advantage persists across both Codex+GPT-5.5 and Claude Code runtime configurations, indicating that the system's search organization and verification, rather than the model backend alone, drive the improvements. With a shared GPT-5.5 backend, AMID achieves 0.49 AP on DENTEX, while the strongest baseline reaches only 0.08 AP. AMID's Claude Code configuration yields the highest Dice on PUMA-T1-Seg (0.64) and accuracy on TopCoW-MRA-Cls (0.50), surpassing both baselines and the Codex variant.

AMID was evaluated across 20 diverse medical imaging challenges, where it produced valid results on every task and outperformed the best autonomous MLE baseline on 19 of them, converting previously failed segmentation runs into viable scores and matching or exceeding human reference performance on several detection and image-quality tasks. Controlled experiments with a unified GPT-5.5 backend confirmed that the system's structured search organization and verification, rather than the model backend alone, drive the improvements, and the advantage persisted across different runtime configurations. The results demonstrate that AMID robustly handles tasks that baseline agents could not meaningfully address, turning near-zero scores into strong performance.


AI로 AI 구축

아이디어에서 출시까지 — 무료 AI 코코딩, 즉시 사용 가능한 환경, 최적의 GPU 가격으로 AI 개발을 가속화하세요.

AI 협업 코딩
바로 사용 가능한 GPU
최적의 가격

HyperAI Newsletters

최신 정보 구독하기
한국 시간 매주 월요일 오전 9시 에 이번 주의 최신 업데이트를 메일로 발송합니다
이메일 서비스 제공: MailChimp
자율적이고 감사 가능한 의료 영상 모델 개발을 향하여 | 문서 | HyperAI초신경