paper-with-me

Papers

SPECS: Specificity-Enhanced CLIP-Score for Long Image Caption Evaluation

2025-09-04 · Xiaofu Chen, Israfel Salazar, Yova Kementchedjhieva arxiv

As interest grows in generating long, detailed image captions, standard evaluation metrics become increasingly unreliable. N-gram-based metrics though efficient, fail to capture semantic correctness. Representational Similarity (RS) metrics, designed to address this, initially saw limited use due to high computational costs, while today, despite advances in hardware, they remain unpopular due to low correlation to human judgments. Meanwhile, metrics based on large language models (LLMs) show strong correlation with human judgments, but remain too expensive for iterative use during model development. We introduce SPECS (Specificity-Enhanced CLIPScore), a reference-free RS metric tailored to long image captioning. SPECS modifies CLIP with a new objective that emphasizes specificity: rewarding correct details and penalizing incorrect ones. We show that SPECS matches the performance of open-source LLM-based metrics in correlation to human judgments, while being far more efficient. This makes it a practical alternative for iterative checkpoint evaluation during image captioning model development.Our code can be found at https://github.com/mbzuai-nlp/SPECS.

📄 PDF Abstract BibTeX arXiv:2509.03897

Code (0)

등록된 구현이 없습니다.

Tasks

Image Captioning

Similar Papers 제목 키워드 기반

Sim-CLIP: Unsupervised Siamese Adversarial Fine-Tuning for Robust and Semantically-Rich Vision-Language Models

2024-07-20 · Md Zarif Hossain, Ahmed Imteaj

Vision-language models (VLMs) have achieved significant strides in recent times specially in multimodal tasks, yet they remain susceptible to adversarial attacks on their vision components. To address this, we propose Si…

Specificity

Accelerating Large Language Model Reasoning via Speculative Search

2025-05-03 · Zhihai Wang, Jie Wang, Jilai Pan, Xilin Xia 외

Tree-search-based reasoning methods have significantly enhanced the reasoning capability of large language models (LLMs) by facilitating the exploration of multiple intermediate reasoning steps, i.e., thoughts. However, …

Language ModelingLanguage ModellingLarge Language Model

DeepSpecs: Expert-Level Questions Answering in 5G

2025-11-03 · Aman Ganapathy Manvattira, Yifei Xu, Ziyue Dang, Songwu Lu arxiv

5G technology enables mobile Internet access for billions of users. Answering expert-level questions about 5G specifications requires navigating thousands of pages of cross-referenced standards that evolve across release…

Semantic Similarity

CLIP-VIS: Adapting CLIP for Open-Vocabulary Video Instance Segmentation

2024-03-19 · Wenqi Zhu, Jiale Cao, Jin Xie, Shuangming Yang 외

Open-vocabulary video instance segmentation strives to segment and track instances belonging to an open set of categories in a videos. The vision-language model Contrastive Language-Image Pre-training (CLIP) has shown ro…

DecoderInstance SegmentationLanguage ModellingSegmentation+4

GenCLIP: Generalizing CLIP Prompts for Zero-shot Anomaly Detection

2025-04-21 · Donghyeong Kim, Chaewon Park, Suhwan Cho, Hyeonjeong Lim 외

Zero-shot anomaly detection (ZSAD) aims to identify anomalies in unseen categories by leveraging CLIP's zero-shot capabilities to match text prompts with visual features. A key challenge in ZSAD is learning general promp…

Anomaly DetectionSpecificityzero-shot anomaly detection