paper-with-me

Papers

VILA$^2$: VILA Augmented VILA

2024-07-24 · Yunhao Fang, Ligeng Zhu, Yao Lu, Yan Wang, Pavlo Molchanov, Jan Kautz, Jang Hyun Cho, Marco Pavone, Song Han, Hongxu Yin

While visual language model architectures and training infrastructures advance rapidly, data curation remains under-explored where quantity and quality become a bottleneck. Existing work either crawls extra Internet data with a loose guarantee of quality or distills from black-box proprietary models, e.g., GPT-4V / Gemini that are API frequency and performance bounded. This work enables a VLM to improve itself via data enhancement, exploiting its generative nature. We introduce a simple yet effective VLM augmentation scheme that includes a self-augment step and a specialist-augment step to iteratively improve data quality and hence, model performance. In the self-augment step, the instruction-finetuned VLM recaptions its pretraining caption datasets and then retrains from scratch leveraging refined data. Without any expensive human-in-the-loop annotation, we observe improvements in data quality and downstream accuracy boosts with three self-augmentation rounds -- a viable free lunch to the current VLM training recipe. When self-augmentation saturates, we augment the caption diversity by leveraging specialty skills picked up from instruction finetuning. We finetune VLM specialists from the self-augmented VLM with domain-specific experts, including spatial, grounding, and OCR, to fuse task-aware synthetic data into the pretraining stage. Data quality improvements and hallucination reductions are cross-checked by VLM (GPT-4V, Gemini) and human judges. Combining self-augmentation and specialist-augmented training, VILA$^2$ consistently improves the accuracy on a wide range of benchmarks over the prior art, producing a reusable pretraining dataset that is 300x more cost-efficient than human labeling.

📄 PDF Abstract BibTeX arXiv:2407.17453

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationOptical Character Recognition (OCR)Visual Question Answering

Similar Papers 제목 키워드 기반

Normal and Abnormal Pathology Knowledge-Augmented Vision-Language Model for Anomaly Detection in Pathology Images

2025-08-21 · Jinsol Song, Jiamu Wang, Anh Tien Nguyen, Keunho Byeon 외 arxiv

Anomaly detection in computational pathology aims to identify rare and scarce anomalies where disease-related data are often limited or missing. Existing anomaly detection methods, primarily designed for industrial setti…

Anomaly Detection

ViLA: Efficient Video-Language Alignment for Video Question Answering

2023-12-13 · Xijun Wang, Junbang Liang, Chun-Kai Wang, Kenan Deng 외

In this work, we propose an efficient Video-Language Alignment (ViLA) network. Our ViLA model addresses both efficient frame sampling and effective cross-modal alignment in a unified way. In our ViLA network, we design a…

cross-modal alignmentLanguage ModelingLanguage ModellingQuestion Answering+3

NVILA: Efficient Frontier Visual Language Models

2024-12-05 · CVPR 2025 1 · Zhijian Liu, Ligeng Zhu, Baifeng Shi, Zhuoyang Zhang 외

Visual language models (VLMs) have made significant advances in accuracy in recent years. However, their efficiency has received much less attention. This paper introduces NVILA, a family of open VLMs designed to optimiz…

Video Question Answering

Vision-Language Interpreter for Robot Task Planning

2023-11-02 · Keisuke Shirai, Cristian C. Beltran-Hernandez, Masashi Hamaya, Atsushi Hashimoto 외

Large language models (LLMs) are accelerating the development of language-guided robot planners. Meanwhile, symbolic planners offer the advantage of interpretability. This paper proposes a new task that bridges these two…

Robot Task PlanningTask Planningvalid

X-VILA: Cross-Modality Alignment for Large Language Model

2024-05-29 · Hanrong Ye, De-An Huang, Yao Lu, Zhiding Yu 외

We introduce X-VILA, an omni-modality model designed to extend the capabilities of large language models (LLMs) by incorporating image, video, and audio modalities. By aligning modality-specific encoders with LLM inputs …

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language Model