menu

The Institute for Operations Research and the Management Sciences

 6,292

Crop Challenge in Analytics

The population of Earth is growing daily and our world is running out of land needed to produce food.
stage:
Final Presentations
prize:
$5,000
more
Summary
Timeline
Forum
Teams28
Summary

Overview

Today, the agriculture industry works to maximize the amount of food we gain from crops by breeding plants with the strongest, highest-yielding genetics. Plant breeding is complex, and data analytics can help scientists at research and development organizations like Syngenta make advances in seed product development.

We've proven that data-driven strategies can help our industry accelerate innovation and breed better seeds that require fewer resources and are adaptable to more diverse environments. Developing models that can predict the performance of potential corn products can help scientists more accurately select seeds that increase the productivity of the crops farmers plant – and will help address the growing global food demand. 
 

How can we use data to accomplish this?

 

Scientists at research and development organizations like Syngenta are working to accelerate innovation in plant science. Their goal is to deliver consistent and reliable yield to farmers despite ever-changing environments due to variable weather conditions. Plant breeders work to maximize the amount of food we gain from crops by breeding plants with the most resilient, highest-yielding genetics, and then provide the seeds from those efforts to farmers around the world. 

We've proven that data-driven strategies can help our industry breed better seeds that require fewer resources and are adaptable to more diverse and variable environments. Developing models and analytical approaches that identify patterns and insights in our experimental data can help scientists more accurately choose seeds that increase the productivity of the crops we plant – and will help address the growing global food demand.

 

PROBLEM SETTING
Commercial corn is processed into multiple food and industrial products. It is widely known as one of the world’s most important crops. Each year, plant breeders create new corn products, known as experimental hybrids, by crossing two “parents” together. The parents are known as inbreds and the development of the inbreds takes up the bulk of a corn breeding program. Most of that effort is spent evaluating the inbreds by crossing to another inbred, called a “tester.” 

It is a plant breeder’s job to identify the best parent combinations by creating experimental hybrids and assessing the hybrids’ performance by “testing” it in multiple environments to identify the hybrids that perform best. Historically, identifying the best hybrids has been by trial and error, with breeders testing their experimental hybrids in a diverse set of locations and measuring their performance, then selecting the highest yielding hybrids. The process of selecting the correct parent combinations and testing the experimental hybrids can take many years and is inefficient, simply due to the number of potential parent combinations to create and test.

 

RESEARCH QUESTION


Given historical hybrid (inbred by tester) performance data across years and locations, how can we create a model to predict/impute the performance of the crossing of any two inbred and tester parents?

 

 


Guidelines

THE CHALLENGE

PROBLEM SETTING
Commercial corn is processed into multiple food and industrial products. It is widely known as one of the world’s most important crops. Each year, plant breeders create new corn products, known as experimental hybrids, by crossing two “parents” together. The parents are known as inbreds and the development of the inbreds takes up the bulk of a corn breeding program. Most of that effort is spent evaluating the inbreds by crossing to another inbred, called a “tester.” 

It is a plant breeder’s job to identify the best parent combinations by creating experimental hybrids and assessing the hybrids’ performance by “testing” it in multiple environments to identify the hybrids that perform best. Historically, identifying the best hybrids has been by trial and error, with breeders testing their experimental hybrids in a diverse set of locations and measuring their performance, then selecting the highest yielding hybrids. The process of selecting the correct parent combinations and testing the experimental hybrids can take many years and is inefficient, simply due to the number of potential parent combinations to create and test.

RESEARCH QUESTION
Given historical hybrid (inbred by tester) performance data across years and locations, how can we create a model to predict/impute the performance of the crossing of any two inbred and tester parents? 

For example, given 5,000 inbreds (parents), the number of potential crosses is 12,497,500 —far more than can be created or tested. Due to limited testing resources, breeders are only able to select a small subset of all the possible inbred combinations, which can lead to lost opportunities. 

This issue is the basis for the 2020 Syngenta Crop Challenge in Analytics. Can an accurate model be constructed to predict the performance of crossing any two inbreds? Such a model would allow breeders to focus on the best possible combinations. 

In simpler terms, can we use hybrid data collected from crossing inbreds and testers together to predict the result of cross combinations that have not yet been created and tested? Namely, are we able to construct a recommender system to propose new parent combinations based on the hybrid performance from other parent combinations and attributes they have in common? 

The following Table 1 is an illustration of the challenge. Each “X” is the set of observed performance data points of hybrids from their corresponding inbred by tester combinations. With the information from the table, how can a model be built to predict/impute the mean yield of each missing combinations (“?”)?

Table 1. Research question illustration. 

 

 Tester 1Tester 2Tester 3
Inbred 1XXX
Inbred 2X??
Inbred 3?XX
Inbred 4??X
Inbred 5XX?


OBJECTIVE
The objective is to estimate yield performance of the cross between inbred and tester combinations in a given holdout set. Specifically, we are asking for the mean yield performance of each inbred by tester combination in the holdout set. 

Notes

  • Each response in the holdout must be completed
  • Many approaches can be used such as statistical approaches, machine learning and collaborative filtering


 

DELIVERABLES

 

DOWNLOAD SUBMISSION TEMPLATE

Submissions must be in MS-Word or LaTeX format using the appropriate submission template. You can download the submission template here (.zip).

  • Predicted yield values of the cross between inbred and tester combinations in the test set.

Additionally, observing the standards for academic publication, entries should include a written report with the following:
 

  • Quantitative results to justify your modeling and classification techniques
  • A clear description of the methodology and theory used
  • References or citations as appropriate

EVALUATION CRITERIA

The entries will be evaluated based on:

  • Accuracy of the predicted values in the test set based on root mean squared error
  • Simplicity and intuitiveness of the solution
  • Clarity in the explanation
  • The quality and clarity of the finalist’s presentation at the 202020 INFORMS Conference on Business Analytics and Operations Research

DATASETS

You are provided with the following datasets described below.

  1. Training Dataset: This dataset contains the observed yield (consistently scaled to an internal benchmark) for a large set of corn hybrids tested across multiple environments between 2016 and 2018. These hybrids are created through the crossing of 593 unique inbreds and 496 unique testers. Creating a two-way table of means with inbreds as rows and testers as columns results in a data table with approximately 96% missing values. Each row contains the year and location ID of the observation. Additionally, each row includes a cluster value for each inbred and tester. This represents the genetic grouping of the inbreds and testers and has been determined using internal methods. Inbreds and testers are not treated any differently when clustering, so a shared cluster value indicates genetic similarity regardless of whether a parent is defined as an inbred or a tester. Contestants may (or may not) find these columns useful.
  2. Test Dataset: This dataset contains a set of inbred and tester combinations that need to be predicted as part of the challenge. The mean yield is to be predicted for each listed combination of inbred by tester.

Key for Datasets:

 This table provides the meaning of each variable in the two datasets.

Training DatasetYEARYear grown
LOCATIONID for each location
INBREDID for Inbred
INBRED_CLUSTERCluster association for each inbred which denotes genetic grouping
TESTERID for Tester
TESTER_CLUSTERCluster association for each tester which denotes genetic grouping
YIELDThe performance of the Line and Tester combination
Testing DatasetINBREDID for INBRED
INBRED_CLUSTERCluster association for each line which denotes genetic grouping
TESTERID for Tester
TESTER_CLUSTERCluster association for each tester which denotes genetic grouping
YIELDThe performance of the Line and Tester combination – to be predicted
Timeline
Forum
Teams28