<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hybrid machine learning models for disease gene prediction &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/hybrid-machine-learning-models-for-disease-gene-prediction/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Sep 2026 21:36:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>hybrid machine learning models for disease gene prediction &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>AI Model Combines Transformers and Language Embeddings to Predict miRNA–Disease Links</title>
		<link>https://scienmag.com/ai-model-combines-transformers-and-language-embeddings-to-predict-mirna-disease-links/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 21:36:39 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[accelerating microRNA research with deep learning]]></category>
		<category><![CDATA[advanced machine learning for molecular biology]]></category>
		<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[biomedical data embedding techniques]]></category>
		<category><![CDATA[breast cancer]]></category>
		<category><![CDATA[computational biology]]></category>
		<category><![CDATA[computational methods for microRNA–disease link identification]]></category>
		<category><![CDATA[hybrid interaction modeling]]></category>
		<category><![CDATA[hybrid machine learning models for disease gene prediction]]></category>
		<category><![CDATA[lung cancer]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[MeSH ontology]]></category>
		<category><![CDATA[microRNA target gene regulation]]></category>
		<category><![CDATA[miRNA]]></category>
		<category><![CDATA[miRNA-disease association]]></category>
		<category><![CDATA[miRNA-disease association prediction]]></category>
		<category><![CDATA[neural network models for biological data integration]]></category>
		<category><![CDATA[predicting disease biomarkers using AI]]></category>
		<category><![CDATA[RNA expression profile analysis with transformers]]></category>
		<category><![CDATA[SapBERT]]></category>
		<category><![CDATA[TabTransformer]]></category>
		<category><![CDATA[TabTransformer architecture in molecular biology]]></category>
		<category><![CDATA[transformer-based representation learning in bioinformatics]]></category>
		<category><![CDATA[transformers]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=207911</guid>

					<description><![CDATA[A new transformer-based framework called THIMDA fuses multi-modal microRNA and disease representations to predict disease associations with high accuracy.]]></description>
										<content:encoded><![CDATA[<p>MicroRNAs, the short strands of RNA that fine-tune gene expression after transcription, have become some of the most intensively studied molecules in modern molecular biology. Because a single microRNA can regulate hundreds of target genes, disruptions in their activity ripple through cellular networks and are closely tied to the emergence and progression of human diseases, from cancers to neurological disorders. Pinpointing which microRNAs are associated with which diseases, however, remains a slow and expensive enterprise in the laboratory. A new computational framework published in BMC Bioinformatics promises to accelerate that search by bringing together two of the most powerful ideas in contemporary machine learning: transformer-based representation learning and hybrid interaction modeling.</p>
<p>The framework, named THIMDA, was developed by Jihwan Ha of Pukyong National University in Busan, South Korea. Its central premise is that microRNAs and diseases are described by fundamentally different kinds of data, and that each kind deserves a representation strategy tailored to its structure. On the microRNA side, the model works with expression profiles, the numerical tables that record how strongly each microRNA is active across different biological conditions. Rather than feeding these tabular features into a generic neural network, THIMDA encodes them with a TabTransformer, an architecture that adapts the attention mechanism of transformers, originally designed for language, to structured data columns. By applying attention across features, the TabTransformer can capture complex, higher-order interactions among expression signals that simpler models tend to average away.</p>
<p>On the disease side, the challenge is different. Diseases are not naturally expressed as vectors of measurements; they are described by names, definitions, and their positions within the Medical Subject Headings, or MeSH, ontology, a vast hierarchical vocabulary used across biomedical research. THIMDA builds disease representations with SapBERT, a sentence-embedding model based on a bidirectional encoder transformer that has been trained to understand the semantics of biomedical terminology. By embedding disease concepts through this language model, the framework injects rich semantic information into the prediction pipeline, allowing diseases with related descriptions or nearby positions in the ontology to be represented by similar vectors even when no experimental data links them directly.</p>
<p>These two families of representations, one learned from numerical expression profiles and the other from textual and ontological semantics, are heterogeneous by construction. A key step in THIMDA therefore projects both into a shared latent space, a common mathematical arena where microRNA vectors and disease vectors can be directly compared. Once there, the framework applies what the author calls a hybrid interaction module. Instead of relying on a single mathematical operation to score how strongly a microRNA and a disease relate, the module combines two complementary mechanisms: a bilinear transformation, which models multiplicative interactions between the dimensions of the two vectors, and a nonlinear learning component, which captures more intricate, non-multiplicative patterns. The bilinear term excels at detecting calibrated, feature-wise alignments, while the nonlinear term absorbs the messier relationships that bilinear forms miss.</p>
<p>The motivation for this hybrid design reflects a broader lesson from machine learning research over the past decade. Interaction modeling between paired entities, whether users and products in recommendation systems or genes and diseases in bioinformatics, has been dominated by approaches that either multiply embeddings together or pass their concatenation through deep layers. Each strategy has blind spots. Purely bilinear models can be too rigid, while deeply nonlinear models can overfit when training data are sparse, a chronic problem in biology where experimentally validated associations number in the thousands rather than the millions. By blending both, THIMDA hedges against the weaknesses of each, an approach the author argues is essential when the underlying biology itself is shaped by both simple and complex regulatory relationships.</p>
<p>The performance figures reported in the study are striking. Under global leave-one-out cross-validation, a demanding evaluation scheme in which the model must rank the true disease partner for each microRNA against every possible alternative, THIMDA achieved an area under the receiver operating characteristic curve, or AUC, of 0.9569. Under a local variant of the same protocol, which restricts the candidate pool to a smaller set of diseases, the model scored 0.9486. An AUC above 0.95 in a global ranking task indicates that the model places true associations near the top of its ranked lists with high reliability, a level of discrimination that matters enormously in practice, where experimentalists can only follow up on a handful of candidates at a time.</p>
<p>Benchmark numbers alone rarely convince biologists, so the study includes case studies focused on two of the most clinically significant disease areas: breast cancer and lung cancer. In these analyses, the framework was used to flag microRNAs predicted to be associated with the diseases, and the resulting candidates were examined against the biomedical literature for biological plausibility. The results showed that THIMDA could identify microRNAs with documented relevance to these cancers, suggesting that the model&#8217;s high scores translate into genuinely meaningful biological signals rather than statistical artifacts. For a field where a wrong prioritization can cost months of laboratory work, that kind of validation carries substantial weight.</p>
<p>The significance of the work extends beyond the specific task of microRNA–disease association. It illustrates a growing convergence in bioinformatics between tabular learning and natural language processing. Biological entities increasingly live dual lives: as rows in high-throughput measurement matrices and as terms embedded in curated ontologies and the scientific literature. Models that can fuse both views stand to outperform those that see only one. The use of SapBERT for ontology-aware disease embeddings and TabTransformer for expression data represents a template that could be adapted to other association problems, including drug–target interaction prediction, gene–disease linkage, and lncRNA–disease inference, all of which share the same structural challenge of matching heterogeneous descriptions of paired entities.</p>
<p>There are, of course, familiar caveats. Computational predictions of this kind are hypotheses, not confirmations; the author explicitly positions THIMDA as a tool for prioritizing candidate associations and providing computational support for subsequent biological investigation, not as a replacement for experimental validation. Leave-one-out evaluation, while rigorous, tests the model on data distributions it has effectively seen in aggregate, and true prospective performance on entirely novel disease areas can only be established through use. Still, the economics of discovery argue strongly for tools like this. Experimental validation of a single microRNA–disease association can take considerable time and resources, and the space of possible associations is combinatorially vast. A model that reliably pushes the most promising candidates to the top of the list changes the calculus of what is feasible.</p>
<p>The research was supported by the National Research Foundation of Korea through grants funded by the Ministry of Science and ICT, and the article is published open access, making the framework available to the global bioinformatics community. As datasets of microRNA expression and disease characterization continue to expand, hybrid architectures that marry transformer representations with carefully designed interaction modeling are likely to become standard equipment in the computational biologist&#8217;s toolkit. THIMDA&#8217;s results suggest that when the right representation meets the right interaction model, the silent regulators of the genome begin to reveal their connections to human disease with remarkable clarity.</p>
<p><strong>Subject of Research:</strong> A transformer-based machine learning framework for predicting associations between microRNAs and human diseases.</p>
<p><strong>Article Title:</strong> Transformer-based multi-modal representation learning and hybrid interaction modeling for miRNA–disease association prediction</p>
<p><strong>Article References:</strong> Ha, J. (2026). Transformer-based multi-modal representation learning and hybrid interaction modeling for miRNA–disease association prediction. <em>BMC Bioinformatics</em>. <a href="https://doi.org/10.1186/s12859-026-06668-w" rel="noopener noreferrer">https://doi.org/10.1186/s12859-026-06668-w</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s12859-026-06668-w" rel="noopener noreferrer">10.1186/s12859-026-06668-w</a></p>
<p><strong>Keywords:</strong> miRNA, miRNA-disease association, machine learning, TabTransformer, SapBERT, transformers, bioinformatics, hybrid interaction modeling, breast cancer, lung cancer, MeSH ontology, computational biology</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">207911</post-id>	</item>
	</channel>
</rss>
