- The paper demonstrates that CNNs excel in supervised spatial tasks, achieving 72.9% scene classification accuracy and superior localization performance.
- The paper shows that VLMs uniquely enable semantic reasoning, with few-shot prompting yielding a 235% F1 improvement over zero-shot performance.
- The paper introduces a deterministic task router that combines both models, resulting in a 39.1% composite performance boost for spectrum management.
Diagnostic Complementarity of Vision-LLMs and CNNs in Spectrum Management
Introduction
This paper provides a rigorous comparative analysis of vision-LLMs (VLMs) and convolutional neural networks (CNNs) for the domain of spectrum heatmap understanding in cooperative satellite-terrestrial networks. The research is grounded in a novel benchmark, SpectrumQA, encompassing a broad range of tasks at four semantic granularity levels crucial for wireless spectrum management. Results demonstrate that VLMs and CNNs possess complementary strengths, challenging common assumptions about the universal superiority of foundation models for operational spectrum analysis. The findings have immediate implications for practical deployment strategies and future architecture development in multimodal AI for telecommunications.
Granularity Framework and Benchmark Construction
Spectrum management tasks are decomposed into four levels:
- L1: Scene Classification – Interference severity categorization.
- L2: Regional Reasoning – Quadrant-level identification of maximum interference.
- L3: Spatial Localization – Pixel-wise interference mask prediction for spatial mapping.
- L4: Semantic Reasoning – Open-ended natural language analysis, contextual explanations, and mitigation recommendations.
The SpectrumQA benchmark features 108K question-answer pairs, generated from a physics-calibrated NTN-TN simulator, spanning three coverage scenarios (dense urban LEO, rural GEO, and mixed configurations). Questions are categorized as descriptive, localization, reasoning, and prescriptive, reflecting realistic operator needs. Each QA pair is strictly mapped to ground truth metadata, ensuring high fidelity in evaluation.
Implementation and Models
- CNN Baseline: ResNet-18, trained on domain-specific images for supervised tasks (L1–L3), equipped with a spatial probe for mask prediction and classification heads for categorical tasks.
- VLM: Qwen2-VL-7B, fully frozen, operating with zero-shot and few-shot prompting protocols for classification, reasoning, and spatial tasks. For spatial tasks (L3), an MLP probe is applied to early visual token embeddings.
Routing logic is empirically derived: supervised spatial tasks are delegated to CNN, semantic reasoning tasks to VLM.
A detailed diagnostic comparison reveals strict task-dependent complementarity:
Few-shot prompting unlocks latent reasoning abilities in VLMs, demonstrating the transferability of pre-trained multimodal knowledge to spectrum management.
Figure 2: Few-shot scaling for VLM reasoning; three in-context spectrum analysis examples yield a substantial F1 improvement.
Chain-of-thought (CoT) prompting selectively improves semantic reasoning (L4) by over 10%, but leaves spatial tasks (L2–L3) unaffected, reinforcing that architectural features, not prompting protocol, define capability boundaries.
A deterministic task-type router leveraging the diagnostic complementarity achieves a composite score of 0.616, a 39.1% improvement over a CNN-only system. Naive assumptions about VLM handling all reasoning-like tasks are empirically refuted; optimal routing maximizes operational performance by combining the strengths of both model families.
Cross-Scenario Robustness
VLMs demonstrate stronger transfer robustness compared to CNNs in cross-scenario spatial localization evaluations. In 5 out of 6 transfer directions (between simulation scenarios), VLMs suffer smaller degradation in IoU performance.
Figure 3: Cross-scenario generalization; VLMs experience smaller performance drops during scenario transfer in most cases.
This suggests pre-trained VLMs encode more generalizable spatial priors, supporting their use in rapidly evolving spectrum environments or new deployments with limited domain-specific data.
VLM Representation Analysis and Ablation
Layer-wise analysis reveals early hidden layers in VLMs preserve spatial information more effectively than later layers, which become increasingly diluted through repeated self-attention fusion geared towards language generation.
Figure 4: Spatial probe IoU and Pearson correlation vs. VLM hidden layer index; Layer 0 achieves superior spatial preservation.
LoRA fine-tuning for text generation demonstrably degrades spatial representations, with a 22.8% drop in spatial IoU, highlighting a fundamental objective conflict in joint spatial-language tasks.
Physics-informed text prompts provided to VLMs exert zero influence on spatial probes extracting embeddings at Layer 0, confirming independence of visual and textual modalities at early representation stages in frozen VLMs.
Qualitative and Cost Analysis
Qualitative outputs from VLM reasoning illustrate operationally valuable analyses—cause identification, spatial awareness, mitigation recommendations—that CNNs cannot produce due to architectural constraints. These outputs, while not numerically precise, are judged as actionable for human operators.
VLM inference is 30× slower and 16× more memory intensive than CNN, underscoring its deployment for infrequent, high-value semantic queries rather than real-time spatial monitoring.
Practical Deployment Guidelines and Limitations
Key practical takeaways:
- Use lightweight CNNs for all spatial and supervised categorization tasks.
- Use frozen VLMs with minimal prompt engineering for semantic spectrum reasoning, particularly during initial assessments in new environments.
- Combine both models via a deterministic router for comprehensive situational awareness.
Limitations include the use of simulated data; real-world validation is required to confirm transferability. Single VLM architecture evaluation further prompts future work on broader model comparisons and adaptive routing policies.
Conclusion
The comparative analysis establishes a formal boundary for model deployment in spectrum management: CNNs excel at spatial categorization and localization, while VLMs uniquely enable semantic reasoning. Complementary deployment through task-type routing is quantitatively and qualitatively superior to monolithic approaches. Future directions include real-world validation, multi-family VLM evaluation, adaptive routing optimization, and effective fine-tuning strategies that preserve spatial and semantic capacity.