Papers
Topics
Authors
Recent
Search
2000 character limit reached

Consistent ETF Alignment Loss

Updated 6 July 2026
  • Consistent ETF Alignment Loss is a design principle that enforces a fixed simplex ETF target across heterogeneous supervision, ensuring unified feature alignment.
  • It integrates techniques like prototype regression, cosine similarity, and Gram regularization to balance losses and enhance robustness in various learning settings.
  • Applications in methods such as NC-GCD, GOAL, and MCAT demonstrate tangible gains in accuracy, loss symmetry, and calibration under challenging conditions.

Searching arXiv for the cited papers and related work on Consistent ETF Alignment Loss / ETF alignment. Searching arXiv for "Consistent ETF Alignment Loss" and related ETF alignment papers. Consistent ETF Alignment Loss denotes a family of objectives that impose or exploit simplex Equiangular Tight Frame (ETF) geometry as a stable target for feature representations, class prototypes, or classifier weights. The term is used most explicitly for unified supervised–unsupervised prototype regression in generalized category discovery, but related formulations also appear as inverse reweighting toward equal class-average losses in long-tailed recognition, fixed-ETF alignment in continual discovery, classifier-head ETF regularization for adversarial robustness, fixed-prototype regression in few-shot class-incremental learning, dual-head balancing for calibration, and cross-modal prototype anchoring in continual retrieval (Han et al., 7 Jul 2025, Wang et al., 11 May 2026, Han et al., 23 Feb 2026, Xian et al., 4 May 2026, Yang et al., 2023, Ni et al., 14 Apr 2025, Wang et al., 28 Jan 2026).

1. Terminological scope and core definition

The phrase does not denote a single canonical loss shared verbatim across the literature. In "Unleashing the Power of Neural Collapse: Consistent Supervised-Unsupervised Alignment for Generalized Category Discovery" (Han et al., 7 Jul 2025), it names a unified objective

LETF=(1γ)LETFu+γLETFs,\mathcal{L}_{\mathrm{ETF}} = (1-\gamma)\,\mathcal{L}_{\mathrm{ETF}^{u}} + \gamma\,\mathcal{L}_{\mathrm{ETF}^{s}},

where supervised and unsupervised samples are both regressed to the same fixed ETF prototype set. In "Rethinking Loss Reweighting for Imbalance Learning as an Inverse Problem: A Neural Collapse Point of View" (Wang et al., 11 May 2026), a “Consistent ETF Alignment Loss” can be instantiated as

L(W;{wc})=Lweighted+λeqLeq+λETFLETF,\mathcal{L}(W;\{w_c\})=\mathcal{L}_{\mathrm{weighted}}+\lambda_{\mathrm{eq}}\mathcal{L}_{\mathrm{eq}}+\lambda_{\mathrm{ETF}}\mathcal{L}_{\mathrm{ETF}},

but the reported training objective minimizes only Lweighted\mathcal{L}_{\mathrm{weighted}} with dynamically inferred class weights and sets λETF=0\lambda_{\mathrm{ETF}}=0. In GOAL, the paper states that it does not use this exact term verbatim; instead it introduces Supervised ETF Alignment and Confidence-Guided Unsupervised ETF Alignment against a frozen global ETF (Han et al., 23 Feb 2026).

Across these formulations, “consistent” refers to preservation of a single geometric target under heterogeneous supervision. Depending on the setting, that target may be shared across labeled and unlabeled data, old and new tasks, clean and adversarial updates, two classifier heads, or two modalities. A plausible implication is that the phrase is best understood as a geometric design principle rather than a uniquely standardized objective.

2. Geometric foundation in simplex ETFs and Neural Collapse

The common substrate is the simplex ETF. Several papers use the construction

P=KK1U(IK1K1K1K),P=\sqrt{\frac{K}{K-1}}\,U\left(I_K-\frac{1}{K}\mathbf{1}_K\mathbf{1}_K^\top\right),

with UU=IKU^\top U=I_K, yielding unit-norm prototype columns and pairwise inner products

pkpj=KK1δk,j1K1,p_k^\top p_j=\frac{K}{K-1}\delta_{k,j}-\frac{1}{K-1},

so the off-diagonal cosine similarity is 1/(K1)-1/(K-1) (Han et al., 7 Jul 2025, Han et al., 23 Feb 2026, Yang et al., 2023). In equivalent Gram form, the ETF geometry is

