Error-Aware Sampling in Adaptive Shells for Neural Surface Reconstruction

Abstract

Sequence learning based tracking frameworks are popular in the tracking community. In practice, its auto-regressive sequence generation manner leads to inferior performance and high latency compared with latest advanced trackers. In this paper, to mitigate this issue, we propose an efficient and effective sequence-to-sequence tracking framework named FastSeqTrack. FastSeqTrack differs from previous sequence learning based trackers in terms of token initialization and sequence generation manner. Four tracking tokens are appended to patch embeddings and generated in the encoder as initial guesses for the bounding box sequence, which improves the tracking accuracy compared with randomly initialized tokens. Tracking tokens are then parallelly fed into the decoder in a one-pass manner and greatly boost the forward inference speed compared with the auto-regressive manner. Inspired by the early-exit mechanism, we inject internal classifiers after each decoder layer to early terminate forward inference when the softmax confidence is sufficiently reliable. In easy tracking frames, early exits avoid network overthinking and unnecessary computation. Extensive experiments on multiple benchmarks demonstrate that FastSeqTrack runs over 100 fps and showcases superior performance against state-of-the-art trackers. Codes and models are available at https://github.com/vision4drones/FastSeqTrack.

Cite

Text

Wang et al. "Error-Aware Sampling in Adaptive Shells for Neural Surface Reconstruction." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/153

Markdown

[Wang et al. "Error-Aware Sampling in Adaptive Shells for Neural Surface Reconstruction." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/wang2024ijcai-error/) doi:10.24963/ijcai.2024/153

BibTeX

@inproceedings{wang2024ijcai-error,
  title     = {{Error-Aware Sampling in Adaptive Shells for Neural Surface Reconstruction}},
  author    = {Wang, Qi and Huo, Yuchi and Ye, Qi and Wang, Rui and Bao, Hujun},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {1380-1388},
  doi       = {10.24963/ijcai.2024/153},
  url       = {https://mlanthology.org/ijcai/2024/wang2024ijcai-error/}
}