search
HomeTechnology peripheralsAIOpen source! Hong Kong Chinese, MIT, and Fudan propose the first RNA cornerstone model

Unlike the protein field, research in the RNA field often lacks sufficient annotation data. For example, 3D data only has more than 1,000 RNAs. This greatly limits the development of machine learning methods in RNA structure-function prediction tasks.

In order to make up for the lack of annotated data, this article demonstrates a cornerstone model that can provide rich structural and functional knowledge for various RNA studies - RNA foundation model ( RNA-FM). As the world's first RNA cornerstone model trained in an unsupervised manner based on 23 million unlabeled RNA sequences, RNA-FM mines the evolutionary and structural patterns contained in RNA sequences.

It is worth noting that RNA-FM only needs to match a simple downstream model or only provide embedding, and it can achieve performance far exceeding SOTA in many downstream tasks, such as It can be improved by 20% in secondary structure prediction and 30% in distance map prediction. Large-scale experiments have proven that the model is highly generalizable and can even be used for COVID-19 and regulatory fragments of mRNA.

Open source! Hong Kong Chinese, MIT, and Fudan propose the first RNA cornerstone model

  • ##Preprint of the paper: https://arxiv. org/abs/2204.00300
  • Code and model: https://github.com/ml4bio/RNA-FM
  • Server: https://proj.cse.cuhk.edu.hk/rnafm
Introduction

In recent years, biological computing methods based on deep learning have made breakthrough progress in the field of proteins. The most famous milestone is the end-to-end protein 3D structure prediction framework AlphaFold2 developed by the Google DeepMind team. However, protein is only one type of many biological molecules. Gene (DNA/RNA), as the source of protein production, contains more basic information than the latter and has more important research value.

Generally speaking, proteins are the products of translation from RNA used for coding, that is, mRNA. A fixed mRNA can be translated into a fixed protein sequence. In fact, this part of coding RNA only accounts for 2% of all RNA sequences, and the remaining 98% is non-coding RNA (ncRNA). Although ncRNAs are not directly "translated" into proteins, they fold into tertiary structures with specific functions and play a regulatory role in the translation process of mRNA or other biological functions. Therefore, analyzing the structure and function of ncRNA is a more basic and complex research than protein analysis.

However, compared to the protein field, where computational methods are more mature, RNA-based structure and function prediction is still in its early stages, and computational methods originally applicable to the protein field are difficult to directly migrate. to the RNA field. The main limitation of these computational methods is that annotation of RNA data is usually difficult to obtain, and it requires a lot of experimental resources and time to complete the annotation of a small amount of data. Most computational methods require a large amount of annotated data for supervision to achieve high performance. Although there is not much annotated data, the RNA field has actually accumulated a lot of unannotated sequence data. The method of this article is to use these unlabeled data to provide additional effective information for various downstream tasks.

Based on this consideration, Hong Kong Chinese, MIT, Fudan and Shanghai Artificial Intelligence Laboratory teams proposed an unsupervised method to The RNA foundation model (RNA-FM) is trained on 23 million label-free pure RNA sequences. Although the data does not provide annotation information during the training process, RNA-FM still mines the evolutionary and structural patterns contained in these RNA sequences in an unsupervised manner.

If RNA-FM can be effectively applied to downstream RNA structure and function prediction tasks, these computational methods will surely benefit from the knowledge induced by RNA-FM and achieve better performance Performance improvements. The upstream pre-training and downstream migration and application framework of RNA-FM are shown in the figure below.

Open source! Hong Kong Chinese, MIT, and Fudan propose the first RNA cornerstone model

Research Overview

In order to confirm whether the pre-trained RNA-FM has learned "knowledge" from a large amount of unlabeled data and What kind of "knowledge" has been learned? The articleconducts a series of analyzes on embedding.

First, a simple clustering comparison of various features was conducted directly through UMAP, and it was found that the embedding from pre-trained RNA-FM was better than other Embedding forms clusters with more distinct RNA species. This means that the embedding of RNA-FM does contain structural or functional information for distinguishing RNA species.

Then, the article also uses trajectory inference (Trajectory inference) to predict the evolution of lncRNA from different species through RNA-FM embedding. From the streamplot below, the predicted pseudo-time of evolution between species is roughly consistent with the real species evolution information, indicating that RNA-FM embedding also contains part of the evolutionary information.

It is worth noting that, whether it is community information of RNA species or evolutionary information of lncRNA, RNA-FM has not been directly exposed to these labels during training. RNA-FM discovers patterns related to structure, function and evolution from pure sequences in a completely self-supervised manner.

Open source! Hong Kong Chinese, MIT, and Fudan propose the first RNA cornerstone model


More experimental results

In addition to directly analyzing the embedding of RNA-FM , the article also attempts to introduce RNA-FM to various downstream RNA structure prediction tasks, including secondary structure, contact prediction, distance prediction, and tertiary structure prediction, and has achieved obvious results. promote.

Especially in terms of secondary structure prediction, the article uses RNA-FM as the backbone and only uses a simple ResNet network as the downstream model, surpassing two public data sets. The other 12 state-of-the-art methods are superior to the best UFold by 3-5 percentage points in F1score. In the head-to-head comparison with UFold, RNA-FM performs better in most RNA categories. More than UFold. If RNA-FM is combined with E2Efold, a further 5% performance improvement can be achieved.

Open source! Hong Kong Chinese, MIT, and Fudan propose the first RNA cornerstone model

In order to verify the practical application value of the model, the article

Using RNA-FM to conduct a complete analysis of COVID-19 data, including using RNA-FM to accurately predict key regulatory elements in the COVID-19 reference genome (29870 nt), and using RNA-FM embedding to roughly predict the evolutionary trends of major COVID-19 variants. Open source! Hong Kong Chinese, MIT, and Fudan propose the first RNA cornerstone model

Generally speaking, the structure of a molecule determines its function. Since RNA-FM can excellently complete the task of RNA structure prediction, is it possible to use RNA-FM to also improve function prediction? The results of it?

Therefore, the article

further attempts to introduce RNA-FM into downstream RNA function prediction tasks, such as using RNA-FM embedding. Prediction of RNA-protein roles.

Experiments have proven that the introduction of RNA-FM embedding improves the performance of the model, and in some cases even achieves prediction results that match real secondary structure information as input.

Open source! Hong Kong Chinese, MIT, and Fudan propose the first RNA cornerstone model

In order to explore whether RNA-FM based on ncRNA training can be generalized to other RNAs, the article

finally attempts to use RNA -FM performs functional prediction of protein expression based on 5'UTR on mRNA. Although mRNA does not belong to ncRNA, the 5'UTR on it is a region that is not translated but has regulatory functions, which is consistent with the characteristics of ncRNA and does not appear in the training data.

As you can see from the figure below, models that include RNA-FM embedding are always better than models that do not. Although the performance improvement is relatively limited, it partly shows that RNA-FM also has certain generalization ability on non-ncRNA data.

Conclusion

In general, this article uses unlabeled RNA sequence data to pre-train the language model RNA-FM, and through direct or indirect methods, a series of structural or functional Comprehensive verification on different tasks proves that RNA-FM can indeed effectively improve the performance of computing methods in downstream tasks.

The emergence of RNA-FM has alleviated the current situation of RNA labeled data to a certain extent, and provides other researchers with a convenient interface to access large quantities of unlabeled data, which will As a basic model in the RNA field, it provides strong support and help for various research in this field.

About the author

This article has two co-first authors. Chen Jiayang is a research assistant at the Chinese University of Hong Kong. Hu Zhihang is a doctoral candidate at the Chinese University of Hong Kong.

This article has two corresponding authors. Sun Siqi, young researcher at Fudan University Intelligent Complex Systems Laboratory and Shanghai Artificial Intelligence Laboratory, homepage https://intersun.github.io.

Li Yu, Assistant Professor at the Chinese University of Hong Kong, Visiting Assistant Professor at MIT James Collins Lab, Research Scientist at Broad Institute of MIT and Harvard, Visiting Scholar at Wyss Institute at Harvard University, Forbes 30 Under 30 Asia list–Class of 2022, Healthcare & Science. Home page: https://liyu95.com.

The above is the detailed content of Open source! Hong Kong Chinese, MIT, and Fudan propose the first RNA cornerstone model. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:51CTO.COM. If there is any infringement, please contact admin@php.cn delete
从VAE到扩散模型:一文解读以文生图新范式从VAE到扩散模型:一文解读以文生图新范式Apr 08, 2023 pm 08:41 PM

1 前言在发布DALL·E的15个月后,OpenAI在今年春天带了续作DALL·E 2,以其更加惊艳的效果和丰富的可玩性迅速占领了各大AI社区的头条。近年来,随着生成对抗网络(GAN)、变分自编码器(VAE)、扩散模型(Diffusion models)的出现,深度学习已向世人展现其强大的图像生成能力;加上GPT-3、BERT等NLP模型的成功,人类正逐步打破文本和图像的信息界限。在DALL·E 2中,只需输入简单的文本(prompt),它就可以生成多张1024*1024的高清图像。这些图像甚至

找不到中文语音预训练模型?中文版 Wav2vec 2.0和HuBERT来了找不到中文语音预训练模型?中文版 Wav2vec 2.0和HuBERT来了Apr 08, 2023 pm 06:21 PM

Wav2vec 2.0 [1],HuBERT [2] 和 WavLM [3] 等语音预训练模型,通过在多达上万小时的无标注语音数据(如 Libri-light )上的自监督学习,显著提升了自动语音识别(Automatic Speech Recognition, ASR),语音合成(Text-to-speech, TTS)和语音转换(Voice Conversation,VC)等语音下游任务的性能。然而这些模型都没有公开的中文版本,不便于应用在中文语音研究场景。 WenetSpeech [4] 是

