SCI: A Metacognitive Control for Signal Dynamics
Vishal Joshua Meesala

TL;DR
SCI introduces a closed-loop control layer that adaptively manages inference steps in deep models, providing a safety signal to detect potential failures across various domains.
Contribution
The paper presents SCI, a novel metacognitive control layer that wraps stochastic models to regulate inference and expose safety signals, improving reliability in safety-critical applications.
Findings
SCI allocates more inference steps to misclassified inputs.
The safety signal effectively detects misclassifications with AUROC up to 0.86.
SCI is applicable across vision, medical, and industrial domains.
Abstract
Modern deep learning systems are typically deployed as open-loop function approximators: they map inputs to outputs in a single pass, without regulating how much computation or explanatory effort is spent on a given case. In safety-critical settings, this is brittle: easy and ambiguous inputs receive identical processing, and uncertainty is only read off retrospectively from raw probabilities. We introduce the Surgical Cognitive Interpreter (SCI), a lightweight closed-loop metacognitive control layer that wraps an existing stochastic model and turns prediction into an iterative process. SCI monitors a scalar interpretive state SP(t), here instantiated as a normalized entropy-based confidence signal, and adaptively decides whether to stop, continue sampling, or abstain. The goal is not to improve accuracy per se, but to regulate interpretive error {\Delta}SP and expose a safety signal…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Healthcare Technology and Patient Monitoring · Explainable Artificial Intelligence (XAI)
