About Generative Inference
Generative inference is a technique that reveals how neural networks perceive visual stimuli. This demo primarily uses the Prior-Guided Drift Diffusion method.
Prior-Guided Drift Diffusion
Moving away from a noisy representation of the input images
IncreaseConfidence
Moving away from the least likely class identified at iteration 0 (fast perception)
Parameters:
- Drift Noise: Controls the amount of noise added to the image at the beginning
- Diffusion Noise: Controls the amount of noise added at each optimization step
- Update Rate: Learning rate for the optimization process
- Number of Iterations: How many optimization steps to perform
- Model Layer: Select a specific layer of the ResNet50 model to extract features from
- Epsilon (Stimulus Fidelity): Controls the size of perturbation during optimization
Generative Inference was developed by Tahereh Toosi.