G=KK1IK1K111.G=\frac{K}{K-1}I_K-\frac{1}{K-1}\mathbf{1}\mathbf{1}^\top .

This geometry is closely tied to Neural Collapse (NC). In the long-tailed analysis of (Wang et al., 11 May 2026), NC1 is within-class variability collapse, NC2 is convergence of centered and renormalized class means to a simplex ETF, NC3 is classifier-feature self-duality, and NC4 is the nearest-center decision rule. In "Space Alignment Matters: The Missing Piece for Inducing Neural Collapse in Long-Tailed Learning" (Wang et al., 25 Nov 2025), the same NC picture is expressed through centered class means μcμG\mu_c-\mu_G, classifier weights L(W;{wc})=Lweighted+λeqLeq+λETFLETF,\mathcal{L}(W;\{w_c\})=\mathcal{L}_{\mathrm{weighted}}+\lambda_{\mathrm{eq}}\mathcal{L}_{\mathrm{eq}}+\lambda_{\mathrm{ETF}}\mathcal{L}_{\mathrm{ETF}},0, and matching normalized Gram matrices.

Why this matters for a loss is made explicit in the imbalance setting. At NC terminal geometry on balanced data, class symmetry implies equal class-average losses: L(W;{wc})=Lweighted+λeqLeq+λETFLETF,\mathcal{L}(W;\{w_c\})=\mathcal{L}_{\mathrm{weighted}}+\lambda_{\mathrm{eq}}\mathcal{L}_{\mathrm{eq}}+\lambda_{\mathrm{ETF}}\mathcal{L}_{\mathrm{ETF}},1 The paper further states that under NC1–NC3, identical class-average losses follow from the shared logit template, and that if the loss imbalance coefficient

L(W;{wc})=Lweighted+λeqLeq+λETFLETF,\mathcal{L}(W;\{w_c\})=\mathcal{L}_{\mathrm{weighted}}+\lambda_{\mathrm{eq}}\mathcal{L}_{\mathrm{eq}}+\lambda_{\mathrm{ETF}}\mathcal{L}_{\mathrm{ETF}},2

remains bounded away from zero after some epoch, any limit point cannot be an ETF solution satisfying NC1–NC3 (Wang et al., 11 May 2026). This makes ETF alignment not only a geometric preference but also a target condition on optimization symmetry.

3. Main formulations across research areas

The literature instantiates Consistent ETF Alignment Loss in several distinct ways.

Setting Core objective Consistency mechanism
NC-GCD (Han et al., 7 Jul 2025) L(W;{wc})=Lweighted+λeqLeq+λETFLETF,\mathcal{L}(W;\{w_c\})=\mathcal{L}_{\mathrm{weighted}}+\lambda_{\mathrm{eq}}\mathcal{L}_{\mathrm{eq}}+\lambda_{\mathrm{ETF}}\mathcal{L}_{\mathrm{ETF}},3 Labeled and unlabeled features regress to the same fixed ETF prototypes
Inverse-view imbalance learning (Wang et al., 11 May 2026) L(W;{wc})=Lweighted+λeqLeq+λETFLETF,\mathcal{L}(W;\{w_c\})=\mathcal{L}_{\mathrm{weighted}}+\lambda_{\mathrm{eq}}\mathcal{L}_{\mathrm{eq}}+\lambda_{\mathrm{ETF}}\mathcal{L}_{\mathrm{ETF}},4 Dynamically inferred class weights enforce L(W;{wc})=Lweighted+λeqLeq+λETFLETF,\mathcal{L}(W;\{w_c\})=\mathcal{L}_{\mathrm{weighted}}+\lambda_{\mathrm{eq}}\mathcal{L}_{\mathrm{eq}}+\lambda_{\mathrm{ETF}}\mathcal{L}_{\mathrm{ETF}},5
GOAL (Han et al., 23 Feb 2026) L(W;{wc})=Lweighted+λeqLeq+λETFLETF,\mathcal{L}(W;\{w_c\})=\mathcal{L}_{\mathrm{weighted}}+\lambda_{\mathrm{eq}}\mathcal{L}_{\mathrm{eq}}+\lambda_{\mathrm{ETF}}\mathcal{L}_{\mathrm{ETF}},6, L(W;{wc})=Lweighted+λeqLeq+λETFLETF,\mathcal{L}(W;\{w_c\})=\mathcal{L}_{\mathrm{weighted}}+\lambda_{\mathrm{eq}}\mathcal{L}_{\mathrm{eq}}+\lambda_{\mathrm{ETF}}\mathcal{L}_{\mathrm{ETF}},7 A fixed global ETF is preserved across continual sessions
MCAT (Xian et al., 4 May 2026) L(W;{wc})=Lweighted+λeqLeq+λETFLETF,\mathcal{L}(W;\{w_c\})=\mathcal{L}_{\mathrm{weighted}}+\lambda_{\mathrm{eq}}\mathcal{L}_{\mathrm{eq}}+\lambda_{\mathrm{ETF}}\mathcal{L}_{\mathrm{ETF}},8 Classifier geometry is regularized uniformly at every adversarial update
FSCIL with fixed ETF (Yang et al., 2023) L(W;{wc})=Lweighted+λeqLeq+λETFLETF,\mathcal{L}(W;\{w_c\})=\mathcal{L}_{\mathrm{weighted}}+\lambda_{\mathrm{eq}}\mathcal{L}_{\mathrm{eq}}+\lambda_{\mathrm{ETF}}\mathcal{L}_{\mathrm{ETF}},9 Features are pulled to frozen class prototypes for all sessions
BalCAL (Ni et al., 14 Apr 2025) Lweighted\mathcal{L}_{\mathrm{weighted}}0 Learnable and ETF heads are jointly balanced by a dynamic Lweighted\mathcal{L}_{\mathrm{weighted}}1
StructAlign (Wang et al., 28 Jan 2026) Lweighted\mathcal{L}_{\mathrm{weighted}}2 Text and video features are aligned to the same category prototype

