SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2110.06741 · NeurIPS · 2021

Dynamical Wasserstein Barycenters for Time-series Modeling

Shuchin Aeron, Michael Hughes, Kevin Cheng, Eric Miller

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 11 functions out of this paper's own repositories and ran 8 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
kevin-c-cheng/dynamicalwassbarycenters_gaussian canonical 8 of 11
FunctionStatusWhere it lives
ComputeOtDistance Ran kevin-c-cheng/dynamicalwassbarycenters_gaussian/python/DynamicalWassersteinBarycenters.py
code served (permissive licence) · get_code("586618a9e6f611d5")
Euclidean Ran kevin-c-cheng/dynamicalwassbarycenters_gaussian/python/DynamicalWassersteinBarycenters.py
code served (permissive licence) · get_code("c52a9200499e78ec")
GaussGmm_WassDist_MonteCarlo Ran kevin-c-cheng/dynamicalwassbarycenters_gaussian/python/DynamicalWassersteinBarycenters.py
code served (permissive licence) · get_code("9c0c35f73ef32cb0")
LogGammaLiklihoodBimodalAB Ran kevin-c-cheng/dynamicalwassbarycenters_gaussian/python/DynamicalWassersteinBarycenters.py
code served (permissive licence) · get_code("7353eca569c367be")
MatrixMultiply Ran kevin-c-cheng/dynamicalwassbarycenters_gaussian/python/DynamicalWassersteinBarycenters.py
code served (permissive licence) · get_code("1d9640fb8ba4b864")
StateEvolutionDynamics Ran kevin-c-cheng/dynamicalwassbarycenters_gaussian/python/DynamicalWassersteinBarycenters.py
code served (permissive licence) · get_code("5740175826bc0fc7")
WassersteinBuresPSDManifold Ran kevin-c-cheng/dynamicalwassbarycenters_gaussian/python/DynamicalWassersteinBarycenters.py
code served (permissive licence) · get_code("527ecdff05f0481f")
WassersteinPSD Ran kevin-c-cheng/dynamicalwassbarycenters_gaussian/python/DynamicalWassersteinBarycenters.py
code served (permissive licence) · get_code("291c2ed47ba77eff")
GaussGmm_WassDist Not yet run kevin-c-cheng/dynamicalwassbarycenters_gaussian/python/DynamicalWassersteinBarycenters.py
code served (permissive licence) · get_code("77355cb476b10572")
GaussWassDistance Not yet run kevin-c-cheng/dynamicalwassbarycenters_gaussian/python/DynamicalWassersteinBarycenters.py
code served (permissive licence) · get_code("e295d885416ebd1a")
TimeSeriesCost Not yet run kevin-c-cheng/dynamicalwassbarycenters_gaussian/python/DynamicalWassersteinBarycenters.py
code served (permissive licence) · get_code("85228c3f26d1a82b")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Many time series can be modeled as a sequence of segments representing highlevel discrete states, such as running and walking in a human activity application. Flexible models should describe the system state and observations in stationary "pure-state" periods as well as transition periods between adjacent segments, such as a gradual slowdown between running and walking. However, most prior work assumes instantaneous transitions between pure discrete states. We propose a dynamical Wasserstein barycentric (DWB) model that estimates the system state over time as well as the data-generating distributions of pure states in an unsupervised manner. Our model assumes each pure state generates data from a multivariate normal distribution, and characterizes transitions between states via displacement-interpolation specified by the Wasserstein barycenter. The system state is represented by a barycentric weight vector which evolves over time via a random walk on the simplex. Parameter learning leverages the natural Riemannian geometry of Gaussian distributions under the Wasserstein distance, which leads to improved convergence speeds. Experiments on several human activity datasets show that our proposed DWB model accurately learns the generating distribution of pure states while improving state estimation for transition periods compared to the commonly used linear interpolation mixture models.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2110.06741")
get_code_for_paper("2110.06741")
have("2110.06741")

Connect an agent — have() is free.