paper-with-me

홈 › Papers

Embed and Emulate: Contrastive representations for simulation-based inference

2024-09-27 · Ruoxi Jiang, Peter Y. Lu, Rebecca Willett

Scientific modeling and engineering applications rely heavily on parameter estimation methods to fit physical models and calibrate numerical simulations using real-world measurements. In the absence of analytic statistical models with tractable likelihoods, modern simulation-based inference (SBI) methods first use a numerical simulator to generate a dataset of parameters and simulated outputs. This dataset is then used to approximate the likelihood and estimate the system parameters given observation data. Several SBI methods employ machine learning emulators to accelerate data generation and parameter estimation. However, applying these approaches to high-dimensional physical systems remains challenging due to the cost and complexity of training high-dimensional emulators. This paper introduces Embed and Emulate (E&E): a new SBI method based on contrastive learning that efficiently handles high-dimensional data and complex, multimodal parameter posteriors. E&E learns a low-dimensional latent embedding of the data (i.e., a summary statistic) and a corresponding fast emulator in the latent space, eliminating the need to run expensive simulations or a high dimensional emulator during inference. We illustrate the theoretical properties of the learned latent space through a synthetic experiment and demonstrate superior performance over existing methods in a realistic, non-identifiable parameter estimation task using the high-dimensional, chaotic Lorenz 96 system.

📄 PDF Abstract BibTeX arXiv:2409.18402

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learningparameter estimation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Inference via Interpolation: Contrastive Representations Provably Enable Planning and Inference

2024-03-06 · Benjamin Eysenbach, Vivek Myers, Ruslan Salakhutdinov, Sergey Levine

Given time series data, how can we answer questions like "what will happen in the future?" and "how did we get here?" These sorts of probabilistic inference questions are challenging when observations are high-dimensiona…

Contrastive LearningTime Series

Counterfactual contrastive learning: robust representations via causal image synthesis

2024-03-14 · Melanie Roschewitz, Fabio De Sousa Ribeiro, Tian Xia, Galvin Khara 외

Contrastive pretraining is well-known to improve downstream task performance and model generalisation, especially in limited label settings. However, it is sensitive to the choice of augmentation pipeline. Positive pairs…

Contrastive LearningcounterfactualCounterfactual InferenceImage Generation

Let LLMs Speak Embedding Languages: Generative Text Embeddings via Iterative Contrastive Refinement

2025-09-29 · Yu-Che Tsai, Kuan-Yu Chen, Yuan-Chi Li, Yuan-Hao Chen 외 arxiv

Existing large language model (LLM)-based embeddings typically adopt an encoder-only paradigm, treating LLMs as static feature extractors and overlooking their core generative strengths. We introduce GIRCSE (Generative I…

Representation Learning

Dual Adversarial Perturbators Generate rich Views for Recommendation

2024-08-26 · Lijun Zhang, Yuan YAO, Haibo Ye

Graph contrastive learning (GCL) has been extensively studied and leveraged as a potent tool in recommender systems. Most existing GCL-based recommenders generate contrastive views by altering the graph structure or intr…

Contrastive LearningGraph LearningRecommendation Systems

Self-Guided Contrastive Learning for BERT Sentence Representations

2021-06-03 · ACL 2021 5 · Taeuk Kim, Kang Min Yoo, Sang-goo Lee

Although BERT and its variants have reshaped the NLP landscape, it still remains unclear how best to derive sentence embeddings from such pre-trained Transformers. In this work, we propose a contrastive learning method t…

Contrastive LearningData AugmentationRepresentation LearningSentence+1