paper-with-me

Papers

Vision Transformer based Random Walk for Group Re-Identification

2024-10-08 · Guoqing Zhang, Tianqi Liu, Wenxuan Fang, yuhui Zheng

Group re-identification (re-ID) aims to match groups with the same people under different cameras, mainly involves the challenges of group members and layout changes well. Most existing methods usually use the k-nearest neighbor algorithm to update node features to consider changes in group membership, but these methods cannot solve the problem of group layout changes. To this end, we propose a novel vision transformer based random walk framework for group re-ID. Specifically, we design a vision transformer based on a monocular depth estimation algorithm to construct a graph through the average depth value of pedestrian features to fully consider the impact of camera distance on group members relationships. In addition, we propose a random walk module to reconstruct the graph by calculating affinity scores between target and gallery images to remove pedestrians who do not belong to the current group. Experimental results show that our framework is superior to most methods.

📄 PDF Abstract BibTeX arXiv:2410.05808

Code (0)

등록된 구현이 없습니다.

Tasks

Depth EstimationMonocular Depth Estimation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Deep Group-shuffling Random Walk for Person Re-identification

2018-07-30 · CVPR 2018 6 · Yantao Shen, Hongsheng Li, Tong Xiao, Shuai Yi 외

Person re-identification aims at finding a person of interest in an image gallery by comparing the probe image of this person with all the gallery images. It is generally treated as a retrieval problem, where the affinit…

Person Re-IdentificationRetrieval

Self-Supervised Any-Point Tracking by Contrastive Random Walks

2024-09-24 · Ayush Shrivastava, Andrew Owens

We present a simple, self-supervised approach to the Tracking Any Point (TAP) problem. We train a global matching transformer to find cycle consistent tracks through video via contrastive random walks, using the transfor…

Contrastive LearningData AugmentationPoint Tracking

CrossWalk: Fairness-enhanced Node Representation Learning

2021-05-06 · Ahmad Khajehnejad, Moein Khajehnejad, Mahmoudreza Babaei, Krishna P. Gummadi 외

The potential for machine learning systems to amplify social inequities and unfairness is receiving increasing popular and academic attention. Much recent work has focused on developing algorithmic tools to assess and mi…

FairnessLink PredictionNode ClassificationRepresentation Learning

Hyper-STTN: Social Group-aware Spatial-Temporal Transformer Network for Human Trajectory Prediction with Hypergraph Reasoning

2024-01-12 · Weizheng Wang, Chaowei Wang, Baijian Yang, Guohua Chen 외

Predicting crowded intents and trajectories is crucial in varouls real-world applications, including service robots and autonomous vehicles. Understanding environmental dynamics is challenging, not only due to the comple…

Autonomous VehiclesTrajectory Prediction

Random Wins All: Rethinking Grouping Strategies for Vision Tokens

2026-02-28 · Qihang Fan, Yuang Ai, Huaibo Huang, Ran He arxiv

Since Transformers are introduced into vision architectures, their quadratic complexity has always been a significant issue that many research efforts aim to address. A representative approach involves grouping tokens, p…

Object Detection