A central axis of variation is whether the ETF target is fixed or learned. NC-GCD, GOAL, and the FSCIL method pre-assign and freeze ETF directions (Han et al., 7 Jul 2025, Han et al., 23 Feb 2026, Yang et al., 2023). StructAlign instead treats category prototypes as learnable parameters, keeps them Lweighted\mathcal{L}_{\mathrm{weighted}}3-normalized, and uses the ETF as a soft prior rather than a hard frozen codebook (Wang et al., 28 Jan 2026). MCAT regularizes only the classifier head and does not align explicit class means or sample prototypes (Xian et al., 4 May 2026). The long-tailed inverse-view method makes the equal-loss condition primary and treats an explicit ETF term as optional (Wang et al., 11 May 2026).

A second axis is whether alignment is enforced by regression, cosine maximization, or Gram regularization. Prototype regression appears in NC-GCD and FSCIL. Dot-product or cosine alignment is used in GOAL and StructAlign. Gram-level geometric regularization is explicit in MCAT and in the space-alignment view that also adds feature–classifier alignment and optional ETF-induction penalties on both spaces (Wang et al., 25 Nov 2025).

4. Optimization patterns and representative training workflows

In generalized category discovery, the consistent ETF alignment pipeline couples clustering with fixed ETF targets. NC-GCD uses a DINO ViT-B/16 backbone and an MLP projection head Lweighted\mathcal{L}_{\mathrm{weighted}}4 with GeLU. Embeddings are periodically clustered every Lweighted\mathcal{L}_{\mathrm{weighted}}5 epochs, pseudo-labels are assigned by nearest-center cosine similarity, and the top Lweighted\mathcal{L}_{\mathrm{weighted}}6 high-confidence samples per cluster are selected for unsupervised ETF alignment. Supervised labels are mapped to ETF indices by the Semantic Consistency Matcher (SCM), whose optimal assignment between consecutive clustering iterations can be solved with the Hungarian algorithm. The final objective is

Lweighted\mathcal{L}_{\mathrm{weighted}}7

with Lweighted\mathcal{L}_{\mathrm{weighted}}8 (Han et al., 7 Jul 2025).

In continual generalized category discovery, GOAL keeps a global frozen ETF Lweighted\mathcal{L}_{\mathrm{weighted}}9 for all categories that may appear across sessions. Base-session labeled samples optimize

λETF=0\lambda_{\mathrm{ETF}}=00

while later sessions use an entropy-based confidence filter, select the top λETF=0\lambda_{\mathrm{ETF}}=01 lowest-entropy unlabeled samples, cluster them, and match their centroids to unused ETF directions. The incremental objective becomes

