Table 2 compares M-FSAD-KD against ten distillation baselines under the same student backbone (YOLOv11n*) and the same teacher (MAIENet): channel-aligned distillation (CWD [
23]), masked reconstruction (MGD [
20]), generic feature alignment (FitNet [
18]), focal-and-global feature alignment (FGD [
19]), localization distillation (LD [
21]), decoupled logits (DKD [
22]), and standard response distillation (KD [
17]). To ensure the comparison reflects the current state of the art, we additionally benchmark three of the most recent logit-level distillation methods: scale-decoupled distillation (SDD [
29]), logit standardization (LSKD [
30]), and local dense logit relations (LDRLD [
31]).
Three patterns emerge from
Table 2. First, CWD [
23] is the only method that reduces the student’s
below the non-distilled baseline (42.2% vs. 43.6%, a degradation of 1.4 absolute points), with the impact concentrated on the smallest-target storage-tank class: CWD’s tank AP drops from the baseline’s 11.4% to 9.85% (a degradation of 1.55 absolute points). An independently trained run on a separate hardware platform reproduces this degradation in direction with an even more extreme tank AP of 0.10%, confirming that the magnitude varies across runs while the direction of degradation is robust. This empirically validates the speckle-fitting-trap hypothesis: the channel-wise softmax alignment of CWD distributes the optimization signal across the entire spatial extent of each channel, allowing broadband speckle energy to dominate the gradient and starve the smallest-target features. The remaining baselines either match the baseline within run-to-run variation (MGD [
20] 43.3%) or yield positive gains of 1.3 to 4.8 absolute points on
(FitNet [
18] 44.9%, FGD [
19] 45.3%, DKD [
22] 46.9%, LD [
21] 47.0%, KD [
17] 48.4%). The three most recent logit-level methods span only
–
(SDD
, LSKD
, LDRLD
) and none surpasses the classical response-level KD (
): SDD and LSKD sit within a point of the non-distilled baseline, while LDRLD merely matches KD. Even the latest refinements of logit distillation, therefore, plateau at the response-level ceiling on this cross-modal SAR task; none of them purifies the low-level feature manifold where the speckle-fitting trap originates.
Second, the proposed M-FSAD-KD attains the best
in the table (49.7% for the best run;
averaged over seeds,
Table 3), ahead of every distillation baseline, including the strongest response-level KD and FGD by
absolute points. We stress, however, that at this smallest (2.39 M) capacity the margin over KD is within run-to-run variation; the feature-distillation chain’s advantage over KD becomes clear-cut only at higher student capacity and under out-of-domain transfer, as quantified in
Section 4.4.1. On the smallest-target storage-tank class, the full model raises AP well above CWD’s collapsed 9.85%, indicating that frequency-decoupled distillation shields small-target high-frequency features from the speckle pollution that sinks CWD.
Third, the head-end response distillation contributes a measurable lift on top of the feature-level chain: M-FSAD without the head-end KD attains 47.8%; adding the head-end KD raises it to the value reported for the full model, a lift that exceeds the observed run-to-run variation and indicates the soft-label calibration provides genuine value on top of the purified feature manifold rather than a spurious fluctuation.
4.4.1. Multi-Seed Variance, Capacity Scaling, and Feature Transferability
Because the single-run comparison in
Table 2 cannot by itself establish that the feature-distillation chain is worth its added machinery over the strong response-level KD baseline, we re-train the non-distilled baseline, CWD, KD, the three most recent logit-level methods (SDD, LSKD, LDRLD), and M-FSAD-KD over multiple random seeds and, additionally, at a higher student capacity. The results (
Table 3) reframe the contribution in a capacity-resolved way. At the 2.39 M capacity, M-FSAD-KD and KD are statistically indistinguishable (
vs.
, the sub-point difference lying within seed variance): a low-capacity student is largely saturated by the soft labels, consistent with the small individual-component effects noted in the ablation of
Section 4. At the 19.98 M capacity, however, M-FSAD-KD exceeds KD by
absolute points (
vs.
, gain consistent across all three classes and both metrics) and the non-distilled baseline by
points; it also surpasses the strongest of the three recent logit-level methods (LDRLD,
) by
points, with SDD (
) and LSKD (
) trailing further behind. The advantage of the feature-level chain over response-only KD, therefore, emerges with the student’s representational capacity—a higher-capacity student can absorb privileged feature-level structure that soft labels alone cannot convey, whereas at the smallest capacity the two are on par.
The same conclusion holds under distribution shift. We freeze each OGSOD-distilled backbone-and-neck and train only a fresh detection head on the out-of-domain SSDD ship-detection benchmark—a frozen-feature (linear-probe) test of representation quality on a task with entirely different target classes. As
Table 4 shows, distilling from the multi-modal teacher produces markedly more transferable SAR features than no distillation or the trap-prone CWD (81–83 vs. 73–74
), and M-FSAD-KD transfers best (
vs.
for response-level KD). The trap method (CWD) transfers no better than the non-distilled backbone, echoing the speckle-fitting-trap diagnosis. Together with the capacity result, this indicates that the feature-level chain yields a more useful, more transferable representation than response-only distillation once the representation must generalize to a new task or the student has the capacity to exploit it.
Frequency-Mask Ablation (Is It a Generic Low-Pass?)
A natural concern is whether the frequency gating is a specific low-pass mechanism or merely a generic low-pass regularizer. To answer it we isolate the frequency term on the Bk+Freq configuration (no JSCAD, no head-level KD), so the mask is the sole neck-alignment force, and sweep the mask shape (low-pass vs. high-pass vs. all-pass, i.e., ungated spectral MSE), the mask family (Gaussian vs. ideal hard cut-off), the cut-off
, and a spatial-domain Gaussian-blur “generic low-pass” control (
Table 5). Over repeated seeds, accuracy is statistically insensitive to the mask configuration: all variants fall within
–
with overlapping standard deviations, and the spatial-blur control is not inferior. We report this candidly. The frequency term’s benefit, therefore, does not stem from a particular spectral profile but from operating in the amplitude-spectrum domain, which—unlike CWD’s channel-wise softmax—does not renormalize each channel’s spatial distribution and hence does not let the broadband speckle mode dominate the alignment gradient (
Section 3.8). The framework is robust to the mask choice, and we make no claim that low-pass gating is uniquely optimal.
4.4.2. Cross-Teacher-Architecture Validation
A central methodological claim of M-FSAD-KD is that the framework’s effectiveness depends on the privileged information conveyed by the multi-modal teacher, not on the teacher’s specific architectural choices. We verify this claim by replacing the MAIENet teacher with DEYOLO [
13], a substantially different multi-modal detector. The two teachers contrast along three axes: backbone family (YOLO11 vs. YOLOv8 with BiFocus), stream topology (single-stream with deep modality-aware interaction vs. dual-stream with separate per-modality encoders), and thelocation of cross-modal fusion (deepest semantic stage vs. head-start DEA cross-attention). All other variables—student architecture (YOLOv11n*), training hyper-parameters, distillation weights, dataset, and seed—are held fixed; only the teacher is swapped. Results are reported in
Table 6.
The cross-architecture validation supports three observations. First, M-FSAD-KD with the DEYOLO teacher attains 48.6% , only 1.1 absolute points below the MAIENet-teacher result of 49.7%, despite the substantially different backbone family and dual-stream topology. The two teacher configurations jointly establish that M-FSAD-KD transfers across heterogeneous multi-modal teacher architectures with a cross-architecture gap of only 1.1 absolute points on . Second, both teachers lift the student well above the non-distilled baseline (gains of and absolute points, respectively), confirming that the framework’s effectiveness is not an artifact of MAIENet’s specific properties; the relatively larger gain with MAIENet is consistent with the closer architectural alignment between teacher and student (shared YOLO11 backbone family). Third, disabling the Bk shallow adaptation under the DEYOLO teacher drops the result from 48.6% to 46.3% ( absolute points) while still leaving the student 2.7 absolute points above the non-distilled baseline. This shows that the learnable channel adapter transfers backbone-level knowledge even when the teacher and student backbones use different operator families (DEYOLO’s C2f + BiFocus operators vs. the student’s C3k2 operators). The role of Bk—projecting student features into the teacher’s channel-aligned representation—is, therefore, operator-family-agnostic in practice, and the design choice of using a lightweight projection rather than relying on architectural compatibility is empirically supported.
Taken together, the cross-architecture results indicate that M-FSAD-KD transfers across the two representative teacher architecture families tested: a sufficiently strong multi-modal SAR–optical teacher of either single-stream or dual-stream topology can be paired with the same student under the same framework, without per-teacher re-engineering of the distillation loss; validation on a broader range of teacher architectures is left to future work.
4.4.3. Speckle-Fitting Trap: Frequency and Manifold Evidence
The empirical degradation of CWD reported above is unusual in the homogeneous-modality KD literature and, therefore, deserves direct frequency-domain evidence. This subsection provides four complementary diagnostics—teacher-student spectral comparison, method-wise spectral evolution, post-training residual band decomposition, and feature-manifold geometry—to establish the trap as a measurable physical phenomenon and to characterize how frequency-decoupled distillation counteracts it. All quantitative values reported here are extracted directly from the analysis pipeline executed on the OGSOD-1.0 validation set (200 images, P4 features, spatial resolution at input resolution ).
Spectral excess in the SAR-only baseline (
Figure 4). The teacher–student comparison confirms that the SAR-only baseline carries a measurable high-frequency excess relative to the multi-modal teacher: the high-frequency energy ratio (HF-Ratio, defined as the fraction of
energy beyond the cutoff radius
) is
for the baseline against
for the teacher. The difference panel localizes the excess in the band where SAR speckle dominates. This is the precondition for the trap: the SAR-only student carries broadband high-frequency content that the optical-fused teacher has filtered out.
Indiscriminate over-suppression by spatial-distance distillation (
Figure 5). Comparing the P4 spectrum of the student trained under each method reveals a sharp asymmetry. Spatial-distance-based methods drive the HF-Ratio far below the teacher reference: CWD collapses to
, MGD to
, and FGD to
—roughly one-third of the teacher’s
. Without a frequency-aware gating mechanism, these losses force the student to indiscriminately suppress all high-frequency content, including the target-edge information that small-object detection relies on. The empirical consequence is the storage-tank AP collapse observed under CWD (9.85% vs. baseline 11.4%). M-FSAD-KD’s HF-Ratio of
, by contrast, sits in the operating regime between the over-suppressed trap methods and the noise-loaded baseline (
), demonstrating that the frequency-decoupled loss retains target-relevant high-frequency content rather than collapsing the band entirely.
Low-frequency alignment versus high-frequency freedom (
Figure 6). To localize where each method’s alignment succeeds, we decompose the channel-averaged, L2-normalized student–teacher residual
into five equal-width radial frequency bands (LF, LMF, MF, HF1, HF2). Two patterns are diagnostic. The trap methods concentrate the post-training residual in the low-frequency end: LF + LMF accounts for
,
, and
of CWD’s, MGD’s, and FGD’s residual energy, respectively, while their HF1 + HF2 residual share falls below
in all three cases. The student matches the teacher in HF only by sending its HF content close to zero—a vacuous form of alignment. M-FSAD-KD, by contrast, achieves the smallest LF residual share among all methods (
, against
for the baseline,
for CWD,
for MGD, and
for FGD), with the residual energy more evenly distributed across bands (LF + LMF
, MF + HF1 + HF2
). The Gaussian low-pass mask in M-FSAD-KD concentrates the alignment budget in the structural low-frequency band where teacher and student should agree, while leaving the high-frequency band as a degree of freedom for the SAR-only student to retain its own target-edge content; consistent with the mask ablation (
Table 5), this reflects amplitude-domain alignment rather than any specific low-pass shape.
Manifold recovery (
Figure 7). Two-dimensional t-SNE projections of channel-averaged P4 features corroborate the spectral picture in the embedding space. Under the multi-modal teacher, the three target classes form well-separated clusters; under the non-distilled baseline, the clusters partially overlap; under CWD, cluster identity is further degraded, consistent with the over-suppression hypothesis; under M-FSAD-KD, the cluster geometry approaches the teacher’s, with cleaner inter-class margins than either the baseline or CWD.
Synthesis. The four diagnostics jointly establish a coherent physical picture of the speckle-fitting trap. The unimodal SAR student inherits a measurable high-frequency excess (
Figure 4); spatial-distance distillation methods respond by indiscriminately collapsing the high-frequency band, simultaneously erasing the target-edge content needed for small-object detection (
Figure 5); the resulting student matches the teacher in HF only by sending its HF content close to zero, leaving the structural low-frequency band poorly aligned (
Figure 6) and the feature manifold loses inter-class separability (
Figure 7). M-FSAD-KD’s frequency-decoupled distillation reverses each of these signatures: it preserves target-relevant high-frequency content rather than collapsing it, achieves the smallest low-frequency residual among all methods, and recovers a teacher-like cluster geometry. Together, these results provide direct physical support for the formal gradient-domain analysis in
Section 3.8.