LGAug 23, 2024

A Comparison of Deep Learning and Established Methods for Calf Behaviour Monitoring

arXiv:2408.13041v11 citationsh-index: 3
Originality Synthesis-oriented
AI Analysis

This work addresses animal welfare monitoring in livestock science by evaluating methods for behavior classification, but it is incremental as it primarily compares existing methods on a new dataset.

The paper tackled the problem of classifying calf behaviors from accelerometer data for welfare monitoring, comparing 11 deep learning methods against the Rocket family, and found that none of the deep learning methods matched Rocket's performance, with Rocket achieving superior results on a 6-class classification task using 27 hours of data from 30 calves.

In recent years, there has been considerable progress in research on human activity recognition using data from wearable sensors. This technology also has potential in the context of animal welfare in livestock science. In this paper, we report on research on animal activity recognition in support of welfare monitoring. The data comes from collar-mounted accelerometer sensors worn by Holstein and Jersey calves, the objective being to detect changes in behaviour indicating sickness or stress. A key requirement in detecting changes in behaviour is to be able to classify activities into classes, such as drinking, running or walking. In Machine Learning terms, this is a time-series classification task, and in recent years, the Rocket family of methods have emerged as the state-of-the-art in this area. We have over 27 hours of labelled time-series data from 30 calves for our analysis. Using this data as a baseline, we present Rocket's performance on a 6-class classification task. Then, we compare this against the performance of 11 Deep Learning (DL) methods that have been proposed as promising methods for time-series classification. Given the success of DL in related areas, it is reasonable to expect that these methods will perform well here as well. Surprisingly, despite taking care to ensure that the DL methods are configured correctly, none of them match Rocket's performance. A possible explanation for the impressive success of Rocket is that it has the data encoding benefits of DL models in a much simpler classification framework.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes