English

K-Origins: Better Colour Quantification for Neural Networks

Computer Vision and Pattern Recognition 2024-09-05 v1 Machine Learning

Abstract

K-Origins is a neural network layer designed to improve image-based network performances when learning colour, or intensities, is beneficial. Over 250 encoder-decoder convolutional networks are trained and tested on 16-bit synthetic data, demonstrating that K-Origins improves semantic segmentation accuracy in two scenarios: object detection with low signal-to-noise ratios, and segmenting multiple objects that are identical in shape but vary in colour. K-Origins generates output features from the input features, X\textbf{X}, by the equation Yk=XJwk\textbf{Y}_k = \textbf{X}-\textbf{J}\cdot w_k for each trainable parameter wkw_k, where J\textbf{J} is a matrix of ones. Additionally, networks with varying receptive fields were trained to determine optimal network depths based on the dimensions of target classes, suggesting that receptive field lengths should exceed object sizes. By ensuring a sufficient receptive field length and incorporating K-Origins, we can achieve better semantic network performance.

Keywords

Cite

@article{arxiv.2409.02281,
  title  = {K-Origins: Better Colour Quantification for Neural Networks},
  author = {Lewis Mason and Mark Martinez},
  journal= {arXiv preprint arXiv:2409.02281},
  year   = {2024}
}

Comments

16 pages, 13 figures, 1 table

R2 v1 2026-06-28T18:33:17.164Z