当前位置:网站首页>Fastflow [abnormal detection: normalizing flow]
Fastflow [abnormal detection: normalizing flow]
2022-07-28 22:43:00 【It's too simple】
Preface
The blog is from 2021.11CVPR A paper on ,papers with code The website is organized in MVTec The data set is ranked 2( As of the time of posting ).
Source code ( unofficial ):https://github.com/gathierry/FastFlow
background
Methods to obtain global and local features : Distribution 、 Multiscale 、 The sliding window . Typical distributions are center of an n-sphere/Gaussian/KNN(k nearest neighbors)
thought : Obtain normal image features through pre training network , Then use statistical methods to model the distribution , Test by distribution .Normalizing Flow It is a kind of statistical method . The training process is continuous fitting to achieve the maximum probability of the occurrence of this pile of normal image features .
FastFlow It can be used as an insertion module , Use different feature extractors (vision transformer( The last layer of features has a strong ability to capture the relationship between local and global )or resnet).
Model principle
Feeling is Glow Modification of the model , The coupling layer changes the convolution block ( Alternating convolution kernels are designed to balance accuracy and speed ), Sorting layer use RealNVP Random ordering of models , Is the road to Jane .

experiment
Comparative experiments : Compare the execution speed with different models , Parameter quantity , Image detection 、 Positioning accuracy ; Compare with different models on different data sets .
Ablation Experiment : Choose different convolution kernel combinations and different feature extractors for comparison .
Add
The paper mentioned CutPaste( Density estimation , Multi dimensional Gaussian distribution calculates mean variance , Using clustering algorithm ),vision transformer( Be able to learn global and local information , Two typical methods Deit、CaiT)
Reference resources :
FrEIA:https://blog.csdn.net/qq_41804812/article/details/124477478
边栏推荐
- Use REM to make the font size adaptive to the screen
- How to install WiFi correctly
- Solve various problems of sudo rosdep init and rosdep update
- Att & CK preliminary understanding
- winServer运维技术栈
- Ngx+sql environment offline installation log (RPM installation)
- Integrating database Ecology: using eventbridge to build CDC applications
- Awk blank line filtering
- JS array merging, de duplication, dimensionality reduction (es6: extended operator, set)
- 79. Word search (medium string array matrix backtracking)
猜你喜欢

Intelligent control -- fuzzy mathematics and control

PaddleNLP基于ERNIR3.0文本分类以CAIL2018-SMALL数据集罪名预测任务为例【多标签】

The function of wechat applet to cut pictures

Qt+ffmpeg environment construction
![MKD [anomaly detection: knowledge disruption]](/img/15/10f5c8d6851e94dac764517c488dbc.png)
MKD [anomaly detection: knowledge disruption]

STM32CUBEIDE(10)----ADC在DMA模式下扫描多个通道

使用PCL批量显示PCD点云数据流

STM32 - external interrupt application (exti) (use cubemx to configure interrupts)

STM32 - Basic timer (tim6, tim7) working process, interpretation function block diagram, timing analysis, cycle calculation

ATT&CK初步了解
随机推荐
Kali source solution software cannot be installed correctly
32. Longest valid bracket (difficult stack string)
For loops and functions
How to use sprintf function
ATT&CK 威胁情报
Static details of static members
DOM programming + events
C language to realize string reverse order arrangement
Excel-vba quick start (XIII. Common usage of date)
winServer运维技术栈
Quadruped robot | gem (elevation map) + fast_ Deployment records of Leo (odometry) environment
Vscode ROS configuration GDB debugging error record
[get mobile information] - get mobile information through ADB command
20-09-27 the project is migrated to Alibaba toss record (the network card order makes the service unable to connect to DB through haproxy)
[CVPR 2021] cylinder3d: cylindrical asymmetric 3D convolution network for LIDAR point cloud segmentation
98. Verify binary search tree (medium binary search tree DFS)
BOM (location object, navigation object)
How to install WiFi correctly
STM32 -- program startup process
Command line agent: proxychains configuration