3D Segmentation with Fully Trainable Gabor Kernels and Pearson's Correlation Coefficient
Ken C. L. Wong, Mehdi Moradi

TL;DR
This paper introduces a fully trainable Gabor kernel layer and a Pearson correlation-based loss function for 3D image segmentation, achieving high accuracy with significantly fewer parameters than traditional models.
Contribution
It proposes a novel trainable Gabor kernel layer and a Pearson correlation-based loss function, enhancing feature extraction and robustness in 3D segmentation tasks.
Findings
Achieved 83% Dice coefficient on 3D brain MRI segmentation.
Reduced model size to 1.6 million parameters, 44 times smaller than V-Net.
Demonstrated effectiveness of learnable Gabor kernels in deep learning.
Abstract
The convolutional layer and loss function are two fundamental components in deep learning. Because of the success of conventional deep learning kernels, the less versatile Gabor kernels become less popular despite the fact that they can provide abundant features at different frequencies, orientations, and scales with much fewer parameters. For existing loss functions for multi-class image segmentation, there is usually a tradeoff among accuracy, robustness to hyperparameters, and manual weight selections for combining different losses. Therefore, to gain the benefits of using Gabor kernels while keeping the advantage of automatic feature generation in deep learning, we propose a fully trainable Gabor-based convolutional layer where all Gabor parameters are trainable through backpropagation. Furthermore, we propose a loss function based on the Pearson's correlation coefficient, which is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsIndustrial Vision Systems and Defect Detection · Image and Object Detection Techniques · Image Retrieval and Classification Techniques
