paper-with-me

Papers

ViPLO: Vision Transformer based Pose-Conditioned Self-Loop Graph for Human-Object Interaction Detection

2023-04-17 · CVPR 2023 1 · Jeeseung Park, Jin-Woo Park, Jong-Seok Lee

Human-Object Interaction (HOI) detection, which localizes and infers relationships between human and objects, plays an important role in scene understanding. Although two-stage HOI detectors have advantages of high efficiency in training and inference, they suffer from lower performance than one-stage methods due to the old backbone networks and the lack of considerations for the HOI perception process of humans in the interaction classifiers. In this paper, we propose Vision Transformer based Pose-Conditioned Self-Loop Graph (ViPLO) to resolve these problems. First, we propose a novel feature extraction method suitable for the Vision Transformer backbone, called masking with overlapped area (MOA) module. The MOA module utilizes the overlapped area between each patch and the given region in the attention function, which addresses the quantization problem when using the Vision Transformer backbone. In addition, we design a graph with a pose-conditioned self-loop structure, which updates the human node encoding with local features of human joints. This allows the classifier to focus on specific human joints to effectively identify the type of interaction, which is motivated by the human perception process for HOI. As a result, ViPLO achieves the state-of-the-art results on two public benchmarks, especially obtaining a +2.07 mAP performance gain on the HICO-DET dataset. The source codes are available at https://github.com/Jeeseung-Park/ViPLO.

📄 PDF Abstract BibTeX arXiv:2304.08114

Code (1)

jeeseung-park/viplo 공식 구현 pytorch

Tasks

Human-Object Interaction DetectionQuantizationScene Understanding

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
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…
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…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

AdaViT: Adaptive Vision Transformers for Efficient Image Recognition

2021-11-30 · CVPR 2022 1 · Lingchen Meng, Hengduo Li, Bor-Chun Chen, Shiyi Lan 외

Built on top of self-attention mechanisms, vision transformers have demonstrated remarkable performance on a variety of vision tasks recently. While achieving excellent performance, they still require relatively intensiv…

Adapting Self-Supervised Vision Transformers by Probing Attention-Conditioned Masking Consistency

2022-06-16 · Viraj Prabhu, Sriram Yenamandra, Aaditya Singh, Judy Hoffman

Visual domain adaptation (DA) seeks to transfer trained models to unseen, unlabeled domains across distribution shift, but approaches typically focus on adapting convolutional neural network architectures initialized wit…

Domain AdaptationObject RecognitionSelf-Supervised Learning

Domain-Conditioned Transformer for Fully Test-time Adaptation

2024-10-14 · Yushun Tang, Shuoshuo Chen, Jiyuan Jia, Yi Zhang 외

Fully test-time adaptation aims to adapt a network model online based on sequential analysis of input samples during the inference stage. We observe that, when applying a transformer network model into a new domain, the …

Domain AdaptationTest-time Adaptation

CERES: Pretraining of Graph-Conditioned Transformer for Semi-Structured Session Data

2022-01-16 · ACL ARR January 2022 1 · Anonymous

User sessions empower many search and recommendation tasks on a daily basis. Such session data are semi-structured, which encode heterogeneous relations between queries and products, and each item is described by the uns…

Entity LinkingSelf-Supervised LearningSession Search

CERES: Pretraining of Graph-Conditioned Transformer for Semi-Structured Session Data

2022-04-08 · NAACL 2022 7 · Rui Feng, Chen Luo, Qingyu Yin, Bing Yin 외

User sessions empower many search and recommendation tasks on a daily basis. Such session data are semi-structured, which encode heterogeneous relations between queries and products, and each item is described by the uns…

Entity LinkingSelf-Supervised LearningSession Search