中文
相关论文

相关论文: Fine-Grained Scene Graph Generation with Data Tran…

200 篇论文

Scene graph generation (SGG) analyzes images to extract meaningful information about objects and their relationships. In the dynamic visual world, it is crucial for AI systems to continuously detect new objects and establish their…

计算机视觉与模式识别 · 计算机科学 2024-11-04 Naitik Khandelwal , Xiao Liu , Mengmi Zhang

Recent advancements in text-to-image generation have been propelled by the development of diffusion models and multi-modality learning. However, since text is typically represented sequentially in these models, it often falls short in…

计算机视觉与模式识别 · 计算机科学 2024-05-27 Guibao Shen , Luozhou Wang , Jiantao Lin , Wenhang Ge , Chaozhe Zhang , Xin Tao , Yuan Zhang , Pengfei Wan , Zhongyuan Wang , Guangyong Chen , Yijun Li , Ying-Cong Chen

In this work, we seek new insights into the underlying challenges of the Scene Graph Generation (SGG) task. Quantitative and qualitative analysis of the Visual Genome dataset implies -- 1) Ambiguity: even if inter-object relationship…

计算机视觉与模式识别 · 计算机科学 2022-04-13 Sangmin Woo , Junhyug Noh , Kangil Kim

Scene Graph Generation (SGG) is a visual understanding task, aiming to describe a scene as a graph of entities and their relationships with each other. Existing works rely on location labels in form of bounding boxes or segmentation masks,…

计算机视觉与模式识别 · 计算机科学 2025-01-22 Ege Özsoy , Felix Holm , Mahdi Saleh , Tobias Czempiel , Chantal Pellegrini , Nassir Navab , Benjamin Busam

Scene Graph Generation (SGG) aims to extract entities, predicates and their semantic structure from images, enabling deep understanding of visual content, with many applications such as visual reasoning and image retrieval. Nevertheless,…

计算机视觉与模式识别 · 计算机科学 2020-04-02 Alireza Zareian , Svebor Karaman , Shih-Fu Chang

The task of scene graph generation entails identifying object entities and their corresponding interaction predicates in a given image (or video). Due to the combinatorially large solution space, existing approaches to scene graph…

计算机视觉与模式识别 · 计算机科学 2022-07-28 Siddhesh Khandelwal , Leonid Sigal

Today's scene graph generation (SGG) models typically require abundant manual annotations to learn new predicate types. Therefore, it is difficult to apply them to real-world applications with massive uncommon predicate categories whose…

计算机视觉与模式识别 · 计算机科学 2024-12-30 Xingchen Li , Jun Xiao , Guikun Chen , Yinfu Feng , Yi Yang , An-an Liu , Long Chen

Graph-based computations are crucial in a wide range of applications, where graphs can scale to trillions of edges. To enable efficient training on such large graphs, mini-batch subgraph sampling is commonly used, which allows training…

机器学习 · 计算机科学 2025-04-04 Yue Jin , Yongchao Liu , Chuntao Hong

Understanding a visual scene goes beyond recognizing individual objects in isolation. Relationships between objects also constitute rich semantic information about the scene. In this work, we explicitly model the objects and their…

计算机视觉与模式识别 · 计算机科学 2017-04-13 Danfei Xu , Yuke Zhu , Christopher B. Choy , Li Fei-Fei

Scene Graph Generation (SGG) has achieved significant progress recently. However, most previous works rely heavily on fixed-size entity representations based on bounding box proposals, anchors, or learnable queries. As each representation's…

计算机视觉与模式识别 · 计算机科学 2023-09-08 Hengyue Liu , Bir Bhanu

Scene graph generation (SGG) aims to detect objects in an image along with their pairwise relationships. There are three key properties of scene graph that have been underexplored in recent works: namely, the edge direction information, the…

计算机视觉与模式识别 · 计算机科学 2020-03-31 Xin Lin , Changxing Ding , Jinquan Zeng , Dacheng Tao

Spatio-Temporal Scene Graphs (STSGs) provide a concise and expressive representation of dynamic scenes by modeling objects and their evolving relationships over time. However, real-world visual relationships often exhibit a long-tailed…

计算机视觉与模式识别 · 计算机科学 2025-03-26 Rohith Peddi , Saurabh , Ayush Abhay Shrivastava , Parag Singla , Vibhav Gogate

Research in scene graph generation (SGG) usually considers two-stage models, that is, detecting a set of entities, followed by combining them and labeling all possible relationships. While showing promising results, the pipeline structure…

计算机视觉与模式识别 · 计算机科学 2023-06-12 Alakh Desai , Tz-Ying Wu , Subarna Tripathi , Nuno Vasconcelos

Scene Graph Generation (SGG) aims to extract <subject, predicate, object> relationships in images for vision understanding. Although recent works have made steady progress on SGG, they still suffer long-tail distribution issues that…

计算机视觉与模式识别 · 计算机科学 2023-08-22 Qifan Yu , Juncheng Li , Yu Wu , Siliang Tang , Wei Ji , Yueting Zhuang

Scene graph generation from images is a task of great interest to applications such as robotics, because graphs are the main way to represent knowledge about the world and regulate human-robot interactions in tasks such as Visual Question…

机器人学 · 计算机科学 2022-12-21 Fernando Amodeo , Fernando Caballero , Natalia Díaz-Rodríguez , Luis Merino

Scene graphs are nodes and edges consisting of objects and object-object relationships, respectively. Scene graph generation (SGG) aims to identify the objects and their relationships. We propose a bidirectional GRU (BiGRU) transformer…

计算机视觉与模式识别 · 计算机科学 2021-09-14 Naina Dhingra , Florian Ritter , Andreas Kunz

Scene Graph Generation(SGG) is a scene understanding task that aims at identifying object entities and reasoning their relationships within a given image. In contrast to prevailing two-stage methods based on a large object detector (e.g.,…

计算机视觉与模式识别 · 计算机科学 2025-01-13 Xinyao Liao , Wei Wei , Dangyang Chen , Yuanyuan Fu

Scene Graph Generation (SGG) remains a challenging task due to its compositional property. Previous approaches improve prediction efficiency through end-to-end learning. However, these methods exhibit limited performance as they assume…

计算机视觉与模式识别 · 计算机科学 2025-05-15 Peng Hao , Weilong Wang , Xiaobing Wang , Yingying Jiang , Hanchao Jia , Shaowei Cui , Junhang Wei , Xiaoshuai Hao

Scene graphs provide structured semantic understanding beyond images. For downstream tasks, such as image retrieval, visual question answering, visual relationship detection, and even autonomous vehicle technology, scene graphs can not only…

计算机视觉与模式识别 · 计算机科学 2022-10-21 Mingzhe Du

The task of dynamic scene graph generation (DynSGG) aims to generate scene graphs for given videos, which involves modeling the spatial-temporal information in the video. However, due to the long-tailed distribution of samples in the…

计算机视觉与模式识别 · 计算机科学 2023-09-26 Xinyu Lyu , Jingwei Liu , Yuyu Guo , Lianli Gao