vix.ing · top · new · best · stats · spec

Technical Report: Combining knowledge from Transfer Learning during training and Wide Resnets

2022/06/20 by Wolfgang Fuhl, Fuhl, Wolfgang
Computer Science · #FOS: Computer and information sciences #Machine Learning (cs.LG) #Machine Learning and Data Classification #Neural Networks and Applications

paper · pdf · doi:10.48550/arxiv.2206.09697

openalex publication_date 2022/06/20 · openalex created_date 2022/06/24 · openalex updated_date 2026/07/28

Abstract

In this report, we combine the idea of Wide ResNets and transfer learning to optimize the architecture of deep neural networks. The first improvement of the architecture is the use of all layers as information source for the last layer. This idea comes from transfer learning, which uses networks pre-trained on other data and extracts different levels of the network as input for the new task. The second improvement is the use of deeper layers instead of deeper sequences of blocks. This idea comes from Wide ResNets. Using both optimizations, both high data augmentation and standard data augmentation can produce better results for different models. Link: https://github.com/wolfgangfuhl/PublicationStuff/tree/master/TechnicalReport1/Supp

Related