Logistic Dropout: a soft dropout mechanism via the Logistic Map
摘要
We propose Logistic Map Dropout, a novel regularization mechanism that leverages the chaotic dynamics of the logistic map to perform continuous, stateful dropout in deep neural networks. Unlike standard dropout which stochastically zeros out activations, our method deterministically scales activations by a value in [0, 1] derived from the logistic map, enabling smooth attenuation of activations and uninterrupted gradient flow. To bridge the gap between continuous and binary regularization, we introduce two extensions: Sparse Scaling, which thresholds the logistic map to induce sparsity while preserving strong activations, and Modulated Sparse Scaling, which allows selective zeroing to approximate classical dropout behavior. Extensive empirical evaluations across image classification, language modeling, and graph prediction tasks demonstrate that our method achieves competitive or superior generalization compared to standard and structured dropout baselines. In particular, modulated variants consistently outperform stochastic regularizers on LSTM and GNN architectures, highlighting the benefit of chaos-driven deterministic masking. Logistic Map Dropout offers a principled alternative to stochastic regularization by blending chaotic dynamics with structured noise, yielding a tunable spectrum between soft and hard dropout regimes. This work opens a new direction for applying dynamical systems theory in neural network regularization.