REVIEW 2 major objections 5 minor 50 references
Surv-IPTB: An Attention-Based Model for Estimating Individual Probability of Treatment Benefit with Survival Data
T0 review · 2 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Surv-IPTB estimates each patient's chance of longer survival by turning treatment-control pairs into a binary classification, and reports it beats six survival baselines on nonlinear data.
desk verdict Attention-based IPTB estimator with trainable censoring weights is a real step forward, but the headline same-patient estimand is identified only under an untested independence copula. 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
The load-bearing object is the attention-weighted pairwise probability $p_+(z,x)=\sum_{(i,j)\in R^+\cup T^+} a(z,x,z_i,x_j)+\sum_{(r,s)\in T^-\cup C^+} a(z,x,z_r,x_s)\pi_{(r,s)}$, with attention weights $a(z,x,z_i,x_j)=\exp(q^\top k_{ij}/\sqrt{2d})/\sum_{s,r}\exp(q^\top k_{sr}/\sqrt{2d})$ defined by learnable matrices $W_Q$ and $W_K$ and values $v_{ij}\in\{1\}\cup[0,1]$. The mechanism is trained by minimizing a log-likelihood loss over hard-label pairs and soft-label pairs, with an entropy regularizer on the learned censored-case probabilities $\pi$. The soft probabilities for the two ambiguous censoring cases come from survival functions: $\phi_{i,j}=S_1(y_j)/S_1(h_i)$ when the treated patient is censored, and $\rho_{i,j}=(S_0(y_j)-S_0(h_i))/S_0(y_j)$ when the control patient is censored. The identification step is the copula representation $F_{H^*,Y^*}(h,y\mid x)=C_{\theta,x}(F_{H^*}(h\mid x),F_{Y^*}(y\mid x))$; the paper sets $C(u,v)=uv$, which is what lets $p_+(x,x)$ be read as a patient-level benefit probability.
What would settle it
Generate synthetic survival data where $H^*$ and $Y^*$ are coupled by a Clayton or Gaussian copula with known positive and negative dependence, simulate the observed parallel-arm data with censoring, and compare Surv-IPTB's $p_+(x,x)$ against the true $\Pr\{H^*>Y^*\mid X=x\}$; if the estimates shift systematically with the copula parameter at fixed marginal survival functions, the independence assumption is carrying the identification.
Extended reading notes
Core claim
The central claim is that Surv-IPTB estimates $\Psi(x)=\Pr\{H^*>Y^*\mid X=x\}$ by turning each treatment-control pair into a classification example with an attention-weighted contribution. The model computes $p_+(z,x)$ as a softmax-weighted sum over pairs, where pairs with definite positive differences contribute value 1 and pairs involving censored observations contribute a soft probability $\pi_{(r,s)}$; the paper derives those soft probabilities as $\phi_{i,j}=S_1(y_j)/S_1(h_i)$ for a censored treatment time and $\rho_{i,j}=(S_0(y_j)-S_0(h_i))/S_0(y_j)$ for a censored control time. The paper is explicit that the joint distribution of the two potential outcomes is not identified from parallel-arm data, and that the pairwise construction corresponds to the independence copula $C(u,v)=u\cdot v$; under that assumption $p_+(x,x)$ is the same-patient benefit probability, while under other dependence structures it is the probability that an independent treated patient outlives an independent control patient with the same covariates. With that caveat stated, the experiments report AUC values in the 0.89-0.98 range on the nonlinear synthetic datasets and 0.898-0.916 on IHDP-100 across censoring rates, with the model degrading more slowly than random-forest-based meta-learners; on the linear dataset the Cox S-learner is the best, and a Kaplan-Meier-based soft-probability version performs nearly identically to the fully trained one.
Load-bearing premise
The model's output is only the patient's own treatment-benefit probability if the two potential survival times are independent within a patient, an assumption the data cannot check from parallel-arm observations alone and that the paper does not test.
Editorial extensions
If this is right
- A clinician gets a single number in [0,1] per patient, the chance that treatment extends that patient's survival, with values near 0.5 marking neutrality rather than a mean effect.
- Censored observations are used rather than dropped: every pair except the both-censored case contributes a hard or soft label, which is why the model keeps working at 50% censoring.
- The Kaplan-Meier version of the soft probabilities matches the trained version, so a simpler, less costly implementation can be used in practice.
- On nonlinear feature spaces, the reported advantage over RSF, Cox, and Beran meta-learners grows as censoring increases, since the baselines degrade faster.
Reading between the lines
- Not tested in the paper but implied by its own setup: if the two potential survival times are dependent rather than independent, the published numbers shift from "this patient's benefit probability" to "probability that an independent treated patient outlives an independent control patient"; a copula sensitivity analysis over $\theta$ would quantify the gap.
- A practical extension the paper notes but does not develop: at biobank scale, the quadratic pair count can be reduced by random subsampling of pairs or locality-sensitive hashing without changing the loss.
- Because the output is a probability rather than a mean effect, a clinician could set an explicit treatment threshold such as $\rho(x)>0.6$; the paper motivates this use but does not evaluate its operating characteristics.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces Surv-IPTB, an attention-based model for estimating the Individual Probability of Treatment Benefit (IPTB) in survival analysis. The method reformulates IPTB estimation as a binary classification task over pairs of treatment and control patients, uses interval-valued/imprecise probabilities to handle censored pairs, and aggregates pairwise comparisons via learnable attention. The authors evaluate the model on synthetic datasets with linear, bell-shaped, circular, and spiral structures and on the semi-synthetic IHDP-100 dataset, comparing with T- and S-learners based on random survival forests, Cox proportional hazards, and Beran estimators. The reported results show consistent AUC improvements on nonlinear data across censoring rates, treatment power, and treatment group sizes.
Significance. The pairwise classification view of treatment benefit and the use of trainable imprecise probabilities for censored pairs are interesting, and the empirical robustness on nonlinear synthetic data is well documented. The public code is a practical asset. However, the paper's central identification claim is conditional: the estimator actually recovers the cross-patient probability Pr{H* > Y* | Z=z, X=x} under the independence copula, not the same-patient IPTB Psi(x) = Pr{H* > Y* | X=x} advertised in the abstract. Section 3.1 acknowledges this and promises a copula sensitivity analysis, but no such analysis appears in the paper. The significance of the contribution as stated is therefore not yet established.
major comments (2)
- [Section 3.1, Eqs. (7) and (20)] The headline estimand Psi(x) = Pr{H* > Y* | X=x} (Eq. 7) is the probability that the same patient survives longer under treatment than under control. The estimator p+(z,x) in Eq. (20) is an attention-weighted average over pairs of distinct treatment and control patients, so for z=x it targets Pr{H* > Y* | Z=x, X=x} for independent potential outcomes. Section 3.1 correctly states that the pairwise construction corresponds to the independence copula C(u,v)=u*v and that the dependence parameter theta is not identified from parallel-arm data; it adds that alternative values 'can be examined through sensitivity analysis.' The paper, however, contains no such sensitivity analysis, and validation scheme 2 (Eq. 34) labels p+(x,x) as Pr{Delta > 0 | Z=x, X=x}, which is still a cross-patient probability. Consequently the Val 2 AUCs reported in Tables 3-7 do not test the same-patient estimand, and the abstract's claim that the model directly quantifies the probability that a specific patient experiences extended survival under treatment is not supported by the identification argument.
- [Section 4.3, Eqs. (13)-(16)] The soft labels phi_ij and rho_ij for censored pairs are computed from unconditional survival functions S1(t) and S0(t), which do not depend on the covariate vectors z_i and x_j. The authors explicitly acknowledge this approximation in the paragraph following Eq. (16), noting that conditional survival functions are 'a rather complex problem.' This means that for precisely the censored pairs where individualized treatment information is most uncertain, the training targets carry no covariate information. The paper does not quantify how this approximation affects the individual-level accuracy of the estimated probabilities, so the claim that Surv-IPTB captures individual rather than aggregate benefit is only partially assessed.
minor comments (5)
- [Section 4.2 and Eqs. (26), (29), (30)] The index sets S-, Q-, and C- are used in the loss definitions but never defined; please define them or align the notation with the sets R-, T-, and C+ already introduced.
- [Section 4.1, Cases 3/4/7/8] The text states that Cases 3 and 4 coincide with Cases 7 and 8, yet the listed conditions for Cases 3 and 7 are identical and those for Cases 4 and 8 are identical; the distinction between the positive and negative treatment effect regions should be clarified.
- [Section 4.3, Eq. (16)] The expression S0(y_j) - S0(h_i) requires y_j <= h_i; please state this domain condition explicitly, as is done for Eq. (13).
- [Section 5.3, Table 7 caption and Section 5.3 text] There are several typos: 'the the IHDP-100 dataset' in the Table 7 caption, 'wether' in Section 4.2, 'betwenn' in Section 5.3, and 'implemetation' in Section 5.3.
- [Section 5.2] Because censoring indicators are drawn from binomial distributions independent of covariates and event times, the text should state that independent censoring is assumed in the simulations, since the Conclusion lists this as a limitation of the current framework.
Circularity Check
Derivation is self-contained: Surv-IPTB's output is an attention-weighted average of externally labeled pairwise comparisons; the acknowledged independence-copula gap between the headline IPTB and the cross-patient estimand is a validity caveat, not circularity.
full rationale
The paper's derivation chain is self-contained and does not reduce to its inputs by construction. The headline estimand Ψ(x) = Pr{H* > Y* | X=x} (Eq. 7) is defined independently of the estimator, and the model output p_+(z,x) (Eq. 20) is an attention-weighted average of pairwise labels: definite labels (value 1 for R+∪T+) come from observed pairwise comparisons, and soft labels (π for T-∪C+) are trained toward targets φ, ρ computed from KM/Beran/Cox survival functions (Eqs. 13-16, with loss terms in Eqs. 27-30). These training targets are external to the fitted parameters (W_Q, W_K, π), and the validation labels in both schemes are computed from the specified data-generating mechanisms rather than from the model output, so the reported AUCs are genuine held-out measurements. The only load-bearing bridge between the estimator and the headline claim is the copula assumption: Section 3.1 states that 'the current pairwise construction corresponds to the independence copula C(u,v)=u·v' and that 'the dependence parameter θ is not identified from parallel-arm observational data', and the promised sensitivity analysis over alternative copulas is not delivered. This makes the abstract's phrasing that the model 'directly quantifies' the same-patient IPTB conditional on an untested assumption; per the reviewing rule I flag this limitation explicitly and weigh it in the verdict, but it is an identification/validity caveat rather than an equivalence by definition or a fitted parameter renamed as a prediction, so it does not count as circularity. The two self-citations ([9], the kernel/imprecise-classification precursor by Konstantinov, Utkin et al., and [49], the BENK synthetic functions) are non-load-bearing methodological pointers whose content is fully re-derived or re-described in the present text (Eqs. 8-32 and Eqs. 41-46); the benchmarks (IHDP-100) and baselines (RSF, Cox, Beran) are external. The circularity burden is accordingly low.
Assumptions & free parameters
free parameters (3)
- Attention projection matrices W_Q and W_K
- Per-pair imprecise probabilities pi_(r,s)
- Regularization coefficients gamma and eta =
not reported
assumptions (5)
- domain assumption Consistency, conditional ignorability, and positivity identify the marginal survival distributions F_H*(t|x) and F_Y*(t|x).
- ad hoc to paper The joint distribution of potential outcomes is the independence copula C(u,v)=u*v.
- ad hoc to paper Soft class probabilities for censored pairs can be computed from unconditional survival functions.
- domain assumption Censoring is independent and non-informative in both treatment arms.
- domain assumption Synthetic event times follow Weibull distributions consistent with a Cox proportional hazards model.
Cite this review
Pith. "Pith review of Surv-IPTB: An Attention-Based Model for Estimating Individual Probability of Treatment Benefit with Survival Data." pith.science (2026). https://pith.science/paper/ER77J6OH
@misc{pith2026260806288,
author = {Pith},
title = {Pith review of: Surv-IPTB: An Attention-Based Model for Estimating Individual Probability of Treatment Benefit with Survival Data},
year = {2026},
howpublished = {\url{https://pith.science/paper/ER77J6OH}},
note = {Machine review of arXiv:2608.06288}
}
read the original abstract
This work presents a novel attention-based framework for estimating the Individual Probability of Treatment Benefit (IPTB) in survival analysis contexts. The proposed model, called Surv-IPTB, directly quantifies the probability that a specific patient will experience extended survival time under treatment versus control. We reformulate IPTB estimation as a binary classification problem, leveraging pairwise patient comparisons across treatment and control cohorts. The framework incorporates a principled handling of right-censored observations through imprecise probability representations, where uncertain treatment effects are characterized by interval-valued probabilities. An attention mechanism with learnable query-key transformations enables flexible, data-driven aggregation of pairwise comparisons, while simultaneously learning soft class probabilities for censored cases. Through extensive experiments on synthetic datasets with complex nonlinear structures, including spiral, bell-shaped, and circular feature spaces, we demonstrate that our approach maintains robust performance across varying censoring rates and treatment effect strengths. The model consistently outperforms meta-learner baselines (T-learner and S-learner) equipped with random survival forests, Cox proportional hazards, and Beran estimators, particularly in challenging nonlinear scenarios where conventional methods exhibit significant degradation. The results establish the proposed attention-based framework as a scalable and statistically principled solution for personalized treatment benefit assessment in survival settings. The code implementing the model is publicly available.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[9]
A.V. Konstantinov, L.V. Utkin, V.A. Efremenko, V.A. Muliukha, A.A. Lukashin, and N.M. Verbova. Survival analysis as imprecise classification with trainable kernels. Mathematics, 13(18):3040, 2025
work page 2025
- [1]
-
[2]
A. Rekkas, J.K Paulus, G. Raman, J.B. Wong, E.W. Steyerberg, P.R. Rijnbeek, D.M. Kent, and D. van Klaveren. Predictive approaches to heterogeneous treatment effects: a scoping review.BMC Medical Research Methodology, 20:264(1):1–12, 2020
work page 2020
-
[3]
G. Ruiz and O.H.M. Padilla. Non-asymptotic confidence bands on the probability an individual benefits from treatment (pibt). arXiv:2205.09094, May 2022
arXiv 2022
-
[4]
B. Fava. Predicting the distribution of treatment effects via covariate-adjustment, with an application to microcredit. arXiv:2407.14635, Jul 2025
arXiv 2025
- [5]
-
[6]
G.S. Watson. Smooth regression analysis.Sankhya: The Indian Journal of Statistics, Series A, pages 359–372, 1964
work page 1964
-
[7]
Thang Luong, Hieu Pham, and C.D. Manning. Effective approaches to attention- based neural machine translation. InProceedings of the 2015 Conference on Empirical Methods in Natural Language Processing, pages 1412–1421, Lisbon, Portugal, 2015. Association for Computational Linguistics. 25
work page 2015
Show all 50 references
-
[8]
Vaswani, N
A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A.N. Gomez, L. Kaiser, and I. Polosukhin. Attention is all you need. InAdvances in Neural Information Processing Systems, pages 5998–6008, 2017
2017
-
[10]
X.J. Jeng, W. Lu, and H. Peng. High-dimensional inference for personalized treatment decision.Electronic Journal of Statistics, 12:12 2074–2089, 2018
2018
-
[11]
X. Zhou, N. Mayer-Hamblett, U. Khan, and M.R. Kosorok. Residual weighted learning for estimating individualized treatment rules.Journal of the American Statistical Association, 112(517):169–187, 2017
2017
-
[12]
Mining hetero- geneous causal effects for personalized cancer treatment.Bioinformatics, 33(15):2372– 2378, 2017
Weijia Zhang, Thuc Duy Le, Lin Liu, Zhi-Hua Zhou, and Jiuyong Li. Mining hetero- geneous causal effects for personalized cancer treatment.Bioinformatics, 33(15):2372– 2378, 2017
2017
-
[13]
Limits of estimating heterogeneous treat- ment effects: Guidelines for practical algorithm design
Ahmed Alaa and Mihaela van der Schaar. Limits of estimating heterogeneous treat- ment effects: Guidelines for practical algorithm design. InProceedings of the 35th International Conference on Machine Learning, volume 80 ofProceedings of Ma- chine Learning Research, pages 129–1...
2018
-
[14]
Y. Xie, N. Chen, and X. Shi. False discovery rate controlled heterogeneous treatment effect detection for online controlled experiments. arXiv:1808.04904v1, Aug 2018
2018 arXiv
-
[15]
Wendling, K
T. Wendling, K. Jung, A. Callahan, A. Schuler, N.H. Shah, and B. Gallego. Comparing methods for estimation of heterogeneous treatment effects using observational data from health care databases.Statistics in Medicine, (23):3309–3324, 2018
2018
-
[16]
Caron, G
A. Caron, G. Baio, and I. Manolopoulou. Estimating individual treatment effects using non-parametric regression models: a review.Journal of the Royal Statistical Society Series A: Statistics in Society, 185(3):1115–1149, 2022
2022
-
[17]
Curth, R.W
A. Curth, R.W. Peck, E. McKinney, J. Weatherall, and M. van Der Schaar. Using machine learning to individualize treatment effect estimation: challenges and oppor- tunities.Clinical Pharmacology & Therapeutics, 115(4):710–719, 2024
2024
-
[18]
A survey on causal inference.ACM Transactions on Knowledge Discovery from Data (TKDD), 15(5):1–46, 2021
Liuyi Yao, Zhixuan Chu, Sheng Li, Yaliang Li, Jing Gao, and Aidong Zhang. A survey on causal inference.ACM Transactions on Knowledge Discovery from Data (TKDD), 15(5):1–46, 2021
2021
-
[19]
A unified survey of treatment effect hetero- geneity modelling and uplift modelling.ACM Computing Surveys, 54(8):1–36, 2022
Weijia Zhang, Jiuyong Li, and Lin Liu. A unified survey of treatment effect hetero- geneity modelling and uplift modelling.ACM Computing Surveys, 54(8):1–36, 2022. 26
2022
-
[20]
Y. Wang, P. Wu, Y. Liu, C. Weng, and D. Zeng. Learning optimal individualized treatment rules from electronic health record data. InIEEE International Conference on Healthcare Informatics (ICHI), pages 65–71. IEEE, 2016
2016
-
[21]
Kunzel, J.S
S.R. Kunzel, J.S. Sekhona, P.J. Bickel, and B. Yu. Meta-learners for estimating hetero- geneous treatment effects using machine learning.Proceedings of the National Academy of Sciences, 116(10):4156–4165, 2019
2019
-
[22]
I. Bica, J. Jordon, and M. van der Schaar. Estimating the effects of continuous-valued interventions using generative adversarial networks. InAdvances in neural information processing systems (NeurIPS), volume 33, pages 16434–16445, 2020
2020
-
[23]
Curth and M
A. Curth and M. van der Schaar. Nonparametric estimation of heterogeneous treat- ment effects: From theory to learning algorithms. InInternational Conference on Artificial Intelligence and Statistics, pages 1810–1818. PMLR, 2021
2021
-
[24]
Lizhen Nie, Mao Ye, Qiang Liu, and D. Nicolae. Vcnet and functional targeted regular- ization for learning causal effects of continuous treatments. InInternational Conference on Learning Representations (ICLR 2021), pages 1–24, 2021
2021
-
[25]
Budgeted heterogeneous treatment effect estimation
Tian Qin, Tian-Zuo Wang, and Zhi-Hua Zhou. Budgeted heterogeneous treatment effect estimation. InProceedings of the 38th International Conference on Machine Learning, PMLR, volume 139, pages 8693–8702, 2021
2021
-
[26]
Estimating conditional average treatment effects via sufficient representa- tion learning
Pengfei Shi, Wei Zhong, Xinyu Zhang, Ningtao Wang, Xing Fu, Weiqiang Wang, and Yin Jin. Estimating conditional average treatment effects via sufficient representa- tion learning. InProceedings of the Thirty-Third International Joint Conference on Artificial Intelligence, pages...
2024
-
[27]
Cetransformer: Casual effect estimation via transformer based representation learning
Zhenyu Guo, Shuai Zheng, Zhizhe Liu, Kun Yan, and Zhenfeng Zhu. Cetransformer: Casual effect estimation via transformer based representation learning. InPattern Recognition and Computer Vision. PRCV 2021, volume 13022 ofLecture Notes in Computer Science, pages 524–535. Springe...
2021
-
[28]
Melnychuk, D
V. Melnychuk, D. Frauen, and S. Feuerriegel. Causal transformer for estimating coun- terfactual outcomes. InInternational conference on machine learning, pages 15293– 15329. PMLR, 2022
2022
-
[29]
Lipton, Li Erran Li, and Eric Xing
YiFan Zhang, Hanlin Zhang, Z.C. Lipton, Li Erran Li, and Eric Xing. Exploring transformer backbones for heterogeneous treatment effect estimation.Transactions on Machine Learning Research, 2023
2023
-
[30]
Estimation of the treatment effect for the survival time data.Journal of the Korean Statistical Society, 42(2):227–234, 2013
Hyo-Il Park. Estimation of the treatment effect for the survival time data.Journal of the Korean Statistical Society, 42(2):227–234, 2013. 27
2013
-
[31]
Kosorok, E
Yifan Cui, M.R. Kosorok, E. Sverdrup, S. Wager, and Ruoqing Zhu. Estimating heterogeneous treatment effects with right-censored data via causal survival forests. Journal of the Royal Statistical Society Series B: Statistical Methodology, 85(2):179– 211, 2023
2023
-
[32]
A meta-learner frame- work to estimate individualized treatment effects for survival outcomes.Journal of data science: JDS, 22(4):505, 2024
Na Bo, Yue Wei, Lang Zeng, Chaeryon Kang, and Ying Ding. A meta-learner frame- work to estimate individualized treatment effects for survival outcomes.Journal of data science: JDS, 22(4):505, 2024
2024
-
[33]
Na Bo, Jong-Hyeon Jeong, Erick Forno, and Ying Ding. Evaluating meta-learners to analyze treatment heterogeneity in survival data: Application to electronic health records of pediatric asthma care in covid-19 pandemic.Statistics in medicine, 44(3- 4):e10333, 2025
2025
-
[34]
Estimating the individual treatment effect on survival time based on prior knowledge and counterfactual prediction.Entropy, 24(7):975, 2022
Yijie Zhao, Hao Zhou, Jin Gu, and Hao Ye. Estimating the individual treatment effect on survival time based on prior knowledge and counterfactual prediction.Entropy, 24(7):975, 2022
2022
-
[35]
A new method for clustered survival data: Estimation of treatment effect heterogeneity and variable selection.Biometrical Journal, 66(1):2200178, 2024
Liangyuan Hu. A new method for clustered survival data: Estimation of treatment effect heterogeneity and variable selection.Biometrical Journal, 66(1):2200178, 2024
2024
-
[36]
Frauen, M
D. Frauen, M. Schr¨ oder, K. Hess, and S. Feuerriegel. Orthogonal survival learners for estimating heterogeneous treatment effects from time-to-event data. InThe Thirty- ninth Annual Conference on Neural Information Processing Systems, 2025
2025
-
[37]
Henderson, T.A
N.C. Henderson, T.A. Louis, G.L. Rosner, and R. Varadhan. Individualized treatment effects with censored data via fully nonparametric bayesian accelerated failure time models.Biostatistics, 21(1):50–68, 2020
2020
-
[38]
Ozenne, T.H
B.M.H. Ozenne, T.H. Scheike, L. Stark, and T.A. Gerds. On the estimation of aver- age treatment effects with right-censored time to event outcome and competing risks. Biometrical Journal, 62:751–763, 2020
2020
-
[39]
Schrod, A
S. Schrod, A. Sch¨ afer, S. Solbrig, R. Lohmayer, W. Gronwald, P.J. Oefner, T. Beißbarth, R. Spang, H.U. Zacharias, and M. Altenbuchinger. Bites: balanced individual treatment effect for survival data.Bioinformatics, 38(Supplement 1):i60– i67, 2022
2022
-
[40]
Trinquart, J
L. Trinquart, J. Jacot, S.C. Conner, and R. Porcher. Comparison of treatment effects measured by the hazard ratio and by the ratio of restricted mean survival times in oncology randomized controlled trials.Journal of Clinical Oncology, 34(15):1813–1819, 2016
2016
-
[41]
Jie Zhu and B. Gallego. Targeted estimation of heterogeneous treatment effect in observational survival analysis.Journal of Biomedical Informatics, 107(103474):1–10, 2020. 28
2020
-
[42]
Melnychuk, S
V. Melnychuk, S. Feuerriegel, and M. van der Schaar. Quantifying aleatoric uncertainty of the treatment effect: a novel orthogonal learner. InAdvances in Neural Information Processing Systems, volume 37, pages 105039–105089. Curran Associates, Inc., 2024
2024
-
[43]
D.B. Rubin. Causal inference using potential outcomes: Design, modeling, decisions. Journal of the American Statistical Association, 100(469):322–331, 2005
2005
-
[44]
Nelsen.An introduction to copulas
R.B. Nelsen.An introduction to copulas. Springer, 2006
2006
-
[45]
Ishwaran and U.B
H. Ishwaran and U.B. Kogalur. Random survival forests for r.R News, 7(2):25–31, 2007
2007
-
[46]
D.R. Cox. Regression models and life-tables.Journal of the Royal Statistical Society, Series B (Methodological), 34(2):187–220, 1972
1972
-
[47]
R. Beran. Nonparametric regression with randomly censored survival data. Technical report, University of California, Berkeley, 1981
1981
-
[48]
Chapfuwa, S
P. Chapfuwa, S. Assaad, S. Zeng, M. Pencina, L. Carin, and R. Henao. Survival analysis meets counterfactual inference. arXiv:2006.07756, Jun 2020
2006 arXiv
-
[49]
Kirpichenko, L
S. Kirpichenko, L. Utkin, A. Konstantinov, and V. Muliukha. BENK: The Beran estimator with neural kernels for estimating the heterogeneous treatment effect.Algo- rithms, 17(1):40, 2024
2024
-
[50]
J.L. Hill. Bayesian nonparametric modeling for causal inference.Journal of Compu- tational and Graphical Statistics, 20(1), 2011. 29
2011
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.