paper-with-me

홈 › Papers

Few-Shot Temporal Action Localization with Query Adaptive Transformer

2021-10-20 · Sauradip Nag, Xiatian Zhu, Tao Xiang

Existing temporal action localization (TAL) works rely on a large number of training videos with exhaustive segment-level annotation, preventing them from scaling to new classes. As a solution to this problem, few-shot TAL (FS-TAL) aims to adapt a model to a new class represented by as few as a single video. Exiting FS-TAL methods assume trimmed training videos for new classes. However, this setting is not only unnatural actions are typically captured in untrimmed videos, but also ignores background video segments containing vital contextual cues for foreground action segmentation. In this work, we first propose a new FS-TAL setting by proposing to use untrimmed training videos. Further, a novel FS-TAL model is proposed which maximizes the knowledge transfer from training classes whilst enabling the model to be dynamically adapted to both the new class and each video of that class simultaneously. This is achieved by introducing a query adaptive Transformer in the model. Extensive experiments on two action localization benchmarks demonstrate that our method can outperform all the state of the art alternatives significantly in both single-domain and cross-domain scenarios. The source code can be found in https://github.com/sauradip/fewshotQAT

📄 PDF Abstract BibTeX arXiv:2110.10552

Code (1)

sauradip/fewshotQAT 공식 구현 pytorch

Tasks

Action LocalizationAction SegmentationFew Shot Temporal Action LocalizationFine-Grained Action DetectionTemporal Action LocalizationTemporal LocalizationTransfer Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…

Similar Papers 제목 키워드 기반

DART: Difficulty-Adaptive Routing for Zero-Shot Video Temporal Grounding

2026-07-01 · Zhengbo Zhang, Mark He Huang, Zhigang Tu, Ming-Hsuan Yang arxiv

Zero-shot video temporal grounding (VTG) localizes events in untrimmed videos from natural language queries without task-specific training. Existing methods rely on frame-query feature matching, which suffices for simple…

Natural Language Queries

FMI-TAL: Few-shot Multiple Instances Temporal Action Localization by Probability Distribution Learning and Interval Cluster Refinement

2024-08-25 · Fengshun Wang, Qiurui Wang, Yuting Wang

The present few-shot temporal action localization model can't handle the situation where videos contain multiple action instances. So the purpose of this paper is to achieve manifold action instances localization in a le…

Action LocalizationFew Shot Temporal Action LocalizationTemporal Action Localization

Few-Shot Transformation of Common Actions into Time and Space

2021-04-06 · CVPR 2021 1 · Pengwan Yang, Pascal Mettes, Cees G. M. Snoek

This paper introduces the task of few-shot common action localization in time and space. Given a few trimmed support videos containing the same but unknown action, we strive for spatio-temporal localization of that actio…

Action LocalizationDecoderTemporal Localization

Chain-of-Thought Textual Reasoning for Few-shot Temporal Action Localization

2025-04-18 · Hongwei Ji, Wulian Yun, Mengshi Qi, Huadong Ma

Traditional temporal action localization (TAL) methods rely on large amounts of detailed annotated data, whereas few-shot TAL reduces this dependence by using only a few training samples to identify unseen action categor…

Action LocalizationAnomaly DetectionAnomaly LocalizationFew-Shot Learning+5

Zero-Shot Temporal Interaction Localization for Egocentric Videos

2025-06-04 · Erhang Zhang, Junyi Ma, Yin-Dong Zheng, Yixuan Zhou 외

Locating human-object interaction (HOI) actions within video serves as the foundation for multiple downstream tasks, such as human behavior analysis and human-robot skill transfer. Current temporal action localization me…

Action LocalizationHuman-Object Interaction DetectionTemporal Action Localization