paper-with-me

Papers

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

2024-04-06 · CVPR 2024 1 · Zaid Khan, Vijay Kumar BG, Samuel Schulter, Yun Fu, Manmohan Chandraker

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

📄 PDF Abstract BibTeX arXiv:2404.04627

Code (0)

등록된 구현이 없습니다.

Tasks

Image-text Retrievalobject-detectionObject DetectionProgram SynthesisQuestion AnsweringText RetrievalVisual Question Answering

Similar Papers 제목 키워드 기반

A Visual Interpretation-Based Self-Improved Classification System Using Virtual Adversarial Training

2023-09-03 · Shuai Jiang, Sayaka Kamei, Chen Li, Shengzhe Hou 외

The successful application of large pre-trained models such as BERT in natural language processing has attracted more attention from researchers. Since the BERT typically acts as an end-to-end black box, classification s…

ClassificationSentiment AnalysisSentiment Classification

Improved Visual Grounding through Self-Consistent Explanations

2023-12-07 · CVPR 2024 1 · Ruozhen He, Paola Cascante-Bonilla, Ziyan Yang, Alexander C. Berg 외

Vision-and-language models trained to match images with text can be combined with visual explanation methods to point to the locations of specific objects in an image. Our work shows that the localization --"grounding"--…

Language ModellingLarge Language ModelVisual Grounding

OpenVLThinker: An Early Exploration to Complex Vision-Language Reasoning via Iterative Self-Improvement

2025-03-21 · Yihe Deng, Hritik Bansal, Fan Yin, Nanyun Peng 외

Recent advancements demonstrated by DeepSeek-R1 have shown that complex reasoning abilities in large language models (LLMs), including sophisticated behaviors such as self-verification and self-correction, can be achieve…

Multimodal ReasoningReinforcement Learning (RL)

Investigating and Enhancing Vision-Audio Capability in Omnimodal Large Language Models

2025-02-27 · Rui Hu, Delai Qiu, Shuyu Wei, Jiaming Zhang 외

Omnimodal Large Language Models (OLLMs) have shown significant progress in integrating vision and text, but still struggle with integrating vision and audio, often exhibiting suboptimal performance when processing audio …

Knowledge DistillationSelf-Knowledge Distillation

STAR: Stage-Wise Attention-Guided Token Reduction for Efficient Large Vision-Language Models Inference

2025-05-18 · Yichen Guo, Hanze Li, Zonghao Zhang, Jinhao You 외

Although large vision-language models (LVLMs) leverage rich visual token representations to achieve strong performance on multimodal tasks, these tokens also introduce significant computational overhead during inference.…

Token Reduction