<?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>breeding program optimization &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/breeding-program-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Sep 2026 17:54:49 +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>breeding program optimization &#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>Multi-stage growth-aware maize yield prediction using graph neural networks</title>
		<link>https://scienmag.com/multi-stage-growth-aware-maize-yield-prediction-using-graph-neural-networks/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Fri, 11 Sep 2026 17:54:43 +0000</pubDate>
				<category><![CDATA[Agriculture]]></category>
		<category><![CDATA[agricultural decision-making tools]]></category>
		<category><![CDATA[AI frameworks for crop management]]></category>
		<category><![CDATA[AI in precision agriculture]]></category>
		<category><![CDATA[AI-driven agricultural decision-making]]></category>
		<category><![CDATA[breeding program optimization]]></category>
		<category><![CDATA[crop breeding and hybrid selection]]></category>
		<category><![CDATA[developmental stage-based modeling]]></category>
		<category><![CDATA[developmental stage-based yield estimation]]></category>
		<category><![CDATA[early crop yield forecasting]]></category>
		<category><![CDATA[early maize yield forecasting]]></category>
		<category><![CDATA[food security forecasting]]></category>
		<category><![CDATA[food security prediction]]></category>
		<category><![CDATA[graph neural networks for agriculture]]></category>
		<category><![CDATA[graph neural networks in agriculture]]></category>
		<category><![CDATA[interdisciplinary research in plant science]]></category>
		<category><![CDATA[Maize yield prediction]]></category>
		<category><![CDATA[multi-stage crop growth modeling]]></category>
		<category><![CDATA[phenotypic and environmental data analysis]]></category>
		<category><![CDATA[phenotypic and environmental data integration]]></category>
		<category><![CDATA[precision agriculture technology]]></category>
		<category><![CDATA[robust maize production prediction]]></category>
		<category><![CDATA[robust yield estimation methods]]></category>
		<guid isPermaLink="false">https://scienmag.com/multi-stage-growth-aware-maize-yield-prediction-using-graph-neural-networks/</guid>

					<description><![CDATA[Maize is the most widely grown cereal on Earth, and predicting how much grain a field will produce before harvest has long been one of agriculture&#8217;s most stubborn problems. Farmers, breeders, and policymakers all depend on yield estimates, whether to plan irrigation and fertilizer schedules, to decide which hybrid lines deserve advancement in a breeding [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Maize is the most widely grown cereal on Earth, and predicting how much grain a field will produce before harvest has long been one of agriculture&#8217;s most stubborn problems. Farmers, breeders, and policymakers all depend on yield estimates, whether to plan irrigation and fertilizer schedules, to decide which hybrid lines deserve advancement in a breeding program, or to anticipate shortfalls in national food supplies. Yet most prediction models share a fundamental weakness: they typically rely on plant traits measured at a single growth stage, usually close to maturity when the season&#8217;s outcome is already largely written. A research team in China has now unveiled a new artificial intelligence framework that breaks with that convention, drawing on phenotypic and environmental data collected across multiple developmental stages to forecast final maize yield earlier, more accurately, and more robustly than conventional approaches.</p>
<p>The framework, called Yield-Graph, is described in a study published in Theoretical and Applied Genetics by Jiahui Wang, Yong Zhang, Yuqing Zhang, Xinglin Piao, and Aiwen Wang of Beijing University of Technology, together with Bo Li of the University of Macau and Xiangyu Zhao and Kaiyi Wang of the Beijing Academy of Agriculture and Forestry Sciences. The work is the product of a collaboration spanning computer science and applied agricultural research, and it reflects a growing conviction among computational biologists that the machinery of modern graph-based machine learning is uniquely suited to the messy, incomplete, and highly interconnected data that agricultural science actually produces.</p>
<p>The conceptual foundation of the study is simple but consequential. A maize plant is not a static object; it is a developmental trajectory. Traits such as plant height, flowering time, leaf architecture, and ear characteristics emerge sequentially, and each stage contributes differently, and sometimes unpredictably, to the final number of kernels that end up in the grain tank at harvest. A model that looks only at late-season traits captures the endpoint of that trajectory but misses the earlier signals that reveal how the season is unfolding. A model that looks only at early traits may predict too coarsely. By modeling multiple traits across different developmental stages, all oriented toward the same target of final yield, Yield-Graph can quantify the stage-specific contributions of each trait and demonstrate that meaningful yield prediction is feasible well before the crop matures.</p>
<p>The technical heart of the framework consists of two graph-based components that address the two most persistent obstacles in agricultural prediction: missing data and complex, higher-order relationships. Field phenotyping is notoriously incomplete. Sensors fail, weather interrupts measurement campaigns, and some traits simply cannot be recorded for every plant in every plot. Traditional machine learning pipelines either discard incomplete samples, wasting hard-won field data, or fill gaps with crude statistical imputations that ignore the structure of the data. Yield-Graph instead constructs a bipartite graph structure that links samples to trait observations, allowing the model to impute missing trait values at each developmental stage by leveraging the relational structure of the dataset itself. Rather than treating each missing value in isolation, the graph embedding approach learns from the patterns of similarity and relatedness among samples, reconstructing absent measurements in a way that is consistent with the surrounding network of observations. This strategy draws on a lineage of graph representation learning methods developed for handling missing data in general machine learning contexts, adapted here to the specific structure of multi-stage crop phenotypes.</p>
<p>The second component tackles a subtler challenge. Samples in agricultural datasets, whether individual plants, plots, or genotype-environment combinations, are not related to one another only in pairs. A group of plants sharing the same environment, the same management regime, and similar phenotypes form a higher-order relationship that cannot be fully expressed as a collection of pairwise connections. Mathematics has a natural tool for such relationships: the hypergraph, a generalization of a graph in which a single edge can connect any number of nodes. Yield-Graph employs a hypergraph attention mechanism to capture these high-order sample relationships. Attention mechanisms allow the model to learn, during training, which groups of related samples and which features within them are most informative for predicting yield, weighting their contributions adaptively rather than treating all relationships as equally important. This allows the framework to model environment-trait interactions of a complexity that ordinary feature-based models cannot easily represent, effectively embedding an awareness of the agricultural context into the architecture of the network itself.</p>
<p>Benchmark experiments reported in the study show that Yield-Graph matches the top-tier predictive accuracy of exhaustively optimized tree-based models, the gradient-boosting ensembles such as XGBoost and LightGBM that have dominated tabular prediction tasks in agriculture in recent years. That parity is significant, because tree ensembles typically demand extensive hyperparameter tuning and careful feature engineering to reach their peak performance, whereas the graph-based framework achieves comparable accuracy while natively accommodating incomplete data and higher-order structure. In other words, the new method reaches the same destination by a route that is better matched to the realities of field data.</p>
<p>Perhaps more important than raw accuracy are the robustness results. The study reports that Yield-Graph exhibits strong robustness across growth stages, meaning that its predictive skill does not collapse when measurements are taken earlier or later in the season, a property essential for genuinely early yield forecasting. It also shows high adaptability to regional variations, retaining accuracy when applied across geographically distinct production environments where soil, climate, and management practices differ. And it generalizes effectively across datasets, a quality that speaks to the framework learning transferable representations of the relationship between growth, environment, and yield rather than memorizing the quirks of a single trial. For a tool intended to be deployed in precision agriculture, where new seasons, new regions, and new crop varieties are the norm rather than the exception, such generalization is the difference between an academic curiosity and a practical instrument.</p>
<p>The broader context of this work is a field in rapid transformation. Crop yield prediction has historically proceeded along several parallel tracks: statistical models linking weather variables to historical yields, mechanistic crop simulations that model plant physiology day by day, satellite-based approaches that estimate yield from vegetation indices, and, more recently, machine learning models that combine genomic, environmental, and phenotypic predictors. Each approach has contributed, but each also faces limitations, particularly when data are sparse, noisy, or incomplete, as they invariably are in real agricultural settings. Graph neural networks have begun to make inroads, with previous work applying spatial-temporal graph learning to regional yield forecasting from geospatial data. What distinguishes Yield-Graph is its focus on plant-level, multi-stage phenotypic data and its explicit design for the incompleteness and higher-order structure that characterize such data, positioning it as a complement to remote sensing and environmental modeling rather than a replacement.</p>
<p>The implications for breeding programs are particularly intriguing. Modern genomic prediction methods already integrate environmental covariates to model genotype-by-environment interactions, and recent work has assembled large &#8220;enviromic&#8221; datasets to improve the accuracy of yield plasticity prediction in maize. Yield-Graph adds a temporal dimension to this picture: by tracking how traits expressed at seedling, vegetative, and reproductive stages each contribute to the final outcome, breeders gain a tool for early-stage selection, identifying promising lines mid-season rather than waiting for harvest data. This could compress breeding cycles and reduce the cost of field trials, in which thousands of candidate lines must be evaluated each year. The study&#8217;s authors also note the framework&#8217;s applicability across crop species, suggesting that the underlying methodology is not tied to maize specifically, though maize, with its well-characterized developmental stages and global economic importance, is the natural proving ground.</p>
<p>The team has made the code publicly available through a GitHub repository, and the heading dataset used in the analysis is accessible through Figshare, reflecting a commitment to reproducibility that will ease adoption and further development by other groups. The datasets generated during the study are otherwise available from the corresponding author on reasonable request. The research was supported by the National Key Research and Development Program of China, the Open Project of the National Innovation Center for Digital Seed Industry, and the Beijing Academy of Agricultural Artificial Intelligence and Robotics.</p>
<p>As climate variability intensifies and global demand for grain continues to climb, the value of seeing a season&#8217;s outcome before it happens will only grow. Recent studies have documented increasingly nonlinear relationships between daily temperature extremes and agricultural yields, and new generations of climate and crop models suggest that climate impacts on agriculture are emerging sooner than previously expected. In that environment, forecasting tools that are accurate, early, and resilient to imperfect data are not luxuries but necessities. Yield-Graph&#8217;s authors frame their contribution as a scalable solution for precision agriculture and intelligent crop management, and the benchmark evidence they present makes a credible case. Whether the framework will scale from research plots to the vast, heterogeneous realities of commercial farming remains to be tested, but the study marks a clear step in the convergence of graph machine learning and agricultural science, a convergence that promises to change how, and how early, humanity predicts the harvest that feeds it.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Multi-stage maize yield prediction using graph neural networks that model incomplete phenotypic and environmental data across developmental stages</p>
<p><strong>Article Title:</strong> Yield-graph: multi-stage growth-aware maize yield prediction via graph neural networks</p>
<p><strong>Article References:</strong> Wang, J., Zhang, Y., Li, B., Zhang, Y., Piao, X., Wang, A., Zhao, X., &amp; Wang, K. (2026). Yield-graph: multi-stage growth-aware maize yield prediction via graph neural networks. <em>Theoretical and Applied Genetics, 139</em>(9), Article 256. <a href="https://doi.org/10.1007/s00122-026-05354-y" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s00122-026-05354-y</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s00122-026-05354-y" target="_blank" rel="noopener noreferrer">10.1007/s00122-026-05354-y</a></p>
<p><strong>Keywords:</strong> maize yield prediction, graph neural networks, hypergraph attention, bipartite graph imputation, multi-stage phenotyping, precision agriculture, crop modeling, genotype-environment interactions, missing data imputation, machine learning, food security, intelligent crop management</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">192800</post-id>	</item>
		<item>
		<title>Researchers Identify Hidden Body-Size Trait in Dromedary Camels Using Statistical Analysis</title>
		<link>https://scienmag.com/researchers-identify-hidden-body-size-trait-in-dromedary-camels-using-statistical-analysis/</link>
		
		<dc:creator><![CDATA[Juliet Wilcox]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 21:04:24 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[animal phenotyping methods]]></category>
		<category><![CDATA[breeding program optimization]]></category>
		<category><![CDATA[breeding programs for camels]]></category>
		<category><![CDATA[Camel body size]]></category>
		<category><![CDATA[Camel body size measurement]]></category>
		<category><![CDATA[complex trait modeling in livestock]]></category>
		<category><![CDATA[confirmatory factor analysis]]></category>
		<category><![CDATA[confirmatory factor analysis in animal science]]></category>
		<category><![CDATA[dromedary camel characteristics]]></category>
		<category><![CDATA[genetic evaluation of camels]]></category>
		<category><![CDATA[hidden traits in animal breeding]]></category>
		<category><![CDATA[improving livestock selection accuracy]]></category>
		<category><![CDATA[integrated livestock trait measurement]]></category>
		<category><![CDATA[Iran camel research]]></category>
		<category><![CDATA[latent body-size phenotype]]></category>
		<category><![CDATA[latent trait]]></category>
		<category><![CDATA[livestock breeding improvement]]></category>
		<category><![CDATA[livestock genetic evaluation]]></category>
		<category><![CDATA[livestock phenotyping methods]]></category>
		<category><![CDATA[measurement challenges in camel breeding]]></category>
		<category><![CDATA[measurement of livestock traits]]></category>
		<category><![CDATA[multivariate analysis in animal genetics]]></category>
		<category><![CDATA[statistical analysis in livestock]]></category>
		<category><![CDATA[statistical analysis of livestock traits]]></category>
		<guid isPermaLink="false">https://scienmag.com/researchers-identify-hidden-body-size-trait-in-dromedary-camels-using-statistical-analysis/</guid>

					<description><![CDATA[A new statistical approach could give camel breeders a clearer way to measure an animal’s overall body size, replacing a scattered collection of individual measurements with a single biologically meaningful trait. In a study of dromedary camels in southern Iran, researchers used confirmatory factor analysis to define what they call a latent body-size phenotype—a hidden [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A new statistical approach could give camel breeders a clearer way to measure an animal’s overall body size, replacing a scattered collection of individual measurements with a single biologically meaningful trait. In a study of dromedary camels in southern Iran, researchers used confirmatory factor analysis to define what they call a latent body-size phenotype—a hidden characteristic inferred from several observable features. The method could help livestock scientists compare animals more consistently, improve genetic evaluations and design breeding programs around a trait that is difficult to measure directly.</p>
<p>Body size is one of the most important characteristics in livestock production, but it is not a single visible feature. A camel’s overall size is reflected in its height, length, chest dimensions and abdominal proportions, all of which are related but not identical. Measuring each trait separately can create analytical complications: an animal may be tall but relatively narrow, or deep-bodied without being especially long. Treating these measurements as independent can therefore obscure the shared biological signal that breeders actually want to capture. The Iranian study addressed this problem by modeling body size as a latent construct, a statistical variable that cannot be observed directly but can be estimated from correlated measurements.</p>
<p>The analysis used records from 136 dromedary camels raised in southern Kerman province, Iran. The group included eight males and 128 females, reflecting a strongly female-dominated sample typical of many managed breeding populations. Researchers selected six morphometric traits as observable indicators of the hidden body-size phenotype: height at the hump, body length, height at the withers, thoracic depth, abdominal girth and abdominal depth. Together, these measurements describe the animal’s vertical development, longitudinal frame and body capacity. Rather than simply adding the measurements or averaging standardized values, the researchers tested whether the six traits could be explained by a common underlying factor.</p>
<p>That test was performed using confirmatory factor analysis, or CFA, a technique designed to evaluate a prespecified relationship between observed variables and an unseen construct. In this case, the researchers proposed that a single latent factor—body size—would account for the correlations among the six measurements. CFA differs from exploratory factor analysis because the structure is defined in advance and then tested against the data. Each measurement receives a factor loading, which indicates how strongly it reflects the latent trait after accounting for the relationships among the other measurements. A high loading suggests that the measurement is a particularly informative indicator of overall body size, while a lower loading suggests a weaker connection.</p>
<p>The model was fitted using robust maximum likelihood estimation in the lavaan package for the R statistical computing environment. The use of robust estimation is important because biological measurements may not perfectly follow the assumptions of conventional statistical models, including the assumption that the data are normally distributed. The researchers assessed the model with several complementary fit indices. The comparative fit index was 0.94 and the Tucker–Lewis index was 0.91, values indicating that the proposed structure represented the observed relationships reasonably well. The root mean square error of approximation was 0.06, while the standardized root mean square residual was 0.05. Taken together, these results showed acceptable agreement between the model and the measurements collected from the camels.</p>
<p>All six traits made statistically significant contributions to the latent body-size factor. Their standardized factor loadings ranged from 0.66 to 0.87, indicating that every selected measurement carried substantial information about the shared phenotype. In practical terms, the model suggests that the dimensions of a camel’s frame are not merely a collection of unrelated features. They contain a common biological signal that can be estimated mathematically. A latent score derived from that signal could provide a more stable summary of body size than any one measurement alone, especially when animals differ in shape or proportions.</p>
<p>The distinction matters because body-size measurements are often used in breeding and management decisions. Height at the hump may be relevant to structural development, body length can relate to frame and conformation, and thoracic depth, abdominal girth and abdominal depth can provide information about body capacity. Yet selecting animals on the basis of one dimension could unintentionally favor an extreme body shape rather than a generally larger or more functionally useful animal. A composite latent phenotype could reduce that risk by weighting the measurements according to their observed relationships. It could also make statistical comparisons more efficient by reducing multiple correlated traits to a unified outcome.</p>
<p>The researchers’ approach may eventually be valuable for genetic evaluation, although the study itself defined the phenotype rather than demonstrating its heritability or predicting production performance. In a future breeding analysis, each camel’s latent body-size score could potentially be linked with pedigree or genomic information to estimate genetic differences among animals. Such a framework might help identify whether the shared body-size signal is transmitted reliably to offspring and whether it is genetically associated with traits such as growth, reproductive performance, endurance or meat production. Those questions remain open and would require larger, more balanced datasets collected across herds, environments and age groups.</p>
<p>The composition of the current sample is an important consideration when interpreting the findings. With 128 females and only eight males, the model primarily reflects variation among female camels from one region. The results therefore provide evidence that the six measurements can form a coherent body-size construct in this population, but they do not establish that the same factor structure will apply identically to males, other breeds or camels raised under different environmental conditions. Age, nutrition, pregnancy status and management may also influence body dimensions. Validation in larger populations would be needed before the method could become a standard tool for national breeding programs or international comparisons.</p>
<p>Even with those limitations, the study illustrates how modern statistical modeling can turn familiar field measurements into a more informative biological indicator. The central idea is not to discard traditional measurements, but to understand how they work together. By confirming that six dimensions share a measurable underlying signal, the analysis offers a framework for summarizing camel conformation without pretending that any single dimension defines size on its own. For a species central to transport, food production, livelihoods and cultural traditions across arid regions, a more precise approach to evaluating body size could make breeding decisions more systematic. The latent phenotype may ultimately give camel science a common language for comparing animals—and a new way to see the biology hidden inside a tape measure.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Defining a latent body-size phenotype in dromedary camels using six morphometric traits and confirmatory factor analysis.</p>
<p><strong>Article Title:</strong> Defining a latent body size phenotype from morphometric traits in dromedary camels (Camelus dromedarius) using confirmatory factor analysis</p>
<p><strong>Article References:</strong> Ehsaninia, J. (2026). Defining a latent body size phenotype from morphometric traits in dromedary camels (Camelus dromedarius) using confirmatory factor analysis. <em>Discover Animals, 3</em>(1), Article 79. <a href="https://doi.org/10.1007/s44338-026-00242-7" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s44338-026-00242-7</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s44338-026-00242-7" target="_blank" rel="noopener noreferrer">10.1007/s44338-026-00242-7</a></p>
<p><strong>Keywords:</strong> dromedary camels, Camelus dromedarius, body size, morphometric traits, confirmatory factor analysis, latent phenotype, livestock breeding, camel genetics, animal science, Iran</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">183090</post-id>	</item>
	</channel>
</rss>
