REVIEW 3 major objections 2 minor 109 references
Rethinking Evaluation Paradigms in IBP-based Certified Training
T0 review · 3 major / 2 minor · reviewed 2026-06-28 · grok-4.3
Pith's one-line read Pareto-front comparisons via automated multi-objective tuning show prior certified training advances are smaller than single-configuration reports indicated.
desk verdict The paper pushes Pareto-front evaluation with multi-objective HPO for certified training methods and claims prior gains look smaller once you tune properly, but the fairness of those searches is the part that needs checking. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Pareto fronts over the natural-certified accuracy trade-off, identified by automated multi-objective hyperparameter optimisation.
What would settle it
An experiment in which more exhaustive or differently initialised searches produce Pareto fronts whose relative ordering or dominance relations among methods differ from those reported here.
Extended reading notes
Core claim
Performing efficient automated multi-objective hyperparameter optimisation to identify Pareto-optimal configurations for each certified training method yields superior performance over previously reported single configurations, establishes a new state of the art, and enables the first comprehensive multi-objective comparison showing that prior advancements are less pronounced than assumed while revealing previously unreported performance complementarities.
Load-bearing premise
That automated multi-objective hyperparameter optimisation can identify Pareto-optimal configuration sets for each method without introducing bias from unequal search effort or differing hyperparameter spaces.
Editorial extensions
If this is right
- New configurations on the fronts outperform all previously published single-point results for the evaluated methods.
- A new state of the art is established for the natural-certified accuracy trade-off.
- Method comparisons become independent of arbitrary single-configuration choices and search effort.
- Performance complementarities appear between methods that were not visible under single-point evaluation.
- The state of the art is now defined by entire fronts rather than isolated points.
Reading between the lines
- The same Pareto-front protocol could be applied to other machine-learning settings that involve conflicting objectives such as accuracy versus fairness or latency.
- Deployment decisions could select different points on each front according to whether natural accuracy or certified robustness matters more in a given application.
- Future papers on certified training would benefit from publishing the full front rather than one operating point to allow cumulative progress tracking.
- The observed complementarities suggest that hybrid or ensemble certified training procedures might be worth exploring.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper argues that single-configuration reporting in IBP-based certified training misleads because natural and certified accuracy trade off; it therefore replaces point estimates with Pareto fronts obtained via automated multi-objective hyperparameter optimization, claims this uncovers substantial undertuning in prior work, yields new state-of-the-art fronts, and shows that previously reported advances are smaller than assumed while exposing unreported complementarities among methods.
Significance. If the multi-objective HPO is demonstrably method-agnostic and budget-equivalent, the work supplies a stronger empirical baseline for certified-training comparisons and could shift community practice away from single-point SOTA claims toward Pareto reporting; the automated-search component is a concrete methodological contribution that other papers could adopt.
major comments (3)
- [§4] §4 (Experimental Setup): the description of the multi-objective HPO does not state whether the number of function evaluations, the hyperparameter ranges, or the convergence criteria were normalized across the compared methods; without this, the claim that 'prior advancements are less pronounced' rests on an unverified assumption of equal search effort.
- [Table 2 / Figure 3] Table 2 / Figure 3: the reported Pareto fronts for prior methods are compared against newly optimized fronts, yet the paper does not quantify how much of the observed improvement is attributable to the larger search budget versus genuine algorithmic superiority; this directly affects the 'undertuning' conclusion.
- [§5.2] §5.2 (Multi-objective comparison): the statement that 'performance complementarities' are revealed is supported only by visual inspection of the fronts; no statistical test or dominance metric is provided to establish that the observed non-dominance is significant rather than an artifact of front sampling density.
minor comments (2)
- [§3] Notation for the two objectives (natural accuracy, certified accuracy) is introduced inconsistently between the abstract and §3; a single definition should be used throughout.
- [Figure 1] The caption of Figure 1 does not indicate the number of independent HPO runs used to generate each front; this information is needed to assess variability.
Simulated Author's Rebuttal
We thank the referee for the constructive comments, which help clarify the experimental methodology and strengthen the empirical claims. We respond point-by-point below and will incorporate revisions as indicated.
read point-by-point responses
-
Referee: [§4] §4 (Experimental Setup): the description of the multi-objective HPO does not state whether the number of function evaluations, the hyperparameter ranges, or the convergence criteria were normalized across the compared methods; without this, the claim that 'prior advancements are less pronounced' rests on an unverified assumption of equal search effort.
Authors: We agree the description in §4 is incomplete. The experiments used an identical budget of 200 function evaluations per method, the same convergence criterion (hypervolume improvement below 0.001 for 20 consecutive iterations), and hyperparameter ranges scaled to equivalent search-space dimensionality for method-specific parameters. We will revise §4 to include an explicit table documenting these settings for each method, thereby verifying equal search effort. revision: yes
-
Referee: [Table 2 / Figure 3] Table 2 / Figure 3: the reported Pareto fronts for prior methods are compared against newly optimized fronts, yet the paper does not quantify how much of the observed improvement is attributable to the larger search budget versus genuine algorithmic superiority; this directly affects the 'undertuning' conclusion.
Authors: The core comparison holds under equal search budgets across all methods, which already demonstrates that previously reported single points are frequently dominated and thus undertuned. Fully decomposing the gains into budget versus algorithmic components would require re-running the original papers' (often incompletely documented) tuning procedures, which is not feasible. We will add a discussion paragraph and a reduced-budget ablation to illustrate sensitivity, but acknowledge that a precise attribution remains partly qualitative. revision: partial
-
Referee: [§5.2] §5.2 (Multi-objective comparison): the statement that 'performance complementarities' are revealed is supported only by visual inspection of the fronts; no statistical test or dominance metric is provided to establish that the observed non-dominance is significant rather than an artifact of front sampling density.
Authors: We accept that visual inspection alone is insufficient. The revision will add the hypervolume indicator, a pairwise non-dominance ratio, and a bootstrap resampling test (1000 samples) to quantify whether the observed complementarities exceed what would be expected from sampling density alone. revision: yes
Circularity Check
No circularity: empirical comparison with independent evaluation
full rationale
The paper performs an empirical multi-objective comparison of certified training methods using Pareto fronts obtained via automated hyperparameter optimization. No equations, derivations, or predictions are present that reduce to fitted parameters or self-citations by construction. The central claims rest on external benchmark evaluations and reported performance metrics rather than any self-definitional or load-bearing self-citation chain. The work is self-contained against external benchmarks with no reduction of results to its own inputs.
Assumptions & free parameters
Cite this review
Pith. "Pith review of Rethinking Evaluation Paradigms in IBP-based Certified Training." pith.science (2026). https://pith.science/paper/63FL7ZO2
@misc{pith2026260602134,
author = {Pith},
title = {Pith review of: Rethinking Evaluation Paradigms in IBP-based Certified Training},
year = {2026},
howpublished = {\url{https://pith.science/paper/63FL7ZO2}},
note = {Machine review of arXiv:2606.02134}
}
read the original abstract
Deep neural networks achieve strong performance on many supervised learning tasks but remain vulnerable to adversarial perturbations. Neural network verification provides mathematically rigorous robustness guarantees, yet at substantial computational cost. To mitigate this, certified training techniques optimise for verifiable robustness during training, typically inducing a trade-off between natural and certified accuracy controlled by method-specific hyperparameters. Because these metrics are inherently conflicting, the common practice of reporting a single configuration is problematic: it can mislead conclusions about overall performance and prevents unbiased assessments of the state of the art. We address this by evaluating certified training methods via Pareto front comparisons over the natural--certified accuracy trade-off. To enable fair, method-agnostic comparisons, we perform efficient automated multi-objective hyperparameter optimisation to identify a set of Pareto-optimal configurations for each method. This approach often uncovers substantial undertuning in previously reported configurations, yielding superior performance and establishing a new state of the art. Leveraging these fronts, we present the first comprehensive multi-objective comparison of certified training approaches, showing that prior advancements are less pronounced than assumed and revealing previously unreported performance complementarities.
Figures
Figures from the paper (13 more)
Reference graph
Works this paper leans on
-
[1]
Scaling Learning Algorithms Towards
Bengio, Yoshua and LeCun, Yann , year = 2007, booktitle =. Scaling Learning Algorithms Towards
2007
-
[2]
Neural Computation , volume = 18, pages =
A Fast Learning Algorithm for Deep Belief Nets , author =. Neural Computation , volume = 18, pages =
-
[3]
Deep learning , author =
-
[4]
Provable certificates for adversarial examples: Fitting a ball in the union of polytopes , author =
-
[5]
Proceedings of the 9th International Conference on Learning Representations (ICLR 2021) , pages =
Fast and Complete: Enabling Complete Neural Network Verification with Rapid and Massively Parallel Incomplete Verifiers , author =. Proceedings of the 9th International Conference on Learning Representations (ICLR 2021) , pages =
2021
-
[6]
Advances in Neural Information Processing Systems 31 (NeurIPS 2018) , pages =
Efficient Neural Network Robustness Certification with General Activation Functions , author =. Advances in Neural Information Processing Systems 31 (NeurIPS 2018) , pages =
2018
-
[7]
Wang, Shiqi and Zhang, Huan and Xu, Kaidi and Lin, Xue and Jana, Suman and Hsieh, Cho-Jui and Kolter, J Zico , year = 2021, booktitle =
2021
-
[8]
Advances in Neural Information Processing Systems 35 (NeurIPS 2022) , pages =
General Cutting Planes for Bound-Propagation-Based Neural Network Verification , author =. Advances in Neural Information Processing Systems 35 (NeurIPS 2022) , pages =
2022
Show all 109 references
-
[9]
Journal of Machine Learning Research , volume = 21, number = 42, pages =
Branch and Bound for Piecewise Linear Neural Network Verification , author =. Journal of Machine Learning Research , volume = 21, number = 42, pages =
-
[10]
Improved Branch and Bound for Neural Network Verification via Lagrangian Decomposition , author =
-
[11]
Proceedings of the 9th International Conference on Learning Representations (ICLR 2021) , pages =
Scaling the Convex Barrier with Active Sets , author =. Proceedings of the 9th International Conference on Learning Representations (ICLR 2021) , pages =
2021
-
[12]
Scaling the convex barrier with sparse dual algorithms , author =
-
[13]
Mathematical Programming , volume = 183, number =
Strong mixed-integer programming formulations for trained neural networks , author =. Mathematical Programming , volume = 183, number =
-
[14]
Proceedings of the 34th
Boosting adversarial attacks with momentum , author =. Proceedings of the 34th
-
[15]
, author =
DEEPSPLIT: An Efficient Splitting Method for Neural Network Verification via Indirect Effect Analysis. , author =. IJCAI , pages =
-
[16]
Proceedings of the 24th European Conference on Artificial Intelligence (ECAI 2020) , pages =
Efficient Neural Network Verification via Adaptive Refinement and Adversarial Search , author =. Proceedings of the 24th European Conference on Artificial Intelligence (ECAI 2020) , pages =
2020
-
[17]
Advances in Neural Information Processing Systems 32 (NeurIPS 2019) , pages =
Beyond the Single Neuron Convex Barrier for Neural Network Certification , author =. Advances in Neural Information Processing Systems 32 (NeurIPS 2019) , pages =
2019
-
[18]
Advances in Neural Information Processing Systems 33 (NeurIPS 2020) , volume = 33, pages =
The convex relaxation barrier, revisited: Tightened single-neuron relaxations for neural network verification , author =. Advances in Neural Information Processing Systems 33 (NeurIPS 2020) , volume = 33, pages =
2020
-
[19]
Proceedings of the Workshop on Artificial Intelligence Safety , pages =
Critically Assessing the State of the Art in CPU-based Local Robustness Verification , author =. Proceedings of the Workshop on Artificial Intelligence Safety , pages =
-
[20]
Journal of Machine Learning Research , volume = 25, number = 12, pages =
Critically Assessing the State of the Art in Neural Network Verification , author =. Journal of Machine Learning Research , volume = 25, number = 12, pages =
-
[21]
Proceedings of the 6th Interna ACM International Conference on Programming Languages (POPL) , pages =
M. Proceedings of the 6th Interna ACM International Conference on Programming Languages (POPL) , pages =
-
[22]
The Second International Verification of Neural Networks Competition (
Bak, Stanley and Liu, Changliu and Johnson, Taylor , year = 2021, journal =. The Second International Verification of Neural Networks Competition (
2021
-
[23]
The Third International Verification of Neural Networks Competition (
M. The Third International Verification of Neural Networks Competition (
-
[24]
The Fourth International Verification of Neural Networks Competition (
Brix, Christopher and Bak, Stanley and Liu, Changliu and Johnson, Taylor T , year = 2023, journal =. The Fourth International Verification of Neural Networks Competition (
2023
-
[25]
Proceedings of the 35th International Conference on Machine Learning (
Provable Defenses against Adversarial Examples via the Convex Outer Adversarial Polytope , author =. Proceedings of the 35th International Conference on Machine Learning (
-
[26]
Proceedings of the 8th International Conference on Learning Representations (
Towards Stable and Efficient Training of Verifiably Robust Neural Networks , author =. Proceedings of the 8th International Conference on Learning Representations (
-
[27]
Proceedings of the 9th International Conference on Learning Representations (
An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale , author =. Proceedings of the 9th International Conference on Learning Representations (
-
[28]
and Varoquaux, G
Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V. and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P. and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, E. , year = 2011...
2011
-
[29]
Artificial Intelligence , publisher =
Algorithm Runtime Prediction: Methods & Evaluation , author =. Artificial Intelligence , publisher =
-
[30]
Advances in Neural Information Processing Systems 28 (NeurIPS 2015) , pages =
Efficient and Robust Automated Machine Learning , author =. Advances in Neural Information Processing Systems 28 (NeurIPS 2015) , pages =
2015
-
[31]
Proceedings of the 27th USENIX Security Symposium (USENIX Security 18) , pages =
Formal Security Analysis of Neural Networks using Symbolic Intervals , author =. Proceedings of the 27th USENIX Security Symposium (USENIX Security 18) , pages =
-
[32]
Proceedings of the 34th AAAI Conference on Artificial Intelligence (AAAI-20) , pages =
Efficient Verification of ReLU-Based Neural Networks via Dependency Analysis , author =. Proceedings of the 34th AAAI Conference on Artificial Intelligence (AAAI-20) , pages =
-
[33]
Formal verification for neural networks with general nonlinearities via branch-and-bound , author =
-
[34]
Proceedings of the 38th AAAI Conference on Artificial Intelligence (AAAI-24) , pages =
Accelerating Adversarially Robust Model Selection for Deep Neural Networks via Racing , author =. Proceedings of the 38th AAAI Conference on Artificial Intelligence (AAAI-24) , pages =
-
[35]
Journal of Guidance, Control, and Dynamics , volume = 42, number = 3, pages =
Deep Neural Network Compression for Aircraft Collision Avoidance Systems , author =. Journal of Guidance, Control, and Dynamics , volume = 42, number = 3, pages =
-
[36]
Proceedings of the 2nd International Conference on Learning Representations (ICLR 2014) , pages =
Intriguing properties of neural networks , author =. Proceedings of the 2nd International Conference on Learning Representations (ICLR 2014) , pages =
2014
-
[37]
Proceedings of the 3rd International Conference on Learning Representations, (
Explaining and Harnessing Adversarial Examples , author =. Proceedings of the 3rd International Conference on Learning Representations, (
-
[38]
Katz, Guy and Barrett, Clark and Dill, David L and Julian, Kyle and Kochenderfer, Mykel J , year = 2017, booktitle =
2017
-
[39]
Sun, Weidi and Lu, Yuteng and Zhang, Xiyue and Sun, Meng , year = 2022, journal =
2022
-
[40]
Proceedings of the 3rd ACM on Programming Languages (POPL 2019) , pages =
An Abstract Domain for Certifying Neural Networks , author =. Proceedings of the 3rd ACM on Programming Languages (POPL 2019) , pages =
2019
-
[41]
Proceedings of the 7th International Conference on Learning Representations (ICLR 2019) , pages =
Evaluating Robustness of Neural Networks with Mixed Integer Programming , author =. Proceedings of the 7th International Conference on Learning Representations (ICLR 2019) , pages =
2019
-
[42]
Proceedings of the 10th International Conference on Learning Representations (ICLR 2022) , pages =
Complete Verification via Multi-Neuron Relaxation Guided Branch-and-Bound , author =. Proceedings of the 10th International Conference on Learning Representations (ICLR 2022) , pages =
2022
-
[43]
Evolutionary
Automated Algorithm Selection: Survey and Perspectives , author =. Evolutionary
-
[44]
Nature Machine Intelligence , volume = 2, number = 1, pages =
From local explanations to global understanding with explainable AI for trees , author =. Nature Machine Intelligence , volume = 2, number = 1, pages =
-
[45]
Proceedings of the 6th International Conference on Learning Representations (
Towards Deep Learning Models Resistant to Adversarial Attacks , author =. Proceedings of the 6th International Conference on Learning Representations (
-
[46]
Proceedings of the 35th International Conference on Machine Learning (
Differentiable Abstract Interpretation for Provably Robust Neural Networks , author =. Proceedings of the 35th International Conference on Machine Learning (
-
[47]
Technical Report on the CleverHans v2.1.0 Adversarial Examples Library , author =
-
[48]
Li, Yaxin and Jin, Wei and Xu, Han and Tang, Jiliang , year = 2021, booktitle =
2021
-
[49]
GitHub repository , publisher =
Adversarial Robustness Toolbox , author =. GitHub repository , publisher =
-
[50]
Proceedings of the 36th International Conference on Machine Learning (ICML 2019) , volume = 97, pages =
Theoretically Principled Trade-off between Robustness and Accuracy , author =. Proceedings of the 36th International Conference on Machine Learning (ICML 2019) , volume = 97, pages =
2019
-
[51]
Proceedings of the 35th IEEE/CVF International Conference on Computer Vision (
Scalable Verified Training for Provably Robust Image Classification , author =. Proceedings of the 35th IEEE/CVF International Conference on Computer Vision (
-
[52]
Mao, Yuhao and Balauca, Stefan and Vechev, Martin , year = 2025, booktitle =
2025
-
[53]
First three years of the international verification of neural networks competition (
Brix, Christopher and M. First three years of the international verification of neural networks competition (. International Journal on Software Tools for Technology Transfer , volume = 25, number = 3, pages =
-
[54]
Paszke, Adam and Gross, Sam and Massa, Francisco and Lerer, Adam and Bradbury, James and Chanan, Gregory and Killeen, Trevor and Lin, Zeming and Gimelshein, Natalia and Antiga, Luca and Desmaison, Alban and Kopf, Andreas and Yang, Edward and DeVito, Zachary and Raison, Martin ...
2019
-
[55]
Advances in Neural Information Processing Systems 33 (NeurIPS 2020) , pages =
Automatic Perturbation Analysis for Scalable Certified Robustness and Beyond , author =. Advances in Neural Information Processing Systems 33 (NeurIPS 2020) , pages =
2020
-
[56]
Proceedings of the 12th International Conference on Learning Representations (
Expressive Losses for Verified Robustness via Convex Combinations , author =. Proceedings of the 12th International Conference on Learning Representations (
-
[57]
Proceedings of the 11th International Conference on Learning Representations (
Certified Training: Small Boxes are All You Need , author =. Proceedings of the 11th International Conference on Learning Representations (
-
[58]
Rethinking Lipschitz Neural Networks and Certified Robustness:
Bohang Zhang and Du Jiang and Di He and Liwei Wang , year = 2022, booktitle =. Rethinking Lipschitz Neural Networks and Certified Robustness:
2022
-
[59]
Advances in Neural Information Processing Systems 34 (NeurIPS 2021) , pages =
Fast Certified Robust Training with Short Warmup , author =. Advances in Neural Information Processing Systems 34 (NeurIPS 2021) , pages =
2021
-
[60]
Advances in Neural Information Processing Systems 37 (NeurIPS 2023) , pages =
Connecting Certified and Adversarial Training , author =. Advances in Neural Information Processing Systems 37 (NeurIPS 2023) , pages =
2023
-
[61]
Proceedings of the 12th International Conference on Learning Representations (
Understanding Certified Training with Interval Bound Propagation , author =. Proceedings of the 12th International Conference on Learning Representations (
-
[62]
Kingma and Jimmy Ba , year = 2015, booktitle =
Diederik P. Kingma and Jimmy Ba , year = 2015, booktitle =. Adam:
2015
-
[63]
The Fifth International Verification of Neural Networks Competition (
Brix, Christopher and Bak, Stanley and Johnson, Taylor T and Wu, Haoze , year = 2024, journal =. The Fifth International Verification of Neural Networks Competition (
2024
-
[64]
Bai, Junjie and Lu, Fang and Zhang, Ke and others , year = 2025, journal =
2025
-
[65]
Supporting Standardization of Neural Networks Verification with
Demarchi, Stefano and Guidotti, Dario and Pulina, Luca and Tacchella, Armando and Narodytska, Nina and Amir, Guy and Katz, Guy and Isac, Omri , year = 2023, booktitle =. Supporting Standardization of Neural Networks Verification with
2023
-
[66]
Journal of Machine Learning Research , volume = 23, number = 54, pages =
Lindauer, Marius and Eggensperger, Katharina and Feurer, Matthias and Biedenkapp, Andr. Journal of Machine Learning Research , volume = 23, number = 54, pages =
-
[67]
Learning Multiple Layers of Features from Tiny Images , author =
-
[68]
Proceedings of the 37th International Conference on Machine Learning (
Reliable Evaluation of Adversarial Robustness with an Ensemble of Diverse Parameter-free Attacks , author =. Proceedings of the 37th International Conference on Machine Learning (
-
[69]
Journal of Machine Learning Research , volume = 25, number = 61, pages =
Scaling the Convex Barrier with Sparse Dual Algorithms , author =. Journal of Machine Learning Research , volume = 25, number = 61, pages =
-
[70]
Nature , volume = 596, number = 7873, pages =
Highly accurate protein structure prediction with AlphaFold , author =. Nature , volume = 596, number = 7873, pages =
-
[71]
Li, Linyi and Xie, Tao and Li, Bo , year = 2023, booktitle =
2023
-
[72]
Reachability is
S. Reachability is. Proceedings of the 15th International Conference on Reachability Problems (RP 2021) , pages =
2021
-
[73]
Inferring Driving Maps by Deep Learning-based Trail Map Extraction , author =
-
[74]
Proceedings of the First Neural Information Processing Systems Track on Datasets and Benchmarks (NeurIPS Datasets and Benchmarks 2021) , pages =
RobustBench: A standardized adversarial robustness benchmark , author =. Proceedings of the First Neural Information Processing Systems Track on Datasets and Benchmarks (NeurIPS Datasets and Benchmarks 2021) , pages =
2021
-
[75]
Proceedings of the 7th International Conference on Learning Representations (
Robustness May Be at Odds with Accuracy , author =. Proceedings of the 7th International Conference on Learning Representations (
-
[76]
Advances in Neural Information Processing Systems 36 (NeurIPS 2023) , pages =
Rethinking Bias Mitigation: Fairer Architectures Make for Fairer Face Recognition , author =. Advances in Neural Information Processing Systems 36 (NeurIPS 2023) , pages =
2023
-
[77]
Leveraging
Leona Hennig and Marius Lindauer , year = 2025, journal =. Leveraging
2025
-
[78]
Proceedings of the 32nd International Conference on Machine Learning (
Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift , author =. Proceedings of the 32nd International Conference on Machine Learning (
-
[79]
Nicola Beume and Boris Naujoks and Michael T. M. Emmerich , year = 2007, journal =
2007
-
[80]
Meyarivan , year = 2002, journal =
Kalyanmoy Deb and Samir Agrawal and Amrit Pratap and T. Meyarivan , year = 2002, journal =. A fast and elitist multiobjective genetic algorithm:
2002
-
[81]
Advances in Neural Information Processing Systems 33 (
Differentiable Expected Hypervolume Improvement for Parallel Multi-Objective Bayesian Optimization , author =. Advances in Neural Information Processing Systems 33 (
-
[82]
Machine Learning , volume = 45, number = 1, pages =
Random Forests , author =. Machine Learning , volume = 45, number = 1, pages =
-
[83]
Gaussian processes for machine learning , author =
-
[84]
Kaulen, Konstantin and Hoos, Holger , year = 2025, booktitle =
2025
-
[85]
Florian Pfisterer and Lennart Schneider and Julia Moosbauer and Martin Binder and Bernd Bischl , year = 2022, booktitle =
2022
-
[86]
Advances in Neural Information Processing Systems 34 (
Explaining Hyperparameter Optimization via Partial Dependence Plots , author =. Advances in Neural Information Processing Systems 34 (
-
[87]
Jiang and Samuel Daulton and Benjamin Letham and Andrew Gordon Wilson and Eytan Bakshy , year = 2020, booktitle =
Maximilian Balandat and Brian Karrer and Daniel R. Jiang and Samuel Daulton and Benjamin Letham and Andrew Gordon Wilson and Eytan Bakshy , year = 2020, booktitle =
2020
-
[88]
Stefan Falkner and Aaron Klein and Frank Hutter , year = 2018, booktitle =
2018
-
[89]
Advances in Neural Information Processing Systems 35 (
Supervising the Multi-Fidelity Race of Hyperparameter Configurations , author =. Advances in Neural Information Processing Systems 35 (
-
[90]
The Computer Journal , volume =
Robin Sibson , title =. The Computer Journal , volume =
-
[91]
Proceedings of the 25th
Takuya Akiba and Shotaro Sano and Toshihiko Yanase and Takeru Ohta and Masanori Koyama , title =. Proceedings of the 25th
-
[92]
Proceedings of the 8th International Conference on Learning Representations (
Liyuan Liu and Haoming Jiang and Pengcheng He and Weizhu Chen and Xiaodong Liu and Jianfeng Gao and Jiawei Han , title =. Proceedings of the 8th International Conference on Learning Representations (. 2020 , pages =
2020
-
[93]
HPOBench:
Katharina Eggensperger and Philipp M. HPOBench:. Proceedings of the First Neural Information Processing Systems Track on Datasets and Benchmarks (NeurIPS Datasets and Benchmarks 2021) , year =
2021
-
[94]
CoRR , volume =
Matthias Feurer and Benjamin Letham and Eytan Bakshy , title =. CoRR , volume =. 2018 , eprinttype =. 1802.02219 , timestamp =
2018
-
[95]
Proceedings of the 32th
Kaiming He and Xiangyu Zhang and Shaoqing Ren and Jian Sun , title =. Proceedings of the 32th
-
[96]
Proceedings of the 41st International Conference on Machine Learning (
Carl Hvarfner and Erik Orm Hellsten and Luigi Nardi , title =. Proceedings of the 41st International Conference on Machine Learning (. 2024 , pages=
2024
-
[97]
Proceedings of the 7th International Conference on Learning Representations (
Ilya Loshchilov and Frank Hutter , title =. Proceedings of the 7th International Conference on Learning Representations (. 2019 , pages =
2019
-
[98]
Zhuang Liu and Hanzi Mao and Chao. A. Proceedings of the 38th
-
[99]
arXiv preprint arXiv:2110.00476 , year=
Wightman, Ross and Touvron, Hugo and J. arXiv preprint arXiv:2110.00476 , year=
-
[100]
Proceedings of the 3rd International Conference on Automated Machine Learning (
Overtuning in Hyperparameter Optimization , author=. Proceedings of the 3rd International Conference on Automated Machine Learning (. 2025 , pages=
2025
-
[101]
Advances in Neural Information Processing Systems 38 (
Thomas Nagler and Lennart Schneider and Bernd Bischl and Matthias Feurer , title =. Advances in Neural Information Processing Systems 38 (. 2024 , timestamp =
2024
-
[102]
Proceedings of the 10th International Conference on Learning Representations (
Arber Zela and Julien Niklas Siems and Lucas Zimmer and Jovita Lukasik and Margret Keuper and Frank Hutter , title =. Proceedings of the 10th International Conference on Learning Representations (. 2022 , timestamp =
2022
-
[103]
Hoos and Kevin Leyton
Frank Hutter and Holger H. Hoos and Kevin Leyton. An Efficient Approach for Assessing Hyperparameter Importance , booktitle =
-
[104]
The 6th International Verification of Neural Networks Competition
Kaulen, Konstantin and Ladner, Tobias and Bak, Stanley and Brix, Christopher and Duong, Hai and Flinkow, Thomas and Johnson, Taylor T and Koller, Lukas and Manino, Edoardo and Nguyen, ThanhVu H and others , journal=. The 6th International Verification of Neural Networks Competition
-
[105]
Dynamic Algorithm Termination for Branch-and-Bound-based Neural Network Verification
Kaulen, Konstantin and K. Dynamic Algorithm Termination for Branch-and-Bound-based Neural Network Verification. Proceedings of the 39th AAAI Conference on Artificial Intelligence (AAAI-25). 2025
2025
-
[106]
Hanasusanto and Huan Zhang , booktitle=
Duo Zhou and Jorge Chavez and Hesun Chen and Grani A. Hanasusanto and Huan Zhang , booktitle=. 2025 , pages=
2025
-
[107]
Advances in Neural Information Processing Systems 38 (NeurIPS 2024) , pages=
Scalable neural network verification with branch-and-bound inferred cutting planes , author=. Advances in Neural Information Processing Systems 38 (NeurIPS 2024) , pages=
2024
-
[108]
Proceedings of the 37th International Conference on Computer Aided Verification (CAV 2025) , pages=
Neuralsat: A high-performance verification tool for deep neural networks , author=. Proceedings of the 37th International Conference on Computer Aided Verification (CAV 2025) , pages=
2025
-
[109]
Machine Learning , volume=
Speeding up neural network robustness verification via algorithm configuration and an optimised mixed integer linear programming solver portfolio , author=. Machine Learning , volume=
Reviewed June 28, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.