Toward Vision-Language Assistants for Radio Astronomical Source Analysis
S. Riggi
TL;DR
The paper investigates whether small to mid-sized vision-language models can serve as domain-specific assistants for radio astronomical image analysis. It benchmarks open-weight VLMs and GPT-4.1 in zero-shot settings and introduces radio-llava, a LLaVA-based assistant fine-tuned on radio-domain Q&A and caption data with a frozen vision encoder. Results show GPT-4.1 performs well in some zero-shot tasks but is outperformed by domain-tuned VLMs and, in many cases, by vision-only models specialized to radio data. However, deeper fine-tuning triggers catastrophic forgetting on general multimodal tasks, highlighting a trade-off between specialization and generalization and pointing to data diversity and strategies like LoRA to mitigate these effects.
Abstract
Vision-language models (VLMs) have recently shown promise in general-purpose reasoning tasks, yet their applicability to domain-specific scientific workflows remains largely unexplored. In this work, we evaluated a series of open-weight and commercial VLMs on six tasks relevant to radio astronomy, such as source morphology classification. We also introduced radio-llava, a fine-tuned multimodal assistant built on the LLaVA architecture and adapted for the radio domain through instruction fine-tuning. In zero-shot mode, commercial models like GPT-4.1 outperform open-weight VLMs on most radio benchmarks. However, radio-llava significantly improves upon both base LLaVA and commercial models across nearly all tasks. Despite these gains, specialized vision-only models still deliver substantially better performance across the board. Additionally, we observed that fine-tuning introduces catastrophic forgetting on general multimodal tasks, with performance drops up to 40% that can be partly mitigated with a more diverse training dataset or shallow fine-tuning.
