paper-with-me

Papers

Adaptive Test-Time Scaling for Zero-Shot Respiratory Audio Classification

2026-04-14 · Tsai-Ning Wang, Herman Teun den Dekker, Lin-Lin Chen, Neil Zeghidour, Aaqib Saeed arxiv

Automated respiratory audio analysis promises scalable, non-invasive disease screening, yet progress is limited by scarce labeled data and costly expert annotation. Zero-shot inference eliminates task-specific supervision, but existing methods apply uniform computation to every input regardless of difficulty. We introduce TRIAGE, a tiered zero-shot framework that adaptively scales test-time compute by routing each audio sample through progressively richer reasoning stages: fast label-cosine scoring in a joint audio-text embedding space (Tier-L), structured matching with clinician-style descriptors (Tier-M), and retrieval-augmented large language model reasoning (Tier-H). A confidence-based router finalizes easy predictions early while allocating additional computation to ambiguous inputs, enabling nearly half of all samples to exit at the cheapest tier. Across nine respiratory classification tasks without task-specific training, TRIAGE achieves a mean AUROC of 0.744, outperforming prior zero-shot methods and matching or exceeding supervised baselines on multiple tasks. Our analysis show that test-time scaling concentrates gains where they matter: uncertain cases see up to 19% relative improvement while confident predictions remain unchanged at minimal cost.

📄 PDF Abstract BibTeX arXiv:2604.12647

Code (0)

등록된 구현이 없습니다.

Tasks

Audio Classification

Similar Papers 제목 키워드 기반

ZeroPrompt: Scaling Prompt-Based Pretraining to 1,000 Tasks Improves Zero-Shot Generalization

2022-01-18 · Hanwei Xu, Yujun Chen, Yulun Du, Nan Shao 외

We propose a multitask pretraining approach ZeroPrompt for zero-shot generalization, focusing on task scaling and zero-shot prompting. While previous models are trained on only a few dozen tasks, we scale to 1,000 tasks …

Zero-shot GeneralizationZero-Shot Learning

Adaptive recurrent vision performs zero-shot computation scaling to unseen difficulty levels

2023-11-12 · NeurIPS 2023 11

Humans solving algorithmic (or) reasoning problems typically exhibit solution times that grow as a function of problem difficulty. Adaptive recurrent neural networks have been shown to exhibit this property for various l…

PathfinderVisual ReasoningZero-shot Generalization

ORIGEN: Zero-Shot 3D Orientation Grounding in Text-to-Image Generation

2025-03-28 · Yunhong Min, Daehyeon Choi, Kyeongmin Yeo, Jihyun Lee 외

We introduce ORIGEN, the first zero-shot method for 3D orientation grounding in text-to-image generation across multiple objects and diverse categories. While previous work on spatial grounding in image generation has ma…

Image GenerationText to Image GenerationText-to-Image Generation

Thoughtbubbles: an Unsupervised Method for Parallel Thinking in Latent Space

2025-09-30 · Houjun Liu, Shikhar Murty, Christopher D. Manning, Róbert Csordás arxiv

Current approaches for scaling inference-time compute in transformers train them to emit explicit chain-of-thought tokens before producing an answer. While these methods are powerful, they are limited because they cannot…

Thinking in Frames: How Visual Context and Test-Time Scaling Empower Video Reasoning

2026-01-28 · Chengzu Li, Zanyi Wang, Jiaang Li, Yi Xu 외 arxiv

Vision-Language Models have excelled at textual reasoning, but they often struggle with fine-grained spatial understanding and continuous action planning, failing to simulate the dynamics required for complex visual reas…

Zero-shot GeneralizationVisual ReasoningVideo Generation