Interpreting wealth distribution via poverty map inference using multimodal data
- Open Main results (or download figures here)
- Open Supplementary material (or download figures here)
- Normal (Gaussian) Test on ground-truth
- Descriptive Analysis on ground-truth
- Pre-processing: Sample weights
- Pre-processing: Data Recency (RMSE vs NRMSE)
- Pre-processing: Ablation study using RMSE
- Model and Feature Performance (R^2)
- Variability all models
- Download results
Try out the interactive tool to see the high-resolution poverty map of Sierra Leone and Uganda.
Check how wealth may look now.
Check how wealth has changed over the years.
cd scripts
Check Pipeline.md for step-by-step guidelines.
- Init:
./batch_init.sh -r ../data/Uganda -c UG -y 2016,2018 -n 10
- Features GT:
./batch_features.sh -r ../data/Uganda -c UG -y 2016,2018 -n10
- Features PP:
./batch_features.sh -r ../data/Uganda -c UG -n10
- Pre-processing:
./batch_preprocessing.sh -r ../data/Uganda -c UG -y 2016,2018 -o none -t all -k 5 -e 3
- CatBoost train&test:
./batch_xgb_train.sh -r ../data/Uganda -c UG -y 2016,2018 -l none -t all -a mean_wi,std_wi -f all -k 4 -v 1
- Augmentation:
python cnn_augmentation.py -r ../data/Uganda -years 2016,2018 -dhsloc none
- CNN train&test:
python cnn_train.py -r ../data/Uganda/ -years 2016,2018 -model cnn_mp_dp_relu_sigmoid_adam_mean_std_regression -yatt mean_wi,std_wi -dhsloc none -traintype all -kfold 5 -epochs 3 -patience 100 -njobs 1 -retrain 3
- CNN+XGB train&test:
./batch_xgb_train.sh -r ../data/Uganda -c UG -y 2016,2018 -l none -t all -a mean_wi,std_wi -f all -k 4 -v 1 -n offaug_cnn_mp_dp_relu_sigmoid_adam_mean_std_regression -e 19 -w 1
- Fmaps:
python cnn_predict.py -r ../data/Uganda/ -years 2016.,2018 -model cnn_mp_dp_relu_sigmoid_adam_mean_std_regression -yatt mean_wi,std_wi -dhsloc none -traintype all -fmlayer 19 -njobs 1
- Poverty maps:
python batch_infer_poverty_maps.py -ccode UG -model CB
- Cross-country testing:
python batch_cross_predictions.py
Lisette Espín-Noboa, János Kertész, and Márton Karsai. 2023. Interpreting wealth distribution via poverty map inference using multimodal data. In Proceedings of Association for Computing Machinery (TheWebConf ’23). ACM, New York, NY, USA, 12 pages. https://doi.org/10.1145/3543507.3583862
Latest pre-print: https://bit.ly/PovertyMapsECMLPKDD24-preprint
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.