The Reliability Assessment Model (RAM) for Deep Learning Classifiers, presented at the AISafety'21 workshop co-located with IJCAI'21 (here is a video presentation). Ths repository contains the illustrative examples for three synthesized datasets, MNIST dataset, and CIFAR10 dataset used in the preprint.
we train random forests on systhesized datasets and apply RAM method to evluate the reliability. To running example fold and run
python main
we project the high dimensional inputs (images) into the latent space via Variantional Auto-Encoder (VAE), then apply RAM method get the final evaluation results. Type the command
python main('mnist', 'before', cell_size = 100, count_mh_steps = 250, count_particles = 10000)