当前位置:网站首页>Mspba [anomaly detection: representation_based]
Mspba [anomaly detection: representation_based]
2022-07-28 22:44:00 【It's too simple】
Preface
2022.6CVPR A paper on , The effect ranks No 9(papers with code)
background
SVDD do baseline
Model principle
thought : Train the network with all normal data sets ( The four losses used can reduce the distance difference between different pixels SVDD/Cos/Kmean, Direction difference SSL), Then use the distance between all the characteristic maps output by all the normal maps through the network and the test map to detect and locate .
The process : Extract 64*64/32*32/16*16 The block , Send in separately Encoder64/Encoder32/Encoder16( In the process of the training VGG16 The Internet ) The extracted features , After four losses .

Four kinds of losses
SVDD Loss
effect : Gather the same similar semantic information .
operation : Random selection patch_i, Then randomly select those with pixel spacing patch_j,64/32/16 The pixel intervals of are 4/2/1.patch_k From away patch_i Far apart patch Randomly choose .
Cos Loss
effect : Make two more distant patch The semantic similarity is small .
operation : And SVDD identical .
Kmean Loss
operation : Random selection patch_r.
SSL Loss
operation : Random selection patch_m, Then choose randomly 64/32/16 Pixel spaced patch_n. The direction chosen is 30 Degrees are spaced 12 Angles .
test
classification - testing : Use a sliding window to block the diagram , Then calculate the average value of pixels in the block , The maximum value of all block scores is taken as the detection score . This method can weaken the influence of outlier pixel values on the results .
Division - location :64/32/16 Of patch Block by step 16/4/4 selection , Compare with all feature maps formed by all training sets to obtain the minimum value of the distance at each pixel position in each block , Then average the overlapping values at the same pixel position , Then put different sizes patch The value graphs formed by blocks are added , Get the score map .
experiment
Different patch Comparison of block size selection ; The impact of different losses on the network effect .
边栏推荐
- ssh免密登陆
- Leetcode question brushing series - sum of majority type
- 842. 排列数字
- Integrating database Ecology: using eventbridge to build CDC applications
- STM32 - reset and clock control (cubemx for clock configuration)
- Analysis notes on let (const) temporary dead zone in JS
- JSON file to PNG image (batch conversion / image naming / migration / pixel value change) [tips]
- STM32 - memory, I2C protocol
- There will be a black line on the border when the button in the wechat applet is clicked
- PaddleNLP基于ERNIR3.0文本分类以中医疗搜索检索词意图分类(KUAKE-QIC)为例【多分类(单标签)】
猜你喜欢
![Padim [anomaly detection: embedded based]](/img/11/834d8b4fdd39959a9dd380e179d317.png)
Padim [anomaly detection: embedded based]

php二维数组如何删除去除第一行元素

Paddlenlp text classification based on ernir3.0: take wos dataset as an example (hierarchical classification)

Research cup element recognition multi label classification task based on ernie-3.0 cail2019 method

6K6w5LiA5qyh5pS75Ye75YiG5p6Q

ATT&CK初步了解

STM32_ Hal library driven framework

STM32 - DMA direct memory access controller (cubemx configures DMA)

Idea generate class diagram plug-in UML (super detailed)

STM32 - systick timer (cubemx configures systick)
随机推荐
AWK空行过滤
Qt+ffmpeg environment construction
winServer运维技术栈
Intelligent control -- fuzzy mathematics and control
Paddlenlp text classification based on ernir3.0: take wos dataset as an example (hierarchical classification)
【转载】token令牌在登录场景使用
For loops and functions
PC side special effects - animation function
Att & CK preliminary understanding
JVM -- custom class loader
Mysql8.0 cannot authorize users or prompt you are not allowed to create a user with grant
Closure, prototype and original link
fatal error: io. h: No such file or directory
Configuration and official document of Freia library [tips]
STM32 - external interrupt application (exti) (use cubemx to configure interrupts)
近期bug总结
UNET [basic network]
STM32 single chip microcomputer drive L298N
Imx6q GPIO multiplexing
删除容器镜像报错解决image is referenced in multiple repositories