paper-with-me

홈 › Papers

MID-L: Matrix-Interpolated Dropout Layer with Layer-wise Neuron Selection

2025-05-16 · Pouya Shaeri, Ariane Middel

Modern neural networks often activate all neurons for every input, leading to unnecessary computation and inefficiency. We introduce Matrix-Interpolated Dropout Layer (MID-L), a novel module that dynamically selects and activates only the most informative neurons by interpolating between two transformation paths via a learned, input-dependent gating vector. Unlike conventional dropout or static sparsity methods, MID-L employs a differentiable Top-k masking strategy, enabling per-input adaptive computation while maintaining end-to-end differentiability. MID-L is model-agnostic and integrates seamlessly into existing architectures. Extensive experiments on six benchmarks, including MNIST, CIFAR-10, CIFAR-100, SVHN, UCI Adult, and IMDB, show that MID-L achieves up to average 55\% reduction in active neurons, 1.7$\times$ FLOPs savings, and maintains or exceeds baseline accuracy. We further validate the informativeness and selectivity of the learned neurons via Sliced Mutual Information (SMI) and observe improved robustness under overfitting and noisy data conditions. Additionally, MID-L demonstrates favorable inference latency and memory usage profiles, making it suitable for both research exploration and deployment on compute-constrained systems. These results position MID-L as a general-purpose, plug-and-play dynamic computation layer, bridging the gap between dropout regularization and efficient inference.

📄 PDF Abstract BibTeX arXiv:2505.11416

Code (0)

등록된 구현이 없습니다.

Tasks

Informativeness

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

PLACE dropout: A Progressive Layer-wise and Channel-wise Dropout for Domain Generalization

2021-12-07 · Jintao Guo, Lei Qi, Yinghuan Shi, Yang Gao

Domain generalization (DG) aims to learn a generic model from multiple observed source domains that generalizes well to arbitrary unseen target domains without further training. The major challenge in DG is that the mode…

Domain Generalization

Layer-wise Regularized Dropout for Neural Language Models

2024-02-26 · Shiwen Ni, Min Yang, Ruifeng Xu, Chengming Li 외

Among the various pre-trained neural language models that are popular today, dropout is already an indispensable regularization technique. To solve the inconsistency between training and inference caused by the randomnes…

Abstractive Text SummarizationMachine TranslationNatural Language Understanding

Swin Transformer with Enhanced Dropout and Layer-wise Unfreezing for Facial Expression Recognition in Mental Health Detection

2024-12-02 · Engineering, Technology & Applied Science Research 2024 12 · Mr. Mujiyanto, Mr. Arief Setyanto, Prof. Ema Utami and Prof. Kusrini Kusrini

This study presents an improved Facial Expression Recognition (FER) model using Swin transformers for enhanced performance in detecting mental health through facial emotion analysis. In addition, some techniques involvin…

Emotion RecognitionFacial Emotion RecognitionFacial Expression RecognitionFacial Expression Recognition (FER)+3

Dropout in Training Neural Networks: Flatness of Solution and Noise Structure

2021-11-01 · Zhongwang Zhang, Hanxu Zhou, Zhi-Qin John Xu

It is important to understand how the popular regularization method dropout helps the neural network training find a good generalization solution. In this work, we show that the training with dropout finds the neural net…

Adaptive Dropout: Unleashing Dropout across Layers for Generalizable Image Super-Resolution

2025-01-01 · CVPR 2025 1 · Hang Xu, Jie Huang, Wei Yu, Jiangtong Tan 외

Blind Super-Resolution(blind SR) aims to enhance the model's generalization ability with unknown degradation, yet it still encounters severe overfitting issues. Some previous methods inspired by dropout, which enhanc…

AttributeBlind Super-ResolutionImage RestorationImage Super-Resolution+1