Marcelino Martı́nez-Sober

CL
h-index17
3papers
78citations
Novelty32%
AI Score30

3 Papers

5.8LGApr 16, 2022Code
Approaching sales forecasting using recurrent neural networks and transformers

Iván Vallés-Pérez, Emilio Soria-Olivas, Marcelino Martínez-Sober et al.

Accurate and fast demand forecast is one of the hot topics in supply chain for enabling the precise execution of the corresponding downstream processes (inbound and outbound planning, inventory placement, network planning, etc). We develop three alternatives to tackle the problem of forecasting the customer sales at day/store/item level using deep learning techniques and the Corporación Favorita data set, published as part of a Kaggle competition. Our empirical results show how good performance can be achieved by using a simple sequence to sequence architecture with minimal data preprocessing effort. Additionally, we describe a training trick for making the model more time independent and hence improving generalization over time. The proposed solution achieves a RMSLE of around 0.54, which is competitive with other more specific solutions to the problem proposed in the Kaggle competition.

3.9CVJan 15, 2023Code
Empirical study of the modulus as activation function in computer vision applications

Iván Vallés-Pérez, Emilio Soria-Olivas, Marcelino Martínez-Sober et al.

In this work we propose a new non-monotonic activation function: the modulus. The majority of the reported research on nonlinearities is focused on monotonic functions. We empirically demonstrate how by using the modulus activation function on computer vision tasks the models generalize better than with other nonlinearities - up to a 15% accuracy increase in CIFAR100 and 4% in CIFAR10, relative to the best of the benchmark activations tested. With the proposed activation function the vanishing gradient and dying neurons problems disappear, because the derivative of the activation function is always 1 or -1. The simplicity of the proposed function and its derivative make this solution specially suitable for TinyML and hardware applications.

0.2CLOct 9, 2021Code
End-to-end Keyword Spotting using Xception-1d

Iván Vallés-Pérez, Juan Gómez-Sanchis, Marcelino Martínez-Sober et al.

The field of conversational agents is growing fast and there is an increasing need for algorithms that enhance natural interaction. In this work we show how we achieved state of the art results in the Keyword Spotting field by adapting and tweaking the Xception algorithm, which achieved outstanding results in several computer vision tasks. We obtained about 96\% accuracy when classifying audio clips belonging to 35 different categories, beating human annotation at the most complex tasks proposed.