λETF=0\lambda_{\mathrm{ETF}}=02

Previously assigned ETF indices remain bound to old classes, and new classes consume unused columns of λETF=0\lambda_{\mathrm{ETF}}=03 (Han et al., 23 Feb 2026).

In long-tailed classification, the inverse-view formulation does not start from fixed prototypes but from class-wise losses. For each mini-batch, the method computes λETF=0\lambda_{\mathrm{ETF}}=04 over classes present in the batch, forms λETF=0\lambda_{\mathrm{ETF}}=05, and solves the Tikhonov-regularized inverse problem

λETF=0\lambda_{\mathrm{ETF}}=06

whose closed form is

λETF=0\lambda_{\mathrm{ETF}}=07

A macro compensation factor

λETF=0\lambda_{\mathrm{ETF}}=08

accounts for unequal batch appearance frequencies, and the final weight is λETF=0\lambda_{\mathrm{ETF}}=09. A two-stage switch can first train with the base loss and then enable inverse reweighting (Wang et al., 11 May 2026).

In rehearsal-limited incremental settings, fixed ETF alignment is often paired with restricted parameter updates. The FSCIL method pre-assigns a fixed ETF classifier over the full label space, trains the base session by minimizing the Dot-Regression loss

P=KK1U(IK1K1K1K),P=\sqrt{\frac{K}{K-1}}\,U\left(I_K-\frac{1}{K}\mathbf{1}_K\mathbf{1}_K^\top\right),0

and in incremental sessions freezes the backbone, updates only the projection head, and rehearses old classes through stored intermediate-layer class means rather than raw examples (Yang et al., 2023).

Cross-modal continual retrieval uses a different mechanism for consistency. StructAlign extracts token- and frame-level features, applies prototype-guided attention for category P=KK1U(IK1K1K1K),P=\sqrt{\frac{K}{K-1}}\,U\left(I_K-\frac{1}{K}\mathbf{1}_K\mathbf{1}_K^\top\right),1, pools text and video into P=KK1U(IK1K1K1K),P=\sqrt{\frac{K}{K-1}}\,U\left(I_K-\frac{1}{K}\mathbf{1}_K\mathbf{1}_K^\top\right),2 and P=KK1U(IK1K1K1K),P=\sqrt{\frac{K}{K-1}}\,U\left(I_K-\frac{1}{K}\mathbf{1}_K\mathbf{1}_K^\top\right),3, normalizes them, and aligns both to the same prototype P=KK1U(IK1K1K1K),P=\sqrt{\frac{K}{K-1}}\,U\left(I_K-\frac{1}{K}\mathbf{1}_K\mathbf{1}_K^\top\right),4. Old categories are preserved without raw replay by storing category means for each modality and synthesizing pseudo features P=KK1U(IK1K1K1K),P=\sqrt{\frac{K}{K-1}}\,U\left(I_K-\frac{1}{K}\mathbf{1}_K\mathbf{1}_K^\top\right),5 and P=KK1U(IK1K1K1K),P=\sqrt{\frac{K}{K-1}}\,U\left(I_K-\frac{1}{K}\mathbf{1}_K\mathbf{1}_K^\top\right),6 with Gaussian noise (Wang et al., 28 Jan 2026).

5. Theoretical motivations, diagnostics, and empirical evidence

The strongest direct theoretical link between alignment and NC-consistent optimization appears in the inverse-view long-tailed analysis. The paper proves that NC1–NC3 imply equal class-average losses, and that a persistent nonzero loss imbalance coefficient rules out ETF terminal geometry. It evaluates this through P=KK1U(IK1K1K1K),P=\sqrt{\frac{K}{K-1}}\,U\left(I_K-\frac{1}{K}\mathbf{1}_K\mathbf{1}_K^\top\right),7, NC1, NC2, and NC3 metrics computed each epoch. On CIFAR-100-LT with P=KK1U(IK1K1K1K),P=\sqrt{\frac{K}{K-1}}\,U\left(I_K-\frac{1}{K}\mathbf{1}_K\mathbf{1}_K^\top\right),8, the inverse reweighting method attains the lowest P=KK1U(IK1K1K1K),P=\sqrt{\frac{K}{K-1}}\,U\left(I_K-\frac{1}{K}\mathbf{1}_K\mathbf{1}_K^\top\right),9 across training, reduces both NC2 and NC3 versus baselines, and improves accuracy over CE by UU=IKU^\top U=I_K0 (Wang et al., 11 May 2026).

