paper-with-me

홈 › Papers

Generative Distribution Embeddings

2025-05-23 · Nic Fishman, Gokul Gowri, Peng Yin, Jonathan Gootenberg, Omar Abudayyeh

Many real-world problems require reasoning across multiple scales, demanding models which operate not on single data points, but on entire distributions. We introduce generative distribution embeddings (GDE), a framework that lifts autoencoders to the space of distributions. In GDEs, an encoder acts on sets of samples, and the decoder is replaced by a generator which aims to match the input distribution. This framework enables learning representations of distributions by coupling conditional generative models with encoder networks which satisfy a criterion we call distributional invariance. We show that GDEs learn predictive sufficient statistics embedded in the Wasserstein space, such that latent GDE distances approximately recover the $W_2$ distance, and latent interpolation approximately recovers optimal transport trajectories for Gaussian and Gaussian mixture distributions. We systematically benchmark GDEs against existing approaches on synthetic datasets, demonstrating consistently stronger performance. We then apply GDEs to six key problems in computational biology: learning representations of cell populations from lineage-tracing data (150K cells), predicting perturbation effects on single-cell transcriptomes (1M cells), predicting perturbation effects on cellular phenotypes (20M single-cell images), modeling tissue-specific DNA methylation patterns (253M sequences), designing synthetic yeast promoters (34M sequences), and spatiotemporal modeling of viral protein sequences (1M sequences).

📄 PDF Abstract BibTeX arXiv:2505.18150

Code (1)

njwfish/distributionembeddings 공식 구현 pytorch

Similar Papers 제목 키워드 기반

GOLD: Graph Out-of-Distribution Detection via Implicit Adversarial Latent Generation

2025-02-09 · Danny Wang, Ruihong Qiu, Guangdong Bai, Zi Huang

Despite graph neural networks' (GNNs) great success in modelling graph-structured data, out-of-distribution (OOD) test instances still pose a great challenge for current GNNs. One of the most effective techniques to dete…

Out-of-Distribution Detection

Likelihood Estimation for Generative Adversarial Networks

2017-07-24 · Hamid Eghbal-zadeh, Gerhard Widmer

We present a simple method for assessing the quality of generated images in Generative Adversarial Networks (GANs). The method can be applied in any kind of GAN without interfering with the learning procedure or affectin…

Following the Autoregressive Nature of LLM Embeddings via Compression and Alignment

2025-02-17 · Jingcheng Deng, Zhongtao Jiang, Liang Pang, Liwei Chen 외

A new trend uses LLMs as dense text encoders via contrastive learning. However, since LLM embeddings predict the probability distribution of the next token, they are inherently generative and distributive, conflicting wi…

Contrastive Learning

DBGDGM: Dynamic Brain Graph Deep Generative Model

2023-01-26 · Alexander Campbell, Simeon Spasov, Nicola Toschi, Pietro Lio

Graphs are a natural representation of brain activity derived from functional magnetic imaging (fMRI) data. It is well known that clusters of anatomical brain regions, known as functional connectivity networks (FCNs), en…

Dynamic Link PredictionFunctional ConnectivityGraph ClassificationGraph Generation+2

Generative Adversarial Framework for Cold-Start Item Recommendation

2022-07-07 · SIGIR '22: Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information RetrievalJuly 2022 Pages 2565–2571 2022 7 · Hao Chen, Zefan Wang, Feiran Huang, Xiao Huang 외

The cold-start problem has been a long-standing issue in recommendation. Embedding-based recommendation models provide recommendations by learning embeddings for each user and item from historical interactions. Therefore…