Abstract
Pooling operations are essential in Convolutional Neural Networks (CNNs) for reducing spatial dimensions while preserving key features. Max pooling captures strong activations but can amplify noise by always selecting the highest values, which may lead to suboptimal representations. To address this, we propose hybrid pooling methods that combine max and average pooling in structured or probabilistic ways. These methods aim to retain important features while improving generalization and reducing overfitting. We evaluate them on CIFAR-100 using ResNet-18 and VGG-16 architectures. Our hybrid-random pooling method consistently outperforms traditional max and mixed pooling, achieving up to 7% higher accuracy. These results demonstrate that simple, randomized pooling strategies can provide robust performance gains without adding complexity to the model, offering an efficient alternative to conventional pooling techniques.
| Original language | English |
|---|---|
| Title of host publication | 33rd IEEE Conference on Signal Processing and Communications Applications, SIU 2025 - Proceedings |
| Publisher | Institute of Electrical and Electronics Engineers Inc. |
| ISBN (Electronic) | 9798331566555 |
| DOIs | |
| Publication status | Published - 2025 |
| Event | 33rd IEEE Conference on Signal Processing and Communications Applications, SIU 2025 - Istanbul, Turkey Duration: 25 Jun 2025 → 28 Jun 2025 |
Publication series
| Name | 33rd IEEE Conference on Signal Processing and Communications Applications, SIU 2025 - Proceedings |
|---|
Conference
| Conference | 33rd IEEE Conference on Signal Processing and Communications Applications, SIU 2025 |
|---|---|
| Country/Territory | Turkey |
| City | Istanbul |
| Period | 25/06/25 → 28/06/25 |
Bibliographical note
Publisher Copyright:© 2025 IEEE.
Keywords
- CNN Architecture Optimization
- Convolutional Neural Networks (CNNs)
- Pooling Layer