A complementary theoretical argument focuses on feature–classifier misalignment rather than loss imbalance. In the optimal error exponent analysis of (Wang et al., 25 Nov 2025), the perfectly aligned simplex-ETF case yields

UU=IKU^\top U=I_K1

whereas under a uniform misalignment angle UU=IKU^\top U=I_K2,

UU=IKU^\top U=I_K3

The paper’s interpretation is that even exact simplex structure in the feature space is insufficient if classifier weights are rotated away from it. This motivates explicit similarity regularization, spherical linear interpolation, and gradient projection for restoring NC3-type alignment in long-tailed learning.

In adversarial robustness, MCAT ties ETF separation to robust margins. Under normalized features and weights and an UU=IKU^\top U=I_K4-Lipschitz feature map, the paper states that if

UU=IKU^\top U=I_K5

then the predicted label is invariant to all perturbations in UU=IKU^\top U=I_K6, and the sample-wise robust radius satisfies

UU=IKU^\top U=I_K7

Its CIFAR-100-LT ablation reports that adding ETF alignment alone improves BA from UU=IKU^\top U=I_K8 to UU=IKU^\top U=I_K9, BR(AA) from pkpj=KK1δk,j1K1,p_k^\top p_j=\frac{K}{K-1}\delta_{k,j}-\frac{1}{K-1},0 to pkpj=KK1δk,j1K1,p_k^\top p_j=\frac{K}{K-1}\delta_{k,j}-\frac{1}{K-1},1, and AA overall from pkpj=KK1δk,j1K1,p_k^\top p_j=\frac{K}{K-1}\delta_{k,j}-\frac{1}{K-1},2 to pkpj=KK1δk,j1K1,p_k^\top p_j=\frac{K}{K-1}\delta_{k,j}-\frac{1}{K-1},3; full MCAT reaches pkpj=KK1δk,j1K1,p_k^\top p_j=\frac{K}{K-1}\delta_{k,j}-\frac{1}{K-1},4 AA overall (Xian et al., 4 May 2026).

For generalized category discovery, the empirical signature of consistency is strongest on novel categories. NC-GCD reports, with ground-truth pkpj=KK1δk,j1K1,p_k^\top p_j=\frac{K}{K-1}\delta_{k,j}-\frac{1}{K-1},5, dataset-average performance of All pkpj=KK1δk,j1K1,p_k^\top p_j=\frac{K}{K-1}\delta_{k,j}-\frac{1}{K-1},6, Old pkpj=KK1δk,j1K1,p_k^\top p_j=\frac{K}{K-1}\delta_{k,j}-\frac{1}{K-1},7, and New pkpj=KK1δk,j1K1,p_k^\top p_j=\frac{K}{K-1}\delta_{k,j}-\frac{1}{K-1},8, and without ground-truth pkpj=KK1δk,j1K1,p_k^\top p_j=\frac{K}{K-1}\delta_{k,j}-\frac{1}{K-1},9, All 1/(K1)-1/(K-1)0, Old 1/(K1)-1/(K-1)1, and New 1/(K1)-1/(K-1)2. The full model, with both supervised and unsupervised ETF alignment enabled, improves the baseline by 1/(K1)-1/(K-1)3 points on All, 1/(K1)-1/(K-1)4 on Old, and 1/(K1)-1/(K-1)5 on New. SCM ablations on selected datasets also show positive gains, including 1/(K1)-1/(K-1)6 All on CUB and 1/(K1)-1/(K-1)7 All on ImageNet100 (Han et al., 7 Jul 2025).

Continual discovery results emphasize temporal stability. GOAL reports that, relative to Happy, average forgetting 1/(K1)-1/(K-1)8 is reduced by 1/(K1)-1/(K-1)9 and novel discovery G=KK1IK1K111.G=\frac{K}{K-1}I_K-\frac{1}{K-1}\mathbf{1}\mathbf{1}^\top .0 is improved by G=KK1IK1K111.G=\frac{K}{K-1}I_K-\frac{1}{K-1}\mathbf{1}\mathbf{1}^\top .1, with sustained benefits in 10-stage experiments and a CIFAR100 ablation in which G=KK1IK1K111.G=\frac{K}{K-1}I_K-\frac{1}{K-1}\mathbf{1}\mathbf{1}^\top .2 yields all-class accuracy of approximately G=KK1IK1K111.G=\frac{K}{K-1}I_K-\frac{1}{K-1}\mathbf{1}\mathbf{1}^\top .3 and new-class accuracy of approximately G=KK1IK1K111.G=\frac{K}{K-1}I_K-\frac{1}{K-1}\mathbf{1}\mathbf{1}^\top .4 (Han et al., 23 Feb 2026).

