Skip to content

WACV 2023 - Treatment Learning Causal Transformer for Noisy Image Classification

License

Notifications You must be signed in to change notification settings

huckiyang/treatment-causal-transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

treatment-causal-transformer

Treatment Learning Causal Transformer for Noisy Image Classification

Treatment Learning Transformer Code

python causal_trans.py

Details in line (427) of the class Causal_Transformer

Treatment Effect Code

Average Treatment Effect (ATE) batch evaluation

eval.py

Baseline setup:

Task: Image Binary Classification (w/wo dogs)
X: COCO Dataset image w/wo dogs (NICO benchmark) or w/wo noise (CPS)
Z: Dog segments
T: 1 if has car else 0 with some noise
Y: 1 if has car else 0

If you find this work is related to your research, please consider to cite the following work. Thank you!

@inproceedings{yang2023treatment,
  title={Treatment Learning Causal Transformer for Noisy Image Classification},
  author={Yang, Chao-Han Huck and Hung, I-Te and Liu, Yi-Chieh and Chen, Pin-Yu},
  booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
  pages={6139--6150},
  year={2023}
}

About

WACV 2023 - Treatment Learning Causal Transformer for Noisy Image Classification

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages