paper-with-me

Papers

PASS: Probabilistic Agentic Supernet Sampling for Interpretable and Adaptive Chest X-Ray Reasoning

2025-08-14 · Yushi Feng, Junye Du, Yingying Hong, Qifan Wang, Lequan Yu arxiv

Existing tool-augmented agentic systems are limited in the real world by (i) black-box reasoning steps that undermine trust of decision-making and pose safety risks, (ii) poor multimodal integration, which is inherently critical for healthcare tasks, and (iii) rigid and computationally inefficient agentic pipelines. We introduce PASS (Probabilistic Agentic Supernet Sampling), the first multimodal framework to address these challenges in the context of Chest X-Ray (CXR) reasoning. PASS adaptively samples agentic workflows over a multi-tool graph, yielding decision paths annotated with interpretable probabilities. Given the complex CXR reasoning task with multimodal medical data, PASS leverages its learned task-conditioned distribution over the agentic supernet. Thus, it adaptively selects the most suitable tool at each supernet layer, offering probability-annotated trajectories for post-hoc audits and directly enhancing medical AI safety. PASS also continuously compresses salient findings into an evolving personalized memory, while dynamically deciding whether to deepen its reasoning path or invoke an early exit for efficiency. To optimize a Pareto frontier balancing performance and cost, we design a novel three-stage training procedure, including expert knowledge warm-up, contrastive path-ranking, and cost-aware reinforcement learning. To facilitate rigorous evaluation, we introduce CAB-E, a comprehensive benchmark for multi-step, safety-critical, free-form CXR reasoning. Experiments across various benchmarks validate that PASS significantly outperforms strong baselines in multiple metrics (e.g., accuracy, LLM-Judge, semantic similarity, etc.) while balancing computational costs, pushing a new paradigm shift towards interpretable, adaptive, and multimodal medical agentic systems.

📄 PDF Abstract BibTeX arXiv:2508.10501

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningSemantic Similarity

Similar Papers 제목 키워드 기반

Multi-agent Architecture Search via Agentic Supernet

2025-02-06 · Guibin Zhang, Luyang Niu, Junfeng Fang, Kun Wang 외

Large Language Model (LLM)-empowered multi-agent systems extend the cognitive boundaries of individual agents through disciplined collaboration and interaction, while constructing these systems often requires labor-inten…

Language ModelingLanguage ModellingLarge Language Model

PA&DA: Jointly Sampling PAth and DAta for Consistent NAS

2023-02-28 · CVPR 2023 1 · Shun Lu, Yu Hu, Longxing Yang, Zihao Sun 외

Based on the weight-sharing mechanism, one-shot NAS methods train a supernet and then inherit the pre-trained weights to evaluate sub-models, largely reducing the search cost. However, several works have pointed out that…

ElasticViT: Conflict-aware Supernet Training for Deploying Fast Vision Transformer on Diverse Mobile Devices

2023-03-17 · ICCV 2023 1 · Chen Tang, Li Lyna Zhang, Huiqiang Jiang, Jiahang Xu 외

Neural Architecture Search (NAS) has shown promising performance in the automatic design of vision transformers (ViT) exceeding 1G FLOPs. However, designing lightweight and low-latency ViT models for diverse mobile devic…

Neural Architecture Search

Effective Model Compression via Stage-wise Pruning

2020-11-10 · Mingyang Zhang, Xinyi Yu, Jingtao Rong, Linlin Ou

Automated Machine Learning(Auto-ML) pruning methods aim at searching a pruning strategy automatically to reduce the computational complexity of deep Convolutional Neural Networks(deep CNNs). However, some previous work f…

modelModel Compression

Prioritized Subnet Sampling for Resource-Adaptive Supernet Training

2021-09-12 · Bohong Chen, Mingbao Lin, Rongrong Ji, Liujuan Cao

A resource-adaptive supernet adjusts its subnets for inference to fit the dynamically available resources. In this paper, we propose prioritized subnet sampling to train a resource-adaptive supernet, termed PSS-Net. We m…