Papers
Topics
Authors
Recent
Search
2000 character limit reached

Manifold-Constrained Adversarial Training (MCAT)

Updated 4 July 2026
  • Manifold-Constrained Adversarial Training (MCAT) is a robust optimization paradigm that leverages explicit data geometry to restrict adversarial perturbations to semantically meaningful on-manifold regions.
  • MCAT methods employ various geometric constraints, such as hidden-layer consistency, latent manifold approximations, convex combinations, and tangent-space projections, to enhance model robustness.
  • Empirical studies demonstrate that MCAT improves supervised accuracy, domain adaptation, and long-tailed classification robustness while preserving critical geometric structures.

Searching arXiv for recent and foundational papers on manifold-constrained adversarial training and closely related formulations. arXiv search query: "manifold-constrained adversarial training manifold attack adversarial training latent manifold robustness domain adaptation long-tailed robustness" Manifold-Constrained Adversarial Training (MCAT) denotes a family of adversarially robust training procedures in which the inner maximization, the outer regularizer, or both are constrained by an explicit model of data geometry. Depending on the formulation, that geometry is represented by hidden-layer embeddings, a Gaussian-mixture latent manifold, convex combinations of anchor points, Voronoi cells, the range of a generative model, tangent spaces estimated by local PCA, or class-conditional manifolds in feature space. The common aim is to prevent adversarial optimization from exploiting arbitrary off-manifold directions while forcing the model to remain stable on semantically meaningful regions of the data distribution. The term also names a specific long-tailed robustness framework that penalizes deviations from class-conditional manifolds and adds an ETF-inspired geometric regularizer (Xian et al., 4 May 2026). Closely related formulations include manifold-regularized networks (Lee et al., 2015), Manifold Adversarial Training (Zhang et al., 2018), adversarial training with Voronoi constraints (Khoury et al., 2019), Manifold Attack (Tran et al., 2020), Dual Manifold Adversarial Training (Lin et al., 2020), latent-space training with generative spanners (Jalal et al., 2017), and geometry-aware manifold alignment for domain adaptation (Satou et al., 21 May 2025).

1. Conceptual scope and representative formulations

MCAT methods differ primarily in how they instantiate the manifold constraint. Some penalize representation drift between a clean sample and its adversarial counterpart. Others restrict the adversary to a feasible set intended to approximate the data manifold, such as a latent ball, a simplex of convex coefficients, a tangent space, or a Voronoi cell. Still others decompose adversarial perturbations into on-manifold and off-manifold components and regularize them differently. This suggests that MCAT is best understood as a geometric robust-optimization paradigm rather than a single canonical algorithm.

Formulation Geometric surrogate or feasible set Representative source
Manifold-regularized embeddings ∥fl(x)−fl(xadv)∥22\|f_l(x)-f_l(x_{\mathrm{adv}})\|_2^2 across hidden layers MRnet (Lee et al., 2015)
Distributional latent manifold GMM on z=fθ(x)z=f_\theta(x) with KL-based smoothness MAT (Zhang et al., 2018)
Convex-combination virtual points Simplex-constrained mixtures of anchor points Manifold Attack (Tran et al., 2020)
Cell-based feasibility Voronoi cell Vp(xi)V_p(x_i) of each training sample Voronoi constraints (Khoury et al., 2019)
Generator-induced manifold Latent ball around projected code zxz_x or dual latent/pixel attacks RMD, DMAT (Jalal et al., 2017, Lin et al., 2020)
Tangent-space and geodesic structure PCA tangent projection plus geodesic alignment GAMA (Satou et al., 21 May 2025)
Class-conditional feature manifold Distance to frozen generator GyG_y plus ETF-inspired geometry MCAT for long-tailed robustness (Xian et al., 4 May 2026)

Historically, the literature evolved from embedding-consistency penalties and latent-manifold smoothness toward more structured adversaries and more explicit geometric alignment. The result is a heterogeneous but coherent research area centered on constraining adversarial learning by manifold structure.

2. Objective functions and geometric constraints

A foundational formulation appears in manifold regularized deep neural networks. For one example (x,y)(x,y), MRnet uses

L(θ)=Lcls(θ;x,y)+λ∑l=1L12∥fl(x;θ)−fl(xadv;θ)∥22,L(\theta)=L_{\mathrm{cls}}(\theta;x,y)+\lambda\sum_{l=1}^L \tfrac12 \|f_l(x;\theta)-f_l(x_{\mathrm{adv}};\theta)\|_2^2,

