Research note 03

A broiler house has no normal.That is the hard part of the problem.

August 2026The baseline problem10 min read

Anomaly detection needs a baseline. In a growout, every variable that matters changes every single day by design. This note is about why that makes threshold alarms weak and what has to replace them.

Detecting an anomaly requires knowing what normal looks like. In most monitoring problems normal is roughly stable and the interesting question is deviation from it. A broiler house is not that problem. Over a growout of six or seven weeks, bodyweight rises by a factor of fifty, feed intake and water intake climb with it, target temperature falls on a programd curve, and the expected daily mortality rate itself changes shape — high in the first week, low in the middle, rising again at the end. Nothing is stationary. The baseline is a moving target that moves on purpose.

The evidence that age dominates everything

This is not a theoretical concern, and there is a clean empirical result behind it. A 2025 machine learning study in Poultry Science reported feature importances in which day of the growout scored 20.391 while temperature scored 1.238 and humidity 0.765.

Feature importance in a broiler production model
FeatureImportanceRelative to day
Day of growout20.3911.00×
Temperature1.2380.06×
Humidity0.7650.04×

Read that as a statement about baselines rather than about temperature. Almost all of the explanatory power is in knowing how old the flock is. Any signal you extract from a growout is a deviation from an age-conditioned expectation, not from a constant. A model that does not know the day number is not going to find anything.

Why the controller cannot do this

Eighty-four percent of US broiler houses had integrated electronic controls by 2011, and they are good at what they were built for. But a controller alarm is a threshold: this value is outside this band, act now. Thresholds work when the safe band is fixed and the failure is fast. Ventilation failure is exactly that case, and it is why the controller alarm is the right tool for it.

A threshold asks whether today’s number is acceptable. It cannot ask whether the last four days were acceptable given where the flock should be by now.

The conditions we are interested in do not present as a value leaving its band. They present as a value staying inside its band while drifting relative to where it should be for that day of that flock. Water consumption of a given volume is unremarkable on its own; the same volume on day 28 when day 27 was higher and the flock is growing is a different statement entirely. There is nothing in a threshold alarm that can express that, which is why every house can be fully instrumented and fully alarmed and still miss a slow drift.

Three candidate baselines, and their problems

If not a fixed threshold, then what. There are three practical options and none is clean.

  • The breed performance standard. Published objective curves for weight, feed conversion, and intake by day. Available, precise, and consistently optimistic — they describe well-managed conditions, so a real house sits below them most of the time and the deviation signal is swamped by a constant offset.
  • The house’s own history. Comparing this flock at day 21 against previous flocks at day 21 in the same house. This handles house-specific quirks well, which is its main advantage. It requires history the farm may not have digitized, and it inherits any chronic problem in that house as normal.
  • The sibling houses on the same farm. With an average of 4.3 houses per grower, a farm usually has a within-farm control group placed the same week on the same feed and the same program. This is the strongest option we have found because it cancels out most of what varies. It fails on single-house farms and on anything that hits all houses at once.

The 4.3-house average comes from the 2011 USDA ARMS work, which remains the most recent national figure. We treat sibling-house comparison as the primary reference and the house’s own history as the fallback, and we say so because a grower has every right to ask what their numbers are being compared against.

The baseline moves between years too

One more complication that we think is underdiscussed. Between 2013 and 2025, US broiler mortality as published by the National Chicken Council rose from 3.7 percent to 5.95 percent, while feed conversion improved over the same period.

Whatever is driving that — longer big-bird programs, flock mix, disease pressure, all of which sit inside the number undecomposed — the practical consequence for a detection system is that a mortality baseline calibrated on a decade-old expectation is calibrated wrong. A threshold that was reasonable in 2013 is tight in 2025. Baselines have to be re-estimated from recent data, not set once from a reference table.

False alarm rate against detection threshold for daily broiler mortality Bar chart. Lowering the daily mortality threshold buys earlier detection and costs more false alarms: 1.2 per 100 production days at 0.24 percent, 2.0 at 0.17 percent and 2.3 at 0.11 percent. 0.11% threshold 2.3 FA/100d · up to 3 d earlier 0.17% threshold 2.0 FA/100d · 1–5 d earlier 0.24% threshold 1.2 FA/100d · 7 of 8 farms 50% of false alarms fall in the first 3 weeks of age — when there is no stable baseline yet.
Where the threshold is set is the whole product decision. Lower catches more, earlier, and cries wolf more often. Half of the false alarms land in the first three weeks, which is precisely the window in which a house has not yet established a normal. Gonzales et al. 2023 and Elbers & Gonzales 2021

The false alarm budget

All baseline choices resolve into one number that matters more than accuracy: how often the system is wrong in the direction of crying wolf. The published work gives a clear ordering on that. On the same eight commercial farms, using the same method, daily mortality produced 2.0 false alarms per 100 production days, water 16.2, and feed 37.2. Only mortality yielded a threshold the authors considered reliable.

Against that, the dairy literature gives the tolerance: only 21 percent of automated alerts led a farmer to actually check the animal, and farmers act on fewer than roughly twenty alerts a day before disengaging. Those two findings together define the design envelope. A detection system for a broiler house is not optimizing for sensitivity. It is spending a very small false alarm budget as carefully as possible, and the choice of baseline is where most of that budget is won or lost.

What we do with this

PoultraIQ Daily conditions every expectation on day of growout, compares against sibling houses first and the house’s own history second, prefers multi-day persistence over single-day excursions, and re-estimates baselines from recent flocks rather than from a fixed table. We report the false alarm rate as a first-class number, not a footnote — a lead time quoted without one is half a result.

What we do not know yet

Which of the three baselines actually performs best on a US broiler farm is an open question, and we are not going to pretend otherwise. The published lead-time work used a single fixed mortality threshold rather than comparing baseline strategies, and it did so retrospectively on Dutch farms during avian influenza episodes. Nobody has run this comparison prospectively on endemic conditions in US houses. That is a specific, answerable question, and it is one of the reasons our first commitment is a validation study rather than a product launch.

Sources

References.

  1. Suhendra, A. et al. Machine learning feature importance in broiler production. Poultry Science, 2025. Day 20.391; temperature 1.238; humidity 0.765. pmc.ncbi.nlm.nih.gov
  2. Gonzales, J.L. et al. Detection using production data, eight commercial Dutch broiler farms. Preprint, 2023. Mortality 2.0, water 16.2, feed 37.2 false alarms per 100 production days. biorxiv.org; peer-reviewed restatement in Pathogens 2024
  3. Tuyttens, F.A.M. et al. Sensor technology and alert response in dairy, 2022. 21% of alerts triggered a check; tolerance below roughly 20 alerts per day. pmc.ncbi.nlm.nih.gov
  4. National Chicken Council. U.S. Broiler Performance. Mortality 3.7% in 2013 to 5.95% in 2025. nationalchickencouncil.org
  5. MacDonald, J. USDA Economic Research Service, EIB-126, 2011 ARMS. 84% of houses with integrated electronic controls; average 4.3 houses per grower. ers.usda.gov

Which baseline actually wins?

Sibling house, own history, or breed standard. It is an answerable question and we would like to answer it with a research partner rather than assert it in a datasheet.

Request a pilot All research notes