<?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>soil organic carbon prediction &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/soil-organic-carbon-prediction/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 26 Aug 2026 05:31:44 +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>soil organic carbon 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>New AI Network Improves Soil Organic Carbon Predictions Using Multiscale Wavelet Attention</title>
		<link>https://scienmag.com/new-ai-network-improves-soil-organic-carbon-predictions-using-multiscale-wavelet-attention/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 05:31:44 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[climate change and soil carbon dynamics]]></category>
		<category><![CDATA[Deep learning for digital soil mapping]]></category>
		<category><![CDATA[Ecosystem health and carbon storage]]></category>
		<category><![CDATA[Environmental factors influencing soil carbon]]></category>
		<category><![CDATA[Forest soil organic carbon estimation]]></category>
		<category><![CDATA[Improving accuracy of soil organic carbon models]]></category>
		<category><![CDATA[Machine learning comparison in soil prediction]]></category>
		<category><![CDATA[Multiscale wavelet attention neural network]]></category>
		<category><![CDATA[Remote sensing and environmental data integration]]></category>
		<category><![CDATA[soil organic carbon prediction]]></category>
		<category><![CDATA[Soil properties and terrain analysis]]></category>
		<category><![CDATA[Spatial scale integration in soil modeling]]></category>
		<guid isPermaLink="false">https://scienmag.com/new-ai-network-improves-soil-organic-carbon-predictions-using-multiscale-wavelet-attention/</guid>

					<description><![CDATA[Soil may look still and silent, but beneath every forest floor lies a dynamic carbon system that influences food security, ecosystem health, and the pace of climate change. Now, researchers in China have developed a deep-learning model designed to predict how much organic carbon is stored in soil by combining environmental information across multiple spatial [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Soil may look still and silent, but beneath every forest floor lies a dynamic carbon system that influences food security, ecosystem health, and the pace of climate change. Now, researchers in China have developed a deep-learning model designed to predict how much organic carbon is stored in soil by combining environmental information across multiple spatial scales. The system, called a Multi-scale Convolutional Wavelet-Attention Network, is intended to address a persistent problem in digital soil mapping: soil carbon is controlled by many interacting factors, and those factors rarely operate at the same scale. Rainfall, temperature, vegetation, terrain, and soil properties can all shape carbon storage, yet conventional prediction methods often struggle to connect them without being overwhelmed by noise. In tests conducted in forested regions, the model achieved a test-set coefficient of determination, or R², of 0.60 and an RMSE of 5.16 grams per kilogram, outperforming the random forest and conventional convolutional neural network approaches used for comparison.</p>
<p>Soil organic carbon is one of the largest reservoirs of carbon on land. It accumulates when plants capture carbon dioxide from the atmosphere and transfer carbon-rich material to the ground through roots, fallen leaves, woody debris, and microbial activity. Some of that carbon decomposes rapidly, while another portion can remain protected within soil aggregates for years, decades, or even centuries. The balance depends on climate, vegetation, elevation, slope, moisture, soil texture, and human disturbance. A reliable map of soil organic carbon can therefore reveal where landscapes are storing carbon effectively and where carbon may be vulnerable to erosion, warming, land-use change, or altered rainfall. It can also support forest management, agricultural planning, ecological restoration, and assessments of carbon-sequestration potential. The challenge is that direct soil sampling is expensive and geographically limited. Machine-learning systems offer a way to estimate carbon concentrations between sampling sites, but their success depends on whether they can extract meaningful relationships from incomplete and highly variable environmental data.</p>
<p>The new model was developed by researchers from Central South University and the Institute of Subtropical Agriculture of the Chinese Academy of Sciences. Rather than treating every environmental variable as equally important, the network uses an Attention Feature Extraction Module, or AFEM, to assign changing weights to information entering the model. In deep learning, attention mechanisms allow a system to emphasize data that appear more relevant to a particular prediction while reducing the influence of less informative signals. For soil carbon, this could mean recognizing that vegetation indicators are especially important in one landscape, while elevation, temperature, or soil characteristics carry more predictive value elsewhere. The weights are not fixed by hand; they are learned during training as the network compares its predictions with observed soil-carbon measurements. This dynamic feature selection is intended to improve the representation of complex environmental conditions and prevent the model from treating weak or redundant signals as if they were equally meaningful.</p>
<p>The researchers also introduced a Self-attention Enhanced Discrete Wavelet Transform Module, abbreviated SEWTM, to separate useful patterns from environmental noise. A discrete wavelet transform is a mathematical technique that decomposes a signal into components associated with different frequencies or scales. In practical terms, it can distinguish broad, slowly changing patterns from abrupt local variations. This makes wavelets useful when data contain both regional trends and fine-scale fluctuations. In a soil-carbon application, a broad terrain pattern might describe how carbon changes across a mountain slope, while a finer component could capture localized vegetation or moisture differences. The SEWTM combines this decomposition with self-attention, enabling the network to assess which components and dimensions carry meaningful information. According to the study, this design helps reduce interference across environmental dimensions, a problem that can occur when meteorological, topographic, vegetation, and soil variables contain overlapping or contradictory signals.</p>
<p>A third component, the Multi-scale Attention Feature Fusion Module, or MAFFM, brings the extracted information back together. Multi-scale processing is central to the network because soil carbon variation is neither purely local nor purely regional. A forest patch may influence organic matter through litter production and root systems, while the surrounding terrain controls drainage, erosion, temperature, and water availability. At a broader scale, climate determines decomposition rates and vegetation productivity. A model that examines only small neighborhoods may miss regional gradients, while one that averages over large areas can erase local carbon hotspots. MAFFM is designed to fuse features generated at different scales while using attention to determine which combinations are most useful. In theory, this allows the model to preserve fine detail without losing the larger environmental context that governs carbon accumulation.</p>
<p>The architecture reflects a broader shift in digital soil science, where researchers are moving beyond single-source prediction systems. Earlier approaches often relied on statistical regression, geostatistics, random forests, or neural networks built around a relatively narrow group of predictors. These methods remain valuable, especially when datasets are small or interpretability is a priority, but they can face difficulties when environmental variables interact nonlinearly. Random forest models, for example, combine many decision trees and can capture complex relationships, yet they do not naturally represent hierarchical spatial patterns in the same way as a multi-scale neural network. A conventional convolutional neural network can detect local patterns through filters, but it may be less effective at distinguishing signals that occur at substantially different scales or at adaptively weighting separate environmental dimensions. The proposed framework attempts to combine convolution, wavelet analysis, and attention into a single prediction pipeline.</p>
<p>The reported results suggest that this combination provided a measurable advantage in the forested study area. The model’s test R² of 0.60 means that it explained approximately 60 percent of the variation in observed soil organic carbon values in the held-out evaluation data. Its root mean square error was 5.16 grams per kilogram, indicating the typical magnitude of prediction error under the study conditions. The researchers reported R² improvements of 0.08 to 0.14 over the random forest and conventional CNN comparison models. These gains are significant enough to indicate that the architecture is learning more than a superficial association, particularly because the evaluation was performed on test data rather than only on the samples used for training. At the same time, an R² of 0.60 also shows that a substantial portion of soil-carbon variation remains unexplained. Soil carbon is influenced by processes that may not be fully represented in environmental layers, including microbial communities, litter chemistry, historical land use, soil depth, drainage, and small-scale disturbances.</p>
<p>The findings could become especially relevant as governments and land managers seek more precise estimates of nature-based climate solutions. Soil-carbon maps are increasingly used to identify areas where conservation, reforestation, improved residue management, reduced disturbance, or other interventions might increase carbon storage. Better prediction could help target field sampling, reduce the cost of regional monitoring, and improve estimates of carbon budgets. In agriculture, such tools might assist decisions about fertilization, irrigation, erosion control, and the placement of organic amendments. In forests, they could help identify carbon-rich soils that require protection or landscapes where restoration may produce large benefits. However, a prediction map is not the same as a direct measurement. Its reliability depends on the quality, density, and geographic representativeness of the training samples, as well as the consistency of the environmental data used to generate predictions.</p>
<p>That limitation is important because deep-learning models can appear highly accurate within the region where they were trained but perform less reliably when transferred to a different climate, geology, vegetation type, or management system. The study focuses on forested regions, so additional testing will be necessary before the method can be assumed to work equally well in croplands, wetlands, grasslands, deserts, or peat-rich environments. Independent validation across seasons and geographic regions would help determine whether the network has learned general soil-carbon relationships or mainly adapted to the characteristics of its original dataset. Uncertainty estimates would also be valuable, allowing users to see not only the predicted carbon concentration but how confident the model is in each location. Such information is essential for carbon accounting, where an apparently precise number can be misleading if the underlying uncertainty is large.</p>
<p>Even with those caveats, the research illustrates how artificial intelligence is becoming a tool for observing processes that are difficult to measure directly. The model does not sense carbon in the soil in the same way a laboratory instrument does. Instead, it learns statistical links between measured carbon values and environmental conditions, then applies those links across unsampled areas. Its innovation lies in the way it organizes that learning: AFEM highlights influential variables, SEWTM separates patterns across scales while suppressing noise, and MAFFM combines the resulting information into a unified prediction. The approach offers a new framework for high-resolution digital soil mapping and may help scientists connect local soil observations with broader climate and ecosystem assessments. As the world searches for dependable ways to manage carbon on land, the ability to map what lies beneath our feet could become as important as monitoring what happens above the canopy.</p>
<p><strong>Subject of Research</strong>: Soil organic carbon prediction using deep learning and digital soil mapping</p>
<p><strong>Article Title</strong>: Soil organic carbon prediction based on multi-scale convolution and wavelet attention network</p>
<p><strong>Article References</strong>: Qi, F., Cai, Y., Lai, J. et al. “Soil organic carbon prediction based on multi-scale convolution and wavelet attention network.” <i>Neural Computing and Applications</i> 38, Article 651 (2026).</p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>: https://doi.org/10.1007/s00521-026-12243-4</p>
<p><strong>Keywords</strong>: Soil organic carbon, deep learning, multiscale convolutional networks, wavelet attention mechanism, digital soil mapping</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">182070</post-id>	</item>
		<item>
		<title>AI Model Speeds Scientific Discovery in Soil Carbon Research</title>
		<link>https://scienmag.com/ai-model-speeds-scientific-discovery-in-soil-carbon-research/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Tue, 28 Jul 2026 00:48:11 +0000</pubDate>
				<category><![CDATA[Agriculture]]></category>
		<category><![CDATA[AI in biogeochemistry]]></category>
		<category><![CDATA[AI-driven soil carbon estimation]]></category>
		<category><![CDATA[biogeochemical process inference]]></category>
		<category><![CDATA[carbon cycle modeling]]></category>
		<category><![CDATA[computational biogeochemistry tools]]></category>
		<category><![CDATA[democratizing advanced environmental modeling]]></category>
		<category><![CDATA[Earth-system process simulation]]></category>
		<category><![CDATA[neural networks for soil research]]></category>
		<category><![CDATA[soil carbon modeling]]></category>
		<category><![CDATA[soil carbon stabilization mechanisms]]></category>
		<category><![CDATA[soil organic carbon prediction]]></category>
		<category><![CDATA[sustainable agriculture and soil health]]></category>
		<guid isPermaLink="false">https://scienmag.com/ai-model-speeds-scientific-discovery-in-soil-carbon-research/</guid>

					<description><![CDATA[ITHACA, N.Y. — Cornell University researchers have introduced BINN (Biogeochemistry-Informed Neural Network), an AI model designed to speed up and improve how scientists simulate Earth-system processes in agriculture and biogeochemistry. The team reports that BINN is about 50 times more efficient than earlier approaches while achieving similarly accurate estimates of soil organic carbon. The study, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>ITHACA, N.Y. — Cornell University researchers have introduced BINN (Biogeochemistry-Informed Neural Network), an AI model designed to speed up and improve how scientists simulate Earth-system processes in agriculture and biogeochemistry. The team reports that BINN is about 50 times more efficient than earlier approaches while achieving similarly accurate estimates of soil organic carbon.</p>
<p>The study, published in <em>Geoscientific Model Development</em>, focuses on a major lever in the global carbon cycle. Earth’s soils store roughly three-quarters of the world’s terrestrial carbon—more than the atmosphere and all living plants combined—yet the timing and pathways by which organic matter becomes stable soil carbon remain difficult to quantify.</p>
<p>Most AI tools used in research either repackage existing information or learn patterns from data without explicitly guiding biological process representation. BINN goes further: it is built to predict processes that are not yet well characterized and to infer which factors may regulate them. In other words, the model is not only fitting known correlations, but also learning biologically meaningful dynamics that help constrain underlying mechanisms.</p>
<p>“Our model is easy to use and can be democratized among the scientific community across disciplines,” said senior author Yiqi Luo. The goal is to make advanced computational biogeochemistry more accessible, allowing researchers to test hypotheses more rapidly and at lower computational cost.</p>
<p>Soil scientists understand the broad sequence—plants capture carbon dioxide to grow, then dead plant material decomposes into smaller components that eventually contribute to long-term storage. What is less certain is the rate of these steps and the number of intermediate processes needed to transform litter into stable soil carbon.</p>
<p>Using AI and observational datasets, BINN estimates both speeds and process counts quantitatively. The researchers found that BINN matches prior model performance for soil organic carbon while reducing spatial biases. In practice, that means predictions across the contiguous United States are less likely to favor one region’s data over another’s.</p>
<p>When benchmarked against earlier models, BINN delivered results with comparable accuracy but substantially faster computation. Less bias and higher efficiency together could make large-scale soil carbon assessment and scenario testing more feasible for climate and land-use research.</p>
<p>The work opens a path for next-generation Earth modeling that blends neural computation with biogeochemical understanding—turning AI into a tool for scientific discovery rather than just post-hoc pattern recognition.</p>
<p><strong>Subject of Research</strong>: Soil organic carbon; biogeochemistry and agricultural processes<br />
<strong>Article Title</strong>: Not provided in the provided content<br />
<strong>News Publication Date</strong>: 2026-07 (month mentioned via Cornell Chronicle link, exact date not provided)<br />
<strong>Web References</strong>: <a href="https://gmd.copernicus.org/articles/19/6777/2026/">https://gmd.copernicus.org/articles/19/6777/2026/</a> ; <a href="https://news.cornell.edu/stories/2026/07/soil-carbon-effectively-measured-new-efficient-ai-model">https://news.cornell.edu/stories/2026/07/soil-carbon-effectively-measured-new-efficient-ai-model</a><br />
<strong>References</strong>: <em>Geoscientific Model Development</em> (journal referenced; specific paper title not provided)<br />
<strong>Image Credits</strong>: Not provided</p>
<p><strong>Keywords</strong>: artificial intelligence, machine learning, deep learning, biogeochemistry, soil organic carbon, neural networks, carbon cycle, scientific modeling</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">174718</post-id>	</item>
		<item>
		<title>Deep Learning Predicts Soil Carbon in Northeast China</title>
		<link>https://scienmag.com/deep-learning-predicts-soil-carbon-in-northeast-china/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Mon, 29 Sep 2025 02:50:13 +0000</pubDate>
				<category><![CDATA[Earth Science]]></category>
		<category><![CDATA[agricultural planning in China]]></category>
		<category><![CDATA[artificial intelligence in environmental monitoring]]></category>
		<category><![CDATA[carbon cycle regulation]]></category>
		<category><![CDATA[climate change and soil health]]></category>
		<category><![CDATA[cropland SOC distribution]]></category>
		<category><![CDATA[deep learning in agriculture]]></category>
		<category><![CDATA[enhancing soil fertility with technology]]></category>
		<category><![CDATA[innovative soil sampling methods]]></category>
		<category><![CDATA[Northeast China Plain agriculture]]></category>
		<category><![CDATA[soil degradation challenges]]></category>
		<category><![CDATA[soil organic carbon prediction]]></category>
		<category><![CDATA[sustainable land management practices]]></category>
		<guid isPermaLink="false">https://scienmag.com/deep-learning-predicts-soil-carbon-in-northeast-china/</guid>

					<description><![CDATA[In recent years, the urgency to address climate change has brought attention to the significant role that soil organic carbon (SOC) plays in agricultural systems. Soil organic carbon is not only essential for soil health and fertility, but it also acts as a critical component in regulating the carbon cycle, thus influencing atmospheric carbon dioxide [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In recent years, the urgency to address climate change has brought attention to the significant role that soil organic carbon (SOC) plays in agricultural systems. Soil organic carbon is not only essential for soil health and fertility, but it also acts as a critical component in regulating the carbon cycle, thus influencing atmospheric carbon dioxide levels. A new study authored by Zhang et al., published in Environmental Monitoring and Assessment, offers a breakthrough in predicting the distribution and content of cropland SOC, focusing specifically on the Northeast China Plain—a region grappling with various agricultural challenges.</p>
<p>The Northeast China Plain is known for its vast agricultural landscapes and is home to some of the most productive croplands in the country. However, rapid industrialization and urban expansion have posed challenges to sustainable agricultural practices, leading to concerns about soil degradation and reduced fertility. Understanding the spatial distribution of soil organic carbon in this area is vital for informed land management and agricultural planning. Traditional soil sampling methods, while useful, are often costly and time-consuming, limiting the ability to capture the complexity of SOC dynamics across large regions.</p>
<p>The researchers in this study harness the power of deep learning, a subset of artificial intelligence, to enhance the accuracy and efficiency of SOC predictions. By employing advanced machine learning algorithms, the authors were able to create a predictive model that utilizes a combination of spectral data, environmental factors, and land-use information. This innovative approach has the potential to revolutionize the monitoring of soil health across agricultural landscapes and provide essential insights into carbon sequestration capabilities.</p>
<p>Deep learning techniques rely on neural networks that mimic the human brain&#8217;s interconnected structure, allowing for sophisticated pattern recognition. In their research, the authors trained their model using extensive datasets that included soil measurements, satellite imagery, and climatic variables. By doing so, they could refine their predictions and account for the multifaceted interactions affecting soil organic matter. The model was then validated using an independent dataset, yielding impressive results that challenged existing methodologies in soil carbon assessment.</p>
<p>One of the standout features of this study is its ability to identify spatial variability in SOC content across different types of land use. The findings showed that regions dedicated to certain agricultural practices exhibited varying levels of SOC, providing valuable insights into how different farming methods impact soil quality. For instance, the results suggested that crop rotation and organic farming techniques are linked to higher SOC concentrations compared to traditional monoculture practices, emphasizing the importance of adopting sustainable agriculture strategies.</p>
<p>Additionally, the research found that environmental factors such as precipitation, temperature, and soil texture significantly influence SOC distribution. By integrating these variables into the deep learning framework, the model was able to track changes in SOC levels over time and predict how potential adjustments in climate could affect soil health. This aspect of the study highlights the intricate interplay between climate change and agriculture and stresses the need for adaptive agricultural practices that mitigate adverse effects.</p>
<p>Furthermore, the authors reported that their model demonstrated superior performance metrics compared to conventional regression-based approaches. Accuracy measurements revealed that the deep learning model reduced prediction errors significantly, providing a robust tool for researchers and policymakers. Notably, this advancement allows for the scaling up of SOC assessments, making it feasible to monitor vast agricultural landscapes that were previously neglected due to resource constraints.</p>
<p>The implications of this research extend beyond the immediate context of the Northeast China Plain. By establishing a reliable modeling framework, the authors have opened new avenues for understanding soil carbon dynamics globally. Policymakers and agronomists around the world can utilize similar methodologies to assess SOC in various ecological contexts, thereby enhancing food security and promoting sustainable land use practices.</p>
<p>As agricultural lands face increasing pressure from climate change, understanding the role of soil organic carbon becomes more urgent. This study serves as a reminder of the critical relationship between soil management and climate resilience. The ability to accurately model and predict SOC distribution empowers farmers and land managers to implement evidence-based practices that enhance soil health and productivity.</p>
<p>In conclusion, Zhang et al.&#8217;s research marks a significant advancement in our understanding of soil organic carbon dynamics within agricultural systems. By employing innovative deep learning techniques, the study not only refines our understanding of SOC distribution in the Northeast China Plain but also offers a blueprint for future research across diverse agricultural regions. As the world confronts the challenge of sustainable food production in the wake of climate change, the findings from this study will prove invaluable in guiding effective land management strategies.</p>
<p>The authors advocate for a shift towards integrating advanced technological solutions in agricultural research and practice. By leveraging artificial intelligence, farmers and policymakers can better navigate the complexities of soil management and climate adaptation. The study represents not just a scientific endeavor, but a meaningful step towards fostering a sustainable future for agriculture worldwide.</p>
<p>This groundbreaking work emphasizes the necessity for continued investment in research that bridges the gap between science and practice. Enhanced understanding of soil integral functions will ensure that as we push forward into an uncertain future, agriculture can remain productive and resilient, safeguarding essential resources for generations to come.</p>
<p><strong>Subject of Research</strong>: Regional cropland soil organic carbon content and distribution using deep learning.</p>
<p><strong>Article Title</strong>: Prediction of regional cropland soil organic carbon content and distribution using deep learning: a case study of the Northeast China Plain.</p>
<p><strong>Article References</strong>:</p>
<p class="c-bibliographic-information__citation">Zhang, S., Dai, H., Chen, C. <i>et al.</i> Prediction of regional cropland soil organic carbon content and distribution using deep learning: a case study of the Northeast China Plain.<br />
                    <i>Environ Monit Assess</i> <b>197</b>, 1159 (2025). https://doi.org/10.1007/s10661-025-14622-1</p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>: N/A</p>
<p><strong>Keywords</strong>: Soil Organic Carbon, Deep Learning, Agriculture, Climate Change, Sustainable Practices, Northeast China Plain.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">83097</post-id>	</item>
	</channel>
</rss>