where xadv=x+β⋅δx_{\mathrm{adv}}=x+\beta\cdot \delta and δ\delta is the normalized input gradient of the classification loss. In the original MRnet, λl=0\lambda_l=0 for z=fθ(x)z=f_\theta(x)0 and z=fθ(x)z=f_\theta(x)1, so the penalty is applied only at the last hidden layer (Lee et al., 2015). The operative constraint is not a hard feasible set for z=fθ(x)z=f_\theta(x)2, but an invariance requirement on internal representations.

Manifold Adversarial Training instead models the latent representation z=fθ(x)z=f_\theta(x)3 with a z=fθ(x)z=f_\theta(x)4-component Gaussian mixture model and defines manifold roughness by

z=fθ(x)z=f_\theta(x)5

The adversary solves z=fθ(x)z=f_\theta(x)6, and the training objective augments supervised loss with z=fθ(x)z=f_\theta(x)7; an optional mutual-information term may also be included (Zhang et al., 2018). Here the manifold is a probability geometry in feature space rather than an explicit submanifold in input space.

Manifold Attack introduces a different mechanism. Given anchors z=fθ(x)z=f_\theta(x)8, any virtual point

z=fθ(x)z=f_\theta(x)9

is treated as lying in the data manifold or its local approximation. The method then turns a supervised-plus-PGS baseline into a min-max problem by choosing simplex coefficients Vp(xi)V_p(x_i)0 to maximize the PGS loss on virtual points, while the model parameters are updated to minimize the same loss (Tran et al., 2020). The manifold constraint is therefore a convexity constraint in the anchor simplex.

The 2026 long-tailed MCAT formalizes class-conditional feature manifolds Vp(xi)V_p(x_i)1 through lightweight generators Vp(xi)V_p(x_i)2 and defines the off-manifold distance

Vp(xi)V_p(x_i)3

Its training problem is

Vp(xi)V_p(x_i)4

with

Vp(xi)V_p(x_i)5

This combines a semantic-validity penalty for adversarial examples with an ETF-inspired inter-class geometry regularizer (Xian et al., 4 May 2026).

GAMA extends the idea to domain adaptation by decomposing the input gradient into on-manifold tangent and off-manifold normal components, adding an on-manifold consistency term, an off-manifold robustness term, and a bidirectional geodesic alignment term between source and target features (Satou et al., 21 May 2025). In this formulation, the manifold constraint is simultaneously local, structured, and cross-domain.

3. Algorithmic realizations

The algorithmic core of MCAT varies with the manifold surrogate. In Manifold Attack, training alternates between an attack stage and a model-update stage. One first precomputes anchor sets, initializes Vp(xi)V_p(x_i)6 on the simplex, forms virtual points Vp(xi)V_p(x_i)7, and then, within each batch, maximizes the batch-PGS loss with respect to the subset of attack points by projected gradient ascent in Vp(xi)V_p(x_i)8. The simplex projection enforces Vp(xi)V_p(x_i)9 and zxz_x0. Once the virtual points are fixed, one takes a gradient step on zxz_x1 to minimize the total loss (Tran et al., 2020).

MRnet adopts a substantially simpler loop. For each mini-batch, one performs a clean forward pass, computes the gradient of the classification loss with respect to the inputs, generates zxz_x2, makes a second forward pass on adversarial inputs, computes the manifold loss from hidden-layer discrepancies, and back-propagates the sum of classification and manifold terms (Lee et al., 2015). The inner adversary is single-step and FGSM-style.

MAT uses a second-order approximation to manifold roughness. The Hessian of zxz_x3 at zxz_x4 is approximated via finite differences, and the dominant eigenvector is estimated by one or a few power-method iterations. The adversarial perturbation is then set to zxz_x5, where zxz_x6 is the estimated top eigenvector. Training alternates between updating the network parameters and updating GMM parameters by moving average (Zhang et al., 2018).

