Pith. sign in

REVIEW 5 major objections 5 minor 13 references

ReliableNet: A Chance-Constrained Approach to Trustworthy Classification in Deep Learning

T0 review · 5 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read Training can force a classifier to keep the probability of being simultaneously confident and wrong under a user-set budget, and the paper's ReliableNet is the only method that passes the held-out certificate on all six benchmarks.

desk verdict A serious and mostly sound training-time method for controlling confident misclassification, but the headline certification claim rests on a data-dependent threshold and a substantial coverage trade-off. read the letter →

arxiv 2608.09768 v1 pith:Z25BGBSH submitted 2026-08-10 cs.LG

classification cs.LG MSC 68T0790C15
keywords jointconfident-wrongprobabilitychance-constrainedoptimizationreliableclassificationselectivepredictioncalibrationClopper-Pearsoncertificationdistributionshiftdeeplearning
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

High-confidence mistakes are the dangerous kind: they sail past abstention and human review exactly when the model is wrong. The paper proposes training classifiers with an explicit constraint that the Joint Confident-Wrong (JCW) probability—the chance that a prediction is both confident and incorrect—stays below a user-chosen budget $\alpha$. Technically, this is a chance-constrained empirical risk minimization problem, solved with a smooth conservative inner surrogate whose feasibility at the population level implies the original JCW constraint, and the final model is certified on an untouched fold by a Clopper-Pearson upper bound. The paper reports that across four tabular and two image datasets, this method is the only one certified within the JCW budget for every dataset and seed in distribution; under demographic, ambiguity, spurious-correlation, novel-class, and covariate shifts it attains the lowest empirical JCW while remaining competitive in accuracy, coverage, calibration, and selective ranking. If correct, the paper shows that reliability against confident errors can be engineered at training time rather than patched after training.

What carries the argument

The load-bearing objects are the scalar violation function $g_\theta(Z)=\min\{c_\theta(X)-\varepsilon,\ell_\theta(X,Y)\}$ and the paper's parametric smoothing family $\zeta(\tau,s)=\frac{1+m_1\tau}{1+m_2\tau e^{-s/\tau}}$, which is bounded, dominates the indicator $1\{s\ge0\}$, and converges to it as $\tau\downarrow0$. Averaging $\zeta(\tau,g_\theta(Z))$ and its reflection gives the bracket $1-\psi_\tau(\theta)\le \Pr(g_\theta(Z)\le0)\le \phi_\tau(\theta)$, so the inner feasible set $\{\theta:\psi_\tau(\theta)\le\alpha\}$ sits inside the true JCW feasible set; the training solves only the inner problem and uses the outer value as a tightness diagnostic. The identity $\mathrm{JCW}=\mathrm{Cov}(1-\mathrm{Acc}_{\mathrm{hc}})$ links the constraint to selective risk and explains why accepted-region calibration improves as a byproduct. Optimization minimizes the ERM loss plus a multiplier-weighted violation, with descent on the parameters and projected ascent on the constraint multiplier.

What would settle it

Train ReliableNet on any of the six benchmarks with the paper's protocol, freeze the model and the threshold $\varepsilon^*$, draw a fresh certification fold from the same source distribution, and compute the one-sided Clopper-Pearson upper bound $U_{\mathrm{CP}}(K_m,m;0.05)$ on the hard JCW event; the paper's central claim fails if any dataset-seed gives a bound above the per-dataset budget $\alpha$.

Watch

Extended reading notes

Core claim

The central discovery is that the event of being confident and wrong can be encoded exactly as a scalar violation function $g_\theta(Z)=\min\{c_\theta(X)-\varepsilon,\ \ell_\theta(X,Y)\}$, and that the probability of this event can be controlled as a probabilistic constraint during training. Under a generic no-tie assumption, the paper proves $\Pr(g_\theta(Z)>0)=\mathrm{JCW}(\theta)$ and derives the identity $\mathrm{JCW}(\theta)=\mathrm{Cov}(\theta)(1-\mathrm{Acc}_{\mathrm{hc}}(\theta))$, so the budget $\alpha$ is equivalent to a required accuracy on accepted inputs. To make the discontinuous event trainable, the paper uses a parametric smooth family $\zeta(\tau,s)$ that dominates the Heaviside step pointwise; since $\psi_\tau(\theta)\ge\mathrm{JCW}(\theta)$, any parameter with $\psi_\tau(\theta)\le\alpha$ is feasible for the original constraint. It then gives uniform-concentration finite-sample guarantees and, in the experiments, certifies the final model with a one-sided Clopper-Pearson upper bound on the hard JCW event using an independent fold. On six benchmarks, the paper reports that this method is the only one whose certificate is below the budget on every seed in distribution, and that under five types of distribution shift it has the lowest empirical JCW among the compared methods while staying competitive in accuracy, coverage, calibration, and selective-risk ranking.

