IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 人工智能 -> 二维位置编码 暂记 -> 正文阅读

[人工智能]二维位置编码 暂记

(相对)位置编码

Stand-Alone Self-Attention in Vision Models-NIPS 2019

在这里插入图片描述

[网络主要结构](https://blog.csdn.net/baigalxy/article/details/93662282)
[Stand-Alone Self-Attention in Vision Models](https://zhuanlan.zhihu.com/p/361259616)
[paer](https://papers.nips.cc/paper/2019/file/3416a75f4cea9109507cacd8e2f2aefc-Paper.pdf)
[现在transformer有什么工作有用二维的位置编码吗?](https://www.zhihu.com/question/476052139)
[实验分析非常精彩 | Transformer中的位置嵌入到底改如何看待?](http://www.360doc.com/content/22/0209/13/99071_1016566082.shtml)

Self-Attention with Relative Position Representations-NAACL 2018

在这里插入图片描述

[Self-Attention with Relative Position Representations](https://www.jianshu.com/p/cb5b2d967e90)

Rethinking and Improving Relative Position Encoding for Vision Transformer-2019

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

[paper](https://houwenpeng.com/publications/iRPE.pdf)
[论文阅读:本篇论文提出了四种二维相对位置编码的映射方式,同时分析了Vision Transformer中影响二维相对位置性能的关键因素](https://baijiahao.baidu.com/s?id=1706147979229455598&wfr=spider&for=pc)

二维位置的旋转式位置编码

[科学空间](https://spaces.ac.cn/archives/8265)
[Transformer升级之路:二维位置的旋转式位置编码](https://www.sohu.com/a/482611838_121119001)
[git](https://github.com/ZhuiyiTechnology/roformer)

2LSPE: 2D Learnable Sinusoidal Positional Encoding using Transformer for Scene Text Recognition-2021

[A PyTorch implementation of the 1d and 2d Sinusoidal positional encoding/embedding.](https://github.com/wzlxjtu/PositionalEncoding2D)

https://pypi.org/project/positional-encodings/中:

1D, 2D, and 3D Sinusoidal Postional Encoding (Pytorch and Tensorflow)

An implementation of 1D, 2D, and 3D positional encoding in Pytorch and TensorFlow


pip install positional-encodings


import torch
from positional_encodings import PositionalEncoding1D, PositionalEncoding2D, PositionalEncoding3D

# Returns the position encoding only
p_enc_1d_model = PositionalEncoding1D(10)

# Return the inputs with the position encoding added
p_enc_1d_model_sum = Summer(PositionalEncoding1D(10))

x = torch.rand(1,6,10)
penc_no_sum = p_enc_1d_model(x) # penc_no_sum.shape == (1, 6, 10)
penc_sum = p_enc_1d_model_sum(x)
print(penc_no_sum + x == penc_sum) # True

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

  人工智能 最新文章
2022吴恩达机器学习课程——第二课(神经网
第十五章 规则学习
FixMatch: Simplifying Semi-Supervised Le
数据挖掘Java——Kmeans算法的实现
大脑皮层的分割方法
【翻译】GPT-3是如何工作的
论文笔记:TEACHTEXT: CrossModal Generaliz
python从零学(六)
详解Python 3.x 导入(import)
【答读者问27】backtrader不支持最新版本的
上一篇文章      下一篇文章      查看所有文章
加:2022-05-10 11:54:11  更:2022-05-10 11:55:20 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/26 6:31:38-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码