Why Does ACT's Temporal Integration Weight Past... | AIFITLAB Community Forum

Why Does ACT's Temporal Integration Weight Past Actions More Heavily Than Current Ones (w_i = exp(-m * i))?


  • Recently, while studying the temporal integration part in the ACT paper, I have a question: The paper states that the weight for past predicted actions is calculated as w_i = exp(-m * i). Why does this formulation give higher weights to past predicted actions compared to current ones?



  • Early-stage motion predictions exhibit higher accuracy, while later stages accumulate errors through recursive deviation. For instance, Time Step 1 may achieve 95% precision, but by Time Step 100, residual errors compound exponentially. Overweighting these error-prone later predictions exacerbates divergence.


Please login to reply to this topic!