1: \begin{abstract}
2: Single object tracking (SOT) heavily relies on the representation of the target object as a bounding box.
3: However, due to the potential deformation and rotation experienced by the tracked targets, the genuine bounding box fails to capture the appearance information explicitly and introduces cluttered background.
4: This paper proposes RTrack, a novel object representation baseline tracker that utilizes a set of sample points to get a pseudo bounding box. RTrack automatically arranges these points to define the spatial extents and highlight local areas.
5: Building upon the baseline, we conducted an in-depth exploration of the training potential and introduced a one-to-many leading assignment strategy.
6: It is worth noting that our approach achieves competitive performance to the state-of-the-art trackers on the GOT-10k dataset while reducing training time to just 10\% of the previous state-of-the-art (SOTA) trackers' training costs.
7: The substantial reduction in training costs brings single-object tracking (SOT) closer to the object detection (OD) task.
8: Extensive experiments demonstrate that our proposed RTrack achieves SOTA results with faster convergence.
9: %The code for RTrack is available at \href{https://github.com/relay/RepTrack}{\color{red}{https://github.com/relay/RepTrack}}.
10: \end{abstract}
11: