Fragility to small perturbations
The first deployment surprise is that these models are not robust to inputs barely different from the ones they handle well.
The VITA lab has a research line on analysing and robustifying trajectory prediction models, and the general finding across this literature is uncomfortable: small, carefully chosen perturbations to an observed trajectory can produce large changes in the prediction.
The mechanism is the standard adversarial one. These are learned functions in high-dimensional input spaces, and such functions generally have directions of high sensitivity that no ordinary test set explores.
What makes it operationally serious here is that an adversary is not required. Real perception is noisy. Detections jitter by a few centimetres between frames. A tracker occasionally swaps identities between nearby people. Occlusions produce gaps that must be interpolated.
So the perturbations that adversarial analysis constructs deliberately are approximated by ordinary sensor noise accidentally. A model whose predictions swing under small input changes will behave erratically in deployment even with nobody attacking it, and benchmark evaluation on clean curated positions never reveals this.

