SQA: Strong Guidance Query with Self-Selected Attention for Human-Object Interaction Detection
Feng Zhang, Sheng Liu, Bingnan Guo, Ruixiang Chen, Junhao Chen
Abstract
The attention mechanism in Transformer-based HOI models plays important role in the comprehension of human and object interaction. However, most previous Transformer-based models ignore the guidance on the query and attention, which leads to a poor understanding of interaction behaviour. In this paper, we propose a strong guidance query model with self-selected attention called SQA. The model includes two novel modules, query feature extraction (QFE) and attention mask construction (AMC). QFE builds strong guidance query by concatenating guidance features. The strong guidance query effectively improves the ability to capture both human and object relationships. Meanwhile, AMC establishes distinctive attention masks for each query. The masks allow each query to contact self-selected particular attention regions. It facilitates directing query to obtain more accurate information during cross-attention even in the rare-sample case. We evaluate our SQA model on the mainstream HICO-DET and V-COCO datasets and it achieves a state-of-the-art result. The codes are available at https://github.com/nmbzdwss/SQA.
BibTeX
@inproceedings{icassp2023_sqastrongguidanc,
title = {SQA: Strong Guidance Query with Self-Selected Attention for Human-Object Interaction Detection},
author = {Feng Zhang and Sheng Liu and Bingnan Guo and Ruixiang Chen and Junhao Chen},
booktitle = {ICASSP 2023},
year = {2023}
}