paper-with-me

Papers

Backpropagating through Structured Argmax using a SPIGOT

2018-05-12 · ACL 2018 7 · Hao Peng, Sam Thomson, Noah A. Smith

We introduce the structured projection of intermediate gradients optimization technique (SPIGOT), a new method for backpropagating through neural networks that include hard-decision structured predictions (e.g., parsing) in intermediate layers. SPIGOT requires no marginal inference, unlike structured attention networks (Kim et al., 2017) and some reinforcement learning-inspired solutions (Yogatama et al., 2017). Like so-called straight-through estimators (Hinton, 2012), SPIGOT defines gradient-like quantities associated with intermediate nondifferentiable operations, allowing backpropagation before and after them; SPIGOT's proxy aims to ensure that, after a parameter update, the intermediate structure will remain well-formed. We experiment on two structured NLP pipelines: syntactic-then-semantic dependency parsing, and semantic parsing followed by sentiment classification. We show that training with SPIGOT leads to a larger improvement on the downstream task than a modularly-trained pipeline, the straight-through estimator, and structured attention, reaching a new state of the art on semantic dependency parsing.

📄 PDF Abstract BibTeX arXiv:1805.04658

Code (1)

Noahs-ARK/SPIGOT 공식 구현

Tasks

Dependency ParsingReinforcement LearningSemantic Dependency ParsingSemantic ParsingSentiment AnalysisSentiment Classification

Similar Papers 제목 키워드 기반

Notes on Latent Structure Models and SPIGOT

2019-07-24 · André F. T. Martins, Vlad Niculae

These notes aim to shed light on the recently proposed structured projected intermediate gradient optimization technique (SPIGOT, Peng et al., 2018). SPIGOT is a variant of the straight-through estimator (Bengio et al., …

Understanding the Mechanics of SPIGOT: Surrogate Gradients for Latent Structure Learning

2020-10-05 · EMNLP 2020 11 · Tsvetomila Mihaylova, Vlad Niculae, André F. T. Martins

Latent structure models are a powerful tool for modeling language data: they can mitigate the error propagation and annotation bottleneck in pipeline systems, while simultaneously uncovering linguistic insights about the…

pixelLOG: Logging of Online Gameplay for Cognitive Research

2026-02-09 · Zeyu Lu, Dennis L. Barbour arxiv

Traditional cognitive assessments often rely on isolated, output-focused measurements that may fail to capture the complexity of human cognition in naturalistic settings. We present pixelLOG, a high-performance data coll…

Heatmap Regression without Soft-Argmax for Facial Landmark Detection

2025-08-19 · Chiao-An Yang, Raymond A. Yeh arxiv

Facial landmark detection is an important task in computer vision with numerous applications, such as head pose estimation, expression analysis, face swapping, etc. Heatmap regression-based methods have been widely used …

Facial Landmark DetectionStructured PredictionHead Pose EstimationFace Swapping

Common Geodesics Do Not Guarantee Fisher Consistency of the Structured SVM: Minimal Counterexamples and a Tree-Metric Classification

2026-08-27 · Jintao Fei, Jiangying Luo arxiv

A known necessary condition for Fisher consistency of the structured support vector machine requires the task loss to be a metric for which every output triple has a common geodesic point. We show that this condition is …