paper-with-me

홈 › Papers

MSF: Motion-guided Sequential Fusion for Efficient 3D Object Detection from Point Cloud Sequences

2023-03-15 · CVPR 2023 1 · Chenhang He, Ruihuang Li, Yabin Zhang, Shuai Li, Lei Zhang

Point cloud sequences are commonly used to accurately detect 3D objects in applications such as autonomous driving. Current top-performing multi-frame detectors mostly follow a Detect-and-Fuse framework, which extracts features from each frame of the sequence and fuses them to detect the objects in the current frame. However, this inevitably leads to redundant computation since adjacent frames are highly correlated. In this paper, we propose an efficient Motion-guided Sequential Fusion (MSF) method, which exploits the continuity of object motion to mine useful sequential contexts for object detection in the current frame. We first generate 3D proposals on the current frame and propagate them to preceding frames based on the estimated velocities. The points-of-interest are then pooled from the sequence and encoded as proposal features. A novel Bidirectional Feature Aggregation (BiFA) module is further proposed to facilitate the interactions of proposal features across frames. Besides, we optimize the point cloud pooling by a voxel-based sampling technique so that millions of points can be processed in several milliseconds. The proposed MSF method achieves not only better efficiency than other multi-frame detectors but also leading accuracy, with 83.12% and 78.30% mAP on the LEVEL1 and LEVEL2 test sets of Waymo Open Dataset, respectively. Codes can be found at \url{https://github.com/skyhehe123/MSF}.

📄 PDF Abstract BibTeX arXiv:2303.08316

Code (1)

skyhehe123/msf 공식 구현 pytorch

Tasks

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Predict to Detect: Prediction-guided 3D Object Detection using Sequential Images

2023-06-14 · ICCV 2023 1 · Sanmin Kim, Youngseok Kim, In-Jae Lee, Dongsuk Kum

Recent camera-based 3D object detection methods have introduced sequential frames to improve the detection performance hoping that multiple frames would mitigate the large depth estimation error. Despite improved detecti…

3D Object DetectionAutonomous DrivingDepth EstimationObject+2

Flow Guided Recurrent Neural Encoder for Video Salient Object Detection

2018-06-01 · CVPR 2018 6 · Guanbin Li, Yuan Xie, Tianhao Wei, Keze Wang 외

Image saliency detection has recently witnessed significant progress due to deep convolutional neural networks. However, extending state-of-the-art saliency detectors from image to video is challenging. The performance o…

Objectobject-detectionObject DetectionOptical Flow Estimation+4

Motion Guided Attention Fusion to Recognize Interactions from Videos

2021-04-01 · ICCV 2021 10 · Tae Soo Kim, Jonathan Jones, Gregory D. Hager

We present a dual-pathway approach for recognizing fine-grained interactions from videos. We build on the success of prior dual-stream approaches, but make a distinction between the static and dynamic representations of …

Action Recognitionobject-detectionObject Detection

TransFlow: Motion Knowledge Transfer from Video Diffusion Models to Video Salient Object Detection

2025-07-26 · Suhwan Cho, Minhyeok Lee, Jungho Lee, Sunghun Yang 외 arxiv

Video salient object detection (SOD) relies on motion cues to distinguish salient objects from backgrounds, but training such models is limited by scarce video datasets compared to abundant image datasets. Existing appro…

Video Salient Object Detection

MVFuseNet: Improving End-to-End Object Detection and Motion Forecasting through Multi-View Fusion of LiDAR Data

2021-04-21 · Ankit Laddha, Shivam Gautam, Stefan Palombo, Shreyash Pandey 외

In this work, we propose \textit{MVFuseNet}, a novel end-to-end method for joint object detection and motion forecasting from a temporal sequence of LiDAR data. Most existing methods operate in a single view by projectin…

Motion Forecastingobject-detectionObject Detection