paper-with-me

Papers

HOTR: End-to-End Human-Object Interaction Detection with Transformers

2021-04-28 · CVPR 2021 1 · Bumsoo Kim, Junhyun Lee, Jaewoo Kang, Eun-Sol Kim, Hyunwoo J. Kim

Human-Object Interaction (HOI) detection is a task of identifying "a set of interactions" in an image, which involves the i) localization of the subject (i.e., humans) and target (i.e., objects) of interaction, and ii) the classification of the interaction labels. Most existing methods have indirectly addressed this task by detecting human and object instances and individually inferring every pair of the detected instances. In this paper, we present a novel framework, referred to by HOTR, which directly predicts a set of <human, object, interaction> triplets from an image based on a transformer encoder-decoder architecture. Through the set prediction, our method effectively exploits the inherent semantic relationships in an image and does not require time-consuming post-processing which is the main bottleneck of existing methods. Our proposed algorithm achieves the state-of-the-art performance in two HOI detection benchmarks with an inference time under 1 ms after object detection.

📄 PDF Abstract BibTeX arXiv:2104.13682

Code (1)

kakaobrain/HOTR 공식 구현 pytorch

Tasks

DecoderHuman-Object Interaction DetectionObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

EchoTrack: Auditory Referring Multi-Object Tracking for Autonomous Driving

2024-02-28 · Jiacheng Lin, Jiajun Chen, Kunyu Peng, Xuan He 외

This paper introduces the task of Auditory Referring Multi-Object Tracking (AR-MOT), which dynamically tracks specific objects in a video sequence based on audio expressions and appears as a challenging problem in autono…

Autonomous DrivingMulti-Object TrackingObjectObject Tracking+1

BronchoTrack: Airway Lumen Tracking for Branch-Level Bronchoscopic Localization

2024-02-20 · Qingyao Tian, Huai Liao, Xinyan Huang, Bingyu Yang 외

Localizing the bronchoscope in real time is essential for ensuring intervention quality. However, most existing methods struggle to balance between speed and generalization. To address these challenges, we present Bronch…

Multi-Object TrackingObject Tracking

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 외

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)…

Human-Object Interaction DetectionObjectRelationship DetectionTriplet+1

EchoTraffic: Enhancing Traffic Anomaly Understanding with Audio-Visual Insights

2025-01-01 · CVPR 2025 1 · Zhenghao Xing, Hao Chen, Binzhu Xie, Jiaqi Xu 외

Traffic Anomaly Understanding (TAU) is essential for improving public safety and transportation efficiency by enabling timely detection and response to incidents. Beyond existing methods, which rely largely on visual…

Human-Object Interaction Detection via Disentangled Transformer

2022-04-20 · CVPR 2022 1 · Desen Zhou, Zhichao Liu, Jian Wang, Leshan Wang 외

Human-Object Interaction Detection tackles the problem of joint localization and classification of human object interactions. Existing HOI transformers either adopt a single decoder for triplet prediction, or utilize two…

DecoderHuman-Object Interaction DetectionObjectTriplet