paper-with-me

홈 › Papers

TDViT: Temporal Dilated Video Transformer for Dense Video Tasks

2024-02-14 · Guanxiong Sun, Yang Hua, Guosheng Hu, Neil Robertson

Deep video models, for example, 3D CNNs or video transformers, have achieved promising performance on sparse video tasks, i.e., predicting one result per video. However, challenges arise when adapting existing deep video models to dense video tasks, i.e., predicting one result per frame. Specifically, these models are expensive for deployment, less effective when handling redundant frames, and difficult to capture long-range temporal correlations. To overcome these issues, we propose a Temporal Dilated Video Transformer (TDViT) that consists of carefully designed temporal dilated transformer blocks (TDTB). TDTB can efficiently extract spatiotemporal representations and effectively alleviate the negative effect of temporal redundancy. Furthermore, by using hierarchical TDTBs, our approach obtains an exponentially expanded temporal receptive field and therefore can model long-range dynamics. Extensive experiments are conducted on two different dense video benchmarks, i.e., ImageNet VID for video object detection and YouTube VIS for video instance segmentation. Excellent experimental results demonstrate the superior efficiency, effectiveness, and compatibility of our method. The code is available at https://github.com/guanxiongsun/vfe.pytorch.

📄 PDF Abstract BibTeX arXiv:2402.09257

Code (1)

guanxiongsun/vfe.pytorch 공식 구현 pytorch

Tasks

Instance Segmentationobject-detectionObject DetectionSemantic SegmentationVideo Instance SegmentationVideo Object Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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$…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Spatiotemporal Dilated Convolution with Uncertain Matching for Video-based Crowd Estimation

2021-01-29 · Yu-Jen Ma, Hong-Han Shuai, Wen-Huang Cheng

In this paper, we propose a novel SpatioTemporal convolutional Dense Network (STDNet) to address the video-based crowd counting problem, which contains the decomposition of 3D convolution and the 3D spatiotemporal dilate…

Crowd Counting

PDAN: Pyramid Dilated Attention Network for Action Detection

2021-01-05 · Rui Dai, Srijan Das, Luca Minciullo, Lorenzo Garattoni 외

Handling long and complex temporal information is an important challenge for action detection tasks. This challenge is further aggravated by densely distributed actions in untrimmed videos. Previous action detection meth…

Action DetectionAction LocalizationMulti-Label ClassificationTemporal Action Localization

MS-Temba : Multi-Scale Temporal Mamba for Efficient Temporal Action Detection

2025-01-10 · Arkaprava Sinha, Monish Soundar Raj, Pu Wang, Ahmed Helmy 외

Action detection in real-world scenarios is particularly challenging due to densely distributed actions in hour-long untrimmed videos. It requires modeling both short- and long-term temporal relationships while handling …

Action DetectionGPUMamba

Dilated Temporal Relational Adversarial Network for Generic Video Summarization

2018-04-30 · Yu-jia Zhang, Michael Kampffmeyer, Xiaodan Liang, Dingwen Zhang 외

The large amount of videos popping up every day, make it more and more critical that key information within videos can be extracted and understood in a very short time. Video summarization, the task of finding the smalle…

Generative Adversarial NetworkVideo SummarizationVideo Understanding

TAN: Temporal Aggregation Network for Dense Multi-label Action Recognition

2018-12-14 · Xiyang Dai, Bharat Singh, Joe Yue-Hei Ng, Larry S. Davis

We present Temporal Aggregation Network (TAN) which decomposes 3D convolutions into spatial and temporal aggregation blocks. By stacking spatial and temporal convolutions repeatedly, TAN forms a deep hierarchical represe…

Action RecognitionTemporal Action Localization