首页 > AI前沿 > Temporal Gradient Inversion for Private Trajectory Reconstruction in Embodied Reinforcement Learning

Temporal Gradient Inversion for Private Trajectory Reconstruction in Embodied Reinforcement Learning

arXiv机器学习 2026-09-25 01:59 5 阅读 查看原文

Distributed learning in embodied reinforcement-learning agents offers a degree of privacy by retaining raw sensor data on-device and transmitting only policy gradients to the server.

Yet temporal structure can amplify this leakage beyond single-frame attacks.

We introduce Temporal Reconstruction Attack on Consecutive Encodings (TRACE)

We introduce Temporal Reconstruction Attack on Consecutive Encodings (TRACE), an amortized temporal gradient-inversion attack that autoregressively reconstructs the sequence of private observation-action trajectories from per-step policy-learning gradients.

The attack exploits two structural signals ignored by prior single-frame methods:

  • (i) cross-time correlation between successive embodied gradients, which we formalize via a conditional mutual-information bound,
  • (ii) closed-form action recovery from policy-head gradient structure, which we prove exact when standard entropy regularization is sufficiently small.

On held-out embodied scenes, TRACE reaches $18.8$ dB PSNR with near-perfect action recovery at $3$-$4.5$ ms per reconstructed frame, dominating the learning-based baseline across all reconstruction metrics and exceeding optimization attacks while running orders of magnitude faster.

Further evaluation demonstrates TRACE's broader applicability

Further evaluation demonstrates TRACE's broader applicability across recurrent, residual, and compact transformer victim architectures, multi-modal inputs, and larger discrete action spaces.

Defense experiments suggest that protecting temporal gradient streams may require sequence-aware privacy mechanisms

Defense experiments suggest that protecting temporal gradient streams may require sequence-aware privacy mechanisms.