Skip to content

Commit e7d81af

Browse files
committed
add meta FM
1 parent 4d05fd4 commit e7d81af

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

publications/all.bib

+13-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ @misc{pooladian2023neural
2222
url={https://arxiv.org/abs/2406.00288},
2323
codeurl={https://github.com/facebookresearch/lagrangian-ot},
2424
abstract={
25-
We investigate the optimal transport problem between probability measures when the underlying cost function is understood to satisfy a least action principle, also known as a Lagrangian cost. These generalizations are useful when connecting observations from a physical system, where the transport dynamics are influenced by the geometry of the system, such as obstacles, (e.g., incorporating barrier functions in the Lagrangian) and allows practitioners to incorporate a priori knowledge of the underlying system such as non-Euclidean geometries (e.g., paths must be circular). Our contributions are of computational interest, where we demonstrate the ability to efficiently compute geodesics and amortize spline-based paths, which has not been done before, even in low dimensional problems. Unlike prior work, we also output the resulting Lagrangian optimal transport map without requiring an ODE solver. We demonstrate the effectiveness of our formulation on low-dimensional examples taken from prior work.
25+
We investigate the optimal transport problem between probability measures when the underlying cost function is understood to satisfy a least action principle, also known as a Lagrangian cost. These generalizations are useful when connecting observations from a physical system, where the transport dynamics are influenced by the geometry of the system, such as obstacles, (e.g., incorporating barrier functions in the Lagrangian) and allows practitioners to incorporate a priori knowledge of the underlying system such as non-Euclidean geometries (e.g., paths must be circular). Our contributions are of computational interest, where we demonstrate the ability to efficiently compute geodesics and amortize spline-based paths, which has not been done before, even in low dimensional problems. Unlike prior work, we also output the resulting Lagrangian optimal transport map without requiring an ODE solver. We demonstrate the effectiveness of our formulation on low-dimensional examples taken from prior work.
2626
}
2727
}
2828

@@ -51,6 +51,18 @@ @misc{silvestri2024score
5151
}
5252
}
5353

54+
@inproceedings{atanackovic2024meta,
55+
title={Meta Flow Matching: Integrating Vector Fields on the Wasserstein Manifold},
56+
author={Lazar Atanackovic and Xi Zhang and Brandon Amos and Mathieu Blanchette and Leo J Lee and Yoshua Bengio and Alexander Tong and Kirill Neklyudov},
57+
booktitle={ICML 2024 Workshop on Geometry-grounded Representation Learning and Generative Modeling},
58+
year={2024},
59+
url={https://openreview.net/forum?id=f9GsKvLdzs},
60+
_venue={ICML GRaM Workshop},
61+
abstract={
62+
Numerous biological and physical processes can be modeled as systems of interacting samples evolving continuously over time, e.g. the dynamics of communicating cells or physical particles. Flow-based models allow for learning these dynamics at the population level --- they model the evolution of the entire distribution of samples. However, current flow-based models are limited to a single initial population and a set of predefined conditions which describe different dynamics. We propose (MFM), a practical approach to integrating along vector fields on the Wasserstein manifold by amortizing the flow model over the initial populations. We demonstrate empirically the ability of MFM to improve prediction of individual treatment responses on a large scale multi-patient single-cell drug screen dataset.
63+
}
64+
}
65+
5466
@misc{amos2023tutorial,
5567
title={Tutorial on amortized optimization},
5668
author={Brandon Amos},

0 commit comments

Comments
 (0)