Load-bearing premise

The guarantee depends on the certification fold being a fresh, representative sample from the deployment distribution, with the model, confidence threshold, and checkpoint fixed before that fold is seen; the paper itself notes that the threshold and checkpoint are chosen on the validation fold and are not part of the joint certificate.

Editorial extensions

If this is right

  • A practitioner can set $\alpha$ as an explicit reliability budget and obtain a classifier certified to keep the probability of a confident wrong prediction below $\alpha$, while remaining competitive in accuracy.
  • Because $\mathrm{JCW}=\mathrm{Cov}(1-\mathrm{Acc}_{\mathrm{hc}})$, meeting the budget can mean abstaining more; the paper therefore reports coverage alongside JCW, and this trade-off is part of the method's intended behavior.
  • Under the tested shifts, post-hoc calibration and conformal thresholding track the unconstrained classifier almost exactly, whereas the constrained model keeps its slack and violates the budget later; if correct, this favors changing the model during training over wrapping it afterward.
  • On four of six datasets the constrained training improves selective risk at matched coverage, indicating the constraint reshapes the confidence ordering itself rather than only the operating threshold.
  • The theory implies a calibration byproduct: under overconfidence on accepted inputs, a JCW budget also bounds a weighted high-confidence calibration gap, explaining the improved calibration seen in experiments.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The certificate treats the confidence threshold and checkpoint as fixed before the certification fold is observed; a stronger design, not tested in the paper, would fold threshold and checkpoint selection into a single certificate so validation-set choices cannot inflate the reported guarantee.
  • The same violation-function construction could be applied to group-conditional JCW constraints; the paper's own per-family UNSW-NB15 analysis shows marginal feasibility does not guarantee subgroup feasibility, so group-level budgets are the natural next experiment.
  • The certificate is a one-time statement about an i.i.d. certification fold; deployment would need an ongoing monitor that re-estimates JCW on fresh data, because any distribution shift breaks the transfer of the guarantee.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 5 minor

Summary. ReliableNet proposes a training-time approach to control the Joint Confident-Wrong (JCW) probability, the probability that a classifier predicts confidently and incorrectly. The problem is formulated as a chance-constrained ERM problem with constraint JCW(θ)≤α, encoded through a smooth conservative inner surrogate ψ_τ(θ) built from the Geletu-Hoffman smoothing family, so that ψ_τ≤α implies JCW≤α at the population level. A primal-dual algorithm (Algorithm 1) approximately solves the surrogate problem, and a one-sided Clopper-Pearson bound on an independent certification fold is used to certify the final hard JCW event. Experiments on four tabular and two image datasets compare ReliableNet with ERM, temperature scaling, confidence thresholding, conformal risk control, SelectiveNet, and Deep Gamblers, reporting that ReliableNet is the only method whose Clopper-Pearson certificate is below the budget on every dataset and seed, and that it attains the lowest empirical JCW under demographic, spurious-correlation, ambiguity, novel-class, and covariate shifts.

Significance. The paper has several strengths: the conservative smoothing implication (Eq. 16) is correctly derived from the existing Geletu-Hoffman family; the decomposition JCW = Cov × (1−Acc_hc) and the selective-risk bound are clean; and the Clopper-Pearson certificate in Theorem 4.7 is a valid conditional guarantee for a fixed model on an independent sample. The AURC and risk-coverage comparisons in Figure 2 are an appropriate way to address the operating-point confound. If the empirical claims withstand scrutiny, the method would integrate chance-constrained optimization with a practically relevant tail-risk objective. However, the central empirical claim is currently weakened by the data-dependent threshold choice, the absence of reported certification-fold sizes, and large coverage gaps relative to baselines on several datasets.

