SynJax: Structured Probability Distributions for JAX

08/07/2023
by   Miloš Stanojević, et al.
0

The development of deep learning software libraries enabled significant progress in the field by allowing users to focus on modeling, while letting the library to take care of the tedious and time-consuming task of optimizing execution for modern hardware accelerators. However, this has benefited only particular types of deep learning models, such as Transformers, whose primitives map easily to the vectorized computation. The models that explicitly account for structured objects, such as trees and segmentations, did not benefit equally because they require custom algorithms that are difficult to implement in a vectorized form. SynJax directly addresses this problem by providing an efficient vectorized implementation of inference algorithms for structured distributions covering alignment, tagging, segmentation, constituency trees and spanning trees. With SynJax we can build large-scale differentiable models that explicitly model structure in the data. The code is available at https://github.com/deepmind/synjax.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
02/03/2020

Torch-Struct: Deep Structured Prediction Library

The literature on structured prediction for NLP describes a rich collect...
research
03/09/2020

Set-Structured Latent Representations

Unstructured data often has latent component structure, such as the obje...
research
10/04/2021

PyTorrent: A Python Library Corpus for Large-scale Language Models

A large scale collection of both semantic and natural language resources...
research
06/09/2023

HypLL: The Hyperbolic Learning Library

Deep learning in hyperbolic space is quickly gaining traction in the fie...
research
03/05/2021

Variational Structured Attention Networks for Deep Visual Representation Learning

Convolutional neural networks have enabled major progress in addressing ...
research
07/11/2023

Differentiable Forward Projector for X-ray Computed Tomography

Data-driven deep learning has been successfully applied to various compu...
research
02/13/2020

A Framework for End-to-End Learning on Semantic Tree-Structured Data

While learning models are typically studied for inputs in the form of a ...

Please sign up or login with your details

Forgot password? Click here to reset