🤖 AI Summary
Existing virtual cell modeling approaches suffer from unconstrained inference, limited interpretability of predictions, and weak alignment between retrieval signals and regulatory topology. To address these limitations, this work proposes a knowledge-driven, multimodal reasoning framework that integrates textual evidence, protein sequences, and regulatory graph topology through a two-stage optimization strategy. The authors also introduce PerturbReason, a large-scale dataset comprising 498k samples, along with two domain-specific knowledge graphs. The proposed method substantially improves the accuracy, interpretability, and generalization of gene perturbation effect prediction, outperforming current state-of-the-art methods across multiple cell lines. Notably, it demonstrates robust performance in zero-shot settings on unseen cell lines and in long-tail scenarios characterized by sparse biological knowledge.
📝 Abstract
Virtual cell modeling predicts molecular state changes under genetic perturbations in silico, which is essential for biological mechanism studies. However, existing approaches suffer from unconstrained reasoning, uninterpretable predictions, and retrieval signals that are weakly aligned with regulatory topology. To address these limitations, we propose AROMA, an Augmented Reasoning Over a Multimodal Architecture for virtual cell genetic perturbation modeling. AROMA integrates textual evidence, graph-topology information, and protein sequence features to model perturbation-target dependencies, and is trained with a two-stage optimization strategy to yield predictions that are both accurate and interpretable. We also construct two knowledge graphs and a perturbation reasoning dataset, PerturbReason, containing more than 498k samples, as reusable resources for the virtual cell domain. Experiments show that AROMA outperforms existing methods across multiple cell lines, and remains robust under zero-shot evaluation on an unseen cell line, as well as in knowledge-sparse, long-tail scenarios. Overall, AROMA demonstrates that combining knowledge-driven multimodal modeling with evidence retrieval provides a promising pathway toward more reliable and interpretable virtual cell perturbation prediction. Model weights are available at https://huggingface.co/blazerye/AROMA. Code is available at https://github.com/blazerye/AROMA.