<?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>Xujiahe Formation &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/xujiahe-formation/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Fri, 25 Sep 2026 23:25:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.2</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>Xujiahe Formation &#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 Ensemble Cracks Tough Sichuan Gas Reservoir Classification Problem</title>
		<link>https://scienmag.com/ai-ensemble-cracks-tough-sichuan-gas-reservoir-classification-problem/</link>
		
		<dc:creator><![CDATA[Violet Maxwell]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 23:25:27 +0000</pubDate>
				<category><![CDATA[Earth Science]]></category>
		<category><![CDATA[ADASYN]]></category>
		<category><![CDATA[AI-driven hydrocarbon exploration]]></category>
		<category><![CDATA[complex reservoir characterization]]></category>
		<category><![CDATA[deep learning for geological formations]]></category>
		<category><![CDATA[dual-medium reservoir]]></category>
		<category><![CDATA[dual-medium reservoir modeling]]></category>
		<category><![CDATA[ensemble learning]]></category>
		<category><![CDATA[gas flow pathway identification]]></category>
		<category><![CDATA[Gas reservoir classification]]></category>
		<category><![CDATA[geophysical data classification]]></category>
		<category><![CDATA[imbalanced data]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning in geology]]></category>
		<category><![CDATA[natural fracture detection]]></category>
		<category><![CDATA[natural fractures]]></category>
		<category><![CDATA[natural gas]]></category>
		<category><![CDATA[reservoir classification]]></category>
		<category><![CDATA[reservoir property prediction]]></category>
		<category><![CDATA[Sichuan Basin]]></category>
		<category><![CDATA[Sichuan Basin natural gas]]></category>
		<category><![CDATA[tight sandstone]]></category>
		<category><![CDATA[tight sandstone reservoir analysis]]></category>
		<category><![CDATA[well logging]]></category>
		<category><![CDATA[Xujiahe Formation]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=215308</guid>

					<description><![CDATA[Researchers in China developed an interpretable multi-ensemble machine learning method combining ADASYN oversampling and soft voting that classifies dual-medium tight sandstone gas reservoirs in the Sichuan Basin with over 90 percent accuracy.]]></description>
										<content:encoded><![CDATA[<p>Beneath the rolling hills of China&#8217;s Sichuan Basin lies one of the country&#8217;s most important natural gas plays: deeply buried tight sandstone reservoirs in the second member of the Triassic Xujiahe Formation. These rocks store enormous quantities of gas, but they are notoriously difficult to read. Their pores are microscopic, their fractures are patchy, and their properties can swing dramatically over just a few meters of rock. A new study published in Natural Resources Research by Jiarui Zhang, Dali Yue, Wurong Wang, and colleagues at the China University of Petroleum (Beijing) and Sinopec Exploration and Production Research Institute now shows how a carefully engineered machine learning pipeline can classify these reservoirs with more than 90 percent accuracy, even when the training data are badly skewed toward one rock type.</p>
<p>The central challenge is what geologists call a dual-medium reservoir. In these formations, gas lives in two very different storage systems at once: the tiny pores between sand grains, and the sparse network of natural fractures that cuts across them. Fractures act like high-speed highways for gas flow, while the matrix pores act like vast parking lots. Knowing which system dominates in any given interval of rock is essential for deciding where to drill and how to stimulate a well. But conventional classification methods rely on discrete analytical samples, mostly from core pieces pulled from a handful of wells. Most wells are never cored at all, so point-based analysis simply cannot capture how fractured and matrix-dominated zones alternate continuously down the borehole.</p>
<p>The research team&#8217;s first contribution is a revised classification framework, which they describe as a three-major and six-minor scheme, built on pore structure. It separates the Xujiahe sandstones into nine reservoir types spanning matrix-controlled, fractured, and hybrid matrix-fractured varieties. A key analytical device is the fracture identification factor, a quantity derived from well logs that distinguishes true fractured reservoirs from matrix-fractured ones. Because well logging curves are recorded continuously as instruments travel up the borehole, using them as classifier inputs means every centimeter of rock in every well can be typed, not just the rare intervals where core was recovered.</p>
<p>But continuous logging data brought a familiar artificial intelligence problem to the surface: class imbalance. Some reservoir types, particularly the highest-quality fractured varieties, are genuinely rare in the subsurface, so their examples are heavily outnumbered in any training dataset. Machine learning classifiers trained on such lopsided data tend to simply ignore the minority classes, which is precisely the wrong behavior when those rare classes are the exploration targets. To fix this, the team applied ADASYN, the adaptive synthetic sampling technique. ADASYN works by generating synthetic minority-class examples, concentrating its effort near the decision boundaries where classification is hardest. Rather than flooding the dataset with generic duplicates, it teaches the model to pay attention to the ambiguous frontier zones between reservoir types, which the authors found markedly strengthened recognition of the scarce but valuable classes.</p>
<p>With rebalanced data in hand, the researchers then assembled what they call a multi-ensemble learning architecture. Instead of trusting a single algorithm, they trained four different base classifiers: random forest, support vector machine, multilayer perceptron, and XGBoost. Each brings a distinct inductive bias. Random forests average many decision trees trained on random subsets of the data, support vector machines carve maximal-margin boundaries through feature space, neural networks learn flexible nonlinear mappings, and XGBoost builds boosted trees that iteratively correct earlier errors. The team optimized each base learner and then combined their votes using voting theory, testing both hard voting, where each classifier casts a single categorical vote, and soft voting, where the classifiers&#8217; predicted class probabilities are averaged before a decision is made.</p>
<p>The results were striking. The best configuration, dubbed ADASYN-voting-soft, or AVS, achieved a mean accuracy of 90.25 percent across the reservoir classes. That figure represents an improvement of 12.22 to 16.84 percentage points over standalone machine learning methods. Just as important, the soft-voting ensemble proved more stable and more accurate than hard voting, especially for reservoirs whose well log signatures are ambiguous. This makes intuitive sense: when a rock sample sits near the boundary between two classes, individual classifiers may disagree, and hard voting can flip-flop from one measurement to the next. Averaging probabilities dampens that noise, producing smoother, more geologically plausible classifications along the borehole.</p>
<p>The AVS method also addresses a subtle risk in machine learning practice: the exclusion of small, high-quality sample sets. In geoscience, curated expert-labeled examples are expensive and scarce. A single classifier can effectively discard such precious minority data by underfitting them, but the ensemble approach compensates for the uncertainty of any individual model. Combined with ADASYN&#8217;s synthetic augmentation, the framework ensures that even thinly represented reservoir types exert real influence on the final prediction. The interpretability emphasis of the study matters here too, because geologists need to understand which logging features drive a classification before they commit drilling capital on the model&#8217;s advice.</p>
<p>Applied across the Xujiahe Formation&#8217;s second member, the workflow revealed the spatial distribution of reservoir types in the Xinchang area of the western Sichuan Depression, mapping where matrix-dominated zones give way to fracture-enhanced sweet spots. That spatial picture is more than an academic exercise. Accurate identification of high-quality reservoir intervals directly guides well placement, completion design, and production optimization in a basin that Chinese researchers have described as a super gas basin. Fracture-developed tight sandstone intervals hold disproportionately large shares of recoverable gas, so a tool that reliably flags them in uncored wells translates into fewer dry or underperforming wells.</p>
<p>The study also fits into a broader trend sweeping the geosciences: the migration of ensemble learning and imbalance-aware sampling from computer science into subsurface characterization. The authors&#8217; bibliography traces a lineage from classic oversampling methods like SMOTE and Borderline-SMOTE through ADASYN&#8217;s adaptive variant, alongside a growing body of work applying random forests, boosting, and stacking to lithofacies identification, fracture detection, and fluid typing in basins from the Ordos to the Tarim. What distinguishes this contribution is the combination of a geologically meaningful classification scheme, an imbalance-correction step tuned to decision boundaries, and a probability-averaged ensemble, all applied to the notoriously tricky dual-medium problem.</p>
<p>Funded by China&#8217;s National Science and Technology Major Project and the National Natural Science Foundation of China, the work offers a template that could travel well beyond the Sichuan Basin. Any fractured tight reservoir, whether sandstone, carbonate, or volcanic, poses the same pairing of continuous well log data with rare, high-value target classes. As exploration pushes into ever deeper and more heterogeneous plays worldwide, tools like the AVS model suggest that the winning approach will not be any single clever algorithm, but disciplined engineering: classify the rocks in a way geologists understand, fix the data imbalance before it quietly biases the model, and let a well-calibrated team of classifiers vote where no individual model should be trusted alone.</p>
<p><strong>Subject of Research:</strong> Machine learning classification of dual-medium tight sandstone gas reservoirs in the Sichuan Basin</p>
<p><strong>Article Title:</strong> Interpretable Prediction of Dual-Medium Tight Sandstone Reservoir Types of the Sichuan Basin: A Multi-ensemble Learning Approach for Imbalanced Data Optimization</p>
<p><strong>Article References:</strong> Zhang, J., Yue, D., Wang, W., Qu, L., Liu, Y., Li, W., Jin, W., &amp; Fu, J. (2026). Interpretable Prediction of Dual-Medium Tight Sandstone Reservoir Types of the Sichuan Basin: A Multi-ensemble Learning Approach for Imbalanced Data Optimization. <em>Natural Resources Research</em>. <a href="https://doi.org/10.1007/s11053-026-10761-5" rel="noopener noreferrer">https://doi.org/10.1007/s11053-026-10761-5</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11053-026-10761-5" rel="noopener noreferrer">10.1007/s11053-026-10761-5</a></p>
<p><strong>Keywords:</strong> tight sandstone, Sichuan Basin, reservoir classification, machine learning, ensemble learning, ADASYN, imbalanced data, well logging, natural fractures, Xujiahe Formation, natural gas, dual-medium reservoir</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">215308</post-id>	</item>
	</channel>
</rss>
