Methods › General › Activation Functions › Maxout

Maxout

50 papers tagged archive 2025-07-28

Introduced by Ian J. Goodfellow et al. in Maxout Networks

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

The Maxout Unit is a generalization of the ReLU and the leaky ReLU functions. It is a piecewise linear function that returns the maximum of the inputs, designed to be used in conjunction with dropout. Both ReLU and leaky ReLU are special cases of Maxout.

f(x) = max(wᵀ₁x + b₁, wᵀ₂x + b₂)

The main drawback of Maxout is that it is computationally expensive as it doubles the number of parameters for each neuron.

PaperSourceSee Code · gist.github.com/daskol/05439f018465c8fb42ae547b8cc8a77b

Papers archive 2025-07-28

30 shown of 50, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

20 shown of 52 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Image Classification9
General Classification8
Speech Recognition4
image-classification4
speech-recognition4
Data Augmentation3
Object Detection3
Semantic Segmentation3
Face Verification2
Graph Classification2
Image Generation2
Language Modeling2
Language Modelling2
Object Recognition2
object-detection2
Attribute1
BIG-bench Machine Learning1
Bayesian Inference1
Computational Efficiency1
Computed Tomography (CT)1

Usage over time archive 2025-07-28

Papers per year tagged with Maxout: 2013 to 2025, peak 9 9 0 2013: 5 papers 2013 2014: 2 papers 2014 2015: 9 papers 2015 2016: 3 papers 2016 2017: 2 papers 2017 2018: 3 papers 2018 2019: 6 papers 2019 2020: 3 papers 2020 2021: 7 papers 2021 2022: 4 papers 2022 2023: 4 papers 2023 2024: 0 papers 2024 2025: 2 papers 2025
Papers per year the archive tags with this method, by the paper's archive date (50 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

Activation Functions

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections