<?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>international collaboration in agriculture &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/international-collaboration-in-agriculture/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 Sep 2026 23:22:39 +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>international collaboration in agriculture &#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>Cloud AI platform links rice grain traits to genes for crop improvement</title>
		<link>https://scienmag.com/cloud-ai-platform-links-rice-grain-traits-to-genes-for-crop-improvement/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Wed, 09 Sep 2026 23:22:36 +0000</pubDate>
				<category><![CDATA[Agriculture]]></category>
		<category><![CDATA[AI in food security]]></category>
		<category><![CDATA[AI-driven crop trait analysis]]></category>
		<category><![CDATA[AI-powered crop trait analysis]]></category>
		<category><![CDATA[automated rice grain measurement]]></category>
		<category><![CDATA[cloud-based agricultural technology]]></category>
		<category><![CDATA[cloud-based plant genetics platform]]></category>
		<category><![CDATA[crop improvement through AI]]></category>
		<category><![CDATA[crop improvement through gene-trait linkage]]></category>
		<category><![CDATA[deep learning for agriculture]]></category>
		<category><![CDATA[deep learning for plant science]]></category>
		<category><![CDATA[digital transformation in crop breeding]]></category>
		<category><![CDATA[genetic analysis of rice traits]]></category>
		<category><![CDATA[image analysis for rice grains]]></category>
		<category><![CDATA[international collaboration in agricultural AI]]></category>
		<category><![CDATA[international collaboration in agriculture]]></category>
		<category><![CDATA[molecular plant science innovations]]></category>
		<category><![CDATA[Rice grain phenotyping]]></category>
		<category><![CDATA[scalable plant phenotyping platforms]]></category>
		<category><![CDATA[scalable rice breeding technology]]></category>
		<category><![CDATA[smartphone-based crop assessment]]></category>
		<category><![CDATA[smartphone-based crop trait assessment]]></category>
		<category><![CDATA[YOLO-based object detection in agritech]]></category>
		<guid isPermaLink="false">https://scienmag.com/cloud-ai-platform-links-rice-grain-traits-to-genes-for-crop-improvement/</guid>

					<description><![CDATA[Rice feeds more than half of humanity, and the shape, size, and colour of its grains sit at the heart of both food security and consumer preference. Yet measuring those traits has long been one of the most tedious jobs in crop science: technicians thresh panicles by hand, count grains one by one, and measure [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Rice feeds more than half of humanity, and the shape, size, and colour of its grains sit at the heart of both food security and consumer preference. Yet measuring those traits has long been one of the most tedious jobs in crop science: technicians thresh panicles by hand, count grains one by one, and measure lengths and widths with calipers or dedicated benchtop analysers. Now, an international team led by researchers at Nanjing Agricultural University, the Chinese Academy of Sciences&#8217; Center for Excellence in Molecular Plant Sciences, and the National Institute of Agricultural Botany in the United Kingdom has unveiled a cloud-based artificial intelligence platform that can do the entire job from nothing more than a smartphone photograph. The platform, called RGPAS — the Rice Grain Phenotyping Analysis System — is described in a study published open access in the journal Artificial Intelligence in Agriculture, and its creators say it could transform grain assessment from a laborious laboratory routine into a rapid, scalable, and largely automated workflow accessible to breeders worldwide.</p>
<p>The technical heart of the system is a customised deep learning model the team named RGD-YOLO. It builds on the YOLOv10m object detection architecture, which combines feature pyramids and multi-scale training to spot small objects, and adds two purpose-designed modules. The first, a C2f_FADC block based on frequency-adaptive dilated convolution, adaptively widens the model&#8217;s receptive field so that it preserves the high-frequency signals that mark grain edges and texture while suppressing low-frequency background noise from stems and reflections. The second, an SPPF-LSKA block, applies large-kernel depthwise convolutions with spatial attention, allowing the network to lock onto individual grains even when spikelets are densely packed and partially hidden. In attention heatmaps, the baseline YOLOv10m model tended to light up grain edges and panicle tips when grains overlapped, effectively guessing from peripheral cues, whereas RGD-YOLO continued to focus squarely on the grains themselves. In ablation tests, these modifications pushed the model&#8217;s strict COCO-benchmark detection score (mAP@0.5–0.95) to 82.2 percent, with precision of 98.97 percent and recall of 98.54 percent, while keeping the model a compact 34.6 megabytes — small enough for practical cloud deployment.</p>
<p>Detection alone is not enough, however, because meaningful measurements of grain length, width, perimeter, roundness, and seed-coat colour can only be taken from grains whose full outlines are visible. To solve this, the researchers paired a fine-tuned EfficientNet classifier with the Felzenszwalb superpixel segmentation algorithm. Each grain detected by RGD-YOLO is converted into a pseudo-coloured image using Otsu thresholding and JET colour mapping, segmented at a systematically optimised ratio, and then judged by the classifier as either a complete &#8220;whole grain&#8221; or an occluded fragment. Out of 885,011 grains detected across the study&#8217;s image collection, the pipeline confidently identified 77,812 whole grains. Those grains, together with their occluded counterparts, form the backbone of a new publicly released training resource called the World Rice Grain Dataset, or WRGD, which began with 50,000 whole grains and 50,000 occluded grains after augmentation and now contains 77,812 verified whole-grain images spanning 864 landraces.</p>
<p>The imaging workflow underlying the platform is deliberately frugal. Field workers place a rice panicle on a black matte board alongside a red reference label and a QR code, then photograph it from about half a metre above with an ordinary mid-range Android phone — Xiaomi Mi 11, Huawei Nova 7 SE, and vivo Y50 handsets were all used across the study, demonstrating that sensor differences between manufacturers do not break the analysis. The QR code carries accession metadata, the red label calibrates colour and provides a pixel-to-millimetre conversion factor, and histogram matching against a benchmark image harmonises exposure across devices. Roughly 64 gigabytes of imagery — 10,837 photographs covering 322 landraces in the 2020 season and 709 in 2022, plus 176 recombinant inbred lines — were collected at a throughput of about fifteen seconds per panicle, with no specialised camera, scanner, or lighting rig required.</p>
<p>The platform itself is hosted openly at rgpas.cemps.ac.cn and built on the Django framework following a Model-View-Controller architecture, with a logic layer for workflow control, an AI model layer housing the trained detectors, a service layer for visualisation and storage, and a MySQL-backed digital grain library. Users can run single-image analysis for quick grain counting, batch-process entire image series for panicle- and grain-level statistics, and browse a searchable database containing genotypic and phenotypic records for 864 landraces and 176 recombinant inbred lines, drawn from 1092 panicle images and 108,547 whole grain images. Registration is restricted to academic email addresses, results export to CSV, and the interface works in both English and Chinese. The source code and trained models are maintained on GitHub, and the WRGD dataset is archived at the EBI BioImage Archive, a level of openness the authors argue is essential for reproducibility.</p>
<p>To prove the platform&#8217;s numbers can be trusted, the team validated RGPAS-derived traits against ground truth in two ways: manual counting of grains per panicle on 1012 lines by field specialists, and benchmark measurements from a commercial SC-E rice appearance quality analyzer for grain size, shape, and colour traits. The agreement was strong, and the phenotypic distributions the platform produced matched well-established biology — indica varieties showed roughly 10 percent greater grain perimeter and longer, more slender grains, while japonica grains were shorter and wider, with overall grain size remaining statistically similar between the subspecies. When applied to the 176 recombinant inbred lines, a population the detection model had never seen during training, the platform again produced clean, near-Gaussian trait distributions, indicating that its generalisation was not an artefact of overfitting to the landrace panel.</p>
<p>The most consequential test, though, was whether photographs processed in the cloud could feed genuine genetics. For genome-wide association studies, the team drew on high-depth whole-genome resequencing data at roughly 14-fold coverage, filtering variants to retain 3,583,878 high-confidence biallelic SNPs and running the EMMAx mixed-model pipeline on 322 landraces from 2020 and 709 from 2022. The results were striking. RGPAS-derived grain length-to-width ratio pointed squarely at GS3 on chromosome 3 and GW5 on chromosome 5, the two canonical regulators of rice grain shape, with association signals reaching −log10P values above 26 in the 2022 data — and the same loci appeared when the traits were measured conventionally after harvest. Grain length analyses recovered GS3, OsSPL13, TGW6, and the flowering regulator Hd1; grain width recovered GW5, GW7, GE, and GW2; and grain number per panicle associated with OsCKX2, GS5, GRF4, OsMADS1, TGW6, and GATA28, among others. Even seed-coat colour, quantified from the images&#8217; green channel, mapped to the Rc and Rd genes that govern pericarp pigmentation and proanthocyanidin biosynthesis in red- and black-grained rice.</p>
<p>Quantitative trait locus mapping in the recombinant inbred lines, built on a genetic map of 1,148 recombination bins spanning 2,499 centimorgans, reinforced the picture. RGPAS-derived traits detected QTLs containing D61, Sd1, GS3, GW5, OsMADS50, and OsMADS56, and — in a notable detail — the computational grain number trait recovered a locus near Hd1 on chromosome 6 that the manually counted trait failed to detect, while manual scoring alone picked up GAD1 on chromosome 8. Both approaches independently flagged an unknown locus on chromosome 11 explaining about 10 percent of phenotypic variation, and a second unknown locus on chromosome 6 explaining 9.3 percent of grain width variation, both flagged as promising candidates for future fine-mapping. The researchers note that loci consistently detected across both the 2020 and 2022 seasons, and across both the landrace and RIL populations, were treated as high-confidence associations, with quantile-quantile plot inspection confirming that genomic inflation reflected a handful of strong-effect loci rather than systematic confounding.</p>
<p>The team is candid about the platform&#8217;s limits. Cloud operation requires a stable internet connection, performance can suffer under concurrent load or limited bandwidth, and traits such as seed-setting rate, plump-to-shrivelled grain ratios, and spatial grain-filling patterns remain beyond its current scope. Looking forward, the authors envision edge-cloud hybrid computing that would keep AI analysis running smoothly in fields with patchy connectivity, integration of environmental data into an interconnected genotype–environment–phenotype framework, extension to panicle architecture traits such as branch number and grain distribution, and — thanks to the system&#8217;s modular design — straightforward adaptation to other cereals, including wheat and maize. For now, though, the significance of the work is hard to overstate. By chaining together a cheap smartphone, a lean and purpose-built neural network, and free cloud infrastructure, RGPAS lowers the cost of high-quality phenotyping to near zero and hands plant breeders a direct pipeline from a photo in the field to a candidate gene on the genome — precisely the kind of tool that grain-focused crop improvement, under the pressures of a changing climate, has been waiting for.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Cloud-based AI-powered phenotyping and genetic mapping of rice grain traits using smartphone images</p>
<p><strong>Article Title:</strong> From phenome to genome: A cloud-based AI platform for integrative rice grain analysis and genetic mapping to empower grain-focused crop improvement</p>
<p><strong>Article References:</strong> Zhou, J., Wang, A., Zhao, Y., Zhang, M., He, Z., Ju, L., Sun, G., Kranse, O. P., Zhao, Q., Han, B., &amp; Zhou, J. (2026). From phenome to genome: A cloud-based AI platform for integrative rice grain analysis and genetic mapping to empower grain-focused crop improvement. <em>Artificial Intelligence in Agriculture</em>. <a href="https://doi.org/10.1016/j.aiia.2026.07.013" target="_blank" rel="noopener noreferrer">https://doi.org/10.1016/j.aiia.2026.07.013</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1016/j.aiia.2026.07.013" target="_blank" rel="noopener noreferrer">10.1016/j.aiia.2026.07.013</a></p>
<p><strong>Keywords:</strong> rice grain phenotyping, deep learning, RGD-YOLO, cloud computing, genome-wide association study, QTL mapping, smartphone imaging, RGPAS, World Rice Grain Dataset, GS3, GW5, precision breeding</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">191118</post-id>	</item>
		<item>
		<title>TUdi Launches Innovative Digital Tools to Enhance Soil Health Monitoring in Regenerative Agriculture</title>
		<link>https://scienmag.com/tudi-launches-innovative-digital-tools-to-enhance-soil-health-monitoring-in-regenerative-agriculture/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Wed, 25 Jun 2025 10:30:07 +0000</pubDate>
				<category><![CDATA[Agriculture]]></category>
		<category><![CDATA[biodiversity enhancement in agriculture]]></category>
		<category><![CDATA[data-driven farming techniques]]></category>
		<category><![CDATA[Decision Support Tools for farmers]]></category>
		<category><![CDATA[digital tools for soil health]]></category>
		<category><![CDATA[ecosystem resilience strategies]]></category>
		<category><![CDATA[environmental sustainability in agriculture]]></category>
		<category><![CDATA[Horizon 2020 agricultural initiatives]]></category>
		<category><![CDATA[international collaboration in agriculture]]></category>
		<category><![CDATA[regenerative agriculture technologies]]></category>
		<category><![CDATA[soil degradation solutions]]></category>
		<category><![CDATA[sustainable farming practices]]></category>
		<category><![CDATA[TUdi project innovations]]></category>
		<guid isPermaLink="false">https://scienmag.com/tudi-launches-innovative-digital-tools-to-enhance-soil-health-monitoring-in-regenerative-agriculture/</guid>

					<description><![CDATA[In an era dominated by technological advancements, agriculture is undergoing a profound transformation driven by innovative digital tools and scientific methodologies. Among the most promising developments is the integration of cutting-edge technology in the practice of regenerative agriculture—a holistic approach that emphasizes the restoration and long-term health of soils, bolstering biodiversity and enhancing ecosystem resilience. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In an era dominated by technological advancements, agriculture is undergoing a profound transformation driven by innovative digital tools and scientific methodologies. Among the most promising developments is the integration of cutting-edge technology in the practice of regenerative agriculture—a holistic approach that emphasizes the restoration and long-term health of soils, bolstering biodiversity and enhancing ecosystem resilience. This paradigm shift towards sustainable farming relies heavily on precise data acquisition and analytical tools, enabling farmers and land managers to make informed, adaptive decisions aimed at reversing soil degradation and promoting environmental sustainability.</p>
<p>At the forefront of this movement is the TUdi project, an ambitious international collaboration that unites expertise and funding from the European Union and China under the auspices of Horizon 2020. Designed to address soil degradation issues across multiple continents, the project strategically targets agricultural systems across Europe, China, and New Zealand. TUdi&#8217;s core mission revolves around the development and dissemination of robust soil restoration techniques, harnessing the power of technology to transform previously unsustainable farming practices into regenerative models that promise increased productivity alongside environmental stewardship.</p>
<p>Central to TUdi’s technological arsenal are the Decision Support Tools (DSTs), a suite of six specialized digital instruments designed to empower farmers with real-time insights into critical soil health parameters. These tools address pivotal concerns encompassing soil erosion, fertilization practices, compaction dynamics, soil carbon levels, biological activity, and structural integrity. By utilizing georeferenced photographic data combined with user-inputted field measurements, the DSTs enable comprehensive monitoring of soil status over time. This allows for the detection of subtle changes and emerging issues, thereby facilitating timely interventions and management adjustments.</p>
<p>The DSTs’ user-centric design emphasizes accessibility and integration within conventional farming routines. Deployed as mobile applications via the TUdi app and simultaneously accessible through an online platform, these tools afford farmers an unprecedented level of precision agriculture capabilities. This approach not only enriches data-driven decision-making but also fosters a participatory culture where farmers actively engage with scientific methodologies, enhancing their understanding of soil dynamics and the implications of their management choices. Such digital democratization of knowledge is instrumental in scaling regenerative practices widely.</p>
<p>Complementing the physical and biological assessments provided by the DSTs is the Socio-Economic Toolkit to Support Soil Restoration (SEST). Recognizing that ecological interventions must be economically viable to achieve widespread adoption, SEST offers a comprehensive financial analysis framework. It allows farmers to evaluate the cost-benefit landscape of various soil restoration strategies, incorporating parameters such as fertilization efficiency, yield impacts, and long-term sustainability. By translating environmental improvements into economic metrics, SEST bridges the gap between ecological science and pragmatic farm management, enabling strategic planning grounded in financial realities.</p>
<p>The application of these tools collectively transforms the traditional agricultural landscape into a data-rich environment where continuous learning and adaptation drive progress. The integration of advanced sensors, geospatial analytics, and economic modeling within a unified digital ecosystem embodies a holistic approach to soil health management. By addressing the complex biophysical and socio-economic dimensions of agriculture, TUdi represents a model for how interdisciplinary innovation can facilitate sustainable food production systems capable of meeting the dual challenges of environmental degradation and global food security.</p>
<p>Education and dissemination remain vital components of the TUdi initiative. The project supports users through detailed demonstration videos and educational resources available on multiple platforms, including dedicated websites and a YouTube channel. These resources provide step-by-step guidance on DST operation and SEST utilization, tailored for diverse user audiences ranging from smallholder farmers to policy advisors. Importantly, while current media assets are primarily in English, efforts are underway to produce translations, ensuring broader accessibility and impact in regions with different linguistic contexts.</p>
<p>From a technical perspective, the DSTs employ algorithms derived from state-of-the-art soil science research, integrating parameters such as erosivity indices, compaction thresholds, soil organic carbon quantification, microbial biomass assessments, and structural porosity evaluations. These indicators collectively capture the multifaceted nature of soil health, which traditional single-metric evaluations often overlook. The ability to synthesize heterogeneous data sources into actionable intelligence exemplifies the toolset’s sophistication and the rigorous scientific underpinning ensuring reliability and accuracy.</p>
<p>Moreover, the adaptability of TUdi’s tools to different agroecological zones underscores their versatility. By calibrating models specific to local soil types, climates, and cropping systems in Europe, Asia, and Oceania, the project acknowledges the diverse challenges faced by farmers worldwide. This tailored approach ensures that recommendations and decision pathways are context-sensitive, enhancing relevance and effectiveness. It also means that the platform maintains scalability without sacrificing specificity—a critical balance for global agricultural innovation.</p>
<p>The digital nature of TUdi’s platform facilitates continuous data collection and community engagement, wherein farmers’ feedback and farm-level data contribute to iterative improvements in model performance and feature enhancements. Such a feedback loop exemplifies participatory research principles, fostering a collaborative ecosystem where scientists and practitioners co-create solutions. This interaction aligns with broader trends in precision agriculture and digital farming, leveraging big data analytics and machine learning to refine decision-making and optimize resource use.</p>
<p>By integrating ecological, technological, and socio-economic dimensions, TUdi positions itself as a pivotal contributor to the global discourse on sustainable agriculture and soil conservation. Its tools not only address immediate soil health concerns but also contribute to broader environmental goals such as carbon sequestration, biodiversity preservation, and resilience to climate change-induced stressors. Thus, TUdi’s innovations align with international sustainability agendas, underscoring the indispensable role of technology in achieving agroecological transitions.</p>
<p>In conclusion, the TUdi project exemplifies a visionary approach to sustainable soil management through its fusion of science, technology, and economics. By providing farmers with sophisticated yet accessible tools for monitoring and decision-making, it empowers stakeholders to adopt regenerative practices that restore soil vitality and enhance ecosystem services. As the pressures of environmental degradation and food demand intensify, initiatives like TUdi illuminate pathways for agriculture to evolve sustainably, ensuring that soil—the foundation of global food security—receives the attention and care it inherently deserves.</p>
<hr />
<p><strong>Subject of Research</strong>: Regenerative agriculture and soil restoration strategies using technological decision support systems.</p>
<p><strong>Article Title</strong>: Transforming Soil Health: How TUdi’s Digital Tools are Revolutionizing Regenerative Agriculture</p>
<p><strong>News Publication Date</strong>: Not explicitly specified</p>
<p><strong>Web References</strong>:</p>
<ul>
<li>TUdi web platform: <a href="https://tudi-soil.web.app/">https://tudi-soil.web.app/</a>  </li>
<li>TUdiSEST platform: <a href="https://tudisest.nbu.bg/login">https://tudisest.nbu.bg/login</a>  </li>
<li>TUdi project website: <a href="https://tudi-project.org/">https://tudi-project.org/</a>  </li>
<li>TUdi project YouTube channel: <a href="https://www.youtube.com/@TUdiHorizon2020">https://www.youtube.com/@TUdiHorizon2020</a>  </li>
<li>TUdi DST Newsletter: <a href="https://tudi-project.org/media-center/newsletters">https://tudi-project.org/media-center/newsletters</a></li>
</ul>
<p><strong>Keywords</strong>: Regenerative agriculture, soil health, decision support tools, soil restoration, precision agriculture, soil carbon, soil erosion, soil compaction, fertilization optimization, socio-economic analysis, Horizon 2020, digital farming</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">55924</post-id>	</item>
	</channel>
</rss>
