Papers › Manifold Mixup: Better Representations by Interpolating Hidden States

Manifold Mixup: Better Representations by Interpolating Hidden States

13 Jun 2018ICLR 2019 5arXiv:1806.05236archive 2025-07-28

Vikas Verma, Alex Lamb, Christopher Beckham, Amir Najafi, Ioannis Mitliagkas, Aaron Courville, David Lopez-Paz, Yoshua Bengio

Deep neural networks excel at learning the training data, but often provide incorrect and confident predictions when evaluated on slightly different test examples. This includes distribution shifts, outliers, and adversarial examples. To address these issues, we propose Manifold Mixup, a simple regularizer that encourages neural networks to predict less confidently on interpolations of hidden representations. Manifold Mixup leverages semantic interpolations as additional training signal, obtaining neural networks with smoother decision boundaries at multiple levels of representation. As a result, neural networks trained with Manifold Mixup learn class-representations with fewer directions of variance. We prove theory on why this flattening happens under ideal conditions, validate it on practical situations, and connect it to previous works on information theory and generalization. In spite of incurring no significant computation and being implemented in a few lines of code, Manifold Mixup improves strong baselines in supervised learning, robustness to single-step adversarial attacks, and test log-likelihood.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1806.05236")

Code

Syntology Ran 2 of 11 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

By repository: community (archive-listed): 6 samples from 1 repository, 0 ran; 5 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

vikasverma1077/manifold_mixup officialmentioned in papermentioned on GitHubpytorch report
DaikiTanak/manifold_mixup mentioned on GitHubpytorch report
Westlake-AI/openmixup mentioned on GitHubpytorch report
allenhaozhu/ease mentioned on GitHubpytorch report
chris-tng/semi-supervised-nlp mentioned on GitHubpytorchMIT report
erichson/noisy_mixup mentioned on GitHubpytorch report
makeyourownmaker/mixup mentioned on GitHubpytorchGPL-2.0 report
rahulmadanahalli/manifold_mixup mentioned on GitHubtf report
yhu01/PT-MAP mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 2 ran; 0 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
9unverified

Licence: 5 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from chris-tng/semi-supervised-nlp. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

dropout_mask chris-tng/semi-supervised-nlp/layers.py community (archive-listed) unverified MIT (permissive) · 00bcb3b8633817c1 · report
first chris-tng/semi-supervised-nlp/layers.py community (archive-listed) unverified MIT (permissive) · 499e312e3b925fb0 · report
one_param chris-tng/semi-supervised-nlp/layers.py community (archive-listed) unverified MIT (permissive) · 21bcd8880d214f3c · report
sequence_mask chris-tng/semi-supervised-nlp/utils.py community (archive-listed) unverified MIT (permissive) · 03cd52fe92d44a32 · report
sharpen chris-tng/semi-supervised-nlp/utils.py community (archive-listed) unverified MIT (permissive) · b84625043a59fcf0 · report
softmax_with_mask chris-tng/semi-supervised-nlp/utils.py community (archive-listed) unverified MIT (permissive) · 7dac362955fbd8ac · report
conv1x1 identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · d9def42110729a85 · report
conv3x3 identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 00e569acd6b45ef0 · report
densenet121 identical code first harvested elsewhere unverified licence of this copy not recorded · 5215dafd01cc9248 · report
densenet169 identical code first harvested elsewhere unverified licence of this copy not recorded · b97695b36002e117 · report
densenet201 identical code first harvested elsewhere unverified licence of this copy not recorded · 0ca25406530d858d · report

Tasks

Image Classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Classification CIFAR-10 Manifold Mixup WRN 28-10 Percentage correct 97.45 #81 of 265 Archive leaderboard report
Image Classification CIFAR-100 Manifold Mixup Percentage correct 81.96 #111 of 211 Archive leaderboard report
Image Classification OmniBenchmark Manifold Average Top-1 Accuracy 31.6 #18 of 22 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Introduced by this paper: Manifold Mixup

Manifold MixupMixup

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