Fast-Flow¶
This is the implementation of the FastFlow paper.
Model Type: Segmentation
Description¶
FastFlow is a two-dimensional normalizing flow-based probability distribution estimator. It can be used as a plug-in module with any deep feature extractor, such as ResNet and vision transformer, for unsupervised anomaly detection and localisation. In the training phase, FastFlow learns to transform the input visual feature into a tractable distribution, and in the inference phase, it assesses the likelihood of identifying anomalies.
Architecture¶
Usage¶
$ python tools/train.py --model fastflow