paper-with-me

Papers

Visual Relationship Detection Using Part-and-Sum Transformers with Composite Queries

2021-05-05 · ICCV 2021 10 · Qi Dong, Zhuowen Tu, Haofu Liao, Yuting Zhang, Vijay Mahadevan, Stefano Soatto

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.

📄 PDF Abstract BibTeX arXiv:2105.02170

Code (0)

등록된 구현이 없습니다.

Tasks

Human-Object Interaction DetectionObjectRelationship DetectionTripletVisual Relationship Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Machine Learning for Brain Disorders: Transformers and Visual Transformers

2023-03-21 · Robin Courant, Maika Edberg, Nicolas Dufour, Vicky Kalogeiton

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 Classification

Zero-shot Visual Relation Detection via Composite Visual Cues from Large Language Models

2023-05-21 · NeurIPS 2023 11 · Lin Li, Jun Xiao, Guikun Chen, Jian Shao 외

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…

Relation

Visual Relationship Detection with Visual-Linguistic Knowledge from Multimodal Representations

2020-09-10 · Meng-Jiun Chiou, Roger Zimmermann, Jiashi Feng

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+2

Hands-on Evaluation of Visual Transformers for Object Recognition and Detection

2025-12-10 · Dimitrios N. Vlachogiannis, Dimitrios A. Koutsomitropoulos arxiv

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 Detection

Detecting Human-Object Relationships in Videos

2021-01-01 · ICCV 2021 10 · Jingwei Ji, Rishi Desai, Juan Carlos Niebles

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