paper-with-me

홈 › Papers

Deep ReLU Networks Have Surprisingly Few Activation Patterns

2019-06-03 · NeurIPS 2019 12 · Boris Hanin, David Rolnick

The success of deep networks has been attributed in part to their expressivity: per parameter, deep networks can approximate a richer class of functions than shallow networks. In ReLU networks, the number of activation patterns is one measure of expressivity; and the maximum number of patterns grows exponentially with the depth. However, recent work has showed that the practical expressivity of deep networks - the functions they can learn rather than express - is often far from the theoretical maximum. In this paper, we show that the average number of activation patterns for ReLU networks at initialization is bounded by the total number of neurons raised to the input dimension. We show empirically that this bound, which is independent of the depth, is tight both at initialization and during training, even on memorization tasks that should maximize the number of activation patterns. Our work suggests that realizing the full expressivity of deep networks may not be possible in practice, at least with current methods.

📄 PDF Abstract BibTeX arXiv:1906.00904

Code (0)

등록된 구현이 없습니다.

Tasks

Memorization

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Topological Signatures of ReLU Neural Network Activation Patterns

2025-10-14 · Vicente Bosca, Tatum Rask, Sunia Tanweer, Andrew R. Tawfeek 외 arxiv

This paper explores the topological signatures of ReLU neural network activation patterns. We consider feedforward neural networks with ReLU activation functions and analyze the polytope decomposition of the feature spac…

Binary Classification

Sparsing Law: Towards Large Language Models with Greater Activation Sparsity

2024-11-04 · Yuqi Luo, Chenyang Song, Xu Han, Yingfa Chen 외

Activation sparsity denotes the existence of substantial weakly-contributed elements within activation outputs that can be eliminated, benefiting many important applications concerned with large language models (LLMs). A…

ReLU Strikes Back: Exploiting Activation Sparsity in Large Language Models

2023-10-06 · Iman Mirzadeh, Keivan Alizadeh, Sachin Mehta, Carlo C Del Mundo 외

Large Language Models (LLMs) with billions of parameters have drastically transformed AI applications. However, their demanding computation during inference has raised significant challenges for deployment on resource-co…

Hidden Unit Specialization in Layered Neural Networks: ReLU vs. Sigmoidal Activation

2019-10-16 · Elisa Oostwal, Michiel Straat, Michael Biehl

We study layered neural networks of rectified linear units (ReLU) in a modelling framework for stochastic training processes. The comparison with sigmoidal activation functions is in the center of interest. We compute ty…

Uncovering Layer-Dependent Activation Sparsity Patterns in ReLU Transformers

2024-07-10 · Cody Wild, Jesper Anderson

Previous work has demonstrated that MLPs within ReLU Transformers exhibit high levels of sparsity, with many of their activations equal to zero for any given token. We build on that work to more deeply explore how token-…