paper-with-me

홈 › Papers

Temporal Transformer Networks: Joint Learning of Invariant and Discriminative Time Warping

2019-06-13 · CVPR 2019 6 · Suhas Lohit, Qiao Wang, Pavan Turaga

Many time-series classification problems involve developing metrics that are invariant to temporal misalignment. In human activity analysis, temporal misalignment arises due to various reasons including differing initial phase, sensor sampling rates, and elastic time-warps due to subject-specific biomechanics. Past work in this area has only looked at reducing intra-class variability by elastic temporal alignment. In this paper, we propose a hybrid model-based and data-driven approach to learn warping functions that not just reduce intra-class variability, but also increase inter-class separation. We call this a temporal transformer network (TTN). TTN is an interpretable differentiable module, which can be easily integrated at the front end of a classification network. The module is capable of reducing intra-class variance by generating input-dependent warping functions which lead to rate-robust representations. At the same time, it increases inter-class variance by learning warping functions that are more discriminative. We show improvements over strong baselines in 3D action recognition on challenging datasets using the proposed framework. The improvements are especially pronounced when training sets are smaller.

📄 PDF Abstract BibTeX arXiv:1906.05947

Code (1)

suhaslohit/TTN tf

Tasks

3D Action RecognitionAction RecognitionGeneral ClassificationTime SeriesTime Series AnalysisTime Series Classification

Methods 이 논문이 사용한 방법론

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 설명 없음
Residual Connection 설명 없음
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…
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…
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…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Focal and Global Spatial-Temporal Transformer for Skeleton-based Action Recognition

2022-10-06 · Zhimin Gao, Peitao Wang, Pei Lv, Xiaoheng Jiang 외

Despite great progress achieved by transformer in various vision tasks, it is still underexplored for skeleton-based action recognition with only a few attempts. Besides, these methods directly calculate the pair-wise gl…

Action RecognitionSkeleton Based Action Recognition

Enhanced skeleton visualization for view invariant human action recognition

2017-08-01 · Pattern Recognition 2017 8 · Mengyuan Liu, Hong Liu, Chen Chen

Human action recognition based on skeletons has wide applications in human–computer interaction and intelligent surveillance. However, view variations and noisy data bring challenges to this task. What’s more, it remains…

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

BEVT: BERT Pretraining of Video Transformers

2021-12-02 · CVPR 2022 1 · Rui Wang, Dongdong Chen, Zuxuan Wu, Yinpeng Chen 외

This paper studies the BERT pretraining of video transformers. It is a straightforward but worth-studying extension given the recent success from BERT pretraining of image transformers. We introduce BEVT which decouples …

Action RecognitionRepresentation Learning

Frequency Guidance Matters: Skeletal Action Recognition by Frequency-Aware Mixed Transformer

2024-07-17 · Wenhan Wu, Ce Zheng, Zihao Yang, Chen Chen 외

Recently, transformers have demonstrated great potential for modeling long-term dependencies from skeleton sequences and thereby gained ever-increasing attention in skeleton action recognition. However, the existing tran…

Action RecognitionSkeleton Based Action Recognition

Skeletonnet: Mining deep part features for 3-d action recognition

2017-03-31 · IEEE Signal Processing Letters ( Volume: 24 , Issue: 6 , June 2017 ) 2017 3 · Qiuhong Ke, Senjian An, Mohammed Bennamoun, Ferdous Sohel 외

This letter presents SkeletonNet, a deep learning framework for skeleton-based 3-D action recognition. Given a skeleton sequence, the spatial structure of the skeleton joints in each frame and the temporal information be…

Action RecognitionDeep LearningSkeleton Based Action RecognitionTime Series+2