<p>Transformer-based trackers have remarkable potential in object tracking and achieve impressive performance. As a crucial element of Transformer, traditional self-attention calculates the similarity between each pixel and all other pixels and obtains powerful representation capability while resulting in excessive computational costs (<InlineEquation ID="IEq1"> <InlineMediaObject> <ImageObject Color="BlackWhite" FileRef="11760_2025_4495_Article_IEq1.gif" Format="GIF" Height="20" Rendition="HTML" Resolution="72" Type="Linedraw" Width="49" /> </InlineMediaObject> <EquationSource Format="TEX">\(O(N^2)\)</EquationSource> <EquationSource Format="MATHML"><math> <mrow> <mi>O</mi> <mo stretchy="false">(</mo> <msup> <mi>N</mi> <mn>2</mn> </msup> <mo stretchy="false">)</mo> </mrow> </math></EquationSource> </InlineEquation>). In addition, existing tracking frameworks are mainly two-stream and two-stage, which separately extract the features of the target templates and search areas and then perform feature fusion. The obtained features limit the ability to perceive the target effectively. In this paper, we first design a novel attention calculation method and propose a double softmax attention module (DSAM) to achieve an optimal balance between computational efficiency and representational capability. DSAM efficiently reduces the computation complexity from <InlineEquation ID="IEq2"> <InlineMediaObject> <ImageObject Color="BlackWhite" FileRef="11760_2025_4495_Article_IEq1.gif" Format="GIF" Height="20" Rendition="HTML" Resolution="72" Type="Linedraw" Width="49" /> </InlineMediaObject> <EquationSource Format="TEX">\(O(N^2)\)</EquationSource> <EquationSource Format="MATHML"><math> <mrow> <mi>O</mi> <mo stretchy="false">(</mo> <msup> <mi>N</mi> <mn>2</mn> </msup> <mo stretchy="false">)</mo> </mrow> </math></EquationSource> </InlineEquation> to <i>O</i>(<i>N</i>). Upon DSAM, we integrate the feature extraction and feature fusion together. Then, we propose a novel one-stream one-stage tracking method (called DSATrack). DSATrack achieves superior performance on six challenging benchmarks. Particularly, it achieves an <i>AUC</i> score of <InlineEquation ID="IEq3"> <InlineMediaObject> <ImageObject Color="BlackWhite" FileRef="11760_2025_4495_Article_IEq3.gif" Format="GIF" Height="16" Rendition="HTML" Resolution="72" Type="Linedraw" Width="43" /> </InlineMediaObject> <EquationSource Format="TEX">\(65.4\%\)</EquationSource> <EquationSource Format="MATHML"><math> <mrow> <mn>65.4</mn> <mo>%</mo> </mrow> </math></EquationSource> </InlineEquation> on LaSOT, a normalized precision score of <InlineEquation ID="IEq4"> <InlineMediaObject> <ImageObject Color="BlackWhite" FileRef="11760_2025_4495_Article_IEq4.gif" Format="GIF" Height="16" Rendition="HTML" Resolution="72" Type="Linedraw" Width="43" /> </InlineMediaObject> <EquationSource Format="TEX">\(85.9\%\)</EquationSource> <EquationSource Format="MATHML"><math> <mrow> <mn>85.9</mn> <mo>%</mo> </mrow> </math></EquationSource> </InlineEquation> on TrackingNet, and a precision score of <InlineEquation ID="IEq5"> <InlineMediaObject> <ImageObject Color="BlackWhite" FileRef="11760_2025_4495_Article_IEq5.gif" Format="GIF" Height="16" Rendition="HTML" Resolution="72" Type="Linedraw" Width="43" /> </InlineMediaObject> <EquationSource Format="TEX">\(89.5\%\)</EquationSource> <EquationSource Format="MATHML"><math> <mrow> <mn>89.5</mn> <mo>%</mo> </mrow> </math></EquationSource> </InlineEquation> on UAV123. The codes are available at <a href="https://github.com/WangJun-CV/DSATrack.">https://github.com/WangJun-CV/DSATrack.</a></p>

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Double Softmax Attention Backbone for Visual Tracking by Unifying Feature Extraction and Fusion

  • Yuanyun Wang,
  • Geng Gu,
  • Jilong Liu,
  • Yingzhen Si,
  • Jun Wang

摘要

Transformer-based trackers have remarkable potential in object tracking and achieve impressive performance. As a crucial element of Transformer, traditional self-attention calculates the similarity between each pixel and all other pixels and obtains powerful representation capability while resulting in excessive computational costs ( \(O(N^2)\) O ( N 2 ) ). In addition, existing tracking frameworks are mainly two-stream and two-stage, which separately extract the features of the target templates and search areas and then perform feature fusion. The obtained features limit the ability to perceive the target effectively. In this paper, we first design a novel attention calculation method and propose a double softmax attention module (DSAM) to achieve an optimal balance between computational efficiency and representational capability. DSAM efficiently reduces the computation complexity from \(O(N^2)\) O ( N 2 ) to O(N). Upon DSAM, we integrate the feature extraction and feature fusion together. Then, we propose a novel one-stream one-stage tracking method (called DSATrack). DSATrack achieves superior performance on six challenging benchmarks. Particularly, it achieves an AUC score of \(65.4\%\) 65.4 % on LaSOT, a normalized precision score of \(85.9\%\) 85.9 % on TrackingNet, and a precision score of \(89.5\%\) 89.5 % on UAV123. The codes are available at https://github.com/WangJun-CV/DSATrack.