LGApr 12, 2025

Sparse Hybrid Linear-Morphological Networks

arXiv:2504.09289v1h-index: 8EUSIPCO
Originality Incremental advance
AI Analysis

This work addresses the problem of improving network sparsity and pruning efficiency for researchers in machine learning, though it is incremental as it builds on existing hybrid network concepts.

The paper tackles the difficulty of training morphological layers in neural networks by proposing a hybrid structure that inserts morphological layers between linear layers, replacing activation functions, and demonstrates that this induces sparsity in linear layers, making them more prunable under L1 unstructured pruning, with a sparsely initialized variant achieving slightly better performance than ReLU and other baselines on the Magna-Tag-A-Tune dataset.

We investigate hybrid linear-morphological networks. Recent studies highlight the inherent affinity of morphological layers to pruning, but also their difficulty in training. We propose a hybrid network structure, wherein morphological layers are inserted between the linear layers of the network, in place of activation functions. We experiment with the following morphological layers: 1) maxout pooling layers (as a special case of a morphological layer), 2) fully connected dense morphological layers, and 3) a novel, sparsely initialized variant of (2). We conduct experiments on the Magna-Tag-A-Tune (music auto-tagging) and CIFAR-10 (image classification) datasets, replacing the linear classification heads of state-of-the-art convolutional network architectures with our proposed network structure for the various morphological layers. We demonstrate that these networks induce sparsity to their linear layers, making them more prunable under L1 unstructured pruning. We also show that on MTAT our proposed sparsely initialized layer achieves slightly better performance than ReLU, maxout, and densely initialized max-plus layers, and exhibits faster initial convergence.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes