paper-with-me

Papers

Deep Neural Networks Regularization for Structured Output Prediction

2015-04-28 · Soufiane Belharbi, Romain Hérault, Clément Chatelain, Sébastien Adam

A deep neural network model is a powerful framework for learning representations. Usually, it is used to learn the relation $x \to y$ by exploiting the regularities in the input $x$. In structured output prediction problems, $y$ is multi-dimensional and structural relations often exist between the dimensions. The motivation of this work is to learn the output dependencies that may lie in the output data in order to improve the prediction accuracy. Unfortunately, feedforward networks are unable to exploit the relations between the outputs. In order to overcome this issue, we propose in this paper a regularization scheme for training neural networks for these particular tasks using a multi-task framework. Our scheme aims at incorporating the learning of the output representation $y$ in the training process in an unsupervised fashion while learning the supervised mapping function $x \to y$. We evaluate our framework on a facial landmark detection problem which is a typical structured output task. We show over two public challenging datasets (LFPW and HELEN) that our regularization scheme improves the generalization of deep neural networks and accelerates their training. The use of unlabeled data and label-only data is also explored, showing an additional improvement of the results. We provide an opensource implementation (https://github.com/sbelharbi/structured-output-ae) of our framework.

📄 PDF Abstract BibTeX arXiv:1504.07550

Code (1)

sbelharbi/structured-output-ae 공식 구현

Tasks

Facial Landmark DetectionPrediction

Similar Papers 제목 키워드 기반

Neuro-Symbolic Entropy Regularization

2022-01-25 · Kareem Ahmed, Eric Wang, Kai-Wei Chang, Guy Van Den Broeck

In structured prediction, the goal is to jointly predict many output variables that together encode a structured object -- a path in a graph, an entity-relation triple, or an ordering of objects. Such a large output spac…

Structured Predictionvalid

A Consistent Regularization Approach for Structured Prediction

2016-05-24 · NeurIPS 2016 12 · Carlo Ciliberto, Alessandro Rudi, Lorenzo Rosasco

We propose and analyze a regularization approach for structured prediction problems. We characterize a large class of loss functions that allows to naturally embed structured outputs in a linear space. We exploit this fa…

PredictionStructured Prediction

Hierarchical Multitask Structured Output Learning for Large-scale Sequence Segmentation

2011-12-01 · NeurIPS 2011 12 · Nico Goernitz, Christian Widmer, Georg Zeller, Andre Kahles 외

We present a novel regularization-based Multitask Learning (MTL) formulation for Structured Output (SO) prediction for the case of hierarchical task relations. Structured output learning often results in difficult infer…

Manifold regularization in structured output space for semi-supervised structured output prediction

2015-08-12 · Fei Jiang, Lili Jia, Xiaobao Sheng, Riley LeMieux

Structured output prediction aims to learn a predictor to predict a structured output from a input data vector. The structured outputs include vector, tree, sequence, etc. We usually assume that we have a training set of…

Structured Probabilistic Coding

2023-12-21 · Dou Hu, Lingwei Wei, Yaxin Liu, Wei Zhou 외

This paper presents a new supervised representation learning framework, namely structured probabilistic coding (SPC), to learn compact and informative representations from input related to the target task. SPC is an enco…

Natural Language UnderstandingRepresentation Learning