当前位置:网站首页>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 .
边栏推荐
- Using super ball embedding to enhance confrontation training
- Meta learning Brief
- 最长等比子序列
- open3d学习笔记三【采样与体素化】
- Organigramme des activités
- 针对语义分割的真实世界的对抗样本攻击
- Gensim如何冻结某些词向量进行增量训练
- Apple added the first iPad with lightning interface to the list of retro products
- WCF更新服务引用报错的原因之一
- 【DIoU】《Distance-IoU Loss:Faster and Better Learning for Bounding Box Regression》
猜你喜欢

Label propagation

浅谈深度学习中的对抗样本及其生成方法

【DIoU】《Distance-IoU Loss:Faster and Better Learning for Bounding Box Regression》

【MobileNet V3】《Searching for MobileNetV3》

【Mixup】《Mixup:Beyond Empirical Risk Minimization》

【Paper Reading】

【Random Erasing】《Random Erasing Data Augmentation》
![[binocular vision] binocular correction](/img/fe/27fda48c36ca529eec21c631737526.png)
[binocular vision] binocular correction

服务器的内网可以访问,外网却不能访问的问题

图像增强的几个方法以及Matlab代码
随机推荐
简易打包工具的安装与使用
Sequence problem for tqdm and print
Specification for package drawing
WCF更新服务引用报错的原因之一
应对长尾分布的目标检测 -- Balanced Group Softmax
Hystrix dashboard cannot find hystrix Stream solution
AR system summary harvest
open3d学习笔记三【采样与体素化】
Embedding malware into neural networks
One book 1078: sum of fractional sequences
关于原型图的深入理解
Look for we media materials from four aspects to ensure your creative inspiration
利用Transformer来进行目标检测和语义分割
The hystrix dashboard reported an error hystrix Stream is not in the allowed list of proxy host names solution
用C# 语言实现MYSQL 真分页
Timeout docking video generation
Organigramme des activités
open3d学习笔记五【RGBD融合】
AR系统总结收获
CONDA common commands