paper-with-me

Papers

Multi-Granularity Graph Pooling for Video-based Person Re-Identification

2022-09-23 · Honghu Pan, Yongyong Chen, Zhenyu He

The video-based person re-identification (ReID) aims to identify the given pedestrian video sequence across multiple non-overlapping cameras. To aggregate the temporal and spatial features of the video samples, the graph neural networks (GNNs) are introduced. However, existing graph-based models, like STGCN, perform the \textit{mean}/\textit{max pooling} on node features to obtain the graph representation, which neglect the graph topology and node importance. In this paper, we propose the graph pooling network (GPNet) to learn the multi-granularity graph representation for the video retrieval, where the \textit{graph pooling layer} is implemented to downsample the graph. We first construct a multi-granular graph, whose node features denote image embedding learned by backbone, and edges are established between the temporal and Euclidean neighborhood nodes. We then implement multiple graph convolutional layers to perform the neighborhood aggregation on the graphs. To downsample the graph, we propose a multi-head full attention graph pooling (MHFAPool) layer, which integrates the advantages of existing node clustering and node selection pooling methods. Specifically, MHFAPool takes the main eigenvector of full attention matrix as the aggregation coefficients to involve the global graph information in each pooled nodes. Extensive experiments demonstrate that our GPNet achieves the competitive results on four widely-used datasets, i.e., MARS, DukeMTMC-VideoReID, iLIDS-VID and PRID-2011.

📄 PDF Abstract BibTeX arXiv:2209.11584

Code (0)

등록된 구현이 없습니다.

Tasks

Node ClusteringPerson Re-IdentificationRetrievalVideo-Based Person Re-IdentificationVideo Retrieval

Similar Papers 제목 키워드 기반

Global to Local: Topology-Preserving Adaptive Graph Pooling via Granular-Ball

2026-09-04 · Sen Zhao, Gaojie Xu, Shuyin Xia, Yifan Guan 외 arxiv

Graph pooling aims to compress the graph, including both node embeddings and their underlying topological patterns, into a more compact representation. Previous works focus primarily on the overly fine-grained representa…

Graph Classification

Action Recognition with Deep Multiple Aggregation Networks

2020-06-08 · Ahmed Mazari, Hichem Sahbi

Most of the current action recognition algorithms are based on deep networks which stack multiple convolutional, pooling and fully connected layers. While convolutional and fully connected operations have been widely stu…

Action Recognition

Deep hierarchical pooling design for cross-granularity action recognition

2020-06-08 · Ahmed Mazari, Hichem Sahbi

In this paper, we introduce a novel hierarchical aggregation design that captures different levels of temporal granularity in action recognition. Our design principle is coarse-to-fine and achieved using a tree-structure…

Action Recognition

Strong but Simple Baseline with Dual-Granularity Triplet Loss for Visible-Thermal Person Re-Identification

2020-12-09 · Haijun Liu, Yanxia Chai, Xiaoheng Tan, Dong Li 외

In this letter, we propose a conceptually simple and effective dual-granularity triplet loss for visible-thermal person re-identification (VT-ReID). In general, ReID models are always trained with the sample-based triple…

Cross-Modal Person Re-IdentificationPerson Re-IdentificationTriplet

Jointly Attentive Spatial-Temporal Pooling Networks for Video-based Person Re-Identification

2017-08-03 · ICCV 2017 10 · Shuangjie Xu, Yu Cheng, Kang Gu, Yang Yang 외

Person Re-Identification (person re-id) is a crucial task as its applications in visual surveillance and human-computer interaction. In this work, we present a novel joint Spatial and Temporal Attention Pooling Network (…

Person Re-IdentificationVideo-Based Person Re-Identification