English

LongShortNet: Exploring Temporal and Semantic Features Fusion in Streaming Perception

Computer Vision and Pattern Recognition 2023-03-31 v4 Artificial Intelligence Multimedia

Abstract

Streaming perception is a critical task in autonomous driving that requires balancing the latency and accuracy of the autopilot system. However, current methods for streaming perception are limited as they only rely on the current and adjacent two frames to learn movement patterns. This restricts their ability to model complex scenes, often resulting in poor detection results. To address this limitation, we propose LongShortNet, a novel dual-path network that captures long-term temporal motion and integrates it with short-term spatial semantics for real-time perception. LongShortNet is notable as it is the first work to extend long-term temporal modeling to streaming perception, enabling spatiotemporal feature fusion. We evaluate LongShortNet on the challenging Argoverse-HD dataset and demonstrate that it outperforms existing state-of-the-art methods with almost no additional computational cost.

Keywords

Cite

@article{arxiv.2210.15518,
  title  = {LongShortNet: Exploring Temporal and Semantic Features Fusion in Streaming Perception},
  author = {Chenyang Li and Zhi-Qi Cheng and Jun-Yan He and Pengyu Li and Bin Luo and Hanyuan Chen and Yifeng Geng and Jin-Peng Lan and Xuansong Xie},
  journal= {arXiv preprint arXiv:2210.15518},
  year   = {2023}
}

Comments

Accepted at ICASSP 2023, source code is at https://github.com/zhiqic/LongShortNet

R2 v1 2026-06-28T04:39:12.136Z