paper-with-me

홈 › Papers

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

2026-07-08 · Tanay Sodha, Aditya Sharma, Ramya Hebbalaguppe, Vinti Agarwal, Pranav Murthy Yeluripaty arxiv

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.

📄 PDF Abstract BibTeX arXiv:2607.07395

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time Adaptation

Similar Papers 제목 키워드 기반

FontUse: A Data-Centric Approach to Style- and Use-Case-Conditioned In-Image Typography

2026-03-06 · Xia Xin, Yuki Endo, Yoshihiro Kanamori arxiv

Recent text-to-image models can generate high-quality images from natural-language prompts, yet controlling typography remains challenging: requested typographic appearance is often ignored or only weakly followed. We ad…

Image Generation

Beyond Overcorrection: Evaluating Diversity in T2I Models with DivBench

2025-07-02 · Felix Friedrich, Thiemo Ganesha Welsch, Manuel Brack, Patrick Schramowski 외 arxiv

Current diversification strategies for text-to-image (T2I) models often ignore contextual appropriateness, leading to over-diversification where demographic attributes are modified even when explicitly specified in promp…

Rule-Assisted Attribute Embedding

2025-06-10 · Sibo Zhao, Michael Bewong, Selasi Kwashie, Junwei Hu 외

Recommendation systems often overlook the rich attribute information embedded in property graphs, limiting their effectiveness. Existing graph convolutional network (GCN) models either ignore attributes or rely on simpli…

AttributeRecommendation Systems

Towards Fair Graph Prompting: A Dual-Prompt Mechanism for Mitigating Attribute and Structural Bias

2025-10-27 · Yuhan Yang, Xingbo Fu, Jundong Li arxiv

Self-supervised pre-training on unlabeled graph data has become a common paradigm for Graph Neural Networks (GNNs). However, an objective gap often remains between pre-training objectives and downstream tasks. To bridge …

Node Classification

Active Sampling for Node Attribute Completion on Graphs

2025-01-14 · Benyuan Liu, Xu Chen, Yanfeng Wang, Ya zhang 외

Node attribute, a type of crucial information for graph analysis, may be partially or completely missing for certain nodes in real world applications. Restoring the missing attributes is expected to benefit downstream gr…

AttributeGraph Learning