Rheos: Modelling Continuous Motion Dynamics in Hierarchical 3D Scene Graphs
arXiv cs.RO / 2026/3/24
💬 オピニオンDeveloper Stack & InfrastructureIdeas & Deep AnalysisModels & Research
要点
- Rheos is a framework for modeling continuous directional motion dynamics by adding a dedicated dynamics layer to hierarchical 3D scene graphs (3DSGs), improving how dynamic behavior is represented beyond per-agent tracking.
- Each dynamics node uses a semi-wrapped Gaussian mixture model to capture multimodal motion flows as a probabilistic distribution with explicit uncertainty, addressing shortcomings of prior discrete histogram-based MoDs.
- The method supports online operation with bounded-memory reservoir sampling for observation buffers and parallel per-node updates, making updates scalable in practice.
- A Bayesian Information Criterion (BIC)-based sweep automatically selects the number of mixture components, cutting mixture initialization cost from quadratic to linear in the number of samples.
- In simulated pedestrian environments at four spatial resolutions, Rheos outperforms a discrete baseline on both continuous and unfavorable discrete evaluation metrics, and the implementation is released as open source.
