Read original
arxivpapers86

CT-PrepAgent: Bounded Policy and Controlled Execution for Adaptive CT Data Preparation

AI Summary

CT-PrepAgent targets heterogeneous CT acquisitions and changing downstream tasks with a bounded policy plus controlled deterministic execution. Deterministic inspection builds structured data-task profiles; a policy selects an eligible DICOM series or predefined preprocessing profile. The execution layer guards, resolves, executes, verifies, and performs bounded recovery when safe, otherwise quarantining the case. Across three public CT segmentation tasks, the system reportedly achieved the highest macro-average Dice. On two private raw-DICOM cohorts, verified output yield increased from 61.7% to 70.0%, while registration metrics were similar on common verified outputs. Fault and replay tests also examined recovery, quarantine, and policy-free replay.

Why it's worth reading

Medical imaging pipelines are moving beyond fixed scripts, and this paper evaluates the less obvious requirements: output verification, bounded recovery, quarantine, and replayability alongside task performance. It offers concrete evidence for assessing agentic automation in clinical-data preparation.

Deep Read

What happened

Original facts: The paper introduces CT-PrepAgent for adaptive CT data preparation across heterogeneous acquisitions and downstream tasks. It combines a bounded policy with controlled deterministic execution instead of allowing an LLM to operate an imaging pipeline freely.

Core tech

Original facts: Deterministic inspection constructs structured data-task profiles. A policy then selects an eligible DICOM series or a predefined preprocessing profile. The execution flow guards the decision, resolves conflicts, executes the selected operation, verifies the output, and performs bounded recovery only when enabled and safe. Otherwise, the case is quarantined.

Analysis: The central design choice is to constrain agentic decision-making to an enumerable action space while keeping data transformations deterministic, reducing unpredictable behavior in a medical-data workflow.

Key evidence & numbers

Original facts: Across three public CT segmentation tasks, the authors report the highest macro-average Dice for CT-PrepAgent. On two private raw-DICOM cohorts, verified output yield increased from 61.7% to 70.0%. Registration metrics were similar on common verified outputs. Controlled fault and replay tests examined bounded recovery, safe quarantine, and policy-free replay under tested fault and drift settings.

Uncertainty: The abstract does not provide exact Dice values, dataset names, baseline details, statistical significance, or full fault and drift-test parameters.

Why it matters

Analysis: CT preparation is affected by scanner characteristics, acquisition protocols, DICOM metadata, and task objectives. If the reported results hold under broader evaluation, the contribution is not merely automating preprocessing steps; it is making selection, execution, failure handling, and replay part of an auditable loop.

Practical impact

Analysis: Research teams could evaluate the approach for multi-source CT segmentation or registration preparation, tracking verified-output yield, quarantined cases, and replay consistency in addition to task metrics. Predefined profiles and bounded policies may focus human review on anomalous or higher-risk cases.

Unverified inference: These results do not establish clinical readiness. Deployment would still require external validation, access control, privacy safeguards, and coverage testing across relevant scanners and protocols.

Limitations & uncertainty

Original facts: The abstract identifies three public tasks and two private cohorts but does not state sample sizes, protocol distributions, the agent model, policy error rates, human-review cost, or cross-institution generalization. Similar registration metrics on common verified outputs do not demonstrate overall improvement across all inputs.

Analysis: “Highest macro-average Dice” depends on the comparison set, preprocessing fairness, and task weighting. The output-yield increase also needs to be interpreted alongside the clinical importance of quarantined cases and the resulting review burden.

Original sources

  • arXiv abstract page
  • Paper identifier: arXiv:2608.01233
  • Publication timestamp supplied with the item: 2026-08-02

Tags

CT医疗AI数据准备DICOM代理系统可复现性故障恢复