Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Convolution Properties II01:17

Convolution Properties II

203
The important convolution properties include width, area, differentiation, and integration properties.
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...
203
Convolution: Math, Graphics, and Discrete Signals01:24

Convolution: Math, Graphics, and Discrete Signals

262
In any LTI (Linear Time-Invariant) system, the convolution of two signals is denoted using a convolution operator, assuming all initial conditions are zero. The convolution integral can be divided into two parts: the zero-input or natural response and the zero-state or forced response, with t0 indicating the initial time.
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...
262
Convolution Properties I01:20

Convolution Properties I

152
Convolution computations can be simplified by utilizing their inherent properties.
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:
152
Deconvolution01:20

Deconvolution

160
Deconvolution, also known as inverse filtering, is the process of extracting the impulse response from known input and output signals. This technique is vital in scenarios where the system's characteristics are unknown, and they must be inferred from the observable signals.
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...
160
Neural Circuits01:25

Neural Circuits

1.2K
Neural circuits and neuronal pools are two of the main structures found in the nervous system. Neural circuits are networks of neurons that work together to carry out a specific task or process. They consist of interconnected neurons and glial cells, which provide structural and metabolic support.
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...
1.2K
Upsampling01:22

Upsampling

238
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
238

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Effectiveness of stereotactic body radiotherapy for hepatocellular carcinoma with portal vein and/or inferior vena cava tumor thrombosis.

PloS one·2013
Same author

Phylogenomic analyses of nuclear genes reveal the evolutionary relationships within the BEP clade and the evidence of positive selection in Poaceae.

PloS one·2013
Same author

A general and robust strategy for the synthesis of nearly monodisperse colloidal nanocrystals.

Nature nanotechnology·2013
Same author

AG10 inhibits amyloidogenesis and cellular toxicity of the familial amyloid cardiomyopathy-associated V122I transthyretin.

Proceedings of the National Academy of Sciences of the United States of America·2013
Same author

Identification and functional characteristics of chlorpyrifos-degrading and plant growth promoting bacterium Acinetobacter calcoaceticus.

Journal of basic microbiology·2013
Same author

[Study on the chemical constituents of Buddleja davidii].

Zhong yao cai = Zhongyaocai = Journal of Chinese medicinal materials·2013

Related Experiment Video

Updated: Jul 5, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

556

A improved pooling method for convolutional neural networks.

Lei Zhao1, Zhonglin Zhang2

  • 1School of Electronics and Information Engineering, Lanzhou Jiaotong University, Lanzhou, 730070, China.

Scientific Reports
|January 18, 2024
PubMed
Summary
This summary is machine-generated.

This study introduces a novel T-Max-Avg pooling layer for convolutional neural networks (CNNs). This adaptive layer improves feature extraction and classification accuracy on various datasets compared to standard pooling methods.

More Related Videos

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
04:48

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique

Published on: July 5, 2024

405
Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.2K

Related Experiment Videos

Last Updated: Jul 5, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

556
Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
04:48

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique

Published on: July 5, 2024

405
Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.2K

Area of Science:

  • Computer Science
  • Artificial Intelligence
  • Machine Learning

Background:

  • Pooling layers are essential in Convolutional Neural Networks (CNNs) for dimensionality reduction and computational efficiency.
  • Standard pooling methods like max pooling and average pooling have limitations and may not be optimal for all datasets.
  • Customizable pooling layers are needed to adaptively learn and extract relevant features for specific applications.

Purpose of the Study:

  • To design and implement a novel customizable pooling layer for enhanced feature extraction in CNNs.
  • To introduce the T-Max-Avg pooling layer with a threshold parameter (T) for adaptive feature selection.
  • To improve classification performance by learning optimal pooling strategies.

Main Methods:

  • Proposed a new T-Max-Avg pooling layer for CNNs.
  • The T-Max-Avg layer uses a threshold parameter (T) to select K highest interacting pixels.
  • This allows control over whether output features are based on maximum values or weighted averages.
  • The layer learns the optimal pooling strategy during training.

Main Results:

  • The T-Max-Avg pooling layer demonstrated good performance across three distinct datasets.
  • Achieved higher accuracy compared to standard average pooling, max pooling, and Avg-TopK methods.
  • Outperformed existing methods on CIFAR-10, CIFAR-100, and MNIST datasets when integrated with the LeNet-5 model.

Conclusions:

  • The proposed T-Max-Avg pooling layer effectively enhances feature extraction capabilities in CNNs.
  • Adaptive learning of pooling strategies leads to improved discriminative information capture.
  • This custom pooling approach offers superior classification performance over traditional methods on benchmark datasets.