Generative-manifold methods move the inner maximization to latent space. In the Robust Manifold Defense, each image is first projected onto the manifold by solving zxz_x7, after which a latent PGD attack searches inside a latent ball zxz_x8. The adversarial image is zxz_x9, and the batch loss interpolates between clean and manifold-adversarial classification via a mixing weight GyG_y0. The method is interleaved with standard PGD adversarial training in image space (Jalal et al., 2017). DMAT makes the duality explicit by running one PGD loop in pixel space and one OM-PGD loop in latent space for every batch, then summing the two adversarial losses (Lin et al., 2020).

Voronoi-constrained training replaces the usual GyG_y1 ball by the Voronoi cell of each training point. The inner PGD loop is retained, but each candidate update is accepted only if it remains closer to the current point than to samples from other classes; in practice only the GyG_y2 nearest samples in each other class are enforced as constraints (Khoury et al., 2019). GAMA, by contrast, begins each update with local GyG_y3-NN PCA, forms tangent and normal perturbations by projection of the input gradient, computes losses on GyG_y4 and GyG_y5, and adds an approximate geodesic alignment loss between source and target features (Satou et al., 21 May 2025). The 2026 long-tailed MCAT adds a further inner optimization in latent code GyG_y6 to approximate GyG_y7 and reports that GyG_y8 or GyG_y9 adds only (x,y)(x,y)0–(x,y)(x,y)1 extra training time (Xian et al., 4 May 2026).

4. Empirical record across tasks

Empirical evidence for MCAT spans representation learning, supervised robustness, semi-supervised learning, domain adaptation, and long-tailed recognition. In low-sample preservation-of-geometric-structure tasks, Manifold Attack was evaluated on the S-curve ((x,y)(x,y)2 3D points) and the optical-digit dataset ((x,y)(x,y)3). On the S-curve, RV(NA) achieved (x,y)(x,y)4 for MDS and (x,y)(x,y)5 for LE, whereas MA(NA) improved these to (x,y)(x,y)6 and (x,y)(x,y)7; RV(RA) yielded (x,y)(x,y)8 and (x,y)(x,y)9, whereas MA(RA) yielded L(θ)=Lcls(θ;x,y)+λ∑l=1L12∥fl(x;θ)−fl(xadv;θ)∥22,L(\theta)=L_{\mathrm{cls}}(\theta;x,y)+\lambda\sum_{l=1}^L \tfrac12 \|f_l(x;\theta)-f_l(x_{\mathrm{adv}};\theta)\|_2^2,0 and L(θ)=Lcls(θ;x,y)+λ∑l=1L12∥fl(x;θ)−fl(xadv;θ)∥22,L(\theta)=L_{\mathrm{cls}}(\theta;x,y)+\lambda\sum_{l=1}^L \tfrac12 \|f_l(x;\theta)-f_l(x_{\mathrm{adv}};\theta)\|_2^2,1. Digit experiments showed analogous improvements, and MA consistently reduces the embedding loss over RV (Tran et al., 2020).

