paper-with-me

Papers

RelTransformer: A Transformer-Based Long-Tail Visual Relationship Recognition

2021-04-24 · CVPR 2022 1 · Jun Chen, Aniket Agarwal, Sherif Abdelkarim, Deyao Zhu, Mohamed Elhoseiny

The visual relationship recognition (VRR) task aims at understanding the pairwise visual relationships between interacting objects in an image. These relationships typically have a long-tail distribution due to their compositional nature. This problem gets more severe when the vocabulary becomes large, rendering this task very challenging. This paper shows that modeling an effective message-passing flow through an attention mechanism can be critical to tackling the compositionality and long-tail challenges in VRR. The method, called RelTransformer, represents each image as a fully-connected scene graph and restructures the whole scene into the relation-triplet and global-scene contexts. It directly passes the message from each element in the relation-triplet and global-scene contexts to the target relation via self-attention. We also design a learnable memory to augment the long-tail relation representation learning. Through extensive experiments, we find that our model generalizes well on many VRR benchmarks. Our model outperforms the best-performing models on two large-scale long-tail VRR benchmarks, VG8K-LT (+2.0% overall acc) and GQA-LT (+26.0% overall acc), both having a highly skewed distribution towards the tail. It also achieves strong results on the VG200 relation detection task. Our code is available at https://github.com/Vision-CAIR/RelTransformer.

📄 PDF Abstract BibTeX arXiv:2104.11934

Code (1)

Vision-CAIR/RelTransformer 공식 구현 pytorch

Tasks

Image CaptioningObject RecognitionQuestion AnsweringRelationRepresentation LearningScene UnderstandingTripletVisual Question Answering (VQA)Visual Relationship Detection

Similar Papers 제목 키워드 기반

BGT-Net: Bidirectional GRU Transformer Network for Scene Graph Generation

2021-09-11 · Naina Dhingra, Florian Ritter, Andreas Kunz

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 (BiG…

Graph GenerationObjectRelation PredictionRelationship Detection+2

SG-Shuffle: Multi-aspect Shuffle Transformer for Scene Graph Generation

2022-11-09 · Anh Duc Bui, Soyeon Caren Han, Josiah Poon

Scene Graph Generation (SGG) serves a comprehensive representation of the images for human understanding as well as visual understanding tasks. Due to the long tail bias problem of the object and predicate labels in the …

Graph GenerationScene Graph Generation

Exploring Long Tail Visual Relationship Recognition with Large Vocabulary

2020-03-25 · ICCV 2021 10 · Sherif Abdelkarim, Aniket Agarwal, Panos Achlioptas, Jun Chen 외

Several approaches have been proposed in recent literature to alleviate the long-tail problem, mainly in object classification tasks. In this paper, we make the first large-scale study concerning the task of Long-Tail Vi…

Visual Relationship Detection

Unbiased Scene Graph Generation in Videos

2023-04-03 · CVPR 2023 1 · Sayak Nag, Kyle Min, Subarna Tripathi, Amit K. Roy Chowdhury

The task of dynamic scene graph generation (SGG) from videos is complicated and challenging due to the inherent dynamics of a scene, temporal fluctuation of model predictions, and the long-tailed distribution of the visu…

Graph GenerationScene Graph GenerationUnbiased Scene Graph Generation

When Transformer Meets Robotic Grasping: Exploits Context for Efficient Grasp Detection

2022-02-24 · Shaochen Wang, Zhangli Zhou, Zhen Kan

In this paper, we present a transformer-based architecture, namely TF-Grasp, for robotic grasp detection. The developed TF-Grasp framework has two elaborate designs making it well suitable for visual grasping tasks. The …

DecoderRobotic Grasping