Assessing Cardiomegaly in Dogs Using a Simple CNN Model
Nikhil Deekonda
TL;DR
This work tackles automated assessment of canine cardiomegaly from radiographs using VHS-based labels. It introduces DogHeart, a lightweight CNN with four convolutional and four fully connected layers trained on 2,000 images to perform three-class classification (small, normal, large) and achieves 72% test accuracy, approaching a deeper VGG16 baseline at 74.8% while offering greater efficiency. The methodology emphasizes a compact architecture, GPU-accelerated training, and evaluation on a public dataset, highlighting practical value for veterinary practice and early intervention. The findings suggest that a simple model can yield competitive performance for veterinary radiography tasks, with room for improvements through data augmentation and extended evaluation across diverse datasets.
Abstract
This paper introduces DogHeart, a dataset comprising 1400 training, 200 validation, and 400 test images categorized as small, normal, and large based on VHS score. A custom CNN model is developed, featuring a straightforward architecture with 4 convolutional layers and 4 fully connected layers. Despite the absence of data augmentation, the model achieves a 72\% accuracy in classifying cardiomegaly severity. The study contributes to automated assessment of cardiac conditions in dogs, highlighting the potential for early detection and intervention in veterinary care.
