Initialization Using Perlin Noise for Training Networks with a Limited Amount of Data
Nakamasa Inoue, Eisuke Yamagata, Hirokatsu Kataoka

TL;DR
This paper introduces a novel network initialization method using Perlin noise, which improves training performance for image classification tasks with limited data by solving an artificial noise classification problem.
Contribution
The paper presents the first approach to initialize networks by solving an artificial optimization problem with Perlin noise, avoiding the use of real-world images.
Findings
Outperforms conventional initialization methods on four datasets.
Effective for training with limited data.
First to use artificial noise classification for initialization.
Abstract
We propose a novel network initialization method using Perlin noise for training image classification networks with a limited amount of data. Our main idea is to initialize the network parameters by solving an artificial noise classification problem, where the aim is to classify Perlin noise samples into their noise categories. Specifically, the proposed method consists of two steps. First, it generates Perlin noise samples with category labels defined based on noise complexity. Second, it solves a classification problem, in which network parameters are optimized to classify the generated noise samples. This method produces a reasonable set of initial weights (filters) for image classification. To the best of our knowledge, this is the first work to initialize networks by solving an artificial optimization problem without using any real-world images. Our experiments show that the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Machine Learning and Data Classification · Anomaly Detection Techniques and Applications
