Skip to content

Normalizing flows for anomaly detection

License

aai-institute/nf4ad

Repository files navigation

Uniformly Scaling Flows for Anomaly Detection

This repository contains experiments investigating uniformly scaling normalizing flows for anomaly detection. We use the USFlows implementation of uniformly scaling flows.

Installation

  1. Clone the repository
  2. Clone the VeriFlow repository
git clone [email protected]:aai-institute/USFlows.git
  1. Create NF4AD poetry environment.
  cd path/to/nf4ad/project/directory
  poetry install
  1. Install the USFlows library
poetry run pip install -e path/to/usflows/project/directory

Run experiments

The experiments for uniformly scaling normalizing flows can be run with the following command from within the nf4ad project directory:

poetry run python scripts/run-experiment.py --config experiments/<experiment>/<expconfig>.yaml

where <experiment> is the name of the experiment and <expconfig> is the name of the configuration file for the experiment. The configuration files are located in the experiments directory.

About

Normalizing flows for anomaly detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •