Loading [MathJax]/extensions/MathMenu.js
Efficient Adaptive Human-Object Interaction Detection with Concept-guided Memory | IEEE Conference Publication | IEEE Xplore

Efficient Adaptive Human-Object Interaction Detection with Concept-guided Memory


Abstract:

Human Object Interaction (HOI) detection aims to localize and infer the relationships between a human and an object. Arguably, training supervised models for this task fr...Show More

Abstract:

Human Object Interaction (HOI) detection aims to localize and infer the relationships between a human and an object. Arguably, training supervised models for this task from scratch presents challenges due to the performance drop over rare classes and the high computational cost and time required to handle long-tailed distributions of HOIs in complex HOI scenes in realistic settings. This observation motivates us to design an HOI detector that can be trained even with long-tailed labeled data and can leverage existing knowledge from pre-trained models. Inspired by the powerful generalization ability of the large Vision-Language Models (VLM) on classification and retrieval tasks, we propose an efficient Adaptive HOI Detector with Concept-guided Memory (ADA-CM). ADA-CM has two operating modes. The first mode makes it tunable without learning new parameters in a training-free paradigm. Its second mode incorporates an instance-aware adapter mechanism that can further efficiently boost performance if updating a lightweight set of parameters can be afforded. Our proposed method achieves competitive results with state-of-the-art on the HICO-DET and V-COCO datasets with much less training time. Code can be found at https://github.com/ltttpku/ADA-CM.
Date of Conference: 01-06 October 2023
Date Added to IEEE Xplore: 15 January 2024
ISBN Information:

ISSN Information:

Conference Location: Paris, France

Funding Agency:


1. Introduction

Human-object interaction (HOI) detection is essential for comprehending human-centric scenes at a high level. Given an image, HOI detection aims to localize human and object pairs and recognize their interactions, i.e. a set of <human, object, action> triplets. Recently, vision Transformers [41], especially the DEtection TRansformer (DETR) [1], have started to revolutionize the HOI detection task. Two-stage methods use an off-the-shelf detector, e.g. DETR, to localize humans and objects concurrently, followed by predicting interaction classes using the localized region features. One-stage methods usually leverage the pre-trained or fine-tuned weights and architecture of DETR to predict HOI triplets from a global image context in an end-to-end manner.

Contact IEEE to Subscribe

References

References is not available for this document.