Enhancing Vietnamese VQA through Curriculum Learning on Raw and Augmented Text Representations
Khoi Anh Nguyen, Linh Yen Vu, Thang Dinh Duong, Thuan Nguyen Duong, Huy Thanh Nguyen, Vinh Quang Dinh
TL;DR
This work tackles Vietnamese VQA under high linguistic variability and limited data by integrating paraphrase-based text augmentation with a dynamic curriculum that blends easy (augmented) and hard (raw) samples. A lightweight dual-stream VQA backbone processes both text and image features, while two training branches enable cross-training with augmented questions. The method demonstrates consistent CIDEr gains on OpenViVQA and mixed improvements on ViVQA, with ablations highlighting the importance of scheduler choice, paraphrase count, and backbone compatibility. The approach offers a practical path toward robust, language-specific VQA in low-resource settings and suggests avenues for extending curriculum-based augmentation to other languages and modalities.
Abstract
Visual Question Answering (VQA) is a multimodal task requiring reasoning across textual and visual inputs, which becomes particularly challenging in low-resource languages like Vietnamese due to linguistic variability and the lack of high-quality datasets. Traditional methods often rely heavily on extensive annotated datasets, computationally expensive pipelines, and large pre-trained models, specifically in the domain of Vietnamese VQA, limiting their applicability in such scenarios. To address these limitations, we propose a training framework that combines a paraphrase-based feature augmentation module with a dynamic curriculum learning strategy. Explicitly, augmented samples are considered "easy" while raw samples are regarded as "hard". The framework then utilizes a mechanism that dynamically adjusts the ratio of easy to hard samples during training, progressively modifying the same dataset to increase its difficulty level. By enabling gradual adaptation to task complexity, this approach helps the Vietnamese VQA model generalize well, thus improving overall performance. Experimental results show consistent improvements on the OpenViVQA dataset and mixed outcomes on the ViVQA dataset, highlighting both the potential and challenges of our approach in advancing VQA for Vietnamese language.
