{"url":"/method/adaptive-dropout","slug":"adaptive-dropout","name":"Adaptive Dropout","full_name":"Adaptive Dropout","full_name_withheld":false,"description_markdown":"**Adaptive Dropout** is a regularization technique that extends dropout by allowing the dropout probability to be different for different units. The intuition is that there may be hidden units that can individually make confident predictions for the presence or absence of an important feature or combination of features. [Dropout](https://paperswithcode.com/method/dropout) will ignore this confidence and drop the unit out 50% of the time. \r\n\r\nDenote the activity of unit $j$ in a deep neural network by $a\\_{j}$ and assume that its inputs are {$a\\_{i}: i < j$}. In dropout, $a\\_{j}$ is randomly set to zero with probability 0.5. Let $m\\_{j}$ be a binary variable that is used to mask, the activity $a\\_{j}$, so that its value is:\r\n\r\n$$ a\\_{j} = m\\_{j}g \\left( \\sum\\_{i: i<j}w\\_{j, i}a\\_{i} \\right)$$\r\n\r\nwhere $w\\_{j,i}$ is the weight from unit $i$ to unit $j$ and $g\\left(·\\right)$ is the activation function and $a\\_{0} = 1$ accounts for biases. Whereas in standard dropout, $m\\_{j}$ is Bernoulli with probability $0.5$, adaptive dropout uses adaptive dropout probabilities that depends on input activities:\r\n\r\n$$ P\\left(m\\_{j} = 1\\mid{\\{a\\_{i}: i < j\\}}\\right) = f \\left( \\sum\\_{i: i<j}\\pi{\\_{j, i}a\\_{i}} \\right) $$\r\n\r\nwhere $\\pi\\_{j, i}$ is the weight from unit $i$ to unit $j$ in the standout network or the adaptive dropout network; $f(·)$ is a sigmoidal function. Here 'standout' refers to a binary belief network is that is overlaid on a neural network as part of the overall regularization technique.","description_state":"present","introduced_year":null,"introduced_by":{"title":"Adaptive dropout for training deep neural networks","paper":"/paper/adaptive-dropout-for-training-deep-neural","first_author":"Jimmy Ba","n_authors":2,"url_abs":null,"archive_paper_url":"https://paperswithcode.com/paper/adaptive-dropout-for-training-deep-neural"},"source":{"url":"http://papers.nips.cc/paper/5032-adaptive-dropout-for-training-deep-neural-networks","title":"Adaptive dropout for training deep neural networks","url_on_a_paper_host":true},"code_snippet_url":"https://github.com/mabirck/adaptative-dropout-pytorch/blob/9c81ba607c1d9c4c9845ccaf4c7b2413d89c50c1/layers.py#L5","code_snippet_url_on_a_code_host":true,"categories":[{"area":"General","area_id":"general","collection":"Regularization","url":"/methods/category/regularization","pwc_aliases":[]}],"n_papers_tagged":15,"archive_num_papers":15,"papers_newest_first":[{"paper":null,"title":"Efficient Federated Learning with Heterogeneous Data and Adaptive Dropout","date":"2025-07-14","arxiv_id":"2507.10430","n_code_links":0,"syntology":null},{"paper":null,"title":"A statistical physics framework for optimal learning","date":"2025-07-10","arxiv_id":"2507.07907","n_code_links":0,"syntology":null},{"paper":null,"title":"DOTA: Deformable Optimized Transformer Architecture for End-to-End Text Recognition with Retrieval-Augmented Generation","date":"2025-05-07","arxiv_id":"2505.04175","n_code_links":0,"syntology":null},{"paper":null,"title":"Beyond Overfitting: Doubly Adaptive Dropout for Generalizable AU Detection","date":"2025-03-12","arxiv_id":"2503.08974","n_code_links":0,"syntology":null},{"paper":"/paper/dynamic-dropconnect-enhancing-neural-network","title":"Dynamic DropConnect: Enhancing Neural Network Robustness through Adaptive Edge Dropping Strategies","date":"2025-02-27","arxiv_id":"2502.19948","n_code_links":1,"syntology":null},{"paper":null,"title":"2-Tier SimCSE: Elevating BERT for Robust Sentence Embeddings","date":"2025-01-23","arxiv_id":"2501.13758","n_code_links":0,"syntology":null},{"paper":null,"title":"Adaptive Dropout: Unleashing Dropout across Layers for Generalizable Image Super-Resolution","date":"2025-01-01","arxiv_id":null,"n_code_links":0,"syntology":null},{"paper":null,"title":"Adaptive Dropout for Pruning Conformers","date":"2024-12-06","arxiv_id":"2412.04836","n_code_links":0,"syntology":null},{"paper":null,"title":"Communication-Efficient Split Learning via Adaptive Feature-Wise Compression","date":"2023-07-20","arxiv_id":"2307.10805","n_code_links":0,"syntology":null},{"paper":null,"title":"FedBIAD: Communication-Efficient and Accuracy-Guaranteed Federated Learning with Bayesian Inference-Based Adaptive Dropout","date":"2023-07-14","arxiv_id":"2307.07172","n_code_links":0,"syntology":null},{"paper":"/paper/the-flip-side-of-the-reweighted-coin-duality","title":"The Flip Side of the Reweighted Coin: Duality of Adaptive Dropout and Regularization","date":"2021-06-14","arxiv_id":"2106.07769","n_code_links":1,"syntology":{"ran":1,"of":1,"unverified":0,"pointer_only":0}},{"paper":"/paper/advanced-dropout-a-model-free-methodology-for","title":"Advanced Dropout: A Model-free Methodology for Bayesian Dropout Optimization","date":"2020-10-11","arxiv_id":"2010.05244","n_code_links":1,"syntology":null},{"paper":null,"title":"Adaptive Low-Rank Factorization to regularize shallow and deep neural networks","date":"2020-05-05","arxiv_id":"2005.01995","n_code_links":0,"syntology":null},{"paper":null,"title":"Improved Dropout for Shallow and Deep Learning","date":"2016-02-06","arxiv_id":"1602.02220","n_code_links":0,"syntology":null},{"paper":"/paper/adaptive-dropout-for-training-deep-neural","title":"Adaptive dropout for training deep neural networks","date":"2013-12-01","arxiv_id":null,"n_code_links":0,"syntology":null}],"papers_shown":15,"tasks":[{"task":"/task/denoising","name":"Denoising","papers":2},{"task":"/task/federated-learning","name":"Federated Learning","papers":2},{"task":"/task/attribute","name":"Attribute","papers":1},{"task":"/task/bayesian-inference","name":"Bayesian Inference","papers":1},{"task":"/task/blind-super-resolution","name":"Blind Super-Resolution","papers":1},{"task":"/task/contrastive-learning","name":"Contrastive Learning","papers":1},{"task":"/task/deep-learning","name":"Deep Learning","papers":1},{"task":"/task/image-classification","name":"Image Classification","papers":1},{"task":"/task/image-restoration","name":"Image Restoration","papers":1},{"task":"/task/image-super-resolution","name":"Image Super-Resolution","papers":1},{"task":"/task/meta-learning","name":"Meta-Learning","papers":1},{"task":"/task/network-pruning","name":"Network Pruning","papers":1},{"task":"/task/optical-character-recognition","name":"Optical Character Recognition","papers":1},{"task":"/task/optical-character-recognition","name":"Optical Character Recognition (OCR)","papers":1},{"task":"/task/quantization","name":"Quantization","papers":1},{"task":"/task/retrieval-augmented-generation","name":"Retrieval-augmented Generation","papers":1},{"task":"/task/sts","name":"STS","papers":1},{"task":"/task/semantic-textual-similarity","name":"Semantic Textual Similarity","papers":1},{"task":"/task/sentence","name":"Sentence","papers":1},{"task":"/task/sentence-embeddings","name":"Sentence Embeddings","papers":1}],"tasks_shown":20,"n_tasks":30,"usage_by_year":[{"year":"2013","papers":1},{"year":"2016","papers":1},{"year":"2020","papers":2},{"year":"2021","papers":1},{"year":"2023","papers":2},{"year":"2024","papers":1},{"year":"2025","papers":7}],"row_source":"methods_table","archive":{"source":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","archive_url":"https://paperswithcode.com/method/adaptive-dropout"},"syntology_read_at":"2026-09-24T18:15:14+00:00"}