paper-with-me

Papers

C-XGBoost: A tree boosting model for causal effect estimation

2024-03-31 · Niki Kiriakidou, Ioannis E. Livieris, Christos Diou

Causal effect estimation aims at estimating the Average Treatment Effect as well as the Conditional Average Treatment Effect of a treatment to an outcome from the available data. This knowledge is important in many safety-critical domains, where it often needs to be extracted from observational data. In this work, we propose a new causal inference model, named C-XGBoost, for the prediction of potential outcomes. The motivation of our approach is to exploit the superiority of tree-based models for handling tabular data together with the notable property of causal inference neural network-based models to learn representations that are useful for estimating the outcome for both the treatment and non-treatment cases. The proposed model also inherits the considerable advantages of XGBoost model such as efficiently handling features with missing values requiring minimum preprocessing effort, as well as it is equipped with regularization techniques to avoid overfitting/bias. Furthermore, we propose a new loss function for efficiently training the proposed causal inference model. The experimental analysis, which is based on the performance profiles of Dolan and Mor{\'e} as well as on post-hoc and non-parametric statistical tests, provide strong evidence about the effectiveness of the proposed approach.

📄 PDF Abstract BibTeX arXiv:2404.00751

Code (1)

ioannislivieris/C-XGBoost 공식 구현

Tasks

Causal InferenceMissing Values

Methods 이 논문이 사용한 방법론

Causal inference Causal inference is the process of drawing a conclusion about a causal connection based on the conditions of the occurrence of an effect. The main difference between causal…

Similar Papers 제목 키워드 기반

XGBoost: A Scalable Tree Boosting System

2016-03-09 · Tianqi Chen, Carlos Guestrin

Tree boosting is a highly effective and widely used machine learning method. In this paper, we describe a scalable end-to-end tree boosting system called XGBoost, which is used widely by data scientists to achieve state-…

BIG-bench Machine LearningClusteringData CompressionDimensionality Reduction+3

Semantic4Safety: Causal Insights from Zero-shot Street View Imagery Segmentation for Urban Road Safety

2025-10-17 · Huan Chen, Ting Han, Siyu Chen, Zhihao Guo 외 arxiv

Street-view imagery (SVI) offers a fine-grained lens on traffic risk, yet two fundamental challenges persist: (1) how to construct street-level indicators that capture accident-related features, and (2) how to quantify t…

Zero-Shot Semantic SegmentationCausal Inference

Augmented Learning of Heterogeneous Treatment Effects via Gradient Boosting Trees

2023-02-02 · Heng Chen, Michael L. LeBlanc, James Y. Dai

Heterogeneous treatment effects (HTE) based on patients' genetic or clinical factors are of significant interest to precision medicine. Simultaneously modeling HTE and corresponding main effects for randomized clinical t…

Gradient-less Federated Gradient Boosting Trees with Learnable Learning Rates

2023-04-15 · Chenyang Ma, Xinchi Qiu, Daniel J. Beutel, Nicholas D. Lane

The privacy-sensitive nature of decentralized datasets and the robustness of eXtreme Gradient Boosting (XGBoost) on tabular data raise the needs to train XGBoost in the context of federated learning (FL). Existing works …

Federated Learning

Computer-aided diagnosis of lung nodule using gradient tree boosting and Bayesian optimization

2017-08-19 · Mizuho Nishio, Mitsuo Nishizawa, Osamu Sugiyama, Ryosuke Kojima 외

We aimed to evaluate computer-aided diagnosis (CADx) system for lung nodule classification focusing on (i) usefulness of gradient tree boosting (XGBoost) and (ii) effectiveness of parameter optimization using Bayesian op…

Bayesian OptimizationLung Nodule Classification