Skip to main content

Enhancing Semantic Segmentation Using Locally Learned Histogram Features

Abstract:

Semantic segmentation is the task of dividing entire images into non-overlapping regions with per-pixel class labels that correspond to a problem’s objects of interest. To do the task well, researchers introduce techniques of extracting object features from the image cues of shape, color, and texture to give models an improved ability to discriminate between classes. Over the decades, researchers have developed both histogram-based and spatial filter-based methods for extracting texture features in segmentation pipelines. Today, however, convolutional filters are the dominant choice. These are best suited for learning ordered spatial relationships in images as opposed to orderless pixel value distributions within textures. Histogram-based features allow us to represent these informative texture features. To leverage the power of histograms in deep architectures, I propose a module that extracts both convolutional and histogram features and embeds these features within the normal deep feature learning pipeline. The proposed module uses a learnable histogram layer in parallel with convolutional feature extraction then recombines their respective outputs through concatenation. Also, there is a lack of research on learnable histogram layers and the impact that initialization can have on such layers’ performance. With a synthetic dataset based on Voronoi diagrams, I provide insights into learning behavior and initialization strategies for a learnable histogram layer. Second, I evaluate the proposed module’s effectiveness on multiple real-world semantic segmentation datasets, which include the French Land cover from Aerospace ImageRy, Multimodal Material Segmentation, MUUFL-Gulfport, and HyperPRI datasets. Lastly, I discuss strengths and weaknesses of the proposed module, which are shown through results on the related datasets, and I conclude with some ideas for future work on embedding histogram feature learning within deep learning pipelines.

Links:

Link to the paper's website

Citation:

S. J. Chang, “Enhancing Semantic Segmentation Using Locally Learned Histogram Features.” University of Florida, 2025.
@book{chang2025enhancing,
title={Enhancing Semantic Segmentation Using Locally Learned Histogram Features},
author={Chang, Spencer Jordan},
year={2025},
publisher={University of Florida}
}