paper-with-me

Papers

DiffTAD: Temporal Action Detection with Proposal Denoising Diffusion

2023-03-27 · ICCV 2023 1 · Sauradip Nag, Xiatian Zhu, Jiankang Deng, Yi-Zhe Song, Tao Xiang

We propose a new formulation of temporal action detection (TAD) with denoising diffusion, DiffTAD in short. Taking as input random temporal proposals, it can yield action proposals accurately given an untrimmed long video. This presents a generative modeling perspective, against previous discriminative learning manners. This capability is achieved by first diffusing the ground-truth proposals to random ones (i.e., the forward/noising process) and then learning to reverse the noising process (i.e., the backward/denoising process). Concretely, we establish the denoising process in the Transformer decoder (e.g., DETR) by introducing a temporal location query design with faster convergence in training. We further propose a cross-step selective conditioning algorithm for inference acceleration. Extensive evaluations on ActivityNet and THUMOS show that our DiffTAD achieves top performance compared to previous art alternatives. The code will be made available at https://github.com/sauradip/DiffusionTAD.

📄 PDF Abstract BibTeX arXiv:2303.14863

Code (1)

sauradip/diffusiontad 공식 구현 pytorch

Tasks

Action DetectionDecoderDenoising

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

A Proposal-Based Solution to Spatio-Temporal Action Detection in Untrimmed Videos

2018-11-20 · Joshua Gleason, Rajeev Ranjan, Steven Schwarcz, Carlos D. Castillo 외

Existing approaches for spatio-temporal action detection in videos are limited by the spatial extent and temporal duration of the actions. In this paper, we present a modular system for spatio-temporal action detection i…

Action ClassificationAction DetectionClusteringobject-detection+1

Spatio-Temporal Action Detection with Cascade Proposal and Location Anticipation

2017-07-31 · Zhenheng Yang, Jiyang Gao, Ram Nevatia

In this work, we address the problem of spatio-temporal action detection in temporally untrimmed videos. It is an important and challenging task as finding accurate human actions in both temporal and spatial space is imp…

Action DetectionRegion Proposal

SST: Single-Stream Temporal Action Proposals

2017-07-01 · CVPR 2017 7 · Shyamal Buch, Victor Escorcia, Chuanqi Shen, Bernard Ghanem 외

Our paper presents a new approach for temporal detection of human actions in long, untrimmed video sequences. We introduce Single-Stream Temporal Action Proposals (SST), a new effective and efficient deep architecture fo…

Action DetectionTemporal Action Proposal Generation

STEP: Spatio-Temporal Progressive Learning for Video Action Detection

2019-04-19 · CVPR 2019 6 · Xitong Yang, Xiaodong Yang, Ming-Yu Liu, Fanyi Xiao 외

In this paper, we propose Spatio-TEmporal Progressive (STEP) action detector---a progressive learning framework for spatio-temporal action detection in videos. Starting from a handful of coarse-scale proposal cuboids, ou…

Action DetectionAction RecognitionVideo Action Detection

Fast Action Proposals for Human Action Detection and Search

2015-06-01 · CVPR 2015 6 · Gang Yu, Junsong Yuan

In this paper we target at generating generic action proposals in unconstrained videos. Each action proposal corresponds to a temporal series of spatial bounding boxes, i.e., a spatio-temporal video tube, which has a goo…

Action DetectionVideo SegmentationVideo Semantic Segmentation