Structured Prediction

185 papers with code • 1 benchmarks • 6 datasets

Structured Prediction is an area of machine learning focusing on representations of spaces with combinatorial structure, and algorithms for inference and parameter estimation over these structures. Core methods include both tractable exact approaches like dynamic programming and spanning tree algorithms as well as heuristic techniques such as linear programming relaxations and greedy search.

Source: Torch-Struct: Deep Structured Prediction Library

Libraries

Use these libraries to find Structured Prediction models and implementations

Most implemented papers

Convolutional Pose Machines

CMU-Perceptual-Computing-Lab/convolutional-pose-machines-release CVPR 2016

Pose Machines provide a sequential prediction framework for learning rich implicit spatial models.

VSE++: Improving Visual-Semantic Embeddings with Hard Negatives

fartashf/vsepp 18 Jul 2017

We present a new technique for learning visual-semantic embeddings for cross-modal retrieval.

The Concrete Distribution: A Continuous Relaxation of Discrete Random Variables

tensorflow/models 2 Nov 2016

The essence of the trick is to refactor each stochastic node into a differentiable function of its parameters and a random variable with fixed distribution.

Neural Networks for Joint Sentence Classification in Medical Paper Abstracts

vishalrk1/SkimLit EACL 2017

Existing models based on artificial neural networks (ANNs) for sentence classification often do not incorporate the context in which sentences appear, and classify sentences individually.

Fast and Accurate Entity Recognition with Iterated Dilated Convolutions

iesl/dilated-cnn-ner EMNLP 2017

Today when many practitioners run basic NLP on the entire web and large-volume traffic, faster methods are paramount to saving time and energy costs.

Thinking Fast and Slow with Deep Learning and Tree Search

richemslie/galvanise_zero NeurIPS 2017

Sequential decision making problems, such as structured prediction, robotic control, and game playing, require a combination of planning policies and generalisation of those plans.

Memory Augmented Policy Optimization for Program Synthesis and Semantic Parsing

crazydonkey200/neural-symbolic-machines NeurIPS 2018

We present Memory Augmented Policy Optimization (MAPO), a simple and novel way to leverage a memory buffer of promising trajectories to reduce the variance of policy gradient estimate.

A Reduction of Imitation Learning and Structured Prediction to No-Regret Online Learning

zhejz/carla-roach 2 Nov 2010

Sequential prediction problems such as imitation learning, where future observations depend on previous predictions (actions), violate the common i. i. d.

Deep Metric Learning via Lifted Structured Feature Embedding

rksltnl/Deep-Metric-Learning-CVPR16 CVPR 2016

Additionally, we collected Online Products dataset: 120k images of 23k classes of online products for metric learning.

Input Convex Neural Networks

locuslab/icnn ICML 2017

We show that many existing neural network architectures can be made input-convex with a minor modification, and develop specialized optimization algorithms tailored to this setting.