PV1 ⊧ PEREGRiNN: Penalized-Relaxation Greedy Neural Network Verifierchecks whether an image is always classified the same when it's perturbed
A tool to formally verifying the input/output behavior or ReLU neural networks.Application domain/field
- Neural networks
- Model checking
- Safety verification
- Input-output behavior
- Adversarial inputs
Type of tool
Model checkerExpected input
- Rectified Linear Unit (ReLU) neural network
- Image file
- Max-norm perturbation
Format:
- Neural network:
nnet
format - Comma-separated file that describes each pixel as a float between 0 and 1
- Max-norm perturbation: passed when calling the script, e.g.
0.02
.