4DSegStreamer: Streaming 4D Panoptic Segmentation via Dual Threads
Ling Liu, Jun Tian, Li Yi
TL;DR
This work tackles real-time streaming 4D panoptic segmentation in dynamic environments where latency must be minimized. It proposes 4DSegStreamer, a dual-thread framework that couples a predictive memory thread with an inference thread to maintain spatial-temporal memories and support fast, memory-guided predictions for incoming frames. Key contributions include a memory update mechanism with ego-pose forecasting and dynamic object alignment, plus an inverse forward flow iteration strategy for efficient memory querying. Extensive experiments on SemanticKITTI, nuScenes, and HOI4D demonstrate substantial accuracy-latency gains and robust performance under high FPS, showing strong generalization across outdoor and indoor scenes. The approach enables real-time, fine-grained perception suitable for autonomous driving and robotics, by richly integrating memory-based reasoning with fast inference paths.
Abstract
4D panoptic segmentation in a streaming setting is critical for highly dynamic environments, such as evacuating dense crowds and autonomous driving in complex scenarios, where real-time, fine-grained perception within a constrained time budget is essential. In this paper, we introduce 4DSegStreamer, a novel framework that employs a Dual-Thread System to efficiently process streaming frames. The framework is general and can be seamlessly integrated into existing 3D and 4D segmentation methods to enable real-time capability. It also demonstrates superior robustness compared to existing streaming perception approaches, particularly under high FPS conditions. The system consists of a predictive thread and an inference thread. The predictive thread leverages historical motion and geometric information to extract features and forecast future dynamics. The inference thread ensures timely prediction for incoming frames by aligning with the latest memory and compensating for ego-motion and dynamic object movements. We evaluate 4DSegStreamer on the indoor HOI4D dataset and the outdoor SemanticKITTI and nuScenes datasets. Comprehensive experiments demonstrate the effectiveness of our approach, particularly in accurately predicting dynamic objects in complex scenes.
