paper-with-me

홈 › Papers

CTrGAN: Cycle Transformers GAN for Gait Transfer

2022-06-30 · Shahar Mahpod, Noam Gaash, Hay Hoffman, Gil Ben-Artzi

We introduce a novel approach for gait transfer from unconstrained videos in-the-wild. In contrast to motion transfer, the objective here is not to imitate the source's motions by the target, but rather to replace the walking source with the target, while transferring the target's typical gait. Our approach can be trained only once with multiple sources and is able to transfer the gait of the target from unseen sources, eliminating the need for retraining for each new source independently. Furthermore, we propose a novel metrics for gait transfer based on gait recognition models that enable to quantify the quality of the transferred gait, and show that existing techniques yield a discrepancy that can be easily detected. We introduce Cycle Transformers GAN (CTrGAN), that consist of a decoder and encoder, both Transformers, where the attention is on the temporal domain between complete images rather than the spatial domain between patches. Using a widely-used gait recognition dataset, we demonstrate that our approach is capable of producing over an order of magnitude more realistic personalized gaits than existing methods, even when used with sources that were not available during training. As part of our solution, we present a detector that determines whether a video is real or generated by our model.

📄 PDF Abstract BibTeX arXiv:2206.15248

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderGait Recognition

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 설명 없음
Residual Connection 설명 없음
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…
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…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Spatiotemporal Characterization of Gait from Monocular Videos with Transformers

2021-09-29 · R. James Cotton, Emoonah McClerklin, Anthony Cimorelli, Ankit Patel

Human pose estimation from monocular video is a rapidly advancing field that offers great promise to human movement science and rehabilitation. This potential is tempered by the smaller body of work ensuring the outputs …

Pose Estimation

Person Identification from Partial Gait Cycle Using Fully Convolutional Neural Network

2018-04-23 · Maryam Babaee, Linwei Li, Gerhard Rigoll

Gait as a biometric property for person identification plays a key role in video surveillance and security applications. In gait recognition, normally, gait feature such as Gait Energy Image (GEI) is extracted from one f…

Gait RecognitionPerson Identification

RGait-NET: An Effective Network for Recovering Missing Information from Occluded Gait Cycles

2019-12-14 · Dhritimaan Das, Ayush Agarwal, Pratik Chattopadhyay, Lipo Wang

Gait of a person refers to his/her walking pattern, and according to medical studies gait of every individual is unique. Over the past decade, several computer vision-based gait recognition approaches have been proposed …

Gait RecognitionOcclusion HandlingPerson Identification

Asynchronous Averaging of Gait Cycles for Classification of Gait and Device Modes

2019-07-04 · Parinaz Kasebzadeh, Gustaf Hendeby, Fredrik Gustafsson

An approach for computing unique gait signature using measurements collected from body-worn inertial measurement units (IMUs) is proposed. The gait signature represents one full cycle of the human gait, and is suitable f…

ClassificationGeneral Classification

Gait Recognition from a Single Image using a Phase-Aware Gait Cycle Reconstruction Network

2020-08-01 · ECCV 2020 8 · Chi Xu, Yasushi Makihara, Xiang Li, Yasushi Yagi 외

We propose a method of gait recognition just from a single image for the first time, which enables latency-free gait recognition. To mitigate large intra-subject variations caused by a phase (gait pose) difference betwee…

Gait Recognition