major comments (5)
  1. [§4.2, Algorithm 1] Theorem 4.6 gives a finite-sample feasibility guarantee only for outputs satisfying ψ̂_{τ,n}(θ) ≤ α − δ_n(τ,ρ), but Algorithm 1 does not enforce this margin; it optimizes a Lagrangian with a normalized violation v = (ψ̂ − α)/max(α,0.01) and no slack term. With the reported τ_min = 0.01, δ_n in Eq. (25) is typically large, making condition (26) impractically strict. Section 4.3 acknowledges the heuristic nature of the algorithm, but the abstract and Section 1 claim 'finite-sample results linking empirical and population surrogate feasibility' as a contribution. Please connect the theory to the algorithm, or restrict the finite-sample claim to the Clopper-Pearson certificate that is actually used.
  2. [§5.2, §4.3, Theorem 4.7] The certificate is valid only conditional on a fixed ε, but the experiments set ε* as the 80th percentile of misclassified selection-fold confidences after an ERM warm-up and select the final checkpoint by validation-fold feasibility. Thus the guarantee is not for a user-specified confidence threshold, and the abstract's 'only method certified' claim is an operating-point statement. The Limitations section acknowledges the joint-selection issue, but the abstract and conclusion present the claim without that caveat. Please quantify the sensitivity of certification to ε* or provide a certificate that controls for the selection procedure.
  3. [Table 3] The certification advantage is accompanied by substantially lower coverage on SyntheticBand (0.42 vs 0.74–0.76), CIFAR-10 (0.52 vs 0.63–0.68), and UNSW-NB15 (0.85 vs 0.94–0.96). Since the JCW constraint can always be satisfied by lowering coverage, as Remark 3.8 notes, the 'only certified' result may reflect a coverage-abstention trade-off rather than superior confident-error control at a fixed operating point. The risk-coverage curves in Figure 2 are a good partial response, but the in-distribution certification claim is not coverage-matched; the abstract's 'very competitive in coverage' is not supported by these numbers.
  4. [§5.2, Table 3] The certification fold size m and the per-seed error counts K_m are not reported. The Clopper-Pearson upper bound UCP(K_m,m;ρ) is highly sensitive to m, so the statement '5/5 seeds certified' is uninterpretable without knowing m and the observed counts. Please report the certification fold size for each dataset and the per-seed K_m values (or a summary) for each method.
  5. [§4.4, Table 3] The comparison with Conformal Risk Control should be qualified: CRC's guarantee is E[R_{n+1}(ε̂)] ≤ α in expectation over the n+1-th exchangeable sample, not a high-probability bound on a fixed certification fold. Applying the same Clopper-Pearson test to CRC evaluates a different property than the one CRC promises. Please state this explicitly and consider reporting CRC's expected-risk guarantee separately.
minor comments (5)
  1. [Abstract, §3.3] The abstract refers to a 'user-specified confidence threshold ε', but Section 3.3 states that ε is a data-driven threshold selected from the validation set. Please align the terminology.
  2. [Eq. (28)] The Deep Gamblers loss appears to have a typo: the standard loss is −log((p_{y_i} + p_{m+1})/o), but the displayed formula does not show the division by the reward parameter o. Please correct.
  3. [Algorithm 1] The dual update multiplies by the batch fraction B/n; this is unusual for projected dual ascent and its purpose is not explained. Please clarify or remove the factor.
  4. [§5.1] The sizes of the training, selection, and certification folds are not stated for any dataset. They are needed to interpret the Clopper-Pearson certificate and should be reported.
  5. [§5.2] The risk budgets differ across datasets (α=0.05 for tabular, α=0.03 for CIFAR-10, α=0.01 for Colored-MNIST) without justification. Since the certificate's difficulty depends on α, please either use a common α or justify the per-dataset choices.

Circularity Check

0 steps flagged · score 1.0 of 10

No substantive circularity: the JCW-to-surrogate feasibility implication is derived and re-proved in the paper, and the empirical certificate uses an independent holdout fold.

full rationale

