Power Self-Distillation: Enhanced Self-Teaching
- Power self-distillation is a method where a model iteratively refines itself by distilling knowledge from its previous iterations with intensified teacher signals.
- Variants include repeated, amplified, competence-adaptive, and sequence-level self-distillation that adjust training rounds, weightings, or target distributions.
- Empirical results demonstrate improved accuracy and robustness, especially under high-noise or complex data conditions, by leveraging intensified self-generated supervision.
Searching arXiv for recent and foundational papers on self-distillation and repeated/self/power distillation. arxiv_search(query="power self-distillation self-distillation repeated self-distillation", max_results=10) Power self-distillation is a family of self-distillation procedures in which a model is distilled into another model of the same architecture under an intensified transfer rule. The literature does not present a single universal definition. Instead, recent work uses the idea in several closely related senses: repeated or multi-round self-distillation, where each student becomes the next teacher; amplified self-distillation, where the teacher term can receive weight beyond the standard convex range; competence-adaptive self-distillation, where training budget is concentrated on the student’s frontier of competence; and sequence-level power self-distillation, where the distilled target is a power-transformed distribution rather than the base model distribution itself (Pham et al., 2022, Das et al., 2023, Tomihari et al., 6 May 2026). Across these variants, the teacher and student are separated not by architecture, but by training round, weighting, information access, temporal slice, or internal branch.
1. Definition and scope
In the standard formulation, self-distillation is the special case of knowledge distillation in which teacher and student share the same architecture. A canonical iterative construction begins with a model trained from ground-truth labels only, denoted , and then repeatedly trains so that the previous model acts as teacher for the next one (Pham et al., 2022). This round-by-round recursion is the most direct precursor of what is often meant by a “power” form of self-distillation: the transfer process is not a single teacher-to-student event, but an iterated refinement.
A second sense of “power” arises when the teacher term itself is amplified. In noisy-label learning, the student objective
need not be restricted to . When , the teacher receives more than convex-combination weight and the label term acquires negative weight; the paper on noisy-label self-distillation explicitly interprets this regime as beneficial in high-noise settings because it can “anti-learn” corrupted labels (Das et al., 2023).
A third sense is distributional rather than iterative. In "Power Distribution Bridges Sampling, Self-Reward RL, and Self-Distillation" (Tomihari et al., 6 May 2026), power self-distillation means distilling from the sequence-level power distribution
Here the “power” is literal: the base sequence probability is raised to a power before normalization.
A plausible synthesis is that power self-distillation denotes self-distillation regimes that strengthen the teacher signal beyond ordinary one-step, uniformly weighted, architecture-matched imitation. The strengthening may come from extra rounds, stronger teacher weighting, selective example weighting, or target sharpening.
2. Objectives, target distributions, and operational forms
The conventional self-distillation objective inherits the standard knowledge-distillation decomposition
where the student is trained jointly on ground-truth cross-entropy and KL divergence to the teacher’s softened logits (Pham et al., 2022). In repeated self-distillation, this same objective is applied across rounds , with the previous student becoming the next teacher.
Under label noise, the same template becomes a tunable tradeoff between teacher imitation and label fitting. The theoretical analysis for regularized linear regression and logistic regression shows that the optimal imitation parameter can exceed one in high-noise regimes, with
and with , so stronger label noise implies stronger optimal teacher amplification (Das et al., 2023). This establishes a formally non-convex power regime for self-distillation.
A different operational form appears in competence-adaptive distillation. PACED weights each prompt by a Beta kernel of the student’s pass rate,
0
with default 1, so training concentrates on the zone of proximal development rather than on already-mastered or hopeless examples (Xu et al., 11 Mar 2026). In self-distillation on instruction-tuned models, PACED uses reverse KL,
2
with pass rates estimated from student rollouts only:
3
Sequence-level power self-distillation replaces the teacher target altogether. The teacher samples are drawn from 4, and the student minimizes the forward KL from 5 to the student, which reduces to maximum likelihood on teacher samples:
6
This turns expensive inference-time power sampling into offline supervised training (Tomihari et al., 6 May 2026).
Policy self-distillation introduces yet another target design. DemoPSD does not match the privileged teacher distribution directly; instead it distills to a reverse-KL barycenter target
7
with the tokenwise blending coefficient determined by teacher-student disagreement measured by Jensen–Shannon divergence (Li et al., 2 Jul 2026). This is a selective rather than unconditional power-up of teacher guidance.
3. Explanatory frameworks
The literature offers several distinct explanations for why intensified self-distillation can help, and the explanations are not mutually equivalent.
A major empirical-theoretical account links self-distillation to loss-landscape geometry. "Revisiting Self-Distillation" (Pham et al., 2022) argues that self-distilled students converge to flatter minima than their teachers, supported by smaller Hessian trace, smaller largest eigenvalue 8, and eigenspectra concentrated nearer zero. The same work explicitly critiques the multi-view hypothesis as insufficient: if repeated self-distillation simply accumulated more “views,” then performance should improve progressively across rounds, yet empirical performance fluctuates, and Born-Again Neural Networks underperform simple ensembles.
In the fixed-feature linear-probing setting, "Rethinking Self-Distillation: Label Averaging and Enhanced Soft Label Refinement with Partial Labels" (Jeong et al., 2024) gives a different mechanism. Under a linear approximation of softmax, multi-round self-distillation yields
9
so the student acts as a graph-smoothing or label-averaging operator over feature-correlated instances. In the balanced class-structured case,
0
which makes the denoising effect explicit: a sample’s label is progressively mixed with labels of correlated same-class points, followed eventually by uniform wash-out if too many rounds are used.
A third explanation is spectral. In overparameterized networks, AIR—Anisotropic Information Retrieval—states that informative components are learned before non-informative components. With NTK eigendecomposition
1
the residual component along eigenvector 2 decays as
3
so larger-eigenvalue directions are fitted earlier (Dong et al., 2019). Distillation is therefore interpreted as approximately early stopping, and sequential self-distillation preserves earlier, less-memorized predictions while avoiding later memorization of noise.
A fourth explanation appears in linear regression. "Understanding the Gains from Repeated Self-Distillation" (Pareek et al., 2024) shows that 4-step repeated self-distillation produces a richer polynomial preconditioner of the ridge operator:
5
The extra polynomial degrees of freedom allow finer spectral shaping than ridge regression or one-step self-distillation.
Finally, power-distribution self-distillation explains gains in terms of target sharpening. In that framework, self-reward KL-regularized RL has the power distribution as its exact optimizer, and downstream improvement depends on the covariance
6
This suggests that sharpened self-distillation helps when self-reward and true reward are aligned, and need not help when they are misaligned (Tomihari et al., 6 May 2026).
4. Architectural and domain-specific realizations
Self-distillation need not be restricted to teacher–student retraining across separate checkpoints. Several papers internalize the same idea within one network or one temporal process.
In domain-agnostic clustering, a DeepCluster-v2 framework is augmented with three bottleneck branches, where the deepest classifier 7 supervises shallower branches through KL divergence and feature-level hint matching:
8
with total loss
9
using 0 and 1 in the appendix (Adnan et al., 2021). The important structural point is that no separate student network is created.
Feature self-distillation can also be phrased in explicitly information-theoretic terms. MUSE replaces feature matching by dependency maximization through
2
and
3
arguing that intermediate layers should share information without collapsing to identical distributions (Gong et al., 2021).
Spiking neural networks admit an internal temporal decomposition. "Synergy Between the Strong and the Weak: Spiking Neural Networks are Inherently Self-Distillers" (Ding et al., 9 Oct 2025) treats each timestep submodel
4
as a candidate teacher or student, ranking them by confidence 5. This yields Strong2Weak and Weak2Strong distillation losses,
6
without external teachers or extra heads.
In reasoning-oriented LLM training, self-distillation is increasingly conditioned on policy state. PACED reallocates training budget to the competence frontier (Xu et al., 11 Mar 2026), whereas DemoPSD changes the target itself to attenuate privileged-information leakage (Li et al., 2 Jul 2026). These works suggest that modern policy self-distillation is less about copying a stronger static teacher than about controlling when, where, and to what extent self-generated supervision should be trusted.
5. Empirical performance patterns
The first robust empirical pattern is that one round of self-distillation can improve even a strong teacher. On CIFAR-10 and CIFAR-100 with strengthened teachers using cosine learning rate schedule, early stopping, Cutout, and AutoAugment, round-1 students outperform teachers in all reported cases. Representative examples include ResNet18 on CIFAR-10, where accuracy improves from 7 to 8; ResNet18 on CIFAR-10 with augmentation, from 9 to 0; and ResNet18 on CIFAR-100 with augmentation, from 1 to 2 (Pham et al., 2022). The same paper also reports that gains are not monotonic across later rounds.
The second pattern is that repeated self-distillation can be substantially stronger than one-step self-distillation when the data geometry is favorable. In fixed-design linear regression, excess risk can improve over one-step self-distillation by a factor as large as 3, the input dimension, and UCI experiments report test-MSE reductions up to 4, with Air Quality dropping from 5 for optimal ridge to 6 for optimal 2-step self-distillation (Pareek et al., 2024).
The third pattern is that intensified self-distillation is particularly effective under noisy supervision. In the noisy-label analysis, the best-performing 7 in the reported linear-probing experiments is always greater than 8. Examples include Caltech-256 random corruption with ResNet-34, best at 9 with improvement 0; Caltech-256 random corruption with VGG-16, best at 1 with improvement 2; and Flowers-102 adversarial corruption at 3, best at 4 with improvement 5 (Das et al., 2023). In the linear-probing theory of label averaging, multi-round self-distillation improves for a few rounds and then degrades as predictions drift toward uniformity; the proposed PLL student approximates the benefits of multi-round distillation in one round and is especially strong at high corruption rates (Jeong et al., 2024).
The fourth pattern is that selective weighting helps in LLM reasoning. On Qwen2.5-Math-7B-Instruct self-distillation with reverse KL, PACED raises MATH-500 from 6 under unweighted reverse KL to 7, AIME 2024 from 8 to 9, and AIME 2025 from 0 to 1; MMLU rises from 2 to 3, corresponding to only 4 forgetting from the base model’s 5 (Xu et al., 11 Mar 2026). In the same study, a two-stage Paced forward-KL-then-reverse-KL schedule reaches MATH-500 6, AIME 2024 7, AIME 2025 8, with MMLU forgetting 9.
The fifth pattern is that target sharpening can amortize inference-time sampling improvements into a cheaper student. For Qwen2.5-Math-7B on MATH500, the reported accuracies are 0 for Base + standard decoding, 1 for Base + temperature, 2 for Base + power sampling, and 3 for Power-distilled + temperature (Tomihari et al., 6 May 2026). The same work reports that teacher generation with Metropolis–Hastings power sampling takes more than a day per dataset/model, whereas student SFT finishes in under an hour per model on one GPU.
The sixth pattern is that internal self-distillation is not confined to supervised classification. In augmentation-free clustering on CIFAR-10, DeepCluster-v2 improves from 4 to 5 with self-distillation (Adnan et al., 2021). In SNNs, CIFAR10-DVS accuracy rises from 6 for a vanilla VGG-9 SNN to 7 with Strong2Weak and 8 with Weak2Strong; at 9 low-latency inference, accuracy rises from 0 to 1 and 2, respectively (Ding et al., 9 Oct 2025). In feature self-distillation, MUSE improves the last module of ResNet34 on CIFAR-100 from 3 baseline to 4 with MI+SI, and improves YOLOv5-L on COCO from 5 mAP to 6 with MI7SI (Gong et al., 2021).
6. Limitations, controversies, and unresolved issues
Several misconceptions are explicitly challenged in the literature. One is that repeated self-distillation should improve monotonically with more rounds. Both loss-landscape analysis and label-averaging analysis contradict this: later rounds often fluctuate or degrade, and excessive repetition can wash out class structure (Pham et al., 2022, Jeong et al., 2024). Another is that the multi-view hypothesis is a complete explanation. It fails to explain why multi-round gains are not stepwise, why ensembles outperform distilled students, why BAN underperforms simple ensembling, and why some synthetic non-multi-view settings do not exhibit the same behavior (Pham et al., 2022).
Theoretical guarantees are also highly regime-dependent. The strongest repeated-self-distillation separation in linear regression requires distinct nonzero singular values and a “peaky” signal direction aligned with the top eigenvector; if singular values are equal, or if the signal is spread across directions, the separation disappears (Pareek et al., 2024). The label-averaging theory relies on fixed features and class-structured correlations 8, so it does not directly transfer to end-to-end feature learning (Jeong et al., 2024). AIR-based noisy-label guarantees require overparameterization, random initialization, clusterability, and bounded corruption 9 (Dong et al., 2019).
For sequence-level power self-distillation, local approximations are structurally limited. The odds-ratio identity
0
shows that sequence-level power depends on suffix Rényi entropies and cannot, in general, be reproduced by tokenwise temperature transforms without suffix information (Tomihari et al., 6 May 2026). A related limitation in policy self-distillation is privileged-information leakage: dense token-level imitation of a teacher conditioned on 1 can encode answer-dependent shortcuts unavailable at test time. DemoPSD addresses this by reducing teacher influence where teacher-student disagreement is high, but it still requires tuning of 2 and 3 (Li et al., 2 Jul 2026).
Practical costs and heuristics remain significant. PACED adds rollout-based pass-rate estimation overhead, with default 4, even though no architectural changes are required (Xu et al., 11 Mar 2026). SNN self-distillation uses confidence as a label-free proxy for strength, but the paper explicitly notes that confidence is only a heuristic and that simultaneous distillation can reduce diversity too much (Ding et al., 9 Oct 2025). Augmentation-free clustering results remain preliminary and are confined to CIFAR-10 in the reported study (Adnan et al., 2021).
Taken together, the literature suggests that power self-distillation is best understood not as a single mechanism, but as a design space for strengthening self-generated supervision. Depending on the regime, the strengthening operates through flatter minima, graph-like label averaging, NTK spectral filtering, richer polynomial shrinkage, competence-frontier weighting, or target sharpening. The shared empirical lesson is that intensified self-distillation can improve generalization and efficiency, but only when the intensified teacher signal remains aligned with the information the student can legitimately and productively absorb.