普林斯顿陈丹琦:如何让「大模型」变小普林斯顿陈丹琦:如何让「大模型」变小Apr 08, 2023 pm 04:01 PM

“Making large models smaller”这是很多语言模型研究人员的学术追求,针对大模型昂贵的环境和训练成本,陈丹琦在智源大会青源学术年会上做了题为“Making large models smaller”的特邀报告。报告中重点提及了基于记忆增强的TRIME算法和基于粗细粒度联合剪枝和逐层蒸馏的CofiPruning算法。前者能够在不改变模型结构的基础上兼顾语言模型困惑度和检索速度方面的优势;而后者可以在保证下游任务准确度的同时实现更快的处理速度,具有更小的模型结构。陈丹琦 普

解锁CNN和Transformer正确结合方法,字节跳动提出有效的下一代视觉Transformer解锁CNN和Transformer正确结合方法,字节跳动提出有效的下一代视觉TransformerApr 09, 2023 pm 02:01 PM

由于复杂的注意力机制和模型设计,大多数现有的视觉 Transformer(ViT)在现实的工业部署场景中不能像卷积神经网络(CNN)那样高效地执行。这就带来了一个问题:视觉神经网络能否像 CNN 一样快速推断并像 ViT 一样强大?近期一些工作试图设计 CNN-Transformer 混合架构来解决这个问题,但这些工作的整体性能远不能令人满意。基于此,来自字节跳动的研究者提出了一种能在现实工业场景中有效部署的下一代视觉 Transformer——Next-ViT。从延迟 / 准确性权衡的角度看,

Stable Diffusion XL 现已推出—有什么新功能,你知道吗?Stable Diffusion XL 现已推出—有什么新功能,你知道吗?Apr 07, 2023 pm 11:21 PM

3月27号,Stability AI的创始人兼首席执行官Emad Mostaque在一条推文中宣布,Stable Diffusion XL 现已可用于公开测试。以下是一些事项:“XL”不是这个新的AI模型的官方名称。一旦发布稳定性AI公司的官方公告,名称将会更改。与先前版本相比,图像质量有所提高与先前版本相比,图像生成速度大大加快。示例图像让我们看看新旧AI模型在结果上的差异。Prompt: Luxury sports car with aerodynamic curves, shot in a

五年后AI所需算力超100万倍!十二家机构联合发表88页长文:「智能计算」是解药五年后AI所需算力超100万倍!十二家机构联合发表88页长文:「智能计算」是解药Apr 09, 2023 pm 07:01 PM

人工智能就是一个「拼财力」的行业,如果没有高性能计算设备,别说开发基础模型,就连微调模型都做不到。但如果只靠拼硬件,单靠当前计算性能的发展速度,迟早有一天无法满足日益膨胀的需求,所以还需要配套的软件来协调统筹计算能力,这时候就需要用到「智能计算」技术。最近,来自之江实验室、中国工程院、国防科技大学、浙江大学等多达十二个国内外研究机构共同发表了一篇论文,首次对智能计算领域进行了全面的调研,涵盖了理论基础、智能与计算的技术融合、重要应用、挑战和未来前景。论文链接:​https://spj.scien

​什么是Transformer机器学习模型?​什么是Transformer机器学习模型?Apr 08, 2023 pm 06:31 PM

译者 | 李睿审校 | 孙淑娟​近年来, Transformer 机器学习模型已经成为深度学习和深度神经网络技术进步的主要亮点之一。它主要用于自然语言处理中的高级应用。谷歌正在使用它来增强其搜索引擎结果。OpenAI 使用 Transformer 创建了著名的 GPT-2和 GPT-3模型。自从2017年首次亮相以来,Transformer 架构不断发展并扩展到多种不同的变体,从语言任务扩展到其他领域。它们已被用于时间序列预测。它们是 DeepMind 的蛋白质结构预测模型 AlphaFold

AI模型告诉你,为啥巴西最可能在今年夺冠!曾精准预测前两届冠军AI模型告诉你,为啥巴西最可能在今年夺冠!曾精准预测前两届冠军Apr 09, 2023 pm 01:51 PM

说起2010年南非世界杯的最大网红,一定非「章鱼保罗」莫属!这只位于德国海洋生物中心的神奇章鱼,不仅成功预测了德国队全部七场比赛的结果,还顺利地选出了最终的总冠军西班牙队。不幸的是,保罗已经永远地离开了我们,但它的「遗产」却在人们预测足球比赛结果的尝试中持续存在。在艾伦图灵研究所(The Alan Turing Institute),随着2022年卡塔尔世界杯的持续进行,三位研究员Nick Barlow、Jack Roberts和Ryan Chan决定用一种AI算法预测今年的冠军归属。预测模型图

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),