English

ReLook: Vision-Grounded RL with a Multimodal LLM Critic for Agentic Web Coding

Machine Learning 2025-10-14 v1 Computation and Language

Abstract

While Large Language Models (LLMs) excel at algorithmic code generation, they struggle with front-end development, where correctness is judged on rendered pixels and interaction. We present ReLook, an agentic, vision-grounded reinforcement learning framework that empowers an agent to close a robust generate--diagnose--refine loop by invoking a multimodal LLM (MLLM) as a tool. During training, the agent uses the MLLM-in-the-loop both as a visual critic--scoring code with screenshots--and as a source of actionable, vision-grounded feedback; a strict zero-reward rule for invalid renders anchors renderability and prevents reward hacking. To prevent behavioral collapse, we introduce Forced Optimization, a strict acceptance rule that admits only improving revisions, yielding monotonically better trajectories. At inference, we decouple the critic and run a lightweight, critic-free self-edit cycle, keeping latency comparable to base decoding while retaining most of the gains. Across three widely used benchmarks, ReLook consistently outperforms strong baselines in vision-grounded front-end code generation, highlighting the benefits of agentic perception, visual rewards, and training-inference decoupling.

Keywords

Cite

@article{arxiv.2510.11498,
  title  = {ReLook: Vision-Grounded RL with a Multimodal LLM Critic for Agentic Web Coding},
  author = {Yuhang Li and Chenchen Zhang and Ruilin Lv and Ao Liu and Ken Deng and Yuanxing Zhang and Jiaheng Liu and Wiggin Zhou and Bo Zhou},
  journal= {arXiv preprint arXiv:2510.11498},
  year   = {2025}
}
R2 v1 2026-07-01T06:34:11.781Z