paper-with-me

홈 › Papers

RED-Net: A Recurrent Encoder-Decoder Network for Video-based Face Alignment

2018-01-17 · Xi Peng, Rogerio S. Feris, Xiaoyu Wang, Dimitris N. Metaxas

We propose a novel method for real-time face alignment in videos based on a recurrent encoder-decoder network model. Our proposed model predicts 2D facial point heat maps regularized by both detection and regression loss, while uniquely exploiting recurrent learning at both spatial and temporal dimensions. At the spatial level, we add a feedback loop connection between the combined output response map and the input, in order to enable iterative coarse-to-fine face alignment using a single network model, instead of relying on traditional cascaded model ensembles. At the temporal level, we first decouple the features in the bottleneck of the network into temporal-variant factors, such as pose and expression, and temporal-invariant factors, such as identity information. Temporal recurrent learning is then applied to the decoupled temporal-variant features. We show that such feature disentangling yields better generalization and significantly more accurate results at test time. We perform a comprehensive experimental analysis, showing the importance of each component of our proposed model, as well as superior results over the state of the art and several variations of our method in standard datasets.

📄 PDF Abstract BibTeX arXiv:1801.06066

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderFace Alignment

Similar Papers 제목 키워드 기반

A Recurrent Encoder-Decoder Network for Sequential Face Alignment

2016-08-19 · Xi Peng, Rogerio S. Feris, Xiaoyu Wang, Dimitris N. Metaxas

We propose a novel recurrent encoder-decoder network model for real-time video-based face alignment. Our proposed model predicts 2D facial point maps regularized by a regression loss, while uniquely exploiting recurrent …

DecoderFace Alignment

Video Ladder Networks

2016-12-06 · Francesco Cricri, Xingyang Ni, Mikko Honkala, Emre Aksu 외

We present the Video Ladder Network (VLN) for efficiently generating future video frames. VLN is a neural encoder-decoder model augmented at all layers by both recurrent and feedforward lateral connections. At each layer…

Decoder

Automated Audio Captioning with Recurrent Neural Networks

2017-06-30 · Konstantinos Drossos, Sharath Adavanne, Tuomas Virtanen

We present the first approach to automated audio captioning. We employ an encoder-decoder scheme with an alignment model in between. The input to the encoder is a sequence of log mel-band energies calculated from an audi…

Audio captioningDecoderGeneral ClassificationImage Captioning+2

Temporal Deformable Convolutional Encoder-Decoder Networks for Video Captioning

2019-05-03 · Jingwen Chen, Yingwei Pan, Yehao Li, Ting Yao 외

It is well believed that video captioning is a fundamental but challenging task in both computer vision and artificial intelligence fields. The prevalent approach is to map an input video to a variable-length output sent…

DecoderSentenceVideo Captioning

Semantic Segmentation of Video Sequences with Convolutional LSTMs

2019-05-03 · Andreas Pfeuffer, Karina Schulz, Klaus Dietmayer

Most of the semantic segmentation approaches have been developed for single image segmentation, and hence, video sequences are currently segmented by processing each frame of the video sequence separately. The disadvanta…

DecoderImage SegmentationPositionSegmentation+3