中文
相关论文

相关论文: Relationformer: A Unified Framework for Image-to-G…

200 篇论文

Scene graph generation aims to provide a semantic and structural description of an image, denoting the objects (with nodes) and their relationships (with edges). The best performing works to date are based on exploiting the context…

计算机视觉与模式识别 · 计算机科学 2020-05-28 Wentong Liao , Cuiling Lan , Wenjun Zeng , Michael Ying Yang , Bodo Rosenhahn

In this work, we introduce the Prototypical Transformer (ProtoFormer), a general and unified framework that approaches various motion tasks from a prototype perspective. ProtoFormer seamlessly integrates prototype learning with Transformer…

计算机视觉与模式识别 · 计算机科学 2024-06-04 Cheng Han , Yawen Lu , Guohao Sun , James C. Liang , Zhiwen Cao , Qifan Wang , Qiang Guan , Sohail A. Dianat , Raghuveer M. Rao , Tong Geng , Zhiqiang Tao , Dongfang Liu

As a structured representation of the image content, the visual scene graph (visual relationship) acts as a bridge between computer vision and natural language processing. Existing models on the scene graph generation task notoriously…

计算机视觉与模式识别 · 计算机科学 2022-03-01 Yuyu Guo , Jingkuan Song , Lianli Gao , Heng Tao Shen

Dynamic graph learning plays a pivotal role in modeling evolving relationships over time, especially for temporal link prediction tasks in domains such as traffic systems, social networks, and recommendation platforms. While…

机器学习 · 计算机科学 2025-11-18 Tao Zou , Chengfeng Wu , Tianxi Liao , Junchen Ye , Bowen Du

Scene graph generation aims to capture detailed spatial and semantic relationships between objects in an image, which is challenging due to incomplete labelling, long-tailed relationship categories, and relational semantic overlap. Existing…

计算机视觉与模式识别 · 计算机科学 2024-03-25 Zeeshan Hayder , Xuming He

Learning from image-text data has demonstrated recent success for many recognition tasks, yet is currently limited to visual features or individual visual concepts such as objects. In this paper, we propose one of the first methods that…

计算机视觉与模式识别 · 计算机科学 2021-09-07 Yiwu Zhong , Jing Shi , Jianwei Yang , Chenliang Xu , Yin Li

We present a novel Transformer-based network architecture for instance-aware image-to-image translation, dubbed InstaFormer, to effectively integrate global- and instance-level information. By considering extracted content features from an…

计算机视觉与模式识别 · 计算机科学 2022-03-31 Soohyun Kim , Jongbeom Baek , Jihye Park , Gyeongnyeon Kim , Seungryong Kim

Transformers have become widely used in various tasks, such as natural language processing and machine vision. This paper proposes Gransformer, an algorithm based on Transformer for generating graphs. We modify the Transformer encoder to…

机器学习 · 计算机科学 2024-06-03 Ahmad Khajenezhad , Seyed Ali Osia , Mahmood Karimian , Hamid Beigy

Despite the great success object detection and segmentation models have achieved in recognizing individual objects in images, performance on cognitive tasks such as image caption, semantic image retrieval, and visual QA is far from…

计算机视觉与模式识别 · 计算机科学 2024-01-25 Weilin Cong , William Wang , Wang-Chien Lee

The significant progress on Generative Adversarial Networks (GANs) have made it possible to generate surprisingly realistic images for single object based on natural language descriptions. However, controlled generation of images for…

计算机视觉与模式识别 · 计算机科学 2019-11-14 Hongdong Zheng , Yalong Bai , Wei Zhang , Tao Mei

We introduce UniToken, an auto-regressive generation model that encodes visual inputs through a combination of discrete and continuous representations, enabling seamless integration of unified visual understanding and image generation…

计算机视觉与模式识别 · 计算机科学 2025-04-08 Yang Jiao , Haibo Qiu , Zequn Jie , Shaoxiang Chen , Jingjing Chen , Lin Ma , Yu-Gang Jiang

Scene graph generation (SGG) is built on top of detected objects to predict object pairwise visual relations for describing the image content abstraction. Existing works have revealed that if the links between objects are given as prior…

计算机视觉与模式识别 · 计算机科学 2022-02-23 Yuyu Guo , Lianli Gao , Jingkuan Song , Peng Wang , Nicu Sebe , Heng Tao Shen , Xuelong Li

Pretraining plays a pivotal role in acquiring generalized knowledge from large-scale data, achieving remarkable successes as evidenced by large models in CV and NLP. However, progress in the graph domain remains limited due to fundamental…

人工智能 · 计算机科学 2024-06-21 Yu Song , Haitao Mao , Jiachen Xiao , Jingzhe Liu , Zhikai Chen , Wei Jin , Carl Yang , Jiliang Tang , Hui Liu

The dominant object detection approaches treat each dataset separately and fit towards a specific domain, which cannot adapt to other domains without extensive retraining. In this paper, we address the problem of designing a universal…

计算机视觉与模式识别 · 计算机科学 2020-02-19 Hang Xu , Linpu Fang , Xiaodan Liang , Wenxiong Kang , Zhenguo Li

Inspired by Curriculum Learning, we propose a consecutive (i.e., image-to-text-to-text) generation framework where we divide the problem of radiology report generation into two steps. Contrary to generating the full radiology report from…

Automatic transcription of scene understanding in images and videos is a step towards artificial general intelligence. Image captioning is a nomenclature for describing meaningful information in an image using computer vision techniques.…

计算机视觉与模式识别 · 计算机科学 2021-09-17 Shikha Dubey , Farrukh Olimov , Muhammad Aasim Rafique , Joonmo Kim , Moongu Jeon

Rearranging deformable objects is a long-standing challenge in robotic manipulation for the high dimensionality of configuration space and the complex dynamics of deformable objects. We present a novel framework, Graph-Transporter, for…

机器人学 · 计算机科学 2023-02-22 Yuhong Deng , Chongkun Xia , Xueqian Wang , Lipeng Chen

Transformers have demonstrated success in graph learning, particularly for node-level tasks. However, existing methods encounter an information bottleneck when generating graph-level representations. The prevalent single token paradigm…

机器学习 · 计算机科学 2026-02-11 Ruixiang Wang , Yuyang Hong , Shiming Xiang , Chunhong Pan

The significant progress on Generative Adversarial Networks (GANs) has facilitated realistic single-object image generation based on language input. However, complex-scene generation (with various interactions among multiple objects) still…

计算机视觉与模式识别 · 计算机科学 2021-04-02 Tianyu Hua , Hongdong Zheng , Yalong Bai , Wei Zhang , Xiao-Ping Zhang , Tao Mei

Image generation has been successfully cast as an autoregressive sequence generation or transformation problem. Recent work has shown that self-attention is an effective way of modeling textual sequences. In this work, we generalize a…

计算机视觉与模式识别 · 计算机科学 2018-06-19 Niki Parmar , Ashish Vaswani , Jakob Uszkoreit , Łukasz Kaiser , Noam Shazeer , Alexander Ku , Dustin Tran