English

Hadamard Layer to Improve Semantic Segmentation

Computer Vision and Pattern Recognition 2023-02-22 v1 Machine Learning Image and Video Processing

Abstract

The Hadamard Layer, a simple and computationally efficient way to improve results in semantic segmentation tasks, is presented. This layer has no free parameters that require to be trained. Therefore it does not increase the number of model parameters, and the extra computational cost is marginal. Experimental results show that the new Hadamard layer substantially improves the performance of the investigated models (variants of the Pix2Pix model). The performance's improvement can be explained by the Hadamard layer forcing the network to produce an internal encoding of the classes so that all bins are active. Therefore, the network computation is more distributed. In a sort that the Hadamard layer requires that to change the predicted class, it is necessary to modify 2k12^{k-1} bins, assuming kk bins in the encoding. A specific loss function allows a stable and fast training convergence.

Keywords

Cite

@article{arxiv.2302.10318,
  title  = {Hadamard Layer to Improve Semantic Segmentation},
  author = {Angello Hoyos and Mariano Rivera},
  journal= {arXiv preprint arXiv:2302.10318},
  year   = {2023}
}

Comments

Accepted in ICASSP 2023

R2 v1 2026-06-28T08:45:02.872Z