Self-Training Large Language Models for Improved Visual Program Synthesis with Visual Reinforcement

Abstract

Visual program synthesis is a promising approach to exploit the reasoning abilities of large language models for compositional computer vision tasks. Previous work has used few-shot prompting with frozen LLMs to synthesize visual programs. Training an LLM to write better visual programs is an attractive prospect but it is unclear how to accomplish this. No dataset of visual programs for training exists and acquisition of a visual program dataset cannot be easily crowdsourced due to the need for expert annotators. To get around the lack of direct supervision we explore improving the program synthesis abilities of an LLM using feedback from interactive experience. We propose a method where we exploit existing annotations for a vision-language task to improvise a coarse reward signal for that task treat the LLM as a policy and apply reinforced self-training to improve the visual program synthesis ability of the LLM for that task. We describe a series of experiments on object detection compositional visual question answering and image-text retrieval and show that in each case the self-trained LLM outperforms or performs on par with few-shot frozen LLMs that are an order of magnitude larger. Website: https://zaidkhan.me/ViReP

Cite

Text

Khan et al. "Self-Training Large Language Models for Improved Visual Program Synthesis with Visual Reinforcement." Conference on Computer Vision and Pattern Recognition, 2024. doi:10.1109/CVPR52733.2024.01360

Markdown

[Khan et al. "Self-Training Large Language Models for Improved Visual Program Synthesis with Visual Reinforcement." Conference on Computer Vision and Pattern Recognition, 2024.](https://mlanthology.org/cvpr/2024/khan2024cvpr-selftraining/) doi:10.1109/CVPR52733.2024.01360

BibTeX

@inproceedings{khan2024cvpr-selftraining,
  title     = {{Self-Training Large Language Models for Improved Visual Program Synthesis with Visual Reinforcement}},
  author    = {Khan, Zaid and Bg, Vijay Kumar and Schulter, Samuel and Fu, Yun and Chandraker, Manmohan},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2024},
  pages     = {14344-14353},
  doi       = {10.1109/CVPR52733.2024.01360},
  url       = {https://mlanthology.org/cvpr/2024/khan2024cvpr-selftraining/}
}