English

Neural-Logic Human-Object Interaction Detection

Computer Vision and Pattern Recognition 2023-11-17 v1

Abstract

The interaction decoder utilized in prevalent Transformer-based HOI detectors typically accepts pre-composed human-object pairs as inputs. Though achieving remarkable performance, such paradigm lacks feasibility and cannot explore novel combinations over entities during decoding. We present L OGIC HOI, a new HOI detector that leverages neural-logic reasoning and Transformer to infer feasible interactions between entities. Specifically, we modify the self-attention mechanism in vanilla Transformer, enabling it to reason over the <human, action, object> triplet and constitute novel interactions. Meanwhile, such reasoning process is guided by two crucial properties for understanding HOI: affordances (the potential actions an object can facilitate) and proxemics (the spatial relations between humans and objects). We formulate these two properties in first-order logic and ground them into continuous space to constrain the learning process of our approach, leading to improved performance and zero-shot generalization capabilities. We evaluate L OGIC HOI on V-COCO and HICO-DET under both normal and zero-shot setups, achieving significant improvements over existing methods.

Keywords

Cite

@article{arxiv.2311.09817,
  title  = {Neural-Logic Human-Object Interaction Detection},
  author = {Liulei Li and Jianan Wei and Wenguan Wang and Yi Yang},
  journal= {arXiv preprint arXiv:2311.09817},
  year   = {2023}
}

Comments

Accepted to NeurIPS 2023; Code: https://github.com/weijianan1/LogicHOI

R2 v1 2026-06-28T13:23:17.628Z