Nearest-Neighbor Retrieval for Indigenous Image Captioning

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Emerging Technologies & Innovation · Depth: Expert, quick

Summary

NAIST's submission to the AmericasNLP 2026 Shared Task on Indigenous Language Image Captioning investigated two distinct approaches for generating captions in Bribri, Guaraní, Nahuatl, Wixárika, and Yucatec Maya. The first method employed a nearest-neighbor retrieval system, utilizing CLIP image embeddings to find the most similar image from a development set and directly reusing its caption. The second was a generation pipeline integrating scene analysis, dictionary-grounded lexical planning, retrieved gloss templates, and interlinear gloss representations for low-resource settings. The retrieval-based approach significantly outperformed the gloss-based pipeline in chrF++ evaluation, securing first-place automated system rankings for Bribri and Wixárika, and third place for Nahuatl. The gloss-based pipeline yielded weaker results, highlighting issues with dictionary coverage and grammatical instability.

Key takeaway

For NLP Engineers developing image captioning systems for low-resource indigenous languages, prioritize nearest-neighbor retrieval methods. Your initial efforts should focus on curating high-quality image-caption pairs, as this approach, leveraging CLIP embeddings, significantly outperforms complex generation pipelines. This strategy provides a robust baseline, potentially achieving top performance for languages like Bribri and Wixárika, while mitigating issues seen with dictionary coverage and grammatical stability in generative models.

Key insights

Nearest-neighbor retrieval using CLIP image embeddings offers a strong baseline for low-resource indigenous language image captioning.

Principles

Method

The nearest-neighbor retrieval system uses CLIP image embeddings to identify the most similar image from a development set, directly reusing its associated caption for generation.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

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