paper-with-me

홈 › Papers

TricorNet: A Hybrid Temporal Convolutional and Recurrent Network for Video Action Segmentation

2017-05-22 · Li Ding, Chenliang Xu

Action segmentation as a milestone towards building automatic systems to understand untrimmed videos has received considerable attention in the recent years. It is typically being modeled as a sequence labeling problem but contains intrinsic and sufficient differences than text parsing or speech processing. In this paper, we introduce a novel hybrid temporal convolutional and recurrent network (TricorNet), which has an encoder-decoder architecture: the encoder consists of a hierarchy of temporal convolutional kernels that capture the local motion changes of different actions; the decoder is a hierarchy of recurrent neural networks that are able to learn and memorize long-term action dependencies after the encoding stage. Our model is simple but extremely effective in terms of video sequence labeling. The experimental results on three public action segmentation datasets have shown that the proposed model achieves superior performance over the state of the art.

📄 PDF Abstract BibTeX arXiv:1705.07818

Code (0)

등록된 구현이 없습니다.

Tasks

Action SegmentationDecoderSegmentation

Similar Papers 제목 키워드 기반

Video Action Segmentation with Hybrid Temporal Networks

2018-01-01 · ICLR 2018 1 · Li Ding, Chenliang Xu

Action segmentation as a milestone towards building automatic systems to understand untrimmed videos has received considerable attention in the recent years. It is typically being modeled as a sequence labeling problem b…

Action SegmentationDecoderSegmentation

Hybrid Architecture for Real-Time Video Anomaly Detection: Integrating Spatial and Temporal Analysis

2024-10-21 · Fabien Poirier

In this paper, we propose a new architecture for real-time anomaly detection in video data, inspired by human behavior combining spatial and temporal analyses. This approach uses two distinct models: (i) for temporal ana…

Anomaly DetectionVideo Anomaly Detection

Erase or Fill? Deep Joint Recurrent Rain Removal and Reconstruction in Videos

2018-06-01 · CVPR 2018 6 · Jiaying Liu, Wenhan Yang, Shuai Yang, Zongming Guo

In this paper, we address the problem of video rain removal by constructing deep recurrent convolutional networks. We visit the rain removal case by considering rain occlusion regions, i.e. light transmittance of rain st…

General ClassificationRain Removal

Variable Rate Video Compression using a Hybrid Recurrent Convolutional Learning Framework

2020-04-08 · Aishwarya Jadhav

In recent years, neural network-based image compression techniques have been able to outperform traditional codecs and have opened the gates for the development of learning-based video codecs. However, to take advantage …

Image CompressionVideo Compression

Bidirectional Recurrent Convolutional Networks for Multi-Frame Super-Resolution

2015-12-01 · NeurIPS 2015 12 · Yan Huang, Wei Wang, Liang Wang

Super resolving a low-resolution video is usually handled by either single-image super-resolution (SR) or multi-frame SR. Single-Image SR deals with each video frame independently, and ignores intrinsic temporal dependen…

Image Super-ResolutionMulti-Frame Super-ResolutionOptical Flow EstimationSuper-Resolution+2