Basic codes for "Causal importance of low-level feature selectivity for generalization in image recognition"
Causal importance of low-level feature selectivity for generalization in image recognition. Jumpei Ukita, Neural Networks, 2020.
Paper Link
Short Version at NeurIPS2018 Workshop
- Keras 2.0.8
- TensorFlow 1.3.0
- run
model_training.py
to train the CNN model on CIFAR10 dataset. - run
grating_analysis.py
to analyze the orientation selectivity of hidden layers. - run
ablation.py
to perform ablation analysis.