REVIEW 2 major objections 5 minor 53 references
There is a Lipschitz constant that makes a network calibrated by construction, and a feedback rule finds it while keeping certified robustness.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
There exists a non-trivial Lipschitz constant L* that makes a network intrinsically calibrated; LiST finds it automatically via temperature feedback and produces calibrated robust models on CIFAR and Tiny-ImageNet.
T0 review reviewed 2026-07-10 challenge →
load-bearing objection Clean duality between Lipschitz L and temperature scaling, turned into a practical feedback loop that finds an intrinsically calibrated L* and a calibrated Pareto front; theory is existence-only under a continuity assumption the authors flag themselves. the 2 major comments →
LiST: Lipschitz Scaling Training for Robust and Calibrated Neural Networks
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
For a given architecture, data, and training procedure there exists a non-trivial Lipschitz constant L* such that a network trained under that hard constraint is intrinsically calibrated (its optimal Temperature Scaling factor is one). Calibration therefore supplies an unsupervised criterion that selects a well-defined operating point on the accuracy-robustness Pareto front; LiST finds that point automatically by the feedback rule Le+1 = Le / T*_e.
What carries the argument
Lipschitz-Temperature duality: dividing logits by a temperature T is equivalent to scaling the global Lipschitz constant by 1/T. LiST exploits the duality with a two-phase algorithm that updates L each epoch from the calibration temperature and later freezes L* so that calibration data can be re-integrated safely.
Load-bearing premise
The map from Lipschitz constant to the trained network must be continuous enough for an intermediate-value argument to guarantee that a calibrated L* exists; without that regularity the feedback loop has no theoretical target.
What would settle it
Train families of networks under a dense grid of fixed L values and check whether the optimal post-hoc temperature ever equals one; if the temperature-versus-L curve never crosses one, or if LiST's feedback rule fails to converge to a point where T*=1, the central claim is false.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper argues that the global Lipschitz constant L of a constrained network and the temperature T of post-hoc Temperature Scaling are dual scaling factors on the logits. Under four regularity assumptions it proves (Prop. 3) that there exists a non-trivial L* for which the optimally trained network is intrinsically calibrated (T*=1). It then introduces LiST, a two-phase algorithm that uses the epoch-wise optimal temperature on a held-out set as a feedback signal (Le+1 = Le/T*_e) to drive the constraint to L*, freezes it, and re-integrates the calibration data. By varying a loss offset ξ the method also produces a fully calibrated accuracy-robustness Pareto front. Experiments on CIFAR-10/100 and Tiny-ImageNet with a Lipschitz ResNet-18 show competitive clean accuracy, AutoAttack accuracy and certified robust accuracy while reporting the lowest ECE among both unconstrained and fixed-L baselines, without post-hoc recalibration.
Significance. If the claimed duality and the practical convergence of the feedback loop hold, LiST supplies a principled, essentially unsupervised way to select an operating point on the accuracy-robustness Pareto front of Lipschitz networks while guaranteeing out-of-the-box calibration. The existence argument (Prop. 3), the certified-radius invariance under pure temperature scaling (Eq. 8), the multi-initialization trajectories (Fig. 2), the multi-seed CIFAR-10 results (Tables 1-2), and the public code constitute a coherent and reproducible contribution that unifies three reliability axes previously treated separately. The reduction of the hyper-parameter burden from (L, ξ) to ξ alone is of immediate practical value for certified-robustness practitioners.
major comments (2)
- Appendix B, Assumption 1 and Proposition 3: the Intermediate-Value argument establishing existence of L* rests on continuity of the trained-network family L ↦ f_ heta^(L) and uniform boundedness of logits on compact sets of L. The manuscript correctly flags this as a regularity property of the training procedure rather than a first-principles guarantee, and supports it empirically (Figs. 1, 2, 4). Because the central theoretical claim is existence plus practical convergence of the feedback rule, the paper should either (i) strengthen the discussion of when the assumption is expected to hold (e.g., under spectral-normalization + ScheduleFree) or (ii) clearly relegate uniqueness/continuity to an open question and present the algorithm as an empirically reliable heuristic whose fixed point is calibrated by construction of the feedback. The current wording slightly over-states the theoretica
- Section 5.1 / Table 1: LiST is trained on a 90/10 train/calibration split while all baselines (including fixed-L models) train on the full training set. Although Phase II re-integrates D_cal, the comparison of Phase-I metrics and the claim of “sample efficiency” would be cleaner if an additional fixed-L baseline trained on the same 90 % split (or an ablation that freezes L* without re-integration) were reported. The present design leaves open whether part of the ECE advantage is simply the effect of the held-out set rather than the dynamic constraint.
minor comments (5)
- Figure 1 caption and surrounding text: the quantitative mismatch between L*≈32 and 1/T*≈1.85 is explained by accuracy differences, but a short quantitative illustration (e.g., ECE of the 32-Lipschitz net after TS versus the 1-Lipschitz net after TS) would make the point sharper.
- Section 4.3: the stopping criterion (relative range of L over a window W=30, ε=0.001) is sensible, yet the sensitivity of final CRA/ECE to W and ε is only mentioned in Appendix E; a one-sentence statement in the main text would help reproducibility.
- Equation (4) and the subsequent absorption of τ into L: the notation switch from τ to L is clean, but an explicit remark that the offset ξ remains an independent free parameter (and is the only remaining one) would clarify the hyper-parameter claim made in the limitations section.
- Table 2 bottom block: CIFAR-100 and Tiny-ImageNet results are single-run; given the low variance reported on CIFAR-10 this is acceptable, but a brief note that multi-seed statistics were omitted for compute reasons would be transparent.
- Minor typographical issues: “a pillars such asexplainability” (p.1), missing spaces after some citations, and the arXiv identifier in the header still carries a future date.
Circularity Check
No significant circularity: L* is the fixed point of an independent temperature-scaling procedure; existence follows from a standard IVT argument under regularity assumptions, and the feedback rule is an intentional control loop, not a tautology.
full rationale
The paper defines an intrinsically calibrated network as one for which the optimal post-hoc temperature satisfies T*=1 (Section 2.2). Proposition 3 then proves existence of an L* realizing this property by applying the Intermediate Value Theorem to the continuous map L ↦ T*(L) (Lemmas 1–2), bracketed by the empirically observed under-confidence (small L) and over-confidence (large L) regimes (Assumptions 3–4). The continuity/boundedness Assumption 1 is a regularity hypothesis on the trained-network family, not a definition that forces the conclusion. The LiST update Le+1 ← Le/T*_e is deliberately constructed so that its equilibrium is T*=1; this is ordinary feedback design, not a self-definitional reduction of a claimed prediction. Empirical claims (Pareto location of L*, competitive multi-axis metrics, safe re-integration of Dcal) are validated against external baselines and held-out data, not forced by construction. Self-citations (Béthune et al. 2022, Serrurier et al. 2021, Boissin et al. 2025, etc.) supply architectural and loss background already standard in the Lipschitz-network literature; none is a load-bearing uniqueness theorem that closes the argument. Uniqueness of L* is explicitly left open (Remark 1). Consequently the derivation chain contains no step that reduces a claimed first-principles result to its own inputs by definition or by self-citation alone.
Axiom & Free-Parameter Ledger
free parameters (4)
- initial Lipschitz constant L0 =
1.0 (default)
- loss offset ξ =
0 or 3 (reported)
- stopping window W and tolerance ε =
W=30, ε=0.001
- Phase-II fine-tuning epochs =
100
axioms (5)
- ad hoc to paper Assumption 1: the trained-network family L ↦ f_θ^(L) is continuous in L and logits are uniformly bounded on compact sets of L.
- domain assumption Assumption 2: non-degeneracy of the calibration set (at least one misclassification, non-constant logits, positive average margin).
- domain assumption Assumption 3: under-confidence for sufficiently small L (T*(L-)<1).
- domain assumption Assumption 4: over-confidence for sufficiently large L (T*(L+)>1).
- standard math Global Lipschitz constant of a feed-forward net is upper-bounded by the product of layer-wise Lipschitz constants.
invented entities (1)
-
intrinsically calibrated Lipschitz constant L*
independent evidence
Cite this review
Pith. "Pith review of LiST: Lipschitz Scaling Training for Robust and Calibrated Neural Networks." pith.science (2026). https://pith.science/paper/2DAIQ2TW
@misc{pith2026260707745,
author = {Pith},
title = {Pith review of: LiST: Lipschitz Scaling Training for Robust and Calibrated Neural Networks},
year = {2026},
howpublished = {\url{https://pith.science/paper/2DAIQ2TW}},
note = {Machine review of arXiv:2607.07745}
}
read the original abstract
While accuracy, robustness, and calibration are all essential for reliable neural networks, they are often studied separately; developing models that satisfy all three simultaneously remains a central challenge. Lipschitz-constrained models guarantee robustness by design, yet the manual selection of the Lipschitz constraint L governs the resulting accuracy-robustness trade-off, and their calibration properties remain largely underexplored. In this work, we highlight a theoretical and empirical link between the enforced Lipschitz constraint and Temperature Scaling, a state-of-the-art calibration method. Specifically, we find that for a given training scheme, there exists a non-trivial value L* that yields an out-of-the-box calibrated network, and that calibration acts as a principled criterion to select a well-defined operating point on the accuracy-robustness Pareto front. Leveraging these insights, we introduce Lipschitz Scaling Training (LiST), a novel training paradigm that iteratively adjusts the global Lipschitz constant to reach this operating point. Through a margin parameter in the training loss, LiST further enables the construction of a fully calibrated Pareto front, allowing users to navigate the accuracy-robustness trade-off while remaining calibrated throughout. At convergence, LiST also enables the reintegration of calibration data into training, improving sample efficiency without sacrificing calibration. We validate LiST on CIFAR-10/100 and Tiny-ImageNet, demonstrating competitive accuracy and robustness against constrained and unconstrained baselines, while remaining calibrated out of the box. Code is available at GitHub.
Figures
Reference graph
Works this paper leans on
-
[1]
Angelopoulos and Stephen Bates
Anastasios N. Angelopoulos and Stephen Bates. Conformal Prediction : A Gentle Introduction . Foundations and Trends in Machine Learning, 16 0 (4): 0 494--591, March 2023. ISSN 1935-8237. doi:10.1561/2200000101. URL https://doi.org/10.1561/2200000101
-
[2]
Sorting Out Lipschitz Function Approximation
Cem Anil, James Lucas, and Roger Grosse. Sorting Out Lipschitz Function Approximation . In Proceedings of the 36th International Conference on Machine Learning , pages 291--301. PMLR, May 2019. URL https://proceedings.mlr.press/v97/anil19a.html
work page 2019
-
[3]
A unified algebraic perspective on lipschitz neural networks
Alexandre Araujo, Aaron J Havens, Blaise Delattre, Alexandre Allauzen, and Bin Hu. A unified algebraic perspective on lipschitz neural networks. In The Eleventh International Conference on Learning Representations, 2023
work page 2023
-
[4]
Spectrally-normalized margin bounds for neural networks
Peter L Bartlett, Dylan J Foster, and Matus J Telgarsky. Spectrally-normalized margin bounds for neural networks. In Advances in Neural Information Processing Systems , volume 30. Curran Associates, Inc., 2017. URL https://proceedings.neurips.cc/paper_files/paper/2017/hash/b22b257ad0519d4500539da3c8bcf4dd-Abstract.html
work page 2017
-
[5]
An adaptive orthogonal convolution scheme for efficient and flexible cnn architectures
Thibaut Boissin, Franck Mamalet, Thomas Fel, Agustin Martin Picard, Thomas Massena, and Mathieu Serrurier. An adaptive orthogonal convolution scheme for efficient and flexible cnn architectures. In International Conference on Machine Learning, pages 4757--4790. PMLR, 2025
work page 2025
-
[6]
Stephen P. Boyd and Lieven Vandenberghe. Convex optimization. Cambridge University Press, Cambridge New York Melbourne New Delhi Singapore, version 29 edition, 2023. ISBN 978-0-521-83378-3
work page 2023
-
[7]
Glenn W. Brier. VERIFICATION OF FORECASTS EXPRESSED IN TERMS OF PROBABILITY . Monthly Weather Review, 78 0 (1): 0 1--3, January 1950. ISSN 1520-0493, 0027-0644. doi:10.1175/1520-0493(1950)078<0001:VOFEIT>2.0.CO;2. URL https://journals.ametsoc.org/view/journals/mwre/78/1/1520-0493_1950_078_0001_vofeit_2_0_co_2.xml
-
[8]
Pay attention to your loss : understanding misconceptions about Lipschitz neural networks
Louis Béthune, Thibaut Boissin, Mathieu Serrurier, Franck Mamalet, Corentin Friedrich, and Alberto Gonzalez Sanz. Pay attention to your loss : understanding misconceptions about Lipschitz neural networks. Advances in Neural Information Processing Systems, 35: 0 20077--20091, December 2022. URL https://papers.nips.cc/paper_files/paper/2022/hash/7eb3d8ae592...
work page 2022
-
[9]
Reliable evaluation of adversarial robustness with an ensemble of diverse parameter-free attacks
Francesco Croce and Matthias Hein. Reliable evaluation of adversarial robustness with an ensemble of diverse parameter-free attacks. In Proceedings of the 37th International Conference on Machine Learning , pages 2206--2216. PMLR, November 2020. URL https://proceedings.mlr.press/v119/croce20b.html
work page 2020
-
[10]
Aaron Defazio, Xingyu Yang, Harsh Mehta, Konstantin Mishchenko, Ahmed Khaled, and Ashok Cutkosky. The Road Less Scheduled . In A. Globerson, L. Mackey, D. Belgrave, A. Fan, U. Paquet, J. Tomczak, and C. Zhang, editors, Advances in Neural Information Processing Systems , volume 37, pages 9974--10007. Curran Associates, Inc., 2024. doi:10.52202/079017-0320....
-
[11]
Cynthia Dwork, Moritz Hardt, Toniann Pitassi, Omer Reingold, and Richard Zemel. Fairness through awareness. In Proceedings of the 3rd Innovations in Theoretical Computer Science Conference , ITCS '12, pages 214--226, New York, NY, USA, January 2012. Association for Computing Machinery. ISBN 978-1-4503-1115-1. doi:10.1145/2090236.2090255. URL https://dl.ac...
-
[12]
Disrupting Deep Uncertainty Estimation Without Harming Accuracy
Ido Galil and Ran El-Yaniv. Disrupting Deep Uncertainty Estimation Without Harming Accuracy . In Advances in Neural Information Processing Systems , volume 34, pages 21285--21296. Curran Associates, Inc., 2021. URL https://proceedings.neurips.cc/paper/2021/hash/b1b20d09041289e6c3fbb81850c5da54-Abstract.html
work page 2021
-
[13]
Size-independent sample complexity of neural networks
Noah Golowich, Alexander Rakhlin, and Ohad Shamir. Size-independent sample complexity of neural networks. In Conference on learning theory, pages 297--299. PMLR, 2018
work page 2018
-
[14]
Explaining and Harnessing Adversarial Examples
Ian J. Goodfellow, Jonathon Shlens, and Christian Szegedy. Explaining and harnessing adversarial examples. In International Conference on Learning Representations (ICLR), 2015. URL https://arxiv.org/abs/1412.6572
work page internal anchor Pith review Pith/arXiv arXiv 2015
-
[15]
Robust Models are less Over-Confident
Julia Grabinski, Paul Gavrikov, Janis Keuper, and Margret Keuper. Robust Models are less Over - Confident , December 2022. URL http://arxiv.org/abs/2210.05938. arXiv:2210.05938 [cs]
work page internal anchor Pith review Pith/arXiv arXiv 2022
-
[16]
The Limitations of Model Uncertainty in Adversarial Settings
Kathrin Grosse, David Pfaff, Michael Thomas Smith, and Michael Backes. The Limitations of Model Uncertainty in Adversarial Settings , November 2019. URL http://arxiv.org/abs/1812.02606. arXiv:1812.02606 [cs]
work page internal anchor Pith review Pith/arXiv arXiv 2019
-
[17]
Chuan Guo, Geoff Pleiss, Yu Sun, and Kilian Q. Weinberger. On Calibration of Modern Neural Networks . In Proceedings of the 34th International Conference on Machine Learning , pages 1321--1330. PMLR, July 2017. URL https://proceedings.mlr.press/v70/guo17a.html. ISSN: 2640-3498
work page 2017
-
[18]
Equality of Opportunity in Supervised Learning
Moritz Hardt, Eric Price, and Nati Srebro. Equality of Opportunity in Supervised Learning . In Advances in Neural Information Processing Systems , volume 29. Curran Associates, Inc., 2016. URL https://proceedings.neurips.cc/paper_files/paper/2016/hash/6a9659feb1216f14f7384ba499518b38-Abstract.html
work page 2016
-
[19]
Improving model calibration with accuracy versus uncertainty optimization
Ranganath Krishnan and Omesh Tickoo. Improving model calibration with accuracy versus uncertainty optimization. In Advances in Neural Information Processing Systems , volume 33, pages 18237--18248. Curran Associates, Inc., 2020. URL https://proceedings.neurips.cc/paper_files/paper/2020/hash/d3d9446802a44259755d38e6d163e820-Abstract.html
work page 2020
-
[20]
Meelis Kull, Miquel Perello Nieto, Markus Kängsepp, Telmo Silva Filho, Hao Song, and Peter Flach. Beyond temperature scaling: Obtaining well-calibrated multi-class probabilities with Dirichlet calibration. In Advances in Neural Information Processing Systems , volume 32. Curran Associates, Inc., 2019. URL https://proceedings.neurips.cc/paper/2019/hash/8ca...
work page 2019
-
[21]
Trainable Calibration Measures for Neural Networks from Kernel Mean Embeddings
Aviral Kumar, Sunita Sarawagi, and Ujjwal Jain. Trainable Calibration Measures for Neural Networks from Kernel Mean Embeddings . In Proceedings of the 35th International Conference on Machine Learning , pages 2805--2814. PMLR, July 2018. URL https://proceedings.mlr.press/v80/kumar18a.html
work page 2018
-
[22]
Enhancing certified robustness via block reflector orthogonal layers and logit annealing loss
Bo-Han Lai, Pin-Han Huang, Bo-Han Kung, and Shang-Tse Chen. Enhancing certified robustness via block reflector orthogonal layers and logit annealing loss. In International Conference on Machine Learning (ICML), 2025. Spotlight
work page 2025
-
[23]
On the Robustness of Adversarial Training Against Uncertainty Attacks
Emanuele Ledda, Giovanni Scodeller, Daniele Angioni, Giorgio Piras, Antonio Emanuele Cinà, Giorgio Fumera, Battista Biggio, and Fabio Roli. On the Robustness of Adversarial Training Against Uncertainty Attacks , May 2025. URL http://arxiv.org/abs/2410.21952. arXiv:2410.21952 [cs]
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[24]
Preventing Gradient Attenuation in Lipschitz Constrained Convolutional Networks
Qiyang Li, Saminul Haque, Cem Anil, James Lucas, Roger B Grosse, and Joern-Henrik Jacobsen. Preventing Gradient Attenuation in Lipschitz Constrained Convolutional Networks . In Advances in Neural Information Processing Systems , volume 32. Curran Associates, Inc., 2019. URL https://proceedings.neurips.cc/paper_files/paper/2019/hash/1ce3e6e3f452828e23a0c94...
work page 2019
-
[25]
The devil is in the margin: Margin-based label smoothing for network calibration
Bingyuan Liu, Ismail Ben Ayed, Adrian Galdran, and Jose Dolz. The devil is in the margin: Margin-based label smoothing for network calibration. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 80--88, 2022
work page 2022
-
[26]
A Unified Approach to Interpreting Model Predictions
Scott M Lundberg and Su-In Lee. A Unified Approach to Interpreting Model Predictions . In Advances in Neural Information Processing Systems , volume 30. Curran Associates, Inc., 2017. URL https://proceedings.neurips.cc/paper_files/paper/2017/hash/8a20a8621978632d76c43dfd28b67767-Abstract.html
work page 2017
-
[27]
Towards Deep Learning Models Resistant to Adversarial Attacks
Aleksander Madry, Aleksandar Makelov, Ludwig Schmidt, Dimitris Tsipras, and Adrian Vladu. Towards Deep Learning Models Resistant to Adversarial Attacks . In International Conference on Learning Representations, February 2018. URL https://openreview.net/forum?id=rJzIBfZAb
work page 2018
-
[28]
Delattre, Alexandre Araujo, and Alexandre Allauzen
Laurent Meunier, Blaise J. Delattre, Alexandre Araujo, and Alexandre Allauzen. A Dynamical System Perspective for Lipschitz Neural Networks . In Proceedings of the 39th International Conference on Machine Learning , pages 15484--15500. PMLR, June 2022. URL https://proceedings.mlr.press/v162/meunier22a.html
work page 2022
-
[29]
Spectral Normalization for Generative Adversarial Networks
Takeru Miyato, Toshiki Kataoka, Masanori Koyama, and Yuichi Yoshida. Spectral Normalization for Generative Adversarial Networks . In International Conference on Learning Representations, February 2018. URL https://openreview.net/forum?id=B1QRgziT-&source=post_page---------------------------
work page 2018
-
[30]
Calibrating Deep Neural Networks using Focal Loss
Jishnu Mukhoti, Viveka Kulharia, Amartya Sanyal, Stuart Golodetz, Philip Torr, and Puneet Dokania. Calibrating Deep Neural Networks using Focal Loss . In Advances in Neural Information Processing Systems , volume 33, pages 15288--15299. Curran Associates, Inc., 2020. URL https://proceedings.neurips.cc/paper_files/paper/2020/hash/aeb7b30ef1d024a76f21a1d40e...
work page 2020
-
[31]
Allan H. Murphy and Robert L. Winkler. Reliability of Subjective Probability Forecasts of Precipitation and Temperature . Journal of the Royal Statistical Society. Series C (Applied Statistics), 26 0 (1): 0 41--47, 1977. ISSN 0035-9254. doi:10.2307/2346866. URL https://www.jstor.org/stable/2346866. Publisher: [Royal Statistical Society, Oxford University Press]
-
[32]
Rafael Müller, Simon Kornblith, and Geoffrey E. Hinton. When does label smoothing help? Advances in Neural Information Processing Systems, 32, 2019. URL https://proceedings.neurips.cc/paper_files/paper/2019/hash/f1748d6b0fd9d439f71450117eba2725-Abstract.html?ref=gojiberries.io
work page 2019
-
[33]
Obtaining Well Calibrated Probabilities Using Bayesian Binning
Mahdi Pakdaman Naeini, Gregory Cooper, and Milos Hauskrecht. Obtaining Well Calibrated Probabilities Using Bayesian Binning . Proceedings of the AAAI Conference on Artificial Intelligence, 29 0 (1), February 2015. ISSN 2374-3468. doi:10.1609/aaai.v29i1.9602. URL https://ojs.aaai.org/index.php/AAAI/article/view/9602. Number: 1
-
[34]
A pac-bayesian approach to spectrally-normalized margin bounds for neural networks
Behnam Neyshabur, Srinadh Bhojanapalli, and Nathan Srebro. A pac-bayesian approach to spectrally-normalized margin bounds for neural networks. In International Conference on Learning Representations, 2018
work page 2018
-
[35]
Calibration Attacks : A Comprehensive Study of Adversarial Attacks on Model Confidence
Stephen Obadinma, Xiaodan Zhu, and Hongyu Guo. Calibration Attacks : A Comprehensive Study of Adversarial Attacks on Model Confidence . Transactions on Machine Learning Research, May 2024. ISSN 2835-8856. URL https://openreview.net/forum?id=TXzz9xwdpv
work page 2024
-
[36]
Almost-orthogonal layers for efficient general-purpose lipschitz networks
Bernd Prach and Christoph H Lampert. Almost-orthogonal layers for efficient general-purpose lipschitz networks. In European Conference on Computer Vision, pages 350--365. Springer, 2022
work page 2022
-
[37]
Intriguing properties of robust classification
Bernd Prach and Christoph H Lampert. Intriguing properties of robust classification. In Proceedings of the Computer Vision and Pattern Recognition Conference, pages 660--669, 2025
work page 2025
-
[38]
Improving Calibration through the Relationship with Adversarial Robustness
Yao Qin, Xuezhi Wang, Alex Beutel, and Ed Chi. Improving Calibration through the Relationship with Adversarial Robustness . In Advances in Neural Information Processing Systems , volume 34, pages 14358--14369. Curran Associates, Inc., 2021. URL https://proceedings.neurips.cc/paper_files/paper/2021/hash/78421a2e0e1168e5cd1b7a8d23773ce6-Abstract.html
work page 2021
-
[39]
Marco Tulio Ribeiro, Sameer Singh, and Carlos Guestrin. " Why Should I Trust You ?": Explaining the Predictions of Any Classifier . In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages 1135--1144, San Francisco California USA, August 2016. ACM. ISBN 978-1-4503-4232-2. doi:10.1145/2939672.2939778. UR...
-
[40]
Achieving Robustness in Classification Using Optimal Transport With Hinge Regularization
Mathieu Serrurier, Franck Mamalet, Alberto Gonzalez-Sanz, Thibaut Boissin, Jean-Michel Loubes, and Eustasio del Barrio. Achieving Robustness in Classification Using Optimal Transport With Hinge Regularization . In Proceedings of the Computer Vision and Pattern Recognition Conference, pages 505--514, 2021. URL https://openaccess.thecvf.com/content/CVPR2021...
work page 2021
-
[41]
Sahil Singla and Soheil Feizi. Skew Orthogonal Convolutions . In Proceedings of the 38th International Conference on Machine Learning , pages 9756--9766. PMLR, July 2021. URL https://proceedings.mlr.press/v139/singla21a.html
work page 2021
-
[42]
Intriguing properties of neural networks
Christian Szegedy, Wojciech Zaremba, Ilya Sutskever, Joan Bruna, Dumitru Erhan, Ian Goodfellow, and Rob Fergus. Intriguing properties of neural networks. In International Conference on Learning Representations (ICLR), 2014. URL https://arxiv.org/abs/1312.6199
work page internal anchor Pith review Pith/arXiv arXiv 2014
-
[43]
Dual Focal Loss for Calibration
Linwei Tao, Minjing Dong, and Chang Xu. Dual Focal Loss for Calibration . In Proceedings of the 40th International Conference on Machine Learning , pages 33833--33849. PMLR, July 2023. URL https://proceedings.mlr.press/v202/tao23a.html
work page 2023
-
[44]
Orthogonalizing convolutional layers with the cayley transform
Asher Trockman and J Zico Kolter. Orthogonalizing convolutional layers with the cayley transform. In International Conference on Learning Representations, 2021
work page 2021
-
[45]
Yusuke Tsuzuku, Issei Sato, and Masashi Sugiyama. Lipschitz- Margin Training : Scalable Certification of Perturbation Invariance for Deep Neural Networks . In Advances in Neural Information Processing Systems , volume 31. Curran Associates, Inc., 2018. URL https://proceedings.neurips.cc/paper/2018/hash/485843481a7edacbfce101ecb1e4d2a8-Abstract.html
-
[46]
Calibration of Neural Networks
Ruslan Vasilev and Alexander D'yakonov. Calibration of Neural Networks , March 2023. URL http://arxiv.org/abs/2303.10761. arXiv:2303.10761
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[47]
Sauer, Tom Hendriks, Olivier W
Jarne Verhaeghe, Thomas De Corte, Christopher M. Sauer, Tom Hendriks, Olivier W. M. Thijssens, Femke Ongenae, Paul Elbers, Jan De Waele, and Sofie Van Hoecke. Generalizable calibrated machine learning models for real-time atrial fibrillation risk prediction in ICU patients. International Journal of Medical Informatics, 175: 0 105086, July 2023. ISSN 1386-...
-
[48]
Lipschitz regularity of deep neural networks: analysis and efficient estimation
Aladin Virmaux and Kevin Scaman. Lipschitz regularity of deep neural networks: analysis and efficient estimation. In Advances in Neural Information Processing Systems , volume 31. Curran Associates, Inc., 2018. URL https://proceedings.neurips.cc/paper_files/paper/2018/hash/d54e99a6c03704e95e6965532dec148b-Abstract.html
work page 2018
-
[49]
Vladimir Vovk, Alexander Gammerman, and Glenn Shafer. Algorithmic Learning in a Random World . Springer International Publishing, Cham, 2022. ISBN 978-3-031-06648-1 978-3-031-06649-8. doi:10.1007/978-3-031-06649-8. URL https://link.springer.com/10.1007/978-3-031-06649-8
-
[50]
LOT : Layer -wise Orthogonal Training on Improving l2 Certified Robustness
Xiaojun Xu, Linyi Li, and Bo Li. LOT : Layer -wise Orthogonal Training on Improving l2 Certified Robustness . Advances in Neural Information Processing Systems, 35: 0 18904--18915, December 2022. URL https://proceedings.neurips.cc/paper_files/paper/2022/hash/77d52754ff6b2de5a5d96ee921b6b3cd-Abstract-Conference.html
work page 2022
-
[51]
Mitigating Transformer Overconfidence via Lipschitz Regularization
Wenqian Ye, Yunsheng Ma, Xu Cao, and Kun Tang. Mitigating Transformer Overconfidence via Lipschitz Regularization . In Proceedings of the Thirty - Ninth Conference on Uncertainty in Artificial Intelligence , pages 2422--2432. PMLR, July 2023. URL https://proceedings.mlr.press/v216/ye23a.html
work page 2023
-
[52]
Obtaining calibrated probability estimates from decision trees and naive Bayesian classifiers
Bianca Zadrozny and Charles Elkan. Obtaining calibrated probability estimates from decision trees and naive Bayesian classifiers. International Conference on Machine Learning (ICML), 2001
work page 2001
-
[53]
Transforming Classifier Scores into Accurate Multiclass Probability Estimates
Bianca Zadrozny and Charles Elkan. Transforming Classifier Scores into Accurate Multiclass Probability Estimates . Proceedings of the ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, August 2002. doi:10.1145/775047.775151
This paper was first reviewed by grok-4.5 on July 10, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.