CVApr 18, 2019

DDLSTM: Dual-Domain LSTM for Cross-Dataset Action Recognition

arXiv:1904.08634v128 citations
Originality Incremental advance
AI Analysis

This addresses domain shift in action recognition for video analysis, but it is incremental as it adapts existing convolutional network techniques to recurrent networks.

The paper tackled domain alignment in recurrent networks for cross-dataset action recognition by introducing DDLSTM, which learns temporal dependencies from two domains concurrently, resulting in an average accuracy increase of 3.5% compared to baseline LSTMs.

Domain alignment in convolutional networks aims to learn the degree of layer-specific feature alignment beneficial to the joint learning of source and target datasets. While increasingly popular in convolutional networks, there have been no previous attempts to achieve domain alignment in recurrent networks. Similar to spatial features, both source and target domains are likely to exhibit temporal dependencies that can be jointly learnt and aligned. In this paper we introduce Dual-Domain LSTM (DDLSTM), an architecture that is able to learn temporal dependencies from two domains concurrently. It performs cross-contaminated batch normalisation on both input-to-hidden and hidden-to-hidden weights, and learns the parameters for cross-contamination, for both single-layer and multi-layer LSTM architectures. We evaluate DDLSTM on frame-level action recognition using three datasets, taking a pair at a time, and report an average increase in accuracy of 3.5%. The proposed DDLSTM architecture outperforms standard, fine-tuned, and batch-normalised LSTMs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes