用可学习的检索增强生成模型预测基因扰动对细胞的影响
Retrieval-Augmented Generation for Predicting Cellular Responses to Gene Perturbation
- 设计双阶段可微检索框架,根据细胞状态动态选择相关扰动
- 在单基因扰动数据集上优于现有方法,尤其在分布相似性指标上提升显著
- 揭示了盲目检索会降低性能,强调细胞类型感知检索的重要性
预测细胞对基因扰动的响应是理解基因功能、疾病机制和药物研发的基础。尽管深度学习在建模单细胞扰动响应方面展现潜力,但因生成时上下文信息有限,难以跨细胞类型和扰动情境泛化。本文提出PT-RAG(扰动感知双阶段检索增强生成)框架,将检索增强生成拓展至细胞生物学领域。不同于传统文本检索中使用预训练大模型,基因扰动检索缺乏成熟相似度度量,需学习何种上下文相关,因此可微检索至关重要。PT-RAG采用两阶段流程:首先用GenePT嵌入检索候选扰动K个,再通过条件于细胞状态和输入扰动的Gumbel-Softmax离散采样自适应优化选择。该细胞类型感知的可微检索实现端到端联合优化。在Replogle-Nadig单基因扰动数据集上,PT-RAG在相同实验条件下优于STATE和基线RAG,尤其在分布相似性指标(W₁, W₂)上表现最佳。值得注意的是,基线RAG的严重失败本身即为关键发现:表明在此领域,可微且细胞类型感知的检索不可或缺,而简单检索反而损害性能。结果确立检索增强生成在建模细胞扰动响应中的潜力。实验代码见https://github.com/difra100/PT-RAG_ICLR。
原文摘要 · Abstract (English)
Predicting how cells respond to genetic perturbations is fundamental to understanding gene function, disease mechanisms, and therapeutic development. While recent deep learning approaches have shown promise in modeling single-cell perturbation responses, they struggle to generalize across cell types and perturbation contexts due to limited contextual information during generation. We introduce PT-RAG (Perturbation-aware Two-stage Retrieval-Augmented Generation), a novel framework that extends Retrieval-Augmented Generation beyond traditional language-model applications to cellular biology. Unlike standard RAG systems designed for text retrieval with pre-trained LLMs, perturbation retrieval lacks established similarity metrics and requires learning what constitutes relevant context, making differentiable retrieval essential. PT-RAG addresses this through a two-stage pipeline: first, retrieving candidate perturbations $K$ using GenePT embeddings, then adaptively refining the selection through Gumbel-Softmax discrete sampling conditioned on both the cell state and the input perturbation. This cell-type-aware differentiable retrieval enables end-to-end optimization of the retrieval objective jointly with generation. On the Replogle-Nadig single-gene perturbation dataset, we demonstrate that PT-RAG outperforms both STATE and vanilla RAG under identical experimental conditions, with the strongest gains in distributional similarity metrics ($W_1$, $W_2$). Notably, vanilla RAG's dramatic failure is itself a key finding: it demonstrates that differentiable, cell-type-aware retrieval is essential in this domain, and that naive retrieval can actively harm performance. Our results establish retrieval-augmented generation as a promising paradigm for modelling cellular responses to gene perturbation. The code to reproduce our experiments is available at https://github.com/difra100/PT-RAG_ICLR.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。