paper-with-me

홈 › Papers

DAMO-StreamNet: Optimizing Streaming Perception in Autonomous Driving

2023-03-30 · Jun-Yan He, Zhi-Qi Cheng, Chenyang Li, Wangmeng Xiang, Binghui Chen, Bin Luo, Yifeng Geng, Xuansong Xie

Real-time perception, or streaming perception, is a crucial aspect of autonomous driving that has yet to be thoroughly explored in existing research. To address this gap, we present DAMO-StreamNet, an optimized framework that combines recent advances from the YOLO series with a comprehensive analysis of spatial and temporal perception mechanisms, delivering a cutting-edge solution. The key innovations of DAMO-StreamNet are (1) A robust neck structure incorporating deformable convolution, enhancing the receptive field and feature alignment capabilities (2) A dual-branch structure that integrates short-path semantic features and long-path temporal features, improving motion state prediction accuracy. (3) Logits-level distillation for efficient optimization, aligning the logits of teacher and student networks in semantic space. (4) A real-time forecasting mechanism that updates support frame features with the current frame, ensuring seamless streaming perception during inference. Our experiments demonstrate that DAMO-StreamNet surpasses existing state-of-the-art methods, achieving 37.8% (normal size (600, 960)) and 43.3% (large size (1200, 1920)) sAP without using extra data. This work not only sets a new benchmark for real-time perception but also provides valuable insights for future research. Additionally, DAMO-StreamNet can be applied to various autonomous systems, such as drones and robots, paving the way for real-time perception. The code is at https://github.com/zhiqic/DAMO-StreamNet.

📄 PDF Abstract BibTeX arXiv:2303.17144

Code (1)

zhiqic/DAMO-StreamNet 공식 구현 pytorch

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

StreamNet: Memory-Efficient Streaming Tiny Deep Learning Inference on the Microcontroller

2023-09-21 · NeurIPS 2023 11

With the emerging Tiny Machine Learning (TinyML) inference applications, there is a growing interest when deploying TinyML models on the low-power Microcontroller Unit (MCU). However, deploying TinyML models on MCUs reve…

Real-time Streaming Perception System for Autonomous Driving

2021-07-30 · Yongxiang Gu, Qianlei Wang, Xiaolin Qin

Nowadays, plenty of deep learning technologies are being applied to all aspects of autonomous driving with promising results. Among them, object detection is the key to improve the ability of an autonomous agent to perce…

Autonomous DrivingData AugmentationObjectobject-detection+1

Are We Ready for Vision-Centric Driving Streaming Perception? The ASAP Benchmark

2022-12-17 · CVPR 2023 1 · XiaoFeng Wang, Zheng Zhu, Yunpeng Zhang, Guan Huang 외

In recent years, vision-centric perception has flourished in various autonomous driving tasks, including 3D detection, semantic map construction, motion forecasting, and depth estimation. Nevertheless, the latency of vis…

Autonomous DrivingDepth EstimationMotion Forecasting

AdaMoLE: Fine-Tuning Large Language Models with Adaptive Mixture of Low-Rank Adaptation Experts

2024-05-01 · Zefang Liu, Jiahua Luo

We introduce AdaMoLE, a novel method for fine-tuning large language models (LLMs) through an Adaptive Mixture of Low-Rank Adaptation (LoRA) Experts. Moving beyond conventional methods that employ a static top-k strategy …

Multiple Choice Question Answering (MCQA)

DyRoNet: Dynamic Routing and Low-Rank Adapters for Autonomous Driving Streaming Perception

2024-03-08 · Xiang Huang, Zhi-Qi Cheng, Jun-Yan He, Chenyang Li 외

The advancement of autonomous driving systems hinges on the ability to achieve low-latency and high-accuracy perception. To address this critical need, this paper introduces Dynamic Routing Network (DyRoNet), a low-rank …

Autonomous DrivingNavigate