Related Experiment Video
Updated: Mar 29, 2026

A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis
Published on: February 6, 2020
Enhancing Pig Behavior Recognition in Complex Environments: A Transfer Learning-Assisted YOLO11 Network with Wavelet
Taoyang Wang1, Yu Hu1, Hua Yin1
1School of Software, Jiangxi Agricultural University, Nanchang 330045, China.
Abstract:
Pig behavior recognition plays a vital role for early disease detection, animal welfare evaluation, and precision agriculture. Current deep learning methods tend to be complex, parameter intensive, or lack generalization in unstructured farming scenarios, hindering their deployment on resource-limited devices. To address this issue, we propose three optimizations based on the lightweight YOLO11n: (1) embed SCSA-CBAM in C3k2 layers to enhance multi-scale feature discrimination; (2) introduce WFU in the neck for dynamic cross-scale feature integration; and (3) replace standard convolutions in the backbone with WTConv to reduce the computational overhead. Initialized with COCO pre-trained weights, the proposed model employs a two-stage transfer learning approach combined with data augmentation. On a self-built six-category pig behavior dataset based on public datasets of 2480 original images (split into training/validation sets at an 8:2 ratio via stratified random sampling), the optimized YOLO11n-SCSA-WFU-WT achieves an mAP@0.5 of 0.974 and mAP@0.5:0.95 of 0.785, with 3.40 M parameters, 7.8 GFLOPs, and 72.28 FPS, while achieving substantial accuracy improvements over the baseline and maintaining lightweight performance over the baseline. Ablation experiments verify the independent contributions of each module, and comparisons with mainstream models demonstrate a more favorable accuracy-efficiency trade-off. The overall results confirm the effectiveness of our method, which facilitates real-time pig behavior detection in future smart livestock management.