当前位置:网站首页>Using transformer for object detection and semantic segmentation
Using transformer for object detection and semantic segmentation
2022-07-02 07:59:00 【MezereonXP】
Introduce
This time it's about Facebook AI An article from “End-to-End Object Detection with Transformers”
Just recently Transformer It's also popular , Here's how to use Transformer For object detection and semantic segmentation .
About Transformer, You can refer to my article article .
Let me briefly introduce Transformer, This is a model architecture for sequence to sequence modeling , It is widely used in natural language translation and other fields .Transformer Abandon the previous modeling of sequence RNN Form of network architecture , The attention mechanism is introduced , Achieved a good sequence modeling and transformation capabilities .
General structure and process

As shown in the figure above , It's mainly divided into two parts :
- Backbone: Mainly CNN, Used to extract advanced semantic features
- Encoder-Decoder: Make use of advanced semantic features and give target prediction
In more detail , The architecture is as follows

We give the process in sequence :
- Input picture , Shape is ( C 0 , H 0 , W 0 ) (C_0, H_0,W_0) (C0,H0,W0), among C 0 = 3 C_0 = 3 C0=3 Represents the number of channels
- CNN After feature extraction , obtain ( C , H , W ) (C,H,W) (C,H,W) The tensor of shape , among C = 2048 , H = H 0 32 , W = W 0 32 C=2048, H=\frac{H_0}{32}, W=\frac{W_0}{32} C=2048,H=32H0,W=32W0
- utilize 1x1 Convolution of , Reduce the size of the feature , obtain ( d , H , W ) (d, H, W) (d,H,W) Tensor , among d < < C d<< C d<<C
- Compress the tensor (squeeze), The shape becomes ( d , H W ) (d, HW) (d,HW)
- Got it d d d Vector sequence , Enter as a sequence into Encoder In
- Decoder Get the output vector sequence , adopt FFN(Feed Forward Network) Get the bounding box prediction and category prediction , among FFN It's simple 3 Layer perceptron , The bounding box prediction includes the normalized center coordinates and width and height .
The effect of target detection

As shown in the figure above , You can see DETR It's not a lot of calculations , however FPS It's not high , It's just in order .
So semantic segmentation ?
Here is the general framework of semantic segmentation , As shown in the figure below :

be aware , What's depicted in the picture , Bounding box embedding (Box Embedding) In essence decoder Output ( stay FFN Before ).
And then use a multi head attention mechanism , This mechanism is essentially right Q,K,V Do many linear transformations , In this ,K and V yes Encoder The input of ,Q yes decoder Output .
among M It's the number of heads for multi head attention .
after , Through a simple CNN, Get one Mask matrix , Used to generate the result of semantic segmentation .
Semantic segmentation results analysis

We can see that compared with PanopticFPN++ Come on , The improvement of effect is limited , especially AP It's not good , General performance .
Conclusion
The article will Transformer It is applied to the field of object detection and semantic segmentation , Good results have been achieved , But the performance is better than FastRCNN Architecture like approach , There is no obvious improvement , But it shows that this sequence model has good scalability . Using one architecture to solve multiple problems , The goal of a unified model is just around the corner .
边栏推荐
- Thesis tips
- 【Batch】learning notes
- The difference and understanding between generative model and discriminant model
- A brief analysis of graph pooling
- CVPR19-Deep Stacked Hierarchical Multi-patch Network for Image Deblurring论文复现
- [multimodal] clip model
- EKLAVYA -- 利用神经网络推断二进制文件中函数的参数
- 包图画法注意规范
- 【FastDepth】《FastDepth:Fast Monocular Depth Estimation on Embedded Systems》
- What if the notebook computer cannot run the CMD command
猜你喜欢

Traditional target detection notes 1__ Viola Jones

Sorting out dialectics of nature

图像增强的几个方法以及Matlab代码

What if the laptop can't search the wireless network signal

The difference and understanding between generative model and discriminant model

How to clean up logs on notebook computers to improve the response speed of web pages

【MagNet】《Progressive Semantic Segmentation》

【Mixed Pooling】《Mixed Pooling for Convolutional Neural Networks》

Memory model of program

包图画法注意规范
随机推荐
【MagNet】《Progressive Semantic Segmentation》
简易打包工具的安装与使用
【Wing Loss】《Wing Loss for Robust Facial Landmark Localisation with Convolutional Neural Networks》
关于原型图的深入理解
Label propagation
[CVPR‘22 Oral2] TAN: Temporal Alignment Networks for Long-term Video
静态库和动态库
将恶意软件嵌入到神经网络中
open3d学习笔记二【文件读写】
WCF更新服务引用报错的原因之一
Income in the first month of naked resignation
图像增强的几个方法以及Matlab代码
C语言的库函数
Common machine learning related evaluation indicators
What if a new window always pops up when opening a folder on a laptop
【Random Erasing】《Random Erasing Data Augmentation》
【Cascade FPD】《Deep Convolutional Network Cascade for Facial Point Detection》
【学习笔记】Matlab自编图像卷积函数
E-R画图明确内容
w10升级至W11系统,黑屏但鼠标与桌面快捷方式能用,如何解决