Visual Relationship Detection Using Part-and-Sum Transformers with Composite Queries
Computer vision applications such as visual relationship detection and human object interaction can be formulated as a composite (structured) set detection problem in which both the parts (subject, object, and predicate) and the sum (triplet as a whole) are to be detected in a hierarchical fashion. In this paper, we present a new approach, denoted Part-and-Sum detection Transformer (PST), to perform end-to-end visual composite set detection. Different from existing Transformers in which queries are at a single level, we simultaneously model the joint part and sum hypotheses/interactions with composite queries and attention modules. We explicitly incorporate sum queries to enable better modeling of the part-and-sum relations that are absent in the standard Transformers. Our approach also uses novel tensor-based part queries and vector-based sum queries, and models their joint interaction. We report experiments on two vision tasks, visual relationship detection and human object interaction and demonstrate that PST achieves state of the art results among single-stage models, while nearly matching the results of custom designed two-stage models.
Code (0)
등록된 구현이 없습니다.
Tasks
Human-Object Interaction DetectionObjectRelationship DetectionTripletVisual Relationship DetectionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Machine Learning for Brain Disorders: Transformers and Visual Transformers
Transformers were initially introduced for natural language processing (NLP) tasks, but fast they were adopted by most deep learning fields, including computer vision. They measure the relationships between pairs of inpu…
Decoderimage-classificationImage ClassificationZero-shot Visual Relation Detection via Composite Visual Cues from Large Language Models
Pretrained vision-language models, such as CLIP, have demonstrated strong generalization capabilities, making them promising tools in the realm of zero-shot visual recognition. Visual relation detection (VRD) is a typica…
RelationVisual Relationship Detection with Visual-Linguistic Knowledge from Multimodal Representations
Visual relationship detection aims to reason over relationships among salient objects in images, which has drawn increasing attention over the past few years. Inspired by human reasoning mechanisms, it is believed that e…
Objectobject-detectionObject DetectionRelational Reasoning+2Hands-on Evaluation of Visual Transformers for Object Recognition and Detection
Convolutional Neural Networks (CNNs) for computer vision sometimes struggle with understanding images in a global context, as they mainly focus on local patterns. On the other hand, Vision Transformers (ViTs), inspired b…
Medical Image ClassificationObject RecognitionData AugmentationObject DetectionDetecting Human-Object Relationships in Videos
We study a crucial problem in video analysis: human-object relationship detection. The majority of previous approaches are developed only for the static image scenario, without incorporating the temporal dynamics so …
Human-Object Relationship DetectionObjectRelationship Detection