paper-with-me

Papers

ViStruct: Visual Structural Knowledge Extraction via Curriculum Guided Code-Vision Representation

2023-11-22 · Yangyi Chen, Xingyao Wang, Manling Li, Derek Hoiem, Heng Ji

State-of-the-art vision-language models (VLMs) still have limited performance in structural knowledge extraction, such as relations between objects. In this work, we present ViStruct, a training framework to learn VLMs for effective visual structural knowledge extraction. Two novel designs are incorporated. First, we propose to leverage the inherent structure of programming language to depict visual structural information. This approach enables explicit and consistent representation of visual structural information of multiple granularities, such as concepts, relations, and events, in a well-organized structured format. Second, we introduce curriculum-based learning for VLMs to progressively comprehend visual structures, from fundamental visual concepts to intricate event structures. Our intuition is that lower-level knowledge may contribute to complex visual structure understanding. Furthermore, we compile and release a collection of datasets tailored for visual structural knowledge extraction. We adopt a weakly-supervised approach to directly generate visual event structures from captions for ViStruct training, capitalizing on abundant image-caption pairs from the web. In experiments, we evaluate ViStruct on visual structure prediction tasks, demonstrating its effectiveness in improving the understanding of visual structures. The code is public at \url{https://github.com/Yangyi-Chen/vi-struct}.

📄 PDF Abstract BibTeX arXiv:2311.13258

Code (1)

yangyi-chen/vi-struct 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Neural Event Extraction from Movies Description

2018-06-01 · WS 2018 6 · Alex Tozzo, Dejan Jovanovi{\'c}, Mohamed Amer

We present a novel approach for event extraction and abstraction from movie descriptions. Our event frame consists of {``}who{''}, {``}did what{''} {``}to whom{''}, {``}where{''}, and {``}when{''}. We formulate our probl…

Event ExtractionMachine TranslationQuestion AnsweringStory Completion+1

Generic and Trend-aware Curriculum Learning for Relation Extraction

2022-07-01 · NAACL 2022 7 · Nidhi Vakil, Hadi Amiri

We present a generic and trend-aware curriculum learning approach that effectively integrates textual and structural information in text graphs for relation extraction between entities, which we consider as node pairs in…

RelationRelation Extraction

Generic and Trend-aware Curriculum Learning for Relation Extraction in Graph Neural Networks

2022-05-17 · Nidhi Vakil, Hadi Amiri

We present a generic and trend-aware curriculum learning approach for graph neural networks. It extends existing approaches by incorporating sample-level loss trends to better discriminate easier from harder samples and …

RelationRelation Extraction

LLM-Assisted Knowledge Graph Completion for Curriculum and Domain Modelling in Personalized Higher Education Recommendations

2025-01-21 · Hasan Abu-Rasheed, Constance Jumbo, Rashed Al Amin, Christian Weber 외

While learning personalization offers great potential for learners, modern practices in higher education require a deeper consideration of domain models and learning contexts, to develop effective personalization algorit…

Knowledge Graph Completion

Global Structure Knowledge-Guided Relation Extraction Method for Visually-Rich Document

2023-05-23 · Xiangnan Chen, Qian Xiao, Juncheng Li, Duo Dong 외

Visual Relation Extraction (VRE) is a powerful means of discovering relationships between entities within visually-rich documents. Existing methods often focus on manipulating entity features to find pairwise relations, …

RelationRelation Extraction