For standard supervised classification, MRnet reported competitive performance on MNIST, CIFAR-10, and SVHN. On MNIST with a Conv+FC architecture, MRnet+dropout achieved L(θ)=Lcls(θ;x,y)+λ∑l=1L12∥fl(x;θ)−fl(xadv;θ)∥22,L(\theta)=L_{\mathrm{cls}}(\theta;x,y)+\lambda\sum_{l=1}^L \tfrac12 \|f_l(x;\theta)-f_l(x_{\mathrm{adv}};\theta)\|_2^2,2 test accuracy, versus L(θ)=Lcls(θ;x,y)+λ∑l=1L12∥fl(x;θ)−fl(xadv;θ)∥22,L(\theta)=L_{\mathrm{cls}}(\theta;x,y)+\lambda\sum_{l=1}^L \tfrac12 \|f_l(x;\theta)-f_l(x_{\mathrm{adv}};\theta)\|_2^2,3 for dropout and L(θ)=Lcls(θ;x,y)+λ∑l=1L12∥fl(x;θ)−fl(xadv;θ)∥22,L(\theta)=L_{\mathrm{cls}}(\theta;x,y)+\lambda\sum_{l=1}^L \tfrac12 \|f_l(x;\theta)-f_l(x_{\mathrm{adv}};\theta)\|_2^2,4 for batch norm. On CIFAR-10 with a 4C+2F network, MRnet+dropout reached L(θ)=Lcls(θ;x,y)+λ∑l=1L12∥fl(x;θ)−fl(xadv;θ)∥22,L(\theta)=L_{\mathrm{cls}}(\theta;x,y)+\lambda\sum_{l=1}^L \tfrac12 \|f_l(x;\theta)-f_l(x_{\mathrm{adv}};\theta)\|_2^2,5, described as a new state of the art among single-model approaches; on SVHN with 4C+2F it achieved L(θ)=Lcls(θ;x,y)+λ∑l=1L12∥fl(x;θ)−fl(xadv;θ)∥22,L(\theta)=L_{\mathrm{cls}}(\theta;x,y)+\lambda\sum_{l=1}^L \tfrac12 \|f_l(x;\theta)-f_l(x_{\mathrm{adv}};\theta)\|_2^2,6, above dropout (L(θ)=Lcls(θ;x,y)+λ∑l=1L12∥fl(x;θ)−fl(xadv;θ)∥22,L(\theta)=L_{\mathrm{cls}}(\theta;x,y)+\lambda\sum_{l=1}^L \tfrac12 \|f_l(x;\theta)-f_l(x_{\mathrm{adv}};\theta)\|_2^2,7), batch norm (L(θ)=Lcls(θ;x,y)+λ∑l=1L12∥fl(x;θ)−fl(xadv;θ)∥22,L(\theta)=L_{\mathrm{cls}}(\theta;x,y)+\lambda\sum_{l=1}^L \tfrac12 \|f_l(x;\theta)-f_l(x_{\mathrm{adv}};\theta)\|_2^2,8), and standard adversarial training (L(θ)=Lcls(θ;x,y)+λ∑l=1L12∥fl(x;θ)−fl(xadv;θ)∥22,L(\theta)=L_{\mathrm{cls}}(\theta;x,y)+\lambda\sum_{l=1}^L \tfrac12 \|f_l(x;\theta)-f_l(x_{\mathrm{adv}};\theta)\|_2^2,9). The xadv=x+β⋅δx_{\mathrm{adv}}=x+\beta\cdot \delta0-distance between last-layer embeddings of xadv=x+β⋅δx_{\mathrm{adv}}=x+\beta\cdot \delta1 and xadv=x+β⋅δx_{\mathrm{adv}}=x+\beta\cdot \delta2 dropped from xadv=x+β⋅δx_{\mathrm{adv}}=x+\beta\cdot \delta3 to xadv=x+β⋅δx_{\mathrm{adv}}=x+\beta\cdot \delta4, and nearest-neighbor analyses improved the Dunn index by xadv=x+β⋅δx_{\mathrm{adv}}=x+\beta\cdot \delta5 (Lee et al., 2015). MAT reported that on CIFAR-10 with all labels it yields xadv=x+β⋅δx_{\mathrm{adv}}=x+\beta\cdot \delta6 test error versus xadv=x+β⋅δx_{\mathrm{adv}}=x+\beta\cdot \delta7 for VAT, and on MNIST xadv=x+β⋅δx_{\mathrm{adv}}=x+\beta\cdot \delta8 versus xadv=x+β⋅δx_{\mathrm{adv}}=x+\beta\cdot \delta9, while retaining higher accuracy under FGSM and δ\delta0 attack curves (Zhang et al., 2018).

Large-scale robustness studies expose a more differentiated picture. On a 948-class subset of ImageNet with 400 training and 50 test images per class, a mild Manifold Attack led to a δ\delta1 pp gain in FGSM robustness at δ\delta2 pp clean-accuracy cost: Mix-Up had FGSM Top-1 error δ\delta3, whereas Adv Mix-Up with δ\delta4 reduced this to δ\delta5 and FGSM Top-5 from δ\delta6 to δ\delta7 (Tran et al., 2020). On OM-ImageNet, DMAT achieved standard accuracy δ\delta8, PGD-50 robustness δ\delta9, and OM-PGD-50 robustness λl=0\lambda_l=00, compared with λl=0\lambda_l=01, λl=0\lambda_l=02, and λl=0\lambda_l=03 for standard adversarial training and λl=0\lambda_l=04, λl=0\lambda_l=05, and λl=0\lambda_l=06 for pure on-manifold training; on non-λl=0\lambda_l=07 attacks it improved over standard adversarial training by λl=0\lambda_l=08 on Fog, λl=0\lambda_l=09 on Snow, and z=fθ(x)z=f_\theta(x)00–z=fθ(x)z=f_\theta(x)01 across other attacks (Lin et al., 2020). The Robust Manifold Defense combined PGD-AT and latent-space MCAT to obtain z=fθ(x)z=f_\theta(x)02 robust accuracy on MNIST under 40-step PGD at z=fθ(x)z=f_\theta(x)03, versus z=fθ(x)z=f_\theta(x)04 for PGD-AT and z=fθ(x)z=f_\theta(x)05 for TRADES, and retained z=fθ(x)z=f_\theta(x)06 accuracy even at z=fθ(x)z=f_\theta(x)07 (Jalal et al., 2017). Voronoi-constrained training, without setting any z=fθ(x)z=f_\theta(x)08, achieved MNIST NAUC z=fθ(x)z=f_\theta(x)09 versus Madry’s z=fθ(x)z=f_\theta(x)10, and at z=fθ(x)z=f_\theta(x)11 obtained z=fθ(x)z=f_\theta(x)12 accuracy versus z=fθ(x)z=f_\theta(x)13 for a Madry model trained at z=fθ(x)z=f_\theta(x)14 (Khoury et al., 2019).

