paper-with-me

홈 › Papers

VLCE: A Knowledge-Enhanced Framework for Image Description in Disaster Assessment

2025-09-25 · Md. Mahfuzur Rahman, Kishor Datta Gupta, Marufa Kamal, Fahad Rahman, Sunzida Siddique, Ahmed Rafi Hasan, Mohd Ariful Haque, Roy George arxiv

General-purpose vision-language models (VLMs) such as LLaVA and QwenVL produce descriptions of disaster imagery that lack domain-specific vocabulary and actionable detail. We propose the Vision-Language Caption Enhancer (VLCE), a framework that integrates external semantic knowledge from ConceptNet and WordNet into the caption generation process for post-disaster satellite and UAV imagery. VLCE operates in two stages: first, a baseline VLM generates an initial caption conditioned on YOLOv8 object detections; second, a knowledge-enriched sequential model, a CNN-LSTM or a hierarchical cross-modal Transformer, refines the caption using a vocabulary augmented with 1,566 domain-relevant terms extracted from knowledge graphs. We evaluate VLCE on two disaster benchmarks: xBD (satellite, 6,369 images, 3 damage classes) and RescueNet (UAV, 4,494 images, 12 damage classes), using CLIPScore for semantic alignment and InfoMetIC for informativeness. On RescueNet with the Transformer decoder, VLCE with knowledge graph enrichment produces captions preferred over QwenVL baselines in 95.33% of image pairs on InfoMetIC and 73.64% on CLIPScore. Qualitative analysis shows that without knowledge graph integration, generated captions exhibit hallucinations, word repetition, and semantic incoherence, whereas knowledge-enriched captions maintain factual consistency and domain-appropriate vocabulary.

📄 PDF Abstract BibTeX arXiv:2509.21609

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

ChartSync: A Benchmark for Visuo-Logical Cascading Chart Editing

2026-07-11 · Jiakang Yu, Yixuan Chai, Tianci Wang, Rihui Jin 외 arxiv

Generative image editing models struggle with structured statistical charts when data modifications require geometric synchronization. We formalize this task as Visuo-Logical Cascading Editing (VLCE). However, existing m…

Image Editing

SKE-Layout: Spatial Knowledge Enhanced Layout Generation with LLMs

2025-01-01 · CVPR 2025 1 · Junsheng Wang, Nieqing Cao, Yan Ding, Mengying Xie 외

Generating layouts from textual descriptions by large language models (LLMs) plays a crucial role in precise spatial reasoning-induced domains such as robotic object rearrangement and text-to-image generation. Howeve…

Contrastive LearningImage GenerationLayout GenerationObject Rearrangement+3

Select and Augment: Enhanced Dense Retrieval Knowledge Graph Augmentation

2023-07-28 · Micheal Abaho, Yousef H. Alfaifi

Injecting textual information into knowledge graph (KG) entity representations has been a worthwhile expedition in terms of improving performance in KG oriented tasks within the NLP community. External knowledge often ad…

Link PredictionRetrieval

EvdCLIP: Improving Vision-Language Retrieval with Entity Visual Descriptions from Large Language Models

2025-05-24 · Guanghao Meng, Sunan He, Jinpeng Wang, Tao Dai 외

Vision-language retrieval (VLR) has attracted significant attention in both academia and industry, which involves using text (or images) as queries to retrieve corresponding images (or text). However, existing methods of…

Image-text RetrievalLanguage ModelingLanguage ModellingLarge Language Model+2

MAKE: Multi-Aspect Knowledge-Enhanced Vision-Language Pretraining for Zero-shot Dermatological Assessment

2025-05-14 · Siyuan Yan, Xieji Li, Ming Hu, Yiwen Jiang 외

Dermatological diagnosis represents a complex multimodal challenge that requires integrating visual features with specialized clinical knowledge. While vision-language pretraining (VLP) has advanced medical AI, its effec…

Clinical KnowledgeContrastive LearningCross-Modal Retrieval