Response to Reviewer YGEs
Thanks for your valuable comments. Detailed responses are as below.
> W1: The evaluation of the UniHSI method would benefit from more ablations on the design choices and comparison to more SOTA baselines.
Thanks for your suggestions. We ablated the key designs (i.e. unified architecture) with baseline implementations (see Tab. 3), and technical designs (i.e. Adaptive Weights, Heightmap, LLM choice, see Tab. 2 and Tab. 4). For other settings like loss, motion datasets, we follow the convention of previous methods (AMP [Peng et al. 2022], InterPhys [Hassan et al. 2023]), so we do not further ablate these choices.
> W2: The proposed new method (UniHSI) is only evaluated on the proposed new dataset.
To the best of our knowledge, we are the first method that supports arbitrary horizon interactions with language commands as input. There are few methods or datasets for exact comparison. We propose the new dataset for evaluation purposes. We will release the dataset later to support further comparison. Additionally, we compare our method with previous approaches on traditional tasks (Tab. 3).
> W3: The Sceneplan dataset was automatically generated by LLM, which may lower the dataset quality.
We have done post-processing to filter out failure plans (i.e., out-of-distribution plans that move objects) of the ScenePlan dataset. All plans are deemed reasonable for execution. As for the generated plan quality, we have conducted ablations on the effect of choices of LLMs (see Tab. 4).
> W4: Most sentences in the paper are hard to parse, mostly because of over-complicated words (see Questions). This can be fixed in a (major) revision.
Thank you for your feedback. We have revised the paper and will keep polishing the language.
> W5: The reference section is inconsistent: Six different spellings for CVPR; Harvey 2020 misses where it was published; Zhang 2022a misses the arxiv identifier; in Tevet 2023 ICLR should not be referenced to as only "ICLR, 2023". This can be fixed in a revision.
We appreciate your attention to detail. The references have been revised to follow a consistent format sourced from Google Scholar.
> W6: The paper may be more applicable to computer vision conferences.
We believe ICLR is an inclusive conference welcoming submissions from all areas of machine learning. Our topic is applicable to the "applications to robotics, autonomy, planning" track.
> Q1: In Table 3, is there no other SOTA method that allows combinations of Sit, Lie Down, and Reach (other than the AMP vanilla baseline)
To our knowledge, InterPhys [Hassan et al. 2023] is the most recently published work in this field, but without open-source code.
> Q2: "The initial effort involves the uniform ...". What do you mean by uniform throughout the text?
Here "uniform" means different interactions can be defined in the same way.
> Q3: "To facilitate the unified execution, we devise the TaskParser as the core of the Unified Controller." -> Please use simpler language.
We revised it to "We design the TaskParser to support the unified execution. It serves as the core of the Unified Controller."
> Q4: In how far is the discriminator D adversarial and what effect does this have?
The discriminator plays a crucial role. Its adversarial nature contributes to learning the style from the motion datasets.
> Q5: In Equation 7, instead of using exp to ensure positivity, you could consider using Softplus, which is sometimes more numerically stable.
As our goal is not only to ensure positivity but also to constrain the output value within the range of [0,1], we believe using exp remains a better choice in this context.
> Q6: Please analyze the dataset quality in more detail.
As responded in W3, we apply post-processing to filter out failure cases to ensure the quality of plans in the ScenePlan dataset. All plans are deemed reasonable for execution.
> Q7: Please add the Limitations from the Appendix to the main paper.
We will merge the limitations from the Appendix into the main paper, and provide a more comprehensive discussion in the final version.
> Q8: It would be an option to split the dataset from the method. This way, you could focus more on either of them. E.g., a big multi-round dataset with high quality would be a great contribution.
Thank you for the suggestion. The initial motivation was to develop the dataset for a comprehensive evaluation of the new method. We will explore a more rigorous and high-quality multi-round dataset in future work.