We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.zjp97.top/tracking/57-SparseTT/#more
论文 代码 Transformer中自注意力的全局视角导致主要信息(如搜索区域中的目标)聚焦不足,而次要信息(如搜索区域中的背景)聚焦过度,使前景和背景的区分变得模糊,从而降低了跟踪性能。简单来说就是和每一个点计算注意力,导致背景部分占据了过大的权重,一定程度上削弱了目标。本文使用稀疏注意力缓解这一问题,来突出搜索区域中的潜在目标。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://www.zjp97.top/tracking/57-SparseTT/#more
论文 代码 Transformer中自注意力的全局视角导致主要信息(如搜索区域中的目标)聚焦不足,而次要信息(如搜索区域中的背景)聚焦过度,使前景和背景的区分变得模糊,从而降低了跟踪性能。简单来说就是和每一个点计算注意力,导致背景部分占据了过大的权重,一定程度上削弱了目标。本文使用稀疏注意力缓解这一问题,来突出搜索区域中的潜在目标。
The text was updated successfully, but these errors were encountered: