paper-with-me

Papers

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 input-output pairs and single inputs without outputs. The traditional methods to solve this problem usually learns one single predictor for all the data points, and ignores the variety of the different data points. Different parts of the data set may have different local distributions, and requires different optimal local predictors. To overcome this disadvantage of existing methods, we propose to learn different local predictors for neighborhoods of different data points, and the missing structured outputs simultaneously. In the neighborhood of each data point, we proposed to learn a linear predictor by minimizing both the complexity of the predictor and the upper bound of the structured prediction loss. The minimization is conducted by gradient descent algorithms. Experiments over four benchmark data sets, including DDSM mammography medical images, SUN natural image data set, Cora research paper data set, and Spanish news wire article sentence data set, show the advantages of the proposed method.

📄 PDF Abstract BibTeX arXiv:1604.03010

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceStructured 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

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 …

Structured Prediction

Improving Equivariance in State-of-the-Art Supervised Depth and Normal Predictors

2023-09-28 · ICCV 2023 1 · Yuanyi Zhong, Anand Bhattad, Yu-Xiong Wang, David Forsyth

Dense depth and surface normal predictors should possess the equivariant property to cropping-and-resizing -- cropping the input image should result in cropping the same output image. However, we find that state-of-the-a…

Data Augmentation

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…

Bridged Clustering: Semi-Supervised Sparse Bridging

2025-10-08 · Patrick Peixuan Ye, Chen Shani, Ellen Vitercik arxiv

We introduce Bridged Clustering, a semi-supervised framework to learn predictors from any unpaired input $X$ and output $Y$ dataset. Our method first clusters $X$ and $Y$ independently, then learns a sparse, interpretabl…