Efficient Human-Object-Interaction (EHOI) Detection via Interaction Label Coding and Conditional Decision
Tsung-Shan Yang, Yun-Cheng Wang, Chengwei Wei, Suya You, C. -C. Jay Kuo
TL;DR
This work tackles HOI detection under long-tailed, imbalanced data and opacity in end-to-end models. It introduces EHOI, a two-stage detector that freezes an object detector in the first stage and uses four statistically grounded modules in the second stage to encode interaction labels with error-correcting codes and perform conditional decisions via bit-wise XGBoost classifiers, all within a Green Learning framework. The approach yields strong efficiency: drastically reduced model size and FLOPs while maintaining competitive mAP, and it provides interpretable, feedforward decision pathways. The results suggest that ECC-based coding and modular, probability-based reasoning can deliver practical, transparent HOI detection suitable for edge and mobile settings, with potential for broader image understanding applications.
Abstract
Human-Object Interaction (HOI) detection is a fundamental task in image understanding. While deep-learning-based HOI methods provide high performance in terms of mean Average Precision (mAP), they are computationally expensive and opaque in training and inference processes. An Efficient HOI (EHOI) detector is proposed in this work to strike a good balance between detection performance, inference complexity, and mathematical transparency. EHOI is a two-stage method. In the first stage, it leverages a frozen object detector to localize the objects and extract various features as intermediate outputs. In the second stage, the first-stage outputs predict the interaction type using the XGBoost classifier. Our contributions include the application of error correction codes (ECCs) to encode rare interaction cases, which reduces the model size and the complexity of the XGBoost classifier in the second stage. Additionally, we provide a mathematical formulation of the relabeling and decision-making process. Apart from the architecture, we present qualitative results to explain the functionalities of the feedforward modules. Experimental results demonstrate the advantages of ECC-coded interaction labels and the excellent balance of detection performance and complexity of the proposed EHOI method.