The only apparent candidate for circularity is the reliance on the Geletu-Hoffman smoothing family from Geletu et al. [2017], which includes a co-author of the present paper. This does not constitute load-bearing circularity because the specific property used, zeta(tau,s) >= 1{s>=0} and therefore psi_tau(theta) >= JCW(theta), is stated and proved in the paper's own Lemma A.1; the citation supplies the parametric family, not an unverified premise. Equation (16) then follows by a direct chain: Corollary 3.5 equates JCW(theta) with Pr(g_theta(Z)>0), Lemma 4.4 bounds psi_tau >= JCW, so psi_tau <= alpha implies JCW <= alpha. This is a conservative feasibility implication, not an equivalence that defines the target in terms of the surrogate. The finite-sample results (Theorems 4.5-4.7) are standard concentration and Clopper-Pearson arguments on an independent certification fold, with model and threshold fixed before the fold is observed; Theorem 4.7 explicitly conditions on epsilon being fixed. The data-dependent selection of epsilon* from the selection fold is a limitation for unconditional or practitioner-specified interpretations of the JCW event, and the paper's limitations paragraph candidly acknowledges the lack of a joint treatment of threshold, checkpoint, and certification. Likewise, differing coverage across methods is a benchmarking fairness concern, not a circularity. No fitted parameter is renamed as a prediction, and no central claim reduces by construction to its inputs.

Assumptions & free parameters 5 free parameters · 5 assumptions · 0 invented entities

The central claim rests on a handful of explicit assumptions: no probability mass on logit ties or threshold hits (Assumption 3.4), boundedness and Lipschitz regularity for the uniform concentration bound (Assumptions 4.2 and 4.3), and an independent i.i.d. certification sample (Theorem 4.7). The method also depends on data-chosen hyperparameters, most importantly the confidence threshold epsilon* and the per-dataset risk budget alpha. No invented physical entities are introduced.

free parameters (5)
  • Confidence threshold epsilon* = 80th percentile of misclassified selection-fold confidences, per dataset
    Defines which predictions count as confident; the JCW constraint and all certificates are conditional on this data-dependent threshold. A different epsilon* would change the constraint and the results.
  • Risk budget alpha = 0.05 (tabular), 0.03 (CIFAR-10), 0.01 (Colored-MNIST)
    User-specified in principle, but chosen per dataset in the experiments; cross-dataset certification comparisons therefore mix different budgets.
  • Surrogate parameters m1, m2 = m1=0.5, m2=0.3
    Chosen by hand; control the conservatism and shape of the Geletu-Hoffman smoothing function zeta(tau, s).
  • Smoothing schedule tau0, tau_min, gamma, delta_tol = tau0=0.5, tau_min=0.01, gamma=0.65, delta_tol=1e-4
    Continuation schedule and bracket-width tolerance for the inner approximation; affects which feasible point the algorithm reaches.
  • Dual and optimizer hyperparameters eta_lambda, beta, lambda_max = eta_lambda=1.1, beta=0.75, lambda_max=50
    Step size, EMA factor, and multiplier cap for the projected dual ascent; algorithm behavior depends on them.
assumptions (5)
  • domain assumption Assumption 3.4: P(g_theta(Z) = 0) = 0 for every theta (no exact logit ties or exact threshold hits)
    Used in Corollary 3.5 to make the violation function g_theta encode the JCW event exactly; if inputs have atom probability at the threshold, g_theta > 0 no longer matches the event.
  • domain assumption Assumptions 4.2 and 4.3: bounded parameter set and parameter-Lipschitz violation function
    Needed for the uniform concentration bound in Theorem 4.5; neural networks on compact sets are assumed to satisfy this.
  • domain assumption Independent, i.i.d. certification sample from the deployment distribution
    Theorem 4.7's Clopper-Pearson certificate is valid only for a fixed model and threshold on an independent sample; under distribution shift the certificate does not apply.
  • standard math Properties of the Geletu-Hoffman smoothing family (boundedness, conservatism, pointwise convergence)
    Imported from Geletu et al. 2017 and Lemma A.1; gives the inclusion F_in subset of F subset of F_out and the implication psi_tau <= alpha implies JCW <= alpha.
  • standard math Measurability and compactness (Assumptions 3.1 and 3.2)
    Ensures probabilities and uniform convergence arguments are well defined.

how reviews work

0 comments
Cite this review

Pith. "Pith review of ReliableNet: A Chance-Constrained Approach to Trustworthy Classification in Deep Learning." pith.science (2026). https://pith.science/paper/Z25BGBSH

@misc{pith2026260809768,
  author       = {Pith},
  title        = {Pith review of: ReliableNet: A Chance-Constrained Approach to Trustworthy Classification in Deep Learning},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/Z25BGBSH}},
  note         = {Machine review of arXiv:2608.09768}
}
abstract

A prediction that is both confident and wrong is a critical reliability failure because it can bypass abstention and human review precisely when the model is mistaken. Empirical risk minimization (ERM) controls average loss but not this failure directly, while calibration, uncertainty estimation, conformal risk control, and selective prediction methods target related reliability properties rather than bounding the joint failure event during training. We propose ReliableNet, which constrains the Joint Confident-Wrong (JCW) probability, the probability that a prediction is simultaneously confident and incorrect, below a user-specified risk budget $\alpha\in(0,1)$. We formulate this as a chance-constrained ERM problem, use a conservative smooth inner approximation whose population feasibility implies the original JCW constraint. Across four tabular and two image datasets, ReliableNet is the only method certified within the JCW budget for every dataset and seed in distribution, when compared against baselines spanning ERM, post-hoc calibration, conformal risk control, and selective prediction. Under demographic, ambiguity, spurious-correlation, novel-class, and covariate shifts, it achieves the lowest empirical JCW among the compared methods while remaining very competitive in accuracy, coverage, calibration, and selective prediction. Risk-coverage results further indicate that ReliableNet achieves better selective ranking than the benchmark methods on most datasets. Overall, ReliableNet provides a principled approach to trustworthy classification.

Figures

Figures reproduced from arXiv: 2608.09768 by the authors.

