Papers › Adversarial Balancing-based Representation Learning for Causal Effect Inference with...

Adversarial Balancing-based Representation Learning for Causal Effect Inference with Observational Data

30 Apr 2019arXiv:1904.13335archive 2025-07-28

Xin Du, Lei Sun, Wouter Duivesteijn, Alexander Nikolaev, Mykola Pechenizkiy

Learning causal effects from observational data greatly benefits a variety of domains such as health care, education and sociology. For instance, one could estimate the impact of a new drug on specific individuals to assist the clinic plan and improve the survival rate. In this paper, we focus on studying the problem of estimating Conditional Average Treatment Effect (CATE) from observational data. The challenges for this problem are two-fold: on the one hand, we have to derive a causal estimator to estimate the causal quantity from observational data, where there exists confounding bias; on the other hand, we have to deal with the identification of CATE when the distribution of covariates in treatment and control groups are imbalanced. To overcome these challenges, we propose a neural network framework called Adversarial Balancing-based representation learning for Causal Effect Inference (ABCEI), based on the recent advances in representation learning. To ensure the identification of CATE, ABCEI uses adversarial learning to balance the distributions of covariates in treatment and control groups in the latent representation space, without any assumption on the form of the treatment selection/assignment function. In addition, during the representation learning and balancing process, highly predictive information from the original covariate space might be lost. ABCEI can tackle this information loss problem by preserving useful information for predicting causal effects under the regularization of a mutual information estimator. The experimental results show that ABCEI is robust against treatment selection bias, and matches/outperforms the state-of-the-art approaches. Our experiments show promising results on several datasets, representing different health care domains among others.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1904.13335")

Code

Syntology Ran 1 of 23 code samples harvested from 2 repositories linked to this paper; 22 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: official repository: 14 samples from 1 repository, 1 ran; community (archive-listed): 9 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

xinshuli2022/cite mentioned on GitHubtfMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

23 samples harvested; 1 ran; 0 honoured the contract we drafted; 22 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
22unverified

Licence: 0 of the 23 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

load_config octeufer/Adversarial-Balancing-based-representation-learning-for-Causal-Effect-Inference/evaluate.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 99db80654de245f7 · report
cap octeufer/Adversarial-Balancing-based-representation-learning-for-Causal-Effect-Inference/ABCEI/plotting.py official repository unverified Apache-2.0 (permissive) · b0268f294dfc4199 · report
cfg_string octeufer/Adversarial-Balancing-based-representation-learning-for-Causal-Effect-Inference/abcei_param_search.py official repository unverified Apache-2.0 (permissive) · 391d5bb27554251d · report
fill_bounds octeufer/Adversarial-Balancing-based-representation-learning-for-Causal-Effect-Inference/ABCEI/plotting.py official repository unverified Apache-2.0 (permissive) · 1769b7941027807f · report
load_config octeufer/Adversarial-Balancing-based-representation-learning-for-Causal-Effect-Inference/abcei_param_search.py official repository unverified Apache-2.0 (permissive) · 0cd6c5d23591916d · report
load_config octeufer/Adversarial-Balancing-based-representation-learning-for-Causal-Effect-Inference/ABCEI/loader.py official repository unverified Apache-2.0 (permissive) · 15c42a721eb6bb30 · report
load_result_file octeufer/Adversarial-Balancing-based-representation-learning-for-Causal-Effect-Inference/ABCEI/loader.py official repository unverified Apache-2.0 (permissive) · 15e536e0f47cf1c9 · report
load_sparse octeufer/Adversarial-Balancing-based-representation-learning-for-Causal-Effect-Inference/ABCEI/util.py official repository unverified Apache-2.0 (permissive) · eec1ffdfca19eaac · report
pdist2 octeufer/Adversarial-Balancing-based-representation-learning-for-Causal-Effect-Inference/ABCEI/evaluation.py official repository unverified Apache-2.0 (permissive) · 8c8862895d1a2cfc · report
policy_range octeufer/Adversarial-Balancing-based-representation-learning-for-Causal-Effect-Inference/ABCEI/evaluation.py official repository unverified Apache-2.0 (permissive) · dd965478a8f2ad16 · report
policy_val octeufer/Adversarial-Balancing-based-representation-learning-for-Causal-Effect-Inference/ABCEI/evaluation.py official repository unverified Apache-2.0 (permissive) · 75f1baa2dcf1cc85 · report
sample_config octeufer/Adversarial-Balancing-based-representation-learning-for-Causal-Effect-Inference/abcei_param_search.py official repository unverified Apache-2.0 (permissive) · 5c7a95d5e324b02f · report
table_str_bin octeufer/Adversarial-Balancing-based-representation-learning-for-Causal-Effect-Inference/ABCEI/plotting.py official repository unverified Apache-2.0 (permissive) · ac25f60856fcf922 · report
validation_split octeufer/Adversarial-Balancing-based-representation-learning-for-Causal-Effect-Inference/ABCEI/util.py official repository unverified Apache-2.0 (permissive) · 882d06adc0980a42 · report
load_propensity_score xinshuli2022/cite/cite/propensity.py community (archive-listed) unverified MIT (permissive) · 1c0461c1f63a1567 · report
load_single_result xinshuli2022/cite/cite/loader.py community (archive-listed) unverified MIT (permissive) · 4d191869d8cbe638 · report
onehot_trans xinshuli2022/cite/cite/propensity.py community (archive-listed) unverified MIT (permissive) · 71148e63ec271238 · report
policy_val xinshuli2022/cite/cite/evaluation.py community (archive-listed) unverified MIT (permissive) · ac9d4a754e76fcef · report
propensity_score_training xinshuli2022/cite/cite/propensity.py community (archive-listed) unverified MIT (permissive) · 785b0efada7b9761 · report
sort_by_config xinshuli2022/cite/evaluate.py community (archive-listed) unverified MIT (permissive) · 4f58364ac28af0d6 · report
table_str_bin xinshuli2022/cite/cite/plotting.py community (archive-listed) unverified MIT (permissive) · 01947e02d1eecba3 · report
x_negative xinshuli2022/cite/cite/contrastive.py community (archive-listed) unverified MIT (permissive) · 0fcafe63e2eb00a6 · report
x_positive xinshuli2022/cite/cite/contrastive.py community (archive-listed) unverified MIT (permissive) · 69a526aa9222998e · report

Tasks

Causal InferenceRepresentation LearningSelection biasSociology

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Causal inference

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections