CVAug 4, 2023

Improving Human-Object Interaction Detection via Virtual Image Learning

arXiv:2308.02606v18 citationsh-index: 65
Originality Incremental advance
AI Analysis

This addresses the long-tail issue in HOI detection for computer vision applications, offering an incremental improvement by enhancing existing methods with minimal additional training.

The paper tackles the long-tail distribution problem in Human-Object Interaction detection by proposing Virtual Image Learning, which generates a balanced dataset and uses a teacher-student framework to improve model training, achieving new state-of-the-art results on two benchmarks.

Human-Object Interaction (HOI) detection aims to understand the interactions between humans and objects, which plays a curtail role in high-level semantic understanding tasks. However, most works pursue designing better architectures to learn overall features more efficiently, while ignoring the long-tail nature of interaction-object pair categories. In this paper, we propose to alleviate the impact of such an unbalanced distribution via Virtual Image Leaning (VIL). Firstly, a novel label-to-image approach, Multiple Steps Image Creation (MUSIC), is proposed to create a high-quality dataset that has a consistent distribution with real images. In this stage, virtual images are generated based on prompts with specific characterizations and selected by multi-filtering processes. Secondly, we use both virtual and real images to train the model with the teacher-student framework. Considering the initial labels of some virtual images are inaccurate and inadequate, we devise an Adaptive Matching-and-Filtering (AMF) module to construct pseudo-labels. Our method is independent of the internal structure of HOI detectors, so it can be combined with off-the-shelf methods by training merely 10 additional epochs. With the assistance of our method, multiple methods obtain significant improvements, and new state-of-the-art results are achieved on two benchmarks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes