Related Experiment Video
Updated: Sep 22, 2025

Deep Neural Networks for Image-Based Dietary Assessment
Published on: March 13, 2021
Replacing pooling functions in Convolutional Neural Networks by linear combinations of increasing functions.
Iosu Rodriguez-Martinez1, Julio Lafuente1, Regivan H N Santiago2
1Department of Statistics, Computer Science and Mathematics, Public University of Navarre, Pamplona, 31006, Navarre, Spain.
Convolutional Neural Networks (CNNs) pooling methods were improved by combining functions, outperforming traditional methods. New pooling strategies, like CombPool, offer better feature extraction for diverse datasets.
Area of Science:
- Computer Science
- Artificial Intelligence
- Machine Learning
Background:
- Traditional Convolutional Neural Networks (CNNs) utilize max or mean pooling for feature reduction.
- These pooling methods have limitations, ignoring data dependencies and lacking a universally superior choice.
- Problem-dependent selection of pooling functions hinders optimal performance in CNN architectures.
Purpose of the Study:
- To develop and evaluate novel pooling strategies that enhance feature extraction in CNNs.
- To address the limitations of traditional pooling by incorporating combined and generalized functions.
- To introduce the CombPool layer as an alternative to standard pooling mechanisms.
Main Methods:
- Replaced traditional pooling layers with alternative functions, including linear combinations of order statistics.
- Extended and generalized the Sugeno integral for broader applicability in pooling strategies.
- Implemented and tested the proposed CombPool layer across three CNN architectures of varying complexity.
Main Results:
- Empirical evidence demonstrates that linear combinations of pooling functions outperform traditional methods on multiple datasets.
- Combinations involving the Sugeno integral or its generalizations consistently yielded the best performance.
- The CombPool layer proved effective in improving feature extraction across different CNN architectures.
Conclusions:
- The proposed CombPool strategy, utilizing combinations of pooling functions, offers significant advantages over traditional methods.
- Generalized Sugeno integrals show strong potential for enhancing feature extraction in deep learning models.
- CombPool represents a robust and adaptable pooling solution applicable to a wide range of CNN architectures.
Related Concept Videos
Convolution Properties II
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
Neural Circuits
Neuronal pools are collections of nerve cells with similar functions and interact through chemical and electrical signals. These pools include both interneurons (the central neural circuit nodes that...
Convolution: Math, Graphics, and Discrete Signals
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
Convolution Properties I
The commutative property reveals that the input and the impulse response of an LTI (Linear Time-Invariant) system can be interchanged without affecting the output:
Linear Approximation in Frequency Domain
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....
Deconvolution
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...

