paper-with-me

홈 › Papers

Halt Fast! Early Stopping for Certified Robustness

2026-06-26 · Andrew C. Cullen, Paul Montague, Benjamin I. P. Rubinstein arxiv

Randomized Smoothing (RS) provides rigorous robustness guarantees for neural networks without architectural constraints, yet its adoption is limited by extreme computational costs. Standard RS requires tens of thousands of model evaluations per input and forces practitioners to commit to fixed sample sizes a priori. In this work, we present a novel meta-learning framework for anytime-valid certified robustness that adaptively deploys computational resources. By using a lightweight meta-learner to predict image-specific priors for a sequential E-process, we achieve a 20-fold reduction in sample complexity compared to traditional methods while maintaining rigorous statistical guarantees. Beyond raw efficiency, we demonstrate how anytime-validity enables adaptively allocating compute based upon application-specific risk thresholds, a form of resource triage impossible under classic certification frameworks. That this is achievable while also providing similar certification performance demonstrates that our approach provides a pathway for real-time, safety-critical certification deployments.

📄 PDF Abstract BibTeX arXiv:2606.27694

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Early Stopping without a Validation Set

2017-03-28 · Maren Mahsereci, Lukas Balles, Christoph Lassner, Philipp Hennig

Early stopping is a widely used technique to prevent poor generalization performance when training an over-expressive model by means of gradient-based optimization. To find a good point to halt the optimizer, a common pr…

regression

Auditable Early Stopping for Agentic Routing: Ledger-Verified Run-Wise Certificates under Local DP

2025-09-09 · Shivam Akhauri arxiv

We address when a best-first router for tool-use agents can stop exploring without missing a better leaf, while preserving local differential privacy (LDP) and leaving an audit trail. We introduce a run-wise certificate …

GradES: Significantly Faster Training in Transformers with Gradient-Based Early Stopping

2025-09-01 · Qifu Wen, Xi Zeng, Zihan Zhou, Shuaijun Liu 외 arxiv

Early stopping monitors global validation loss and halts all parameter updates simultaneously, which is computationally costly for large transformers due to the extended time required for validation inference. We propose…

Statistical Early Stopping for Reasoning Models

2026-02-15 · Yangxinyu Xie, Tao Wang, Soham Mallick, Yan Sun 외 arxiv

While LLMs have seen substantial improvement in reasoning capabilities, they also sometimes overthink, generating unnecessary reasoning steps, particularly under uncertainty, given ill-posed or ambiguous queries. We intr…

Early Time Classification with Accumulated Accuracy Gap Control

2024-02-01 · Liran Ringel, Regev Cohen, Daniel Freedman, Michael Elad 외

Early time classification algorithms aim to label a stream of features without processing the full input stream, while maintaining accuracy comparable to that achieved by applying the classifier to the entire input. In t…

Classification