Figure 1
Figure 1. Summary comparison over five random seeds on Adult, ColoredMNIST, German Credit, and [PITH_FULL_IMAGE:figures/full_fig_p019_1.png] view at source ↗
Figure 2
Figure 2. Risk-coverage curves across four tabular and two image datasets, averaged over five random [PITH_FULL_IMAGE:figures/full_fig_p021_2.png] view at source ↗
Figure 3
Figure 3. JCW and Coverage across female subgroups stratified by education level [PITH_FULL_IMAGE:figures/full_fig_p022_3.png] view at source ↗
Figures from the paper (6 more)
Figure 4
Figure 4. Figure 4: Geometric confidence calibration ( ntest = 3,000, α = 0.05). (a) JCW vs ambiguity band width γ ∈ {0.1, 0.3, 0.5, 0.7, 0.9, 1.1, 1.3} for α = 0.05. All methods except ReliableNet violate the threshold from γ = 0.5 onward. ReliableNet maintains the lowest JCW across all …
Figure 5
Figure 5. Figure 5: Synthetic Band ambiguity sweep Figures 5 shows that coverage is invariant to the band parameter for all methods. This is because the sweep perturbs p(y | x) while leaving p(x) unchanged: no confidence-thresholding rule can adapt by abstaining more, so robustness here i…
Figure 6
Figure 6. Figure 6: Evaluation under age subpopulation shifts on German Credit (train: age [PITH_FULL_IMAGE:figures/full_fig_p024_6.png]
Figure 7
Figure 7. Figure 7: Evaluation under sweeping ρtest. CIFAR-10 (Noise severity) [PITH_FULL_IMAGE:figures/full_fig_p025_7.png]
Figure 8
Figure 8. Figure 8: Evaluation under Gaussian noise injection (varying noise standard deviation [PITH_FULL_IMAGE:figures/full_fig_p025_8.png]
Figure 9
Figure 9. Figure 9: Evaluation under unseen attacks. 6 Conclusion High-confidence misclassification is not an ordinary prediction error. It is a reliability failure that can suppress abstention, human review, or other corrective mechanisms precisely when the model is wrong. This paper int…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

13 extracted references · 5 canonical work pages

  1. [3]

    Reassessing how to compare and improve the calibration of machine learning models

    Muthu Chidambaram and Rong Ge. Reassessing how to compare and improve the calibration of machine learning models. InInternational Conference on Learning Representations, volume 2025, pages 61542– 61570,

  2. [6]

    Revisiting Explicit Regularization in Neural Networks for Well-Calibrated Predictive Uncertainty

    Taejong Joo and Uijung Chung. Revisiting explicit regularization in neural networks for well-calibrated predictive uncertainty.arXiv preprint arXiv:2006.06399,

  3. [8]

    Energy-based out-of-distribution detection

    Weitang Liu, Xiaoyun Wang, John Owens, and Yixuan Li. Energy-based out-of-distribution detection. In Advances in Neural Information Processing Systems (NeurIPS), volume 33, pages 21464–21475, 2020a. Dan Hendrycks, Mantas Mazeika, and Thomas Dietterich. Deep anomaly detection with outlier exposure. arXiv preprint arXiv:1812.04606,

  4. [10]

    Juan Ramirez, Ignacio Hounie, Juan Elenter, Jose Gallego-Posada, Meraj Hashemizadeh, Alejandro Ribeiro, and Simon Lacoste-Julien

    doi: 10.1109/W ACV57701.2024.00060. Juan Ramirez, Ignacio Hounie, Juan Elenter, Jose Gallego-Posada, Meraj Hashemizadeh, Alejandro Ribeiro, and Simon Lacoste-Julien. Feasible learning.arXiv preprint arXiv:2501.14912,

  5. [1994]

    DOI: https://doi.org/10.24432/C5NC77. Li Deng. The mnist database of handwritten digit images for machine learning research [best of the web]. IEEE signal processing magazine, 29(6):141–142,

  6. [1996]

    Hans Hofmann

    DOI: https://doi.org/10.24432/C5XW20. Hans Hofmann. Statlog (German Credit Data). UCI Machine Learning Repository,

  7. [2015]

    A Appendix This part presents some useful properties of the Geletu-Hoffman parametric function

    doi: 10.1109/MilCIS.2015.7348942. A Appendix This part presents some useful properties of the Geletu-Hoffman parametric function. A.1 Some Properties of the Smoothing Family Lemma A.1(Properties of the smoothing family).Let h(s) :=1{s≥0} and, for 0< m2 < m1 1 +m 1 and τ∈(0,1), ζ(τ, s) = 1 +m 1τ 1 +m 2τ e−s/τ , s∈R. Then: (i) (Boundedness)0< ζ(τ, s)≤1 +m 1...

  8. [2017]

    URLhttps://doi.org/10.1137/15M1049750

    doi: 10.1137/ 15M1049750. URLhttps://doi.org/10.1137/15M1049750. Tianyi Lin, Chi Jin, and Michael Jordan. On gradient descent ascent for nonconvex-concave minimax problems. InInternational conference on machine learning, pages 6083–6093. PMLR,

Show all 13 references
  1. [2018]

    Non-exchangeable conformal risk control

    Ant´onio Farinhas, Chrysoula Zerva, Dennis Ulmer, and Andre Martins. Non-exchangeable conformal risk control. InInternational Conference on Learning Representations, volume 2024, pages 50952–50966,

  2. [2019]

    Conformal risk control

    Anastasios Angelopoulos, Stephen Bates, Adam Fisch, Lihua Lei, and Tal Schuster. Conformal risk control. InInternational conference on learning representations, volume 2024, pages 55198–55218,

  3. [2021]

    Sources of uncertainty in machine learning–a statisticians’ view.arXiv preprint arXiv:2305.16703,

    Cornelia Gruber, Patrick Oliver Schenk, Malte Schierholz, Frauke Kreuter, and G¨oran Kauermann. Sources of uncertainty in machine learning–a statisticians’ view.arXiv preprint arXiv:2305.16703,

  4. [2024]

    doi: https://doi.org/10.1016/j.cor.2024.106755

    ISSN 0305-0548. doi: https://doi.org/10.1016/j.cor.2024.106755. URL https://www.sciencedirect. com/science/article/pii/S0305054824002272. Xianggen Liu, Qiang Liu, Sen Song, and Jian Peng. A chance-constrained generative framework for sequence optimization. In Hal Daum ´e III a...

  5. [8320]

    URL https://www.sciencedirect

    doi: https://doi.org/10.1016/S0951-8320(96)00077-4. URL https://www.sciencedirect. com/science/article/pii/S0951832096000774. Treatment of Aleatory and Epistemic Un- certainty. Armen Der Kiureghian and Ove Ditlevsen. Aleatory or epistemic? does it matter?Structural safety, 31(...

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.