paper-with-me

홈 › Papers

HGCLIP: Exploring Vision-Language Models with Graph Representations for Hierarchical Understanding

2023-11-23 · Peng Xia, Xingtong Yu, Ming Hu, Lie Ju, Zhiyong Wang, Peibo Duan, ZongYuan Ge

Object categories are typically organized into a multi-granularity taxonomic hierarchy. When classifying categories at different hierarchy levels, traditional uni-modal approaches focus primarily on image features, revealing limitations in complex scenarios. Recent studies integrating Vision-Language Models (VLMs) with class hierarchies have shown promise, yet they fall short of fully exploiting the hierarchical relationships. These efforts are constrained by their inability to perform effectively across varied granularity of categories. To tackle this issue, we propose a novel framework (HGCLIP) that effectively combines CLIP with a deeper exploitation of the Hierarchical class structure via Graph representation learning. We explore constructing the class hierarchy into a graph, with its nodes representing the textual or image features of each category. After passing through a graph encoder, the textual features incorporate hierarchical structure information, while the image features emphasize class-aware features derived from prototypes through the attention mechanism. Our approach demonstrates significant improvements on 11 diverse visual recognition benchmarks. Our codes are fully available at https://github.com/richard-peng-xia/HGCLIP.

📄 PDF Abstract BibTeX arXiv:2311.14064

Code (1)

richard-peng-xia/HGCLIP 공식 구현 pytorch

Tasks

Fine-Grained Visual RecognitionGraph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Reasoning over Vision and Language: Exploring the Benefits of Supplemental Knowledge

2021-01-15 · EACL (LANTERN) 2021 4 · Violetta Shevchenko, Damien Teney, Anthony Dick, Anton Van Den Hengel

The limits of applicability of vision-and-language models are defined by the coverage of their training data. Tasks like vision question answering (VQA) often require commonsense and factual information beyond what can b…

Question AnsweringVisual Question Answering (VQA)Visual Reasoning

LIEREx: Language-Image Embeddings for Robotic Exploration

2026-02-02 · Felix Igelbrink, Lennart Niecksch, Marian Renz, Martin Günther 외 arxiv

Semantic maps allow a robot to reason about its surroundings to fulfill tasks such as navigating known environments, finding specific objects, and exploring unmapped areas. Traditional mapping approaches provide accurate…

Does Structural Attention Improve Compositional Representations in Vision-Language Models?

2022-12-03 · NeurIPS Workshop: Self-Supervised Learning - Theory and Practice 2022 12 · Rohan Pandey, Rulin Shao, Paul Pu Liang, Louis-Philippe Morency

Although scaling self-supervised approaches has gained widespread success in Vision-Language pre-training, a number of works providing structural knowledge of visually-grounded semantics have recently shown incremental…

Visual Reasoning

KALE: An Artwork Image Captioning System Augmented with Heterogeneous Graph

2024-09-17 · Yanbei Jiang, Krista A. Ehinger, Jey Han Lau

Exploring the narratives conveyed by fine-art paintings is a challenge in image captioning, where the goal is to generate descriptions that not only precisely represent the visual content but also offer a in-depth interp…

cross-modal alignmentImage CaptioningLanguage ModelingLanguage Modelling

Toward Graph-Tokenizing Large Language Models with Reconstructive Graph Instruction Tuning

2026-03-02 · Zhongjian Zhang, Xiao Wang, Mengmei Zhang, Jiarui Tan 외 arxiv

The remarkable success of large language models (LLMs) has motivated researchers to adapt them as universal predictors for various graph-related tasks, with the ultimate goal of developing a graph foundation model that g…