paper-with-me

Papers

Discovering Human Interactions With Large-Vocabulary Objects via Query and Multi-Scale Detection

2021-01-01 · ICCV 2021 10 · Suchen Wang, Kim-Hui Yap, Henghui Ding, Jiyan Wu, Junsong Yuan, Yap-Peng Tan

In this work, we study the problem of human-object interaction (HOI) detection with large vocabulary object categories. Previous HOI studies are mainly conducted in the regime of limit object categories (e.g., 80 categories). Their solutions may face new difficulties in both object detection and interaction classification due to the increasing diversity of objects (e.g., 1000 categories). Different from previous methods, we formulate the HOI detection as a query problem. We propose a unified model to jointly discover the target objects and predict the corresponding interactions based on the human queries, thereby eliminating the need of using generic object detectors, extra steps to associate human-object instances, and multi-stream interaction recognition. This is achieved by a repurposed Transformer unit and a novel cascade detection over multi-scale feature maps. We observe that such a highly-coupled solution brings benefits for both object detection and interaction classification in a large vocabulary setting. To study the new challenges of the large vocabulary HOI detection, we assemble two datasets from the publicly available SWiG and 100 Days of Hands datasets. Experiments on these datasets validate that our proposed method can achieve a notable mAP improvement on HOI detection with a faster inference speed than existing one-stage HOI detectors.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Human-Object Interaction DetectionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Residual Connection 설명 없음
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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Discovering A Variety of Objects in Spatio-Temporal Human-Object Interactions

2022-11-14 · Yong-Lu Li, Hongwei Fan, Zuoyu Qiu, Yiming Dou 외

Spatio-temporal Human-Object Interaction (ST-HOI) detection aims at detecting HOIs from videos, which is crucial for activity understanding. In daily HOIs, humans often interact with a variety of objects, e.g., holding a…

Human-Object Interaction DetectionObjectobject-detectionObject Detection+1

Discovering Human Interactions With Novel Objects via Zero-Shot Learning

2020-06-01 · CVPR 2020 6 · Suchen Wang, Kim-Hui Yap, Junsong Yuan, Yap-Peng Tan

We aim to detect human interactions with novel objects through zero-shot learning. Different from previous works, we allow unseen object categories by using its semantic word embedding. To do so, we design a human-object…

Human-Object Interaction DetectionObjectRegion Proposalzero-shot-classification+1

Reconstructing In-the-Wild Open-Vocabulary Human-Object Interactions

2025-03-20 · CVPR 2025 1 · Boran Wen, Dingbang Huang, Zichen Zhang, Jiahong Zhou 외

Reconstructing human-object interactions (HOI) from single images is fundamental in computer vision. Existing methods are primarily trained and tested on indoor scenes due to the lack of 3D data, particularly constrained…

3D ReconstructionHuman-Object Interaction Detection

Opening the Vocabulary of Egocentric Actions

2023-08-22 · NeurIPS 2023 11 · Dibyadip Chatterjee, Fadime Sener, Shugao Ma, Angela Yao

Human actions in egocentric videos are often hand-object interactions composed from a verb (performed by the hand) applied to an object. Despite their extensive scaling up, egocentric datasets still face two limitations …

Action RecognitionObjectOpen Vocabulary Action Recognition

GLOVER: Generalizable Open-Vocabulary Affordance Reasoning for Task-Oriented Grasping

2024-11-19 · Teli Ma, Zifan Wang, Jiaming Zhou, Mengmeng Wang 외

Inferring affordable (i.e., graspable) parts of arbitrary objects based on human specifications is essential for robots advancing toward open-vocabulary manipulation. Current grasp planners, however, are hindered by limi…

Common Sense ReasoningHuman-Object Interaction DetectionPose EstimationWorld Knowledge