Temporal Aggregation
Each WayObject Costmap is encoded as a 1024-dimensional embedding. Instead of sending only the current embedding to the controller, the system aggregates a six-frame window and predicts the next waypoint rollout from that temporally smoothed representation.
Convert each costmap frame into an ObjectReact embedding.
Fuse recent embeddings with EMA, GRU, gated GRU, or soft fusion.
Use the original waypoint head to predict a 10-step local trajectory.