paper-with-me

홈 › Papers

Drop-Activation: Implicit Parameter Reduction and Harmonic Regularization

2018-11-14 · Senwei Liang, Yuehaw Khoo, Haizhao Yang

Overfitting frequently occurs in deep learning. In this paper, we propose a novel regularization method called Drop-Activation to reduce overfitting and improve generalization. The key idea is to drop nonlinear activation functions by setting them to be identity functions randomly during training time. During testing, we use a deterministic network with a new activation function to encode the average effect of dropping activations randomly. Our theoretical analyses support the regularization effect of Drop-Activation as implicit parameter reduction and verify its capability to be used together with Batch Normalization (Ioffe and Szegedy 2015). The experimental results on CIFAR-10, CIFAR-100, SVHN, EMNIST, and ImageNet show that Drop-Activation generally improves the performance of popular neural network architectures for the image classification task. Furthermore, as a regularizer Drop-Activation can be used in harmony with standard training and regularization techniques such as Batch Normalization and Auto Augment (Cubuk et al. 2019). The code is available at \url{https://github.com/LeungSamWai/Drop-Activation}.

📄 PDF Abstract BibTeX arXiv:1811.05850

Code (2)

LeungSamWai/Drop-Activation 공식 구현 pytorch
statsu1990/drop-activation

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

QuadINR: Hardware-Efficient Implicit Neural Representations Through Quadratic Activation

2025-08-20 · Wenyong Zhou, Boyu Li, Jiachen Ren, Taiqiang Wu 외 arxiv

Implicit Neural Representations (INRs) encode discrete signals continuously while addressing spectral bias through activation functions (AFs). Previous approaches mitigate this bias by employing complex AFs, which often …

WIRE: Wavelet Implicit Neural Representations

2023-01-05 · CVPR 2023 1 · Vishwanath Saragadam, Daniel LeJeune, Jasper Tan, Guha Balakrishnan 외

Implicit neural representations (INRs) have recently advanced numerous vision-related areas. INR performance depends strongly on the choice of the nonlinear activation function employed in its multilayer perceptron (MLP)…

DenoisingImage DenoisingImage InpaintingNovel View Synthesis+1

Subtractive Modulative Network with Learnable Periodic Activations

2026-02-18 · Tiou Wang, Zhuoqian Yang, Markus Flierl, Mathieu Salzmann 외 arxiv

We propose the Subtractive Modulative Network (SMN), a novel, parameter-efficient Implicit Neural Representation (INR) architecture inspired by classical subtractive synthesis. The SMN is designed as a principled signal …

Novel View Synthesis

Spectral Gating via Damped Oscillations for Adaptive Implicit Neural Representations

2026-06-22 · Alex Costanzino, Pierluigi Zama Ramirez, Giuseppe Lisanti, Luigi Di Stefano arxiv

Implicit Neural Representations (INRs) have been proven successful in encoding continuous signals through coordinate-based networks, yet facing a spectral dilemma: periodic activations capture fine details but act as all…

Recurrent Sinusoidal INRs for Efficient High-Fidelity Representation

2026-07-23 · Hyunmin Cho, Jaejun Yoo, Kyong Hwan Jin arxiv

We study sinusoidal recurrence as an iterative mechanism for harmonic spectral enrichment in implicit neural representations (INRs). Our analysis reveals that sinusoidal activations induce a harmonic line spectrum, provi…