Leveraging Human Revisions for Improving Text-to-Layout Models
Amber Xie, Chin-Yi Cheng, Forrest Huang, Yang Li
TL;DR
This work targets misalignment in text-to-layout generation by leveraging detailed human revisions. It introduces Revision-Aware Reward Models (RARE) that learn from full revision sequences collected via a Figma plugin, and uses RLHF to fine-tune a text-conditioned layout model (PLay) toward designer preferences. The approach, including Chamfer-distance and Keystroke variants, yields stronger alignment and more modern layouts than supervised finetuning or preference-based RLHF, demonstrating the value of richer human feedback. The findings suggest broader applicability of revision-based rewards for aligning generative models with human values across structured output domains.
Abstract
Learning from human feedback has shown success in aligning large, pretrained models with human values. Prior works have mostly focused on learning from high-level labels, such as preferences between pairs of model outputs. On the other hand, many domains could benefit from more involved, detailed feedback, such as revisions, explanations, and reasoning of human users. Our work proposes using nuanced feedback through the form of human revisions for stronger alignment. In this paper, we ask expert designers to fix layouts generated from a generative layout model that is pretrained on a large-scale dataset of mobile screens. Then, we train a reward model based on how human designers revise these generated layouts. With the learned reward model, we optimize our model with reinforcement learning from human feedback (RLHF). Our method, Revision-Aware Reward Models ($\method$), allows a generative text-to-layout model to produce more modern, designer-aligned layouts, showing the potential for utilizing human revisions and stronger forms of feedback in improving generative models.
