中文

When Prompts Ignore Structure: Graph-Based Attribute Reasoning for Calibrated VLMs

计算机视觉与模式识别 2026-07-08 v1 人工智能 机器学习

摘要

Reliable confidence estimation remains a key limitation of test-time adaptation in vision-language models (VLMs), where prompt tuning improves zero-shot accuracy but often degrades calibration due to entropy-driven overconfidence. Prior approaches mitigate this using LLM-derived class attributes and contrastive regularization, yet treat attributes independently, ignoring their relational structure. We propose ARGTCA, which represents (class, attribute) pairs as nodes in a Symbolic Attribute Graph and trains a Graph Attention Network (GAT) using contrastive objectives to produce structurally informed embeddings that capture inter-attribute dependencies. We introduce two attribute selection strategies: ARGTCA-DIV for intra-class diversity and ARGTCA-DISC for inter-class discrimination. Experiments across nine benchmarks show that ARGTCA-DIV reduces average Expected Calibration Error (ECE) by approximately ~37% over baselines, while ARGTCA-DISC consistently performs as the second-best variant, reducing average ECE by approximately ~17% over baselines. These results suggest that modeling symbolic attribute interactions provides a principled approach for reliable test-time adaptation in VLMs.

引用

@article{arxiv.2607.07395,
  title  = {When Prompts Ignore Structure: Graph-Based Attribute Reasoning for Calibrated VLMs},
  author = {Tanay Sodha and Aditya Sharma and Ramya Hebbalaguppe and Vinti Agarwal and Pranav Murthy Yeluripaty},
  journal= {arXiv preprint arXiv:2607.07395},
  year   = {2026}
}

备注

Under review: EMNLP2026