Multi-Omics Data Imputation is the computational prediction of a completely unmeasured omics layer—such as proteomics or metabolomics—for a cell using its measured transcriptomic profile. Unlike standard missing-value imputation within a single dataset, this task infers an entire high-dimensional modality from another, bridging experimental gaps where paired multi-modal measurements are technically or financially infeasible to generate for every sample.
Glossary
Multi-Omics Data Imputation

What is Multi-Omics Data Imputation?
The computational task of predicting missing values for an entire omics modality, such as proteomics, in cells where only another modality, like transcriptomics, was measured, enabling a complete multi-modal analysis from incomplete experimental designs.
Modern architectures for this task often employ Variational Autoencoders (VAEs) or Contrastive Learning frameworks trained on paired reference data. These models learn a shared latent space where transcriptomic and proteomic states are aligned, enabling the translation from mRNA abundance to predicted protein levels. This computational synthesis unlocks holistic multi-omics analysis from legacy or incomplete cohorts, powering biomarker discovery and systems biology without exhaustive experimental repetition.
Core Characteristics of Multi-Omics Imputation
Multi-omics imputation is a computational task that predicts an entire missing omics layer—such as proteomics—in cells where only another modality, like transcriptomics, was measured. This enables complete multi-modal analysis from inherently incomplete experimental designs.
Cross-Modal Translation
The fundamental mechanism involves learning a mapping function between a measured source modality (e.g., scRNA-seq) and an unmeasured target modality (e.g., surface protein abundance). Models are trained on paired multi-omics data from technologies like CITE-seq, where both modalities are simultaneously captured. Once trained, the model can impute the missing modality in new cohorts where only the source data exists, effectively translating between molecular languages.
TotalVI: A Probabilistic Framework
TotalVI (total Variational Inference) is a seminal deep generative model for imputation. It uses a variational autoencoder (VAE) to learn a joint latent representation of RNA and protein data. Key features include:
- Models zero-inflated negative binomial distributions for RNA counts
- Accounts for batch effects and library size variation
- Provides uncertainty estimates for imputed values
- Enables downstream tasks like differential expression and clustering on the imputed data
scJoint: Transfer Learning Approach
scJoint leverages transfer learning to impute cross-modality data without requiring paired training examples. It uses a semi-supervised neural network trained on unpaired scRNA-seq and scATAC-seq data. The model learns to project both modalities into a shared latent space where cells of the same type cluster together, enabling label transfer and feature imputation across modalities through k-nearest neighbor queries in the latent space.
MultiVI: Integrating Three Modalities
MultiVI extends the VAE framework to jointly model three omics layers simultaneously: transcriptomics, chromatin accessibility (ATAC-seq), and surface proteins. It learns a shared latent representation that captures the common biological signal across all modalities. This allows imputation of any missing modality from any combination of observed ones, creating a truly flexible multi-modal inference engine for single-cell data.
Evaluation Metrics
Imputation accuracy is assessed using multiple metrics on held-out paired data:
- Pearson correlation between imputed and true expression values
- Root Mean Square Error (RMSE) for continuous protein estimates
- AUROC for binary detection of protein presence/absence
- Preservation of cell-type clustering after imputation
- Downstream task performance, such as differential abundance testing, to ensure biological validity
Applications in Cohort Integration
A primary use case is integrating large-scale biobank cohorts where different omics were assayed in different subsets. For example, the UK Biobank has proteomics data for only a fraction of participants with genomics. Imputation models trained on the overlapping subset can predict proteomic profiles for the entire cohort, dramatically increasing statistical power for proteome-wide association studies (PWAS) and enabling multi-omics disease prediction models.
Frequently Asked Questions
Addressing the most common technical questions about predicting missing omics modalities, the computational methods involved, and the practical challenges of generating a complete multi-omics view from incomplete experimental designs.
Multi-omics data imputation is the computational task of predicting the values for an entire missing omics modality—such as proteomics or chromatin accessibility—in cells where only another modality, like transcriptomics, was measured. Unlike standard missing value imputation that fills in scattered gaps within a single dataset, this process generates a complete, high-dimensional profile for a modality that was never experimentally assayed in those specific cells. The core mechanism typically involves training a deep learning model, often a Variational Autoencoder (VAE) or a Contrastive Learning framework, on a paired multi-omics reference dataset where both modalities are known. The model learns a shared latent representation that captures the joint distribution of the two data types. Once trained, the model can take a single-modality input, encode it into this shared latent space, and then decode it into the missing modality, effectively translating transcriptomic information into a predicted proteomic or epigenomic landscape.
Multi-Omics Imputation vs. Related Concepts
How multi-omics imputation differs from related computational tasks in single-cell and multi-modal data analysis
| Feature | Multi-Omics Imputation | Batch Effect Correction | Multi-Omics Integration | Dimensionality Reduction |
|---|---|---|---|---|
Primary Goal | Predict missing omics modality for cells where it was not measured | Remove technical variation while preserving biological signal | Combine multiple measured omics layers into unified representation | Project high-dimensional data to low-dimensional space for visualization |
Input Data | Cells with one measured modality; reference cells with paired modalities | Cells from multiple batches with same modality measured | Cells with multiple omics modalities all measured | Cells with single or multiple measured modalities |
Output | Complete multi-modal profiles for all cells | Corrected expression matrix with batch effects removed | Shared latent embedding or fused similarity network | 2D or 3D coordinates for each cell |
Requires Paired Training Data | ||||
Handles Missing Modalities | ||||
Typical Algorithms | VAE, Optimal Transport, Contrastive Learning | Harmony, ComBat, MNN, Seurat CCA | MOFA, SNF, CCA, TotalVI | PCA, t-SNE, UMAP |
Key Validation Metric | Correlation between imputed and measured values in held-out cells | Silhouette score or kBET for batch mixing | Cross-modality prediction accuracy or factor interpretability | Preservation of local neighborhood structure |
Downstream Application | Enables multi-modal analysis from incomplete experimental designs | Enables integration of datasets from different labs or platforms | Enables joint analysis of complementary molecular layers | Enables visual exploration of cellular heterogeneity |
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Understanding multi-omics data imputation requires familiarity with the core machine learning architectures and statistical frameworks that enable cross-modality prediction.
Variational Autoencoder (VAE)
A generative deep learning architecture that learns a probabilistic latent representation of input data. In multi-omics imputation, VAEs are adapted to compress different modalities into a shared latent space, enabling the reconstruction of missing data types from observed ones. Key properties:
- Learns a smooth, continuous latent manifold
- Enables cross-modal generation without paired training data
- Models uncertainty in imputed values
- Architectures like scVAE and totalVI are foundational for single-cell multi-omics integration
Optimal Transport
A mathematical framework for finding the most efficient mapping between two probability distributions. Applied to multi-omics imputation, optimal transport aligns cells from different modalities by minimizing a cost function based on feature similarity:
- Maps cells between transcriptomic and proteomic spaces
- Handles unpaired datasets where different cells were measured for each modality
- Preserves local neighborhood structure during alignment
- Algorithms like Mowgli and SCOT leverage optimal transport for cross-modality prediction
Contrastive Learning
A self-supervised learning paradigm that trains models to pull similar representations together and push dissimilar ones apart in embedding space. In multi-omics contexts:
- Aligns cells across modalities without paired labels
- Creates a shared embedding where transcriptomic and proteomic profiles of the same cell type cluster together
- Enables zero-shot imputation by finding nearest neighbors in the shared space
- Frameworks like CLIP-inspired models adapt this for biological modalities
Multi-Omics Factor Analysis (MOFA)
A statistical framework for unsupervised integration of multiple omics data types. MOFA infers a low-dimensional set of latent factors that capture the principal sources of variation across modalities from the same set of samples:
- Handles missing data patterns natively
- Decomposes variation into factors shared across modalities and factors private to each
- Provides a principled foundation for understanding what information is transferable between omics layers
- Serves as a benchmark for evaluating imputation quality against known biological variation
Single-Cell Foundation Models
Large, pre-trained neural networks like scGPT and Geneformer trained on massive corpora of single-cell transcriptomic data using self-supervised learning. These models:
- Generate general-purpose cellular representations
- Can be fine-tuned for cross-modality prediction tasks
- Learn transferable features that generalize across tissues and species
- Represent the state-of-the-art for imputing missing omics layers from transcriptomic observations alone
- Leverage attention mechanisms to capture complex gene-gene interaction patterns
CITE-seq
Cellular Indexing of Transcriptomes and Epitopes by Sequencing — a multi-omics technology that simultaneously profiles the whole transcriptome and a panel of cell-surface proteins from the same single cell. This technology:
- Provides ground truth paired data for training imputation models
- Enables direct validation of transcriptome-to-proteome prediction accuracy
- Serves as the gold standard benchmark dataset for multi-omics imputation algorithms
- Demonstrates that RNA expression alone can predict surface protein abundance with high fidelity

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us