paper-with-me

Papers

Exploring Structure-aware Transformer over Interaction Proposals for Human-Object Interaction Detection

2022-06-13 · CVPR 2022 1 · Yong Zhang, Yingwei Pan, Ting Yao, Rui Huang, Tao Mei, Chang-Wen Chen

Recent high-performing Human-Object Interaction (HOI) detection techniques have been highly influenced by Transformer-based object detector (i.e., DETR). Nevertheless, most of them directly map parametric interaction queries into a set of HOI predictions through vanilla Transformer in a one-stage manner. This leaves rich inter- or intra-interaction structure under-exploited. In this work, we design a novel Transformer-style HOI detector, i.e., Structure-aware Transformer over Interaction Proposals (STIP), for HOI detection. Such design decomposes the process of HOI set prediction into two subsequent phases, i.e., an interaction proposal generation is first performed, and then followed by transforming the non-parametric interaction proposals into HOI predictions via a structure-aware Transformer. The structure-aware Transformer upgrades vanilla Transformer by encoding additionally the holistically semantic structure among interaction proposals as well as the locally spatial structure of human/object within each interaction proposal, so as to strengthen HOI predictions. Extensive experiments conducted on V-COCO and HICO-DET benchmarks have demonstrated the effectiveness of STIP, and superior results are reported when comparing with the state-of-the-art HOI detectors. Source code is available at \url{https://github.com/zyong812/STIP}.

📄 PDF Abstract BibTeX arXiv:2206.06291

Code (1)

zyong812/stip 공식 구현 pytorch

Tasks

Human-Object Interaction DetectionObject

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

SDTP: Semantic-aware Decoupled Transformer Pyramid for Dense Image Prediction

2021-09-18 · Zekun Li, Yufan Liu, Bing Li, Weiming Hu 외

Although transformer has achieved great progress on computer vision tasks, the scale variation in dense image prediction is still the key challenge. Few effective multi-scale techniques are applied in transformer and the…

DiversityPrediction

Exploring Entity Interactions for Few-Shot Relation Learning (Student Abstract)

2022-05-04 · Yi Liang, Shuai Zhao, Bo Cheng, Yuwei Yin 외

Few-shot relation learning refers to infer facts for relations with a limited number of observed triples. Existing metric-learning methods for this problem mostly neglect entity interactions within and between triples. I…

Metric LearningRelation

Knowing Your Target: Target-Aware Transformer Makes Better Spatio-Temporal Video Grounding

2025-02-16 · Xin Gu, Yaojie Shen, Chenxi Luo, Tiejian Luo 외

Transformer has attracted increasing interest in STVG, owing to its end-to-end pipeline and promising result. Existing Transformer-based STVG approaches often leverage a set of object queries, which are initialized simpl…

AttributeObjectSpatio-Temporal Video GroundingTemporal Localization+1

Structure-aware Hypergraph Transformer for Diagnosis Prediction in Electronic Health Records

2025-08-28 · Haiyan Wang, Ye Yuan arxiv

Electronic Health Records (EHR) systematically organize patient health data through standardized medical codes, serving as a comprehensive and invaluable source for predictive modeling. Graph neural networks (GNNs) have …

Molecular Substructure-Aware Network for Drug-Drug Interaction Prediction

2022-08-24 · Xinyu Zhu, Yongliang Shen, Weiming Lu

Concomitant administration of drugs can cause drug-drug interactions (DDIs). Some drug combinations are beneficial, but other ones may cause negative effects which are previously unrecorded. Previous works on DDI predict…