6. Variants, limitations, and recurring points of confusion

A persistent source of confusion is the assumption that Consistent ETF Alignment Loss always means direct optimization of a fixed prototype-regression term. That interpretation is accurate for NC-GCD and conceptually close to FSCIL, but it does not cover inverse reweighting, classifier-only ETF regularization, or dual-head calibration (Han et al., 7 Jul 2025, Yang et al., 2023, Wang et al., 11 May 2026, Xian et al., 4 May 2026, Ni et al., 14 Apr 2025). In the long-tailed inverse-view paper, ETF alignment is evidenced by improved NC metrics even though the actual training objective is only the weighted loss. In BalCAL, the reported results use

G=KK1IK1K111.G=\frac{K}{K-1}I_K-\frac{1}{K-1}\mathbf{1}\mathbf{1}^\top .5

with optional explicit alignment regularizers set to zero, so “alignment” is mediated by shared training and dynamic probability fusion rather than an added geometric penalty (Ni et al., 14 Apr 2025).

A second point is that “consistency” is paper-specific. In NC-GCD it means using the same fixed ETF prototypes and the same squared-error mechanism for supervised and unsupervised samples. In GOAL it means preserving a frozen ETF across continual sessions and assigning new classes only to unused directions. In MCAT it means batch-agnostic classifier regularization applied at every adversarial update. In StructAlign it means tying text and video features to a shared category anchor. A plausible implication is that the common denominator is invariance of the geometric target, not invariance of the optimization pipeline (Han et al., 7 Jul 2025, Han et al., 23 Feb 2026, Xian et al., 4 May 2026, Wang et al., 28 Jan 2026).

The practical limitations are likewise heterogeneous. Fixed-ETF methods require knowing or estimating the total number of categories G=KK1IK1K111.G=\frac{K}{K-1}I_K-\frac{1}{K-1}\mathbf{1}\mathbf{1}^\top .6; the NC-GCD and GOAL papers both identify this as a sensitivity point (Han et al., 7 Jul 2025, Han et al., 23 Feb 2026). Clustering quality, pseudo-label stability, and confidence filtering matter in GCD and continual discovery; SCM and entropy-based selection are partial mitigations, but early weak features can still corrupt assignments (Han et al., 7 Jul 2025, Han et al., 23 Feb 2026). In long-tailed inverse reweighting, very small minority classes or severe label noise can destabilize G=KK1IK1K111.G=\frac{K}{K-1}I_K-\frac{1}{K-1}\mathbf{1}\mathbf{1}^\top .7 estimates, and when G=KK1IK1K111.G=\frac{K}{K-1}I_K-\frac{1}{K-1}\mathbf{1}\mathbf{1}^\top .8 is near zero numerical care such as clamping or a small G=KK1IK1K111.G=\frac{K}{K-1}I_K-\frac{1}{K-1}\mathbf{1}\mathbf{1}^\top .9 is required (Wang et al., 11 May 2026). In MCAT, periodic inner maximization plus class-conditional manifold generators add overhead beyond standard adversarial training, even though the ETF term itself is lightweight (Xian et al., 4 May 2026). Exact simplex realization also requires embedding dimension at least μcμG\mu_c-\mu_G0, a limitation stated explicitly in GOAL and FSCIL (Han et al., 23 Feb 2026, Yang et al., 2023).

The broader literature suggests two nonexclusive interpretations of the topic. One interpretation treats Consistent ETF Alignment Loss as an explicit prototype-matching objective that directly pulls features toward a fixed simplex. The other treats it as any loss construction whose stationary geometry is made compatible with ETF structure, whether through inverse equal-loss balancing, head regularization, or multi-head confidence control. This suggests that the concept is less a single formula than a research program for making supervision geometrically coherent with Neural Collapse.

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 Consistent ETF Alignment Loss.