Summary
This paper demonstrates a novel way to utilize existing large-scale text-to-image models for robot learning. Specifically, they modify existing pre-trained text-to-image models to produce visual goals for example-based reinforcement learning, before learning policies from the generated images. Experimentation in both simulation and the real world shows that the proposed modifications to pre-trained text-to-image models are able to generate higher-fidelity images than the baselines, and that this also leads to gains in downstream performance.
Strengths
- Well-written. The paper is well-written, and the figures aid in the understanding of the methodology.
- Novelty. The proposed approach seems to be a novel one which builds on ideas from the literature.
- Real world experiments. The inclusion of real world experiments for both the image goal generation and the RL training make the strength of the proposed approach a lot more convincing than otherwise.
- Strong results. The proposed approach outperforms baselines from prior work as well as the ablations. The qualitative results provided in Figures 4 and 5 display impressive performance of the model.
Weaknesses
- Evaluation. While both qualitative and quantitative metrics for image goal generation are included, the worry is that the qualitative examples may be cherry-picked and that the user-study done for a quantitative assessment may not be extensive enough. Would it be possible to use the standard metrics which conditional image generation papers utilize to quantitatively evaluate the proposed approach? For instance, once the ideal goal image has been generated, could the output of the proposed method be compared to using either MSE or LPIPS [1]? Furthermore, would it be possible to provide more qualitative examples? There are about three more examples per task in the appendix, but these all seem to be very similar to one another and limited in diversity. Particularly, more visualizations of the real world images would be appealing as this setting is much harder than the simulated images.
- Prompt tuning. Ideally, at test-time, you are just given the current image, and a text-based goal prompt, nothing else. Line 296 says that "a certain level of prompt tuning is needed in order to achieve optimal editing performance." How much prompt tuning was done for the method? Was the same done for the baselines?
[1] Richard Zhang, Phillip Isola, Alexei A Efros, Eli Shechtman, and Oliver Wang. The unreasonable effectiveness of deep features as a perceptual metric. In IEEE Conf. Comput. Vis. Pattern Recog., 2018.
Questions
- Qualitative Results. While the language instructions for Imagic and the proposed method are the same, ensuring a fair comparison, why are they different for InstructPix2Pix? Furthermore, why is the ablation only done for Figure 5, and not for Figure 4?
- RL Experiments. Were all hyper-parameters in the RL training the same across methods? In Figure 7, the number of trajectory steps seems to vary across tasks -- why is this the case? Are the trends different if more trajectory steps were allowed?
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, ethical considerations.
Confidence
3: You are fairly confident in your assessment. It is possible that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.
Limitations
Yes, the authors have adequately addressed the limitations of the work.