Culturally Grounded Image Captioning in Indigenous Languages with Vision-Language Models: Cascaded and Single-Stage Approaches

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing, Computer Vision · Depth: Expert, quick

Summary

The AmericasNLP 2026 shared task submission explores culturally grounded image captioning for under-resourced Indigenous languages, specifically Bribri, Guaraní, Yucatec Maya, Wixárika, and Orizaba Nahuatl. The research evaluates two architectural paradigms: a cascaded system and a single-stage approach. The cascaded system integrates a large vision-language model with a machine translation pipeline, demonstrating that culturally contextualized, persona-based prompting enhances performance over the official baseline in most comparable settings. The single-stage approach adapts PaliGemma 2 through LoRA fine-tuning, continued pre-training, and multilingual joint training. While relying on synthetic data and facing domain mismatch, multilingual training and continued pre-training improved automatic chrF++ scores compared to single-language LoRA fine-tuning in some scenarios. Currently, cascaded pipelines offer the strongest performance given existing data constraints, though single-stage models show promise for direct Indigenous-language image captioning despite their data limitations.

Key takeaway

For NLP Engineers developing solutions for under-resourced Indigenous languages, you should prioritize cascaded vision-language model architectures combined with machine translation pipelines. This approach, especially when incorporating culturally contextualized, persona-based prompting, currently yields stronger results than direct single-stage models like fine-tuned PaliGemma 2, given severe data scarcity. While single-stage methods are promising, their current reliance on synthetic data and domain mismatch means you should view them as a longer-term research path rather than an immediate deployment strategy.

Key insights

Culturally grounded image captioning for under-resourced Indigenous languages benefits most from cascaded VLMs with MT, though direct single-stage models show future promise.

Principles

Method

The cascaded method combines a VLM with a machine translation pipeline, using persona-based prompting. The single-stage method adapts PaliGemma 2 via LoRA fine-tuning, continued pre-training, and multilingual joint training.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.