Transformer总结
Contents
Attention
- Recurrent Models of Visual Attention [2014 deepmind NIPS]
- Neural Machine Translation by Jointly Learning to Align and Translate [ICLR 2015]
OverallSurvey
- Efficient Transformers: A Survey [paper]
- A Survey on Visual Transformer [paper]
- Transformers in Vision: A Survey [paper]
NLP
Language
- Sequence to Sequence Learning with Neural Networks [NIPS 2014] [paper] [code]
- End-To-End Memory Networks [NIPS 2015] [paper] [code]
- Attention is all you need [NIPS 2017] [paper] [code]
- Bidirectional Encoder Representations from Transformers: BERT [paper] [code] [pretrained-models]
- Reformer: The Efficient Transformer [ICLR2020] [paper] [code]
- Linformer: Self-Attention with Linear Complexity [AAAI2020] [paper] [code]
- GPT-3: Language Models are Few-Shot Learners [NIPS 2020] [paper] [code]
Speech
- Dual-Path Transformer Network: Direct Context-Aware Modeling for End-to-End Monaural Speech Separation [INTERSPEECH 2020] [paper] [code]
CV
Backbone_Classification
Papers and Codes
- CoaT: Co-Scale Conv-Attentional Image Transformers [arxiv 2021] [paper] [code]
- SiT: Self-supervised vIsion Transformer [arxiv 2021] [paper] [code]
- VIT: An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale [VIT] [ICLR 2021] [paper] [code]
- Trained with extra private data: do not generalized well when trained on insufficient amounts of data
- DeiT: Data-efficient Image Transformers [arxiv2021] [paper] [code]
- Token-based strategy and build upon VIT and convolutional models
- Transformer in Transformer [arxiv 2021] [paper] [code1] [code-official]
- OmniNet: Omnidirectional Representations from Transformers [arxiv2021] [paper]
- Gaussian Context Transformer [CVPR 2021] [paper]
- General Multi-Label Image Classification With Transformers [CVPR 2021] [paper] [code]
- Scaling Local Self-Attention for Parameter Efficient Visual Backbones [CVPR 2021] [paper]
- T2T-ViT: Tokens-to-Token ViT: Training Vision Transformers from Scratch on ImageNet [ICCV 2021] [paper] [code]
- Swin Transformer: Hierarchical Vision Transformer using Shifted Windows [ICCV 2021] [paper] [code]
- Bias Loss for Mobile Neural Networks [ICCV 2021] [paper] [[code()]]
- Vision Transformer with Progressive Sampling [ICCV 2021] [paper] [[code(https://github.com/yuexy/PS-ViT)]]
- Rethinking Spatial Dimensions of Vision Transformers [ICCV 2021] [paper] [code]
- Rethinking and Improving Relative Position Encoding for Vision Transformer [ICCV 2021] [paper] [code]
Interesting Repos
- Convolutional Cifar10
- vision-transformers-cifar10
- Found that performance was worse than simple resnet18
- The influence of hyper-parameters: dim of vit, etc.
- ViT-pytorch
- Using pretrained weights can get better results
Self-Supervised
- Emerging Properties in Self-Supervised Vision Transformers [ICCV 2021] [paper] [code]
- An Empirical Study of Training Self-Supervised Vision Transformers [ICCV 2021] [paper] [code]
Interpretability and Robustness
- Transformer Interpretability Beyond Attention Visualization [CVPR 2021] [paper] [code]
- On the Adversarial Robustness of Visual Transformers [arxiv 2021] [paper]
- Robustness Verification for Transformers [ICLR 2020] [paper] [code]
- Pretrained Transformers Improve Out-of-Distribution Robustness [ACL 2020] [paper] [code]
Detection
- DETR: End-to-End Object Detection with Transformers [ECCV2020] [paper] [code]
- Deformable DETR: Deformable Transformers for End-to-End Object Detection [ICLR2021] [paper] [code]
- End-to-End Object Detection with Adaptive Clustering Transformer [arxiv2020] [paper]
- UP-DETR: Unsupervised Pre-training for Object Detection with Transformers [[arxiv2020] [paper]
- Rethinking Transformer-based Set Prediction for Object Detection [arxiv2020] [paper] [zhihu]
- End-to-end Lane Shape Prediction with Transformers [WACV 2021] [paper] [code]
- ViT-FRCNN: Toward Transformer-Based Object Detection [arxiv2020] [paper]
- Line Segment Detection Using Transformers [CVPR 2021] [paper] [code]
- Facial Action Unit Detection With Transformers [CVPR 2021] [paper] [code]
- Adaptive Image Transformer for One-Shot Object Detection [CVPR 2021] [paper] [code]
- Self-attention based Text Knowledge Mining for Text Detection [CVPR 2021] [paper] [code]
- Pyramid Vision Transformer: A Versatile Backbone for Dense Prediction without Convolutions [ICCV 2021] [paper] [code]
- Group-Free 3D Object Detection via Transformers [ICCV 2021] [paper] [code]
- Fast Convergence of DETR with Spatially Modulated Co-Attention [ICCV 2021] [paper] [code]
HOI
- End-to-End Human Object Interaction Detection with HOI Transformer [CVPR 2021] [paper] [code]
- HOTR: End-to-End Human-Object Interaction Detection with Transformers [CVPR 2021] [paper] [code]
Tracking
- Transformer Meets Tracker: Exploiting Temporal Context for Robust Visual Tracking [CVPR 2021] [paper] [code]
- TransTrack: Multiple-Object Tracking with Transformer [CVPR 2021] [paper] [code]
- Transformer Tracking [CVPR 2021] [paper] [code]
- Learning Spatio-Temporal Transformer for Visual Tracking [ICCV 2021] [paper] [code]
Segmentation
- SETR : Rethinking Semantic Segmentation from a Sequence-to-Sequence Perspective with Transformers [CVPR 2021] [paper] [code]
- Trans2Seg: Transparent Object Segmentation with Transformer [arxiv2021] [paper] [code]
- End-to-End Video Instance Segmentation with Transformers [arxiv2020] [paper] [zhihu]
- MaX-DeepLab: End-to-End Panoptic Segmentation with Mask Transformers [CVPR 2021] [paper] [official-code] [unofficial-code]
- Medical Transformer: Gated Axial-Attention for Medical Image Segmentation [arxiv 2020] [paper] [code]
- SSTVOS: Sparse Spatiotemporal Transformers for Video Object Segmentation [CVPR 2021] [paper] [code]
Reid
- Diverse Part Discovery: Occluded Person Re-Identification With Part-Aware Transformer [CVPR 2021] [paper] [code]
Localization
- LoFTR: Detector-Free Local Feature Matching with Transformers [CVPR 2021] [paper] [code]
- MIST: Multiple Instance Spatial Transformer [CVPR 2021] [paper] [code]
Generation
- Variational Transformer Networks for Layout Generation [CVPR 2021] [paper] [code]
- TransGAN: Two Transformers Can Make One Strong GAN [paper] [code]
- Taming Transformers for High-Resolution Image Synthesis [CVPR 2021] [paper] [code]
- iGPT: Generative Pretraining from Pixels [ICML 2020] [paper] [code]
- Generative Adversarial Transformers [arxiv 2021] [paper] [code]
- LayoutTransformer: Scene Layout Generation With Conceptual and Spatial Diversity [CVPR2021] [paper[https://openaccess.thecvf.com/content/CVPR2021/html/Yang_LayoutTransformer_Scene_Layout_Generation_With_Conceptual_and_Spatial_Diversity_CVPR_2021_paper.html]] [code]
- Spatial-Temporal Transformer for Dynamic Scene Graph Generation [ICCV 2021] [paper]
Inpainting
- STTN: Learning Joint Spatial-Temporal Transformations for Video Inpainting [ECCV 2020] [paper] [code]
Image enhancement
- Pre-Trained Image Processing Transformer [CVPR 2021] [paper]
- TTSR: Learning Texture Transformer Network for Image Super-Resolution [CVPR2020] [paper] [code]
Pose Estimation
- Pose Recognition with Cascade Transformers [CVPR 2021] [paper] [code]
- TransPose: Towards Explainable Human Pose Estimation by Transformer [arxiv 2020] [paper] [code]
- Hand-Transformer: Non-Autoregressive Structured Modeling for 3D Hand Pose Estimation [ECCV 2020] [paper]
- HOT-Net: Non-Autoregressive Transformer for 3D Hand-Object Pose Estimation [ACMMM 2020] [paper]
- End-to-End Human Pose and Mesh Reconstruction with Transformers [CVPR 2021] [paper] [code]
- 3D Human Pose Estimation with Spatial and Temporal Transformers [arxiv 2020] [paper] [code]
- End-to-End Trainable Multi-Instance Pose Estimation with Transformers [arxiv 2020] [paper]
Face
- Robust Facial Expression Recognition with Convolutional Visual Transformers [arxiv 2020] [paper]
- Clusformer: A Transformer Based Clustering Approach to Unsupervised Large-Scale Face and Visual Landmark Recognition [CVPR 2021] [paper] [code]
Video Understanding
- Is Space-Time Attention All You Need for Video Understanding? [arxiv 2020] [paper] [code]
- Temporal-Relational CrossTransformers for Few-Shot Action Recognition [CVPR 2021] [paper] [code]
- Self-Supervised Video Hashing via Bidirectional Transformers [CVPR 2021] [paper]
- SSAN: Separable Self-Attention Network for Video Representation Learning [CVPR 2021] [paper]
Depth-Estimation
Prediction
- Multimodal Motion Prediction with Stacked Transformers [CVPR 2021] [paper] [code]
- Deep Transformer Models for Time Series Forecasting: The Influenza Prevalence Case [paper]
- Transformer networks for trajectory forecasting [ICPR 2020] [paper] [code]
- Spatial-Channel Transformer Network for Trajectory Prediction on the Traffic Scenes [arxiv 2021] [paper] [code]
- Pedestrian Trajectory Prediction using Context-Augmented Transformer Networks [ICRA 2020] [paper] [code]
- Spatio-Temporal Graph Transformer Networks for Pedestrian Trajectory Prediction [ECCV 2020] [paper] [code]
- Hierarchical Multi-Scale Gaussian Transformer for Stock Movement Prediction [paper]
- Single-Shot Motion Completion with Transformer [arxiv2021] [paper] [code]
NAS
- HR-NAS: Searching Efficient High-Resolution Neural Architectures with Transformers [CVPR 2021] [paper] [code]
- AutoFormer: Searching Transformers for Visual Recognition [ICCV 2021] [paper] [[code(https://github.com/microsoft/AutoML)]]
PointCloud
- Multi-Modal Fusion Transformer for End-to-End Autonomous Driving [CVPR 2021] [paper] [code]
- Point 4D Transformer Networks for Spatio-Temporal Modeling in Point Cloud Videos [CVPR 2021] [paper]
Fashion
Medical
- Lesion-Aware Transformers for Diabetic Retinopathy Grading [CVPR 2021] [paper]
Cross-Modal
- Thinking Fast and Slow: Efficient Text-to-Visual Retrieval with Transformers [CVPR 2021] [paper]
- Revamping Cross-Modal Recipe Retrieval with Hierarchical Transformers and Self-supervised Learning [CVPR2021] [paper] [code]
- Topological Planning With Transformers for Vision-and-Language Navigation [CVPR 2021] [paper]
- Multi-Stage Aggregated Transformer Network for Temporal Language Localization in Videos [CVPRR 2021] [paper]
- VLN BERT: A Recurrent Vision-and-Language BERT for Navigation [CVPR 2021] [paper] [code]
- Less Is More: ClipBERT for Video-and-Language Learning via Sparse Sampling [CVPR 2021] [paper] [code]
Reference
- Attention 机制详解1,2 zhihu1 zhihu2
- 自然语言处理中的自注意力机制(Self-attention Mechanism)
- Transformer模型原理详解 [zhihu] [csdn]
- 完全解析RNN, Seq2Seq, Attention注意力机制
- Seq2Seq and transformer implementation
- End-To-End Memory Networks [zhihu]
- Illustrating the key,query,value in attention
- Transformer in CV
- CVPR2021-Papers-with-Code
- ICCV2021-Papers-with-Code
Transformer总结的更多相关文章
- Spatial Transformer Networks(空间变换神经网络)
Reference:Spatial Transformer Networks [Google.DeepMind]Reference:[Theano源码,基于Lasagne] 闲扯:大数据不如小数据 这 ...
- ABBYY PDF Transformer+怎么标志注释
ABBYY PDF Transformer+是一款可创建.编辑.添加注释及将PDF文件转换为其他可编辑格式的通用工具,可用来在PDF页面的任何位置添加注释(关于如何通过ABBYY PDF Transf ...
- OAF_文件系列6_实现OAF导出XML文件javax.xml.parsers/transformer(案例)
20150803 Created By BaoXinjian
- 泛函编程(27)-泛函编程模式-Monad Transformer
经过了一段时间的学习,我们了解了一系列泛函数据类型.我们知道,在所有编程语言中,数据类型是支持软件编程的基础.同样,泛函数据类型Foldable,Monoid,Functor,Applicative, ...
- 如何用Transformer+从PDF文档编辑数据
ABBYY PDF Transformer+是一款可创建.编辑.添加注释及将PDF文件转换为其他可编辑格式的通用工具,可使用该软件从PDF文档编辑机密信息,然后再发布它们,文本和图像均可编辑,本文将为 ...
- ABBYY PDF Transformer+ Pro支持全世界189种语言
ABBYY PDF Transformer+ Pro版支持189种语言,包括我们人类的自然语言.人造语言以及正式语言.受支持的语言可能会因产品的版本不同而各异.本文具体列举了所有ABBYY PDF T ...
- 发现PDF Transformer+转换的图像字体小了如何处理
ABBYY PDF Transformer+转换的原始图像字体太小怎么办?为了获得最佳文本识别效果,请用较高的分辨率扫描用极小字体打印的文档,否则很容易在转换识别时出错.下面小编就给大家讲讲该怎么解决 ...
- ABBYY PDF Transformer+从文件选项中创建PDF文档的教程
可使用OCR文字识别软件ABBYY PDF Transformer+从Microsoft Word.Microsoft Excel.Microsoft PowerPoint.HTML.RTF.Micr ...
- Could not find a transformer to transform "SimpleDataType{type=org.mule.transport.NullPayload
mule esb报错 com.isoftstone.esb.transformer.Json2RequestBusinessObject.transformMessage(Json2RequestBu ...
- Transformer
参考资料: [ERT大火却不懂Transformer?读这一篇就够了] https://zhuanlan.zhihu.com/p/54356280 (中文版) http://jalammar.gith ...
随机推荐
- Invalid default value for prop "value": Props with type Object/Array must use a factory function to return the default value.
Invalid default value for prop "value": Props with type Object/Array must use a factory fu ...
- win10启用长路径
方法一:操作组策略 Win+R 输入 gpedit.msc 依次点击[计算机配置]->[管理模板]->[系统]->[文件系统],找到 "启用win32长路径" 并 ...
- Python计算1到100的加和
print(sum(range(1,101))) print(sum([x for x in range(1,101)])) sum_value = 0 for i in range(1,101): ...
- String,StringBuffer、StringBuilder的区别
1.可变性 String:是不可变的.其内部是fianl修饰的,每次变更都会创建一个新的对象. StringBuffer.StringBuilder是可变的,字符串的变更是不会创建新对象的. 2.线程 ...
- Python如何根据给定模型计算权值
在机器学习和深度学习中,模型的权值(或参数)通常是通过训练过程(如梯度下降)来学习和调整的.然而,如果我们想根据一个已经训练好的模型来计算或提取其权值,Python 提供了许多工具和库,其中最常用的是 ...
- Python 在PDF中绘制线条、矩形、椭圆形
在PDF中绘制图形可以增强文档的视觉效果.通过添加不同类型的形状,如实线.虚线.矩形.圆形等,可以使文档更加生动有趣,提高读者的阅读兴趣.这对于制作报告.演示文稿或是教材特别有用.本文将通过以下几个示 ...
- 拯救php性能的神器webman-打包二进制
看了看webman的官方文档,发现居然还能打包为二进制,这样太厉害了吧! 先执行这个 composer require webman/console ^1.2.24 安装这个console的包,然后 ...
- 1.TP6的入门-安装
打开官网,找到这里点击手册 或者直接访问 这里 可以看到TP6已经有了赞助商 然后往后面阅读,发现他推荐我们读这个 这个入门必读还是不错的,简单的看看就行 后面就开始安装吧 首先注意自己的环境php版 ...
- ADMM——交替方向乘子法
ADMM(Alternating Direction Method of Multipliers,交替方向乘子法)是一种优化算法,主要用于解决分布式.大规模和非光滑的凸优化问题.ADMM通过将原始问题 ...
- The 2018 ACM-ICPC Asia Qingdao Regional Contest, Online (The 2nd Universal Cup
The 2018 ACM-ICPC Asia Qingdao Regional Contest, Online (The 2nd Universal Cup. Stage 1: Qingdao) J ...