Effect of sequence padding on the performance of deep learning models in archaeal protein functional prediction

The use of raw amino acid sequences as input for deep learning models for protein functional prediction has gained popularity in recent years. This scheme obliges to manage proteins with different lengths, while deep learning models require same-shape input. To accomplish this, zeros are usually add...

ver descrição completa

Detalhes bibliográficos
Autores: Lopez-Del Rio A, Martin M, Perera-Lluna A, Saidi R
Formato: artículo
Estado:Versión publicada
Fecha de publicación:2020
País:España
Recursos:Fundació Sant Joan de Déu
Repositorio:r-FSJD. Repositorio Institucional de Producción Científica de la Fundació Sant Joan de Déu
OAI Identifier:oai:fsjd.fundanetsuite.com:p19273
Acesso em linha:https://fsjd.fundanetsuite.com/Publicaciones/ProdCientif/PublicacionFrw.aspx?id=19273
Access Level:acceso abierto
Descrição
Resumo:The use of raw amino acid sequences as input for deep learning models for protein functional prediction has gained popularity in recent years. This scheme obliges to manage proteins with different lengths, while deep learning models require same-shape input. To accomplish this, zeros are usually added to each sequence up to a established common length in a process called zero-padding. However, the effect of different padding strategies on model performance and data structure is yet unknown. We propose and implement four novel types of padding the amino acid sequences. Then, we analysed the impact of different ways of padding the amino acid sequences in a hierarchical Enzyme Commission number prediction problem. Results show that padding has an effect on model performance even when there are convolutional layers implied. Contrastingly to most of deep learning works which focus mainly on architectures, this study highlights the relevance of the deemed-of-low-importance process of padding and raises awareness of the need to refine it for better performance. The code of this analysis is publicly available at https://github.com/b2slab/padding_benchmark.