In semi-supervised learning, Manifold Attack acted as a complementary regularizer to consistency-based methods. With 250 labels on CIFAR-10, MixMatch produced z=fθ(x)z=f_\theta(x)15 error, whereas MixMatch + MA reduced it to z=fθ(x)z=f_\theta(x)16; on SVHN the corresponding numbers were z=fθ(x)z=f_\theta(x)17 and z=fθ(x)z=f_\theta(x)18 (Tran et al., 2020). For domain adaptation, GAMA reported state-of-the-art target accuracy, improved adversarial robustness, and the lowest measured geometric discrepancy. On Office-Home (Clipart z=fθ(x)z=f_\theta(x)19 Product), GAMA achieved z=fθ(x)z=f_\theta(x)20 accuracy, z=fθ(x)z=f_\theta(x)21 Robust@PGD, and GeoAlign z=fθ(x)z=f_\theta(x)22, improving over MAADA’s z=fθ(x)z=f_\theta(x)23, z=fθ(x)z=f_\theta(x)24, and z=fθ(x)z=f_\theta(x)25 (Satou et al., 21 May 2025). On long-tailed benchmarks at imbalance ratio z=fθ(x)z=f_\theta(x)26, the 2026 MCAT improved AutoAttack robustness by z=fθ(x)z=f_\theta(x)27–z=fθ(x)z=f_\theta(x)28 absolute over the strongest baselines on CIFAR-100-LT (from z=fθ(x)z=f_\theta(x)29) and Tiny-ImageNet-LT (z=fθ(x)z=f_\theta(x)30), while increasing Balanced Robustness by z=fθ(x)z=f_\theta(x)31–z=fθ(x)z=f_\theta(x)32 points and tail-class AutoAttack by z=fθ(x)z=f_\theta(x)33–z=fθ(x)z=f_\theta(x)34 points, with no clean-accuracy degradation (Xian et al., 4 May 2026).

5. Theoretical perspectives

Theoretical work on MCAT centers on codimension, sample efficiency, geometric separation, and generalization under structured regularization. The Voronoi-constraint framework models data as a union of class-specific smooth manifolds z=fθ(x)z=f_\theta(x)35 of intrinsic dimension z=fθ(x)z=f_\theta(x)36. Its geometric thesis is that the z=fθ(x)z=f_\theta(x)37-tube z=fθ(x)z=f_\theta(x)38 is full-dimensional in z=fθ(x)z=f_\theta(x)39, so when codimension z=fθ(x)z=f_\theta(x)40 is large there are many normal directions in which adversarial examples can be constructed. Within this framework, Theorem 2 gives sampling-sufficiency conditions for nearest-neighbor classification and ball-based adversarial training, Theorem 3 shows an exponential sampling gap

z=fθ(x)z=f_\theta(x)41

and Theorem 4 shows that the covered fraction z=fθ(x)z=f_\theta(x)42 tends to z=fθ(x)z=f_\theta(x)43 as codimension grows (Khoury et al., 2019). A plausible implication is that manifold-aware feasible regions can be better matched to the ambient geometry than fixed-radius balls.

GAMA formulates this geometric intuition in domain-adaptation terms. Its generalization bound states that, under mild Lipschitz assumptions,

z=fθ(x)z=f_\theta(x)44

The bound attributes the target risk to empirical source risk, on-manifold consistency, off-manifold smoothing, geometric discrepancy between source and target manifolds, and the best-joint-hypothesis error (Satou et al., 21 May 2025). This makes manifold alignment a first-class term in the robustness–adaptation trade-off.

The long-tailed MCAT sharpens the link between geometry and adversarial margins. Under the assumptions that z=fθ(x)z=f_\theta(x)45 and z=fθ(x)z=f_\theta(x)46 is z=fθ(x)z=f_\theta(x)47-Lipschitz under z=fθ(x)z=f_\theta(x)48 perturbations, Theorem 1 states that if

z=fθ(x)z=f_\theta(x)49

then z=fθ(x)z=f_\theta(x)50 for all z=fθ(x)z=f_\theta(x)51, where z=fθ(x)z=f_\theta(x)52 is the minimum inter-class angle induced by classifier weights. Theorem 2 further states that

z=fθ(x)z=f_\theta(x)53

provided class-z=fθ(x)z=f_\theta(x)54 clean data are supported on z=fθ(x)z=f_\theta(x)55 and off-manifold regions carry negligible mass (Xian et al., 4 May 2026). In this view, MCAT does not merely regularize local smoothness; it also shapes classifier geometry to widen robust margins, especially under imbalance.

6. Limitations, misconceptions, and open directions

A recurring misconception is that manifold-constrained training is synonymous with purely on-manifold adversarial training. The literature does not support that simplification. DMAT was introduced precisely because latent-space adversarial training alone improved standard accuracy and robustness to on-manifold attacks but could still be broken by z=fθ(x)z=f_\theta(x)56 adversarial attacks; its remedy was to combine latent and pixel perturbations in a dual objective (Lin et al., 2020). GAMA likewise separates tangent and normal perturbations and regularizes both, rather than treating off-manifold robustness as irrelevant (Satou et al., 21 May 2025).

Another recurrent issue is the quality of the manifold model. DMAT explicitly notes the exact manifold assumption in OM-ImageNet and states that, in real-world tasks, the approximation z=fθ(x)z=f_\theta(x)57 is imperfect; understanding the trade-off between manifold quality and robustness is open (Lin et al., 2020). The Robust Manifold Defense reports stabilization tricks such as alternating PGD-AT and MCAT to avoid overfitting generator artifacts (Jalal et al., 2017). The 2026 long-tailed MCAT depends on pretrained class generators z=fθ(x)z=f_\theta(x)58, and its off-manifold distance is approximated by z=fθ(x)z=f_\theta(x)59 steps of gradient descent in latent space (Xian et al., 4 May 2026). These facts suggest that manifold fidelity is a practical bottleneck whenever the constraint is learned rather than known.

Computational and hyperparameter costs also remain material. DMAT notes that dual PGD loops double attack-generation time (Lin et al., 2020). Manifold Attack depends on attack step size z=fθ(x)z=f_\theta(x)60, number of attack iterations, number z=fθ(x)z=f_\theta(x)61 of attack points per epoch, batch ratio, and anchor rule; its ablations show that stronger z=fθ(x)z=f_\theta(x)62 gives more robustness but slightly worse clean accuracy, while weaker z=fθ(x)z=f_\theta(x)63 can improve both clean and adversarial performance, and that the choice between neighbor-anchors and random-anchors matters (Tran et al., 2020). The long-tailed MCAT reports that increasing z=fθ(x)z=f_\theta(x)64 suppresses off-manifold drift and improves overall and tail robustness until saturation beyond z=fθ(x)z=f_\theta(x)65, whereas overly large z=fθ(x)z=f_\theta(x)66 can over-regularize (Xian et al., 4 May 2026).

Across these variants, the central unresolved question is not whether manifold information can help, but which manifold surrogate is sufficiently faithful, sufficiently tractable, and sufficiently aligned with the target threat model. The published record indicates that different answers are effective in different regimes: hidden-layer consistency for standard classification, simplex-based virtual points for low-data geometry preservation and semi-supervised learning, Voronoi cells for codimension-aware robustness, latent generators for semantically meaningful attacks, tangent spaces for domain adaptation, and class-conditional feature manifolds plus ETF-inspired geometry for long-tailed robustness.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Manifold-Constrained Adversarial Training (MCAT).