Experimental Results
We conduct extensive experiments on RoboCasa and ManiSkill datasets. We evaluate the performance through success rate, as defined by each environment of datasets.
Comparisons on RoboCasa Dataset
We evaluate on the MimicGen dataset in RoboCasa. The results show that our method significantly enhances performance, achieving average success rate of 59% compared to 53% of the previous best LipVQ-VAE. Moreover, incorporating hierarchical clustering and spatiotemporal reconstruction increases the overall effectiveness of our method, demonstrated by a 14.8% performance gap between our method HiST-AT and the lowest performing MLP. Overall, HiST-AT outperforms prior action tokenizers, including FAST which further has language inputs and is fine-tuned on one million action samples.
Comparisons on RoboCasa Dataset. Bold denote the best results.
Comparisons on ManiSkill Dataset
To examine generalization beyond ICIL, we modify the cVAE-based encoder in ACT with different action tokenizers, including our HiST-AT. Also, following LipVQ-VAE, we add a depth channel and train MCR jointly with the policy head. The results show that HiST-AT achieves the best overall performance, surpassing the prior best LipVQ-VAE by 5.3%. While previous approaches such as ACT and LipVQ-VAE attempt to address action smoothness, their limitations in modeling hierarchical structure and temporal consistency restrict their performance, whereas HiST-AT effectively captures both, leading to notable improvements.
Comparisons on ManiSkill Dataset. Bold denote the best result.
Result on Cross-dataset.
We evaluate transfer from the MimicGen dataset to the Human dataset in RoboCasa, containing sparser and less structured object arrangements. The results in table show that ICRT based methods demonstrate stronger robustness as compared to BC-Transformer. Even with an MLP action tokenizer, the ICRT framework surpasses BC-Transformer. More importantly, our HiST-AT further improves cross-dataset performance, outperforming the second best LipVQ-VAE by 10% on average, highlighting the benefit of hierarchical clustering and spatiotemporal reconstruction in capturing transferable action representations.
Comparisons on Cross-dataset. Bold denote the best results.
Comparisons on Zero-Shot Results
To further evaluate generalization to unseen data, we perform zero-shot experiments by training on a subset of tasks and testing on another, following the split in RoboCasa. The results in table show that ICRT-based methods outperform other approaches like BC-Transformer. Moreover, our HiST-AT performs the best, surpassing the second best LipVQ-VAE by 6.2% on average, demonstrating stronger generalization to unseen action sequences.
Comparisons on Zero-Shot Results. Bold denote the best results.
Ablation results on Model Components
We analyze the contribution of each component in our method on Robocasa in table. Starting from the baseline LipVQ-VAE, adding hierarchical clustering improves success rates significantly, highlighting the benefit of modeling structured action hierarchies, while integrating spatiotemporal reconstruction instead yields smaller gains. Incorporating both components in our HiST-AT performs the best, achieving 6% average performance increase compared to the baseline. These results demonstrate that hierarchical clustering and spatiotemporal reconstruction provide complementary gains, yielding superior performance over the baseline.
Model Components ablation. Bold denote the best results.
Ablation results on Impact of Codebook Sizes
We investigate the effect of the sizes of the codebooks Z and A, i.e., (αK,K) respectively, on ManiSkill. As shown in the Impact of Codebook Sizes graph, increasing from (32,16) to (64,16) improves overall performance, indicating that a larger number of subaction clusters helps capture fine-grained action dynamics. However, further increasing to (64,32) does not provide additional gains, suggesting redundancy in representation. Overall, (64,16) offers the best tradeoff between capturing high-level structures and detailed action variations, and is used in all of our experiments.
Ablation results on Impact of λtemp
We analyze the effect of the temporal reconstruction weight λtemp on ManiSkill by varying its value in the range [0.002, 2], as shown in the graph. The results indicate that moderate temporal supervision is most effective, i.e., λtemp = 0.02 achieves the strongest overall performance. Larger weights lead to a decline in performance, suggesting that excessive emphasis on timestamp prediction can hinder the learning of action representations. Overall, the results show that a balanced temporal reconstruction weight is crucial for capturing action dynamics without overwhelming the primary learning objective, and we set λtemp = 0.02 for all of our experiments