paper-with-me

Papers

Learning Transferable Human-Object Interaction Detector With Natural Language Supervision

2022-01-01 · CVPR 2022 1 · Suchen Wang, Yueqi Duan, Henghui Ding, Yap-Peng Tan, Kim-Hui Yap, Junsong Yuan

It is difficult to construct a data collection including all possible combinations of human actions and interacting objects due to the combinatorial nature of human-object interactions (HOI). In this work, we aim to develop a transferable HOI detector for unseen interactions. Existing HOI detectors often treat interactions as discrete labels and learn a classifier according to a predetermined category space. This is inherently inapt for detecting unseen interactions which are out of the predefined categories. Conversely, we treat independent HOI labels as the natural language supervision of interactions and embed them into a joint visual-and-text space to capture their correlations. More specifically, we propose a new HOI visual encoder to detect the interacting humans and objects, and map them to a joint feature space to perform interaction recognition. Our visual encoder is instantiated as a Vision Transformer with new learnable HOI tokens and a sequence parser to generate unique HOI predictions. It distills and leverages the transferable knowledge from the pretrained CLIP model to perform the zero-shot interaction detection. Experiments on two datasets, SWIG-HOI and HICO-DET, validate that our proposed method can achieve a notable mAP improvement on detecting both seen and unseen HOIs.

📄 PDF Abstract BibTeX

Code (1)

scwangdyd/promting_hoi 공식 구현 pytorch

Tasks

Human-Object Interaction Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
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 제목 키워드 기반

Tell Me What They're Holding: Weakly-supervised Object Detection with Transferable Knowledge from Human-object Interaction

2019-11-19 · Daesik Kim, Gyujeong Lee, Jisoo Jeong, Nojun Kwak

In this work, we introduce a novel weakly supervised object detection (WSOD) paradigm to detect objects belonging to rare classes that have not many examples using transferable knowledge from human-object interactions (H…

Human-Object Interaction DetectionObjectobject-detectionObject Detection+3

Open-World Human-Object Interaction Detection via Multi-modal Prompts

2024-06-11 · CVPR 2024 1 · Jie Yang, Bingliang Li, Ailing Zeng, Lei Zhang 외

In this paper, we develop \textbf{MP-HOI}, a powerful Multi-modal Prompt-based HOI detector designed to leverage both textual descriptions for open-set generalization and visual exemplars for handling high ambiguity in d…

Human-Object Interaction Detection

Transferable Interactiveness Knowledge for Human-Object Interaction Detection

2018-11-20 · CVPR 2019 6 · Yong-Lu Li, Siyuan Zhou, Xijie Huang, Liang Xu 외

Human-Object Interaction (HOI) Detection is an important problem to understand how humans interact with objects. In this paper, we explore Interactiveness Knowledge which indicates whether human and object interact with …

Human-Object Interaction DetectionObject

RegFormer: Transferable Relational Grounding for Efficient Weakly-Supervised Human-Object Interaction Detection

2026-04-01 · Jihwan Park, Chanhyeong Yang, Jinyoung Park, Taehoon Song 외 arxiv

Weakly-supervised Human-Object Interaction (HOI) detection is essential for scalable scene understanding, as it learns interactions from only image-level annotations. Due to the lack of localization signals, prior works …

Human-Object Interaction DetectionScene Understanding

Transferable Adversarial Examples for Anchor Free Object Detection

2021-06-03 · Quanyu Liao, Xin Wang, Bin Kong, Siwei Lyu 외

Deep neural networks have been demonstrated to be vulnerable to adversarial attacks: subtle perturbation can completely change prediction result. The vulnerability has led to a surge of research in this direction, includ…

Adversarial AttackObjectobject-detectionObject Detection