Skip to content

moprescu/GSTUNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GST-UNet: A Neural Framework for Spatiotemporal Causal Inference with Time-Varying Confounding

GST-UNet is a neural framework that combines a U-Net-based architecture with iterative G-computation to estimate causal effects in spatiotemporal settings, addressing interference, temporal carryover, and time-varying confounders for Conditional Average Potential Outcome (CAPO) estimation.

GST-UNet Architecture

Requirements

Replication Code for Paper

Use the following commands to replicate the figures from the "GST-UNet: A Neural Framework for Spatiotemporal Causal Inference with Time-Varying Confounding" paper:

  • For Table 1:
cd train && ./submit_jobs.sh
cd ../data/simulated_data && python summarize.py

This will produce the summary.csv file in data/simulated_data/linear.

  • For Figure 3:
cd train && python wildfire_experiment.py
  • For bootstrap confidence intervals:
cd train && ./submit_wildfire_jobs.sh

About

GST-UNet: Spatiotemporal Causal Inference with Time-Varying Confounders

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors