当前位置:网站首页>[paper reading] [3D target detection] point transformer
[paper reading] [3D target detection] point transformer
2022-04-23 04:36:00 【Lukas88664】
Paper title :Point Transformer
iccv2021
use transformer Do some cloud work
Because of the randomness of the point cloud transformer Just deal with such problems
however Obviously, for large-scale point clouds Use it directly transformer The amount of computation is enormous So the author puts forward a new transformer Processing form , That is knn Find nearby points .
First The author introduces transformer The background of Self attention operation can be divided into scalar and vector attention
scalar It's what we often call the attention mechanism
and vector attention Then consider two token The relationship between
β Is a relational function ( Subtracting the ) γ For one mapping function
and Proposed by the author point transformer layer It mainly makes use of vector attention Module Consider two token The relationship between At the same time, add the location code to value in It means considering the relationship between position and value :
The specific operation is for the input primary and secondary points Let's start with linear Feature coding for Subtract them to get their relation, Then add the location code Conduct mlp After the operation, take their coded value Then proceed norm The weight matrix of Let the weight matrix be multiplied by the value function and position code to get the code k Output point characteristics of adjacent points Be careful Conduct transformer The point is that we first carried out a knn Of the query Select... Near the main point k Let's do it at one point value weighting .
The author's position coding adopts relative position Then a linear layer coding :
The overall framework of the article is :
You can see that the network framework is mainly pointnet++ Framework
SA The layer is replaced by tranformer Plus for knn Near the point max pooling Take the next sample And the upper sampling feeling is completely FP layer .
hinder ablation Comparison of the k Selection of adjacent points
Effectiveness of location coding
attention The necessity of the module
in general The innovation of the article is to put forward point transformer layer
However, this layer can mainly be operated indoors with dense point clouds For some automatic driving scenes The point cloud is very sparse Use... In these scenarios knn It's unwise to query the proximity point And the amount of calculation is huge .
The way of location coding can be learned !
版权声明
本文为[Lukas88664]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230407539040.html
边栏推荐
- Phishing for NFT
- Detailed explanation of life cycle component of jetpack
- 【BIM入门实战】Revit建筑墙体:构造、包络、叠层图文详解
- SQL statement for adding columns in MySQL table
- 智能电子秤全国产化电子元件推荐方案
- 第四章 --- 了解标准设备文件、过滤器和管道
- 小红书被曝整体裁员20%,大厂之间内卷也很严重
- Common string processing functions in C language
- Go 语言中的 logger 和 zap 日志库
- Go reflection - go language Bible learning notes
猜你喜欢
用D435i录制自己的数据集运行ORBslam2并构建稠密点云
QtSpim手册-中文翻译
Cortex-M3寄存器组、汇编语言与C语言的接口介绍
那些年我面试过的Android开发岗总结(附面试题+答案解析)
AWS EKS添加集群用户或IAM角色
How to regulate intestinal flora? Introduction to common natural substances, probiotics and prebiotics
【BIM+GIS】ArcGIS Pro2. 8 how to open Revit model, Bim and GIS integration?
[BIM introduction practice] wall hierarchy and FAQ in Revit
【论文阅读】【3d目标检测】point transformer
STM32单片机ADC规则组多通道转换-DMA模式
随机推荐
STM32单片机ADC规则组多通道转换-DMA模式
Use recyclerview to realize left-right side-by-side classification selection
eksctl 部署AWS EKS
Apache Bench(ab 压力测试工具)的安装与使用
【测绘程序设计】坐标反算神器V1.0(附C/C#/VB源程序)
Fusobacterium -- symbiotic bacteria, opportunistic bacteria, oncobacterium
383. 赎金信
520. Detect capital letters
Leetcode->1 两数之和
zynq平台交叉编译器的安装
MATLAB lit plusieurs diagrammes fig et les combine en un seul diagramme (sous forme de sous - Diagramme)
【时序】基于 TCN 的用于序列建模的通用卷积和循环网络的经验评估
Alibaba cloud IOT transfer to PostgreSQL database scheme
无线充电全国产化电子元件推荐方案
补充番外14:cmake实践项目笔记(未完待续4/22)
[BIM introduction practice] Revit building wall: detailed picture and text explanation of structure, envelope and lamination
Chlamydia infection -- causes, symptoms, treatment and Prevention
电钻、电锤、电镐的区别
【论文阅读】【3d目标检测】Voxel Transformer for 3D Object Detection
三十六计是什么