paper-with-me

홈 › Papers

Rethinking Zero-shot Action Recognition: Learning from Latent Atomic Actions

2022-03-28 · ECCV 2022 10 · Yijun Qian, Lijun Yu, Wenhe Liu, and Alexander G. Hauptmann

To avoid time-consuming annotating and retraining cycle in applying supervised action recognition models, Zero-Shot Action Recognition (ZSAR) has become a thriving direction. ZSAR requires models to recognize actions that never appear in training set through bridging visual features and semantic representations. However, due to the complexity of actions, it remains challenging to transfer knowledge learned from source to target action domains. Previous ZSAR methods mainly focus on mitigating representation variance between source and target actions through integrating or applying new action-level features. However, the action-level features are coarse-grained and make the learned one-to-one bridge fragile to similar target actions. Meanwhile, integration or application of features usually requires extra computation or annotation. These methods didn’t notice that two actions with different names may still share the same atomic action components. It enables humans to quickly understand an unseen action given bunch of atomic actions learned from seen actions. Inspired by this, we propose Jigsaw Network (JigsawNet) which recognizes complex actions through unsupervisedly decomposing them into combinations of atomic actions and bridging group to group relationships between visual features and semantic representations. To enhance the robustness of learned group-to-group bridge, we propose Group Excitation (GE) module to model intra-sample knowledge and Consistency Loss to enforce the model learn from inter-sample knowledge. Our JigsawNet achieves state-of-the-art performance on three benchmarks and surpasses previous works with noticeable margins.

📄 PDF Abstract BibTeX

Code (1)

KevinQian97/JigsawNet 공식 구현 pytorch

Tasks

Action RecognitionZero-Shot Action Recognition

Methods 이 논문이 사용한 방법론

Jigsaw Jigsaw is a self-supervision approach that relies on jigsaw-like puzzles as the pretext task in order to learn image representations.

Similar Papers 제목 키워드 기반

Multi-Label Zero-Shot Human Action Recognition via Joint Latent Ranking Embedding

2017-09-15 · Qian Wang, Ke Chen

Human action recognition refers to automatic recognizing human actions from a video clip. In reality, there often exist multiple human actions in a video stream. Such a video stream is often weakly-annotated with a set o…

Action RecognitionMulti-Label LearningMulti-label zero-shot learningTemporal Action Localization+2

Zero-Shot Visual Recognition via Bidirectional Latent Embedding

2016-07-07 · Qian Wang, Ke Chen

Zero-shot learning for visual recognition, e.g., object and action recognition, has recently attracted a lot of attention. However, it still remains challenging in bridging the semantic gap between visual features and th…

Action RecognitionTemporal Action LocalizationZero-Shot Learning

Rethinking Domain Adaptation and Generalization in the Era of CLIP

2024-07-21 · Ruoyu Feng, Tao Yu, Xin Jin, Xiaoyuan Yu 외

In recent studies on domain adaptation, significant emphasis has been placed on the advancement of learning shared knowledge from a source domain to a target domain. Recently, the large vision-language pre-trained model,…

Domain AdaptationZero-Shot Learning

Rethinking Zero-shot Neural Machine Translation: From a Perspective of Latent Variables

2021-09-10 · Findings (EMNLP) 2021 11 · Weizhi Wang, Zhirui Zhang, Yichao Du, Boxing Chen 외

Zero-shot translation, directly translating between language pairs unseen in training, is a promising capability of multilingual neural machine translation (NMT). However, it usually suffers from capturing spurious corre…

DenoisingMachine TranslationNMTTranslation

TDSM: Triplet Diffusion for Skeleton-Text Matching in Zero-Shot Action Recognition

2024-11-16 · Jeonghyeok Do, Munchurl Kim

We firstly present a diffusion-based action recognition with zero-shot learning for skeleton inputs. In zero-shot skeleton-based action recognition, aligning skeleton features with the text features of action labels is e…

Action RecognitionSkeleton Based Action RecognitionText MatchingTriplet+3