Summary
This paper introduces a hierarchical architecture named DTAMP to solve sequential decision-making problems. Specifically, the high-level part of the architecture is realized by a diffusion model to decompose the long-term goal into several short-term milestones. Then, the low-level part makes basic decisions at fixed intervals until the milestone is reached, and the policy is trained by goal-conditioned imitation learning. The results show that the proposed approach can achieve state-of-the-art performance on D4RL and CALVIN benchmarks.
Strengths
1. The method combines the diffusion model with hierarchical reinforcement learning, which can achieve state-of-the-art performance on multiple benchmarks.
2. The intermediate latent goals, i.e., milestones obtained by the proposed approach, can be represented not only by traditional discrete labels but also by images, as shown in Figure 4.
Weaknesses
1. The biggest concern would be that the training process is not clearly explained. The authors do not state whether they trained the diffusion model and imitation learning separately or synchronously. If they're trained separately, how to obtain the labeled data of milestones? The authors should supplement enough information.
2. In Table I, the target interval value denotes the target temporal distance between milestones, which is set to be relatively smaller than the maximum value. Then, there is no restriction on the target interval value when the ratio is 1.0, which should be the same as in the unconditioned experiment. The authors should make a further clarification on the increased timesteps when the ratio is 1.0.
3. The structural relationship of Figure 1. is quite confusing. According to my understanding, the diffuser (as shown in the right subfigure) should be performed first, and then the actor and critic (as shown in the left subfigure) should be performed to obtain the trajectory. It is recommended to arrange the subfigures from left to right and establish the relationship between the two sub-figures.
4. There are some minor mistakes in this paper, such as typos in Line 122, 176, and 'inference time' in Figure 3.
Questions
1. The authors state that the trained actor is limited in inferring a suitable action for a distant goal if the offline data does not contain a trajectory connecting the current state and the goal state at the end of Section 3.1. Then, when the amount of data decreases, will the performance of the proposed approach decrease significantly?
2. In this paper, the number of planned intervals K is a fixed value. Will different values of K have a significant impact on performance, and is there a situation where the milestone cannot be reached after K intervals?
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.