<?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>Sungun Copper Mine &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/sungun-copper-mine/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 Sep 2026 02:09:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>Sungun Copper Mine &#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 Models Predict Deadly Flyrock From Mine Blasts With Unprecedented Accuracy</title>
		<link>https://scienmag.com/ai-models-predict-deadly-flyrock-from-mine-blasts-with-unprecedented-accuracy/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sun, 13 Sep 2026 02:09:07 +0000</pubDate>
				<category><![CDATA[Earth Science]]></category>
		<category><![CDATA[advanced safety tools for mining operations]]></category>
		<category><![CDATA[AI models for predicting flyrock in mining explosions]]></category>
		<category><![CDATA[artificial intelligence in rock fragmentation prediction]]></category>
		<category><![CDATA[blasting hazard]]></category>
		<category><![CDATA[data-driven flyrock hazard mitigation]]></category>
		<category><![CDATA[engineering decision support systems in mining]]></category>
		<category><![CDATA[environmental impact of flyrock prediction]]></category>
		<category><![CDATA[explainable AI]]></category>
		<category><![CDATA[explainable AI for blast design]]></category>
		<category><![CDATA[flyrock]]></category>
		<category><![CDATA[geo-environmental hazard]]></category>
		<category><![CDATA[hazardous blast debris forecasting]]></category>
		<category><![CDATA[hyperparameter optimization]]></category>
		<category><![CDATA[improving mine safety with AI technology]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning in mining safety]]></category>
		<category><![CDATA[optimizing blast design with AI]]></category>
		<category><![CDATA[powder factor]]></category>
		<category><![CDATA[predictive analytics for surface mining hazards]]></category>
		<category><![CDATA[SHAP analysis]]></category>
		<category><![CDATA[Sungun Copper Mine]]></category>
		<category><![CDATA[surface mining]]></category>
		<category><![CDATA[sustainable blasting]]></category>
		<category><![CDATA[XGBoost]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=200704</guid>

					<description><![CDATA[Researchers developed optimized hybrid XGBoost models that accurately predict blast-induced flyrock distances at Iran's Sungun Copper Mine while identifying powder factor, burden, and stemming as the key controlling parameters.]]></description>
										<content:encoded><![CDATA[<p>Every year, somewhere in the world, a routine mining explosion sends rocks hurtling far beyond their intended landing zone. These projectiles, known as flyrock, are among the deadliest and least predictable hazards in surface mining, capable of striking workers, damaging equipment, destroying nearby homes, and scattering debris across ecosystems surrounding an open pit. Now, a research team has developed an artificial intelligence framework that not only forecasts how far flyrock will travel with remarkable accuracy, but also explains exactly which blast design decisions drive the danger. The study, published in Natural Resources Research, combines optimized machine learning with explainable AI to transform flyrock from an unpredictable menace into a manageable engineering variable.</p>
<p>The research was led by Mohammad Matin Rouhani of Amirkabir University of Technology in Tehran, together with Mahdi Hasanipanah of Duy Tan University, Xin Yin of Wuhan University of Science and Technology, Hesam Dehghani of Hamedan University of Technology, and Mohammad Rezaei of the University of Kurdistan. Their goal was ambitious: to build a predictive system that could generalize reliably to new blasting events at a major copper mine, while giving engineers a transparent view of the physical factors that matter most. Traditional empirical equations for flyrock, the team notes, often fall short because they cannot capture the complex, nonlinear interplay between explosive energy, rock properties, and blast geometry.</p>
<p>To train their models, the researchers assembled a dataset of 252 blasting events recorded at the Sungun Copper Mine in northwestern Iran, one of the country&#8217;s largest open-pit operations. Each event was characterized by a set of controllable blast design parameters, including the powder factor, which describes the amount of explosive energy delivered per unit of rock; the burden, the distance between boreholes and the free face of the rock; the spacing between holes; the stemming length, the inert material packed atop the explosive charge; the bench height; and the diameter of the drill holes. The output variable was the measured flyrock distance, the maximum throw of rock fragments beyond the blast zone.</p>
<p>At the heart of the framework sits XGBoost, or extreme gradient boosting, a machine learning algorithm that builds a strong predictive model from an ensemble of decision trees, each new tree correcting the errors of its predecessors. XGBoost has become a workhorse of applied machine learning because of its speed and accuracy, but its performance depends heavily on the tuning of internal settings known as hyperparameters, such as tree depth, learning rate, and the number of boosting rounds. Poorly tuned hyperparameters can leave substantial predictive power on the table, or worse, cause a model to memorize training data rather than learn generalizable patterns.</p>
<p>The team&#8217;s key innovation was to pair XGBoost with five different optimization algorithms that automatically search for the best hyperparameter configuration. These included Bayesian optimization, a statistically guided search method that models the relationship between hyperparameters and performance; the geometric mean optimization algorithm, a newer population-based technique; the osprey optimization algorithm, inspired by the hunting behavior of the fish-eating raptor; reptile search optimization, a nature-inspired metaheuristic mimicking reptilian hunting strategies; and the Archimedes optimization algorithm, which draws on principles of buoyancy and physics. Each hybrid model was trained and tested on the Sungun dataset, and their performances were compared using multiple statistical indicators, radar plots, and Taylor diagrams, which visualize how closely each model&#8217;s predictions match observed values in terms of correlation and variability.</p>
<p>The results were striking. The GMO-XGBoost model, which combines XGBoost with geometric mean optimization, delivered the best generalization performance, achieving the highest prediction accuracy on unseen testing data. This matters because a model that excels only on data it has already seen is of little practical use; engineers need forecasts they can trust for future blasts. Interestingly, the AOA-XGBoost variant, built on the Archimedes optimization algorithm, showed superior performance during the training phase, illustrating a common tension in machine learning between fitting known data and generalizing to new situations. The fact that different optimizers excelled at different stages underscores why the team ran the full comparison rather than assuming a single best approach.</p>
<p>But the researchers went a step further than raw prediction. To open the black box of their best-performing models, they applied Shapley additive explanations, or SHAP analysis, a technique borrowed from cooperative game theory that quantifies each input variable&#8217;s contribution to every individual prediction. The analysis revealed a clear hierarchy of influence: the powder factor, burden, and stemming length emerged as the most powerful controls on flyrock behavior, with powder factor showing the strongest effect. This finding aligns with physical intuition, since the powder factor directly governs the explosive energy available to launch rock fragments, while burden and stemming determine how that energy is contained and directed.</p>
<p>The practical implications for mine operators are significant. With an interpretable model in hand, blast engineers can run what-if scenarios before a single hole is drilled, adjusting the powder factor or stemming design to keep predicted flyrock within safe exclusion zones. That translates into fewer evacuations, less equipment damage, reduced liability, and a smaller environmental footprint around the mine. The framework also supports sustainable mine planning more broadly, because blasting that throws rock unpredictably can disturb surrounding habitats, contaminate nearby land with debris, and erode community trust. By making flyrock a quantified, decision-oriented variable, the study moves hazard assessment from reactive investigation to proactive design.</p>
<p>The work also reflects a broader shift in the geosciences toward explainable artificial intelligence. For years, machine learning models in mining and rock engineering have been criticized for offering high accuracy without insight, leaving practitioners unable to justify safety-critical decisions. By embedding SHAP analysis directly into the modeling pipeline, the Sungun study demonstrates that accuracy and interpretability need not be competing goals. The authors describe this combination of optimized hybrid machine learning and explainable AI as the study&#8217;s central contribution, positioning it as a template for other geo-environmental hazards such as ground vibration, air blast, and back-break, where similar hybrid frameworks are already gaining traction.</p>
<p>Limitations remain, as they do in any data-driven study. The models were trained on data from a single mine, and while the GMO-XGBoost variant generalized well within that setting, transferring the framework to sites with different rock types, explosives, or drilling practices would require retraining and validation. The researchers indicate that the underlying data will be shared on reasonable request, which should help other groups test the approach. Still, the message of the study is clear: with 252 real blasts, five competing optimizers, and a transparent view of what drives the danger, flyrock prediction has entered a new era, one in which the rocks thrown by an explosion can be forecast before the fuse is ever lit.</p>
<p><strong>Subject of Research:</strong> Intelligent prediction of blast-induced flyrock distance in surface mining using optimized hybrid XGBoost machine learning models and explainable AI</p>
<p><strong>Article Title:</strong> Intelligent Assessment of Blast-Induced Flyrock as a Geo-Environmental Hazard Using Optimized Hybrid XGBoost Models</p>
<p><strong>Article References:</strong> Rouhani, M. M., Hasanipanah, M., Yin, X., Dehghani, H., &amp; Rezaei, M. (2026). Intelligent Assessment of Blast-Induced Flyrock as a Geo-Environmental Hazard Using Optimized Hybrid XGBoost Models. <em>Natural Resources Research</em>. <a href="https://doi.org/10.1007/s11053-026-10757-1" rel="noopener noreferrer">https://doi.org/10.1007/s11053-026-10757-1</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11053-026-10757-1" rel="noopener noreferrer">10.1007/s11053-026-10757-1</a></p>
<p><strong>Keywords:</strong> flyrock, surface mining, XGBoost, machine learning, blasting hazard, Sungun Copper Mine, hyperparameter optimization, explainable AI, SHAP analysis, geo-environmental hazard, sustainable blasting, powder factor</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">200704</post-id>	</item>
	</channel>
</rss>
