paper-with-me

Papers

Large Margin Semi-supervised Structured Output Learning

2013-11-09 · P. Balamurugan, Shirish Shevade, Sundararajan Sellamanickam

In structured output learning, obtaining labelled data for real-world applications is usually costly, while unlabelled examples are available in abundance. Semi-supervised structured classification has been developed to handle large amounts of unlabelled structured data. In this work, we consider semi-supervised structural SVMs with domain constraints. The optimization problem, which in general is not convex, contains the loss terms associated with the labelled and unlabelled examples along with the domain constraints. We propose a simple optimization approach, which alternates between solving a supervised learning problem and a constraint matching problem. Solving the constraint matching problem is difficult for structured prediction, and we propose an efficient and effective hill-climbing method to solve it. The alternating optimization is carried out within a deterministic annealing framework, which helps in effective constraint matching, and avoiding local minima which are not very useful. The algorithm is simple to implement and achieves comparable generalization performance on benchmark datasets.

📄 PDF Abstract BibTeX arXiv:1311.2139

Code (0)

등록된 구현이 없습니다.

Tasks

Structured Prediction

Similar Papers 제목 키워드 기반

Semi-supervised structured output prediction by local linear regression and sub-gradient descent

2016-06-07 · Ru-Ze Liang, Wei Xie, Weizhi Li, Xin Du 외

We propose a novel semi-supervised structured output prediction method based on local linear regression in this paper. The existing semi-supervise structured output prediction methods learn a global predictor for all the…

PredictionregressionStructured Prediction

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…

An Adversarial Regularisation for Semi-Supervised Training of Structured Output Neural Networks

2017-02-08 · Mateusz Koziński, Loïc Simon, Frédéric Jurie

We propose a method for semi-supervised training of structured-output neural networks. Inspired by the framework of Generative Adversarial Networks (GAN), we train a discriminator network to capture the notion of a quali…

Image SegmentationSemantic Segmentation

Semi-supervised learning of local structured output predictors

2016-04-11 · Xin Du

In this paper, we study the problem of semi-supervised structured output prediction, which aims to learn predictors for structured outputs, such as sequences, tree nodes, vectors, etc., from a set of data points of both …

SentenceStructured Prediction

Efficient Marginalization of Discrete and Structured Latent Variables via Sparsity

2020-07-03 · NeurIPS 2020 12 · Gonçalo M. Correia, Vlad Niculae, Wilker Aziz, André F. T. Martins

Training neural network models with discrete (categorical or structured) latent variables can be computationally challenging, due to the need for marginalization over large or combinatorial sets. To circumvent this issue…