Hi! Great work — I see the results look solid both in the paper and the repo.
One question about train–inference mismatch: during training the student sees DTS inputs with per-token heterogeneous timesteps (e.g., a fixed fraction of tokens are “cleaner” / less noised), so the attention layers consistently have access to some less-corrupted tokens as context. At inference, however, we revert to the standard homogeneous timestep setting, i.e. τ=t1 for all tokens.
What’s the key reason this generalizes without issues in practice? Do you have an intuition or an ablation (e.g., occasionally training with fully homogeneous timesteps / mask ratio = 0, or testing DTS-style inference) that supports robustness to this shift?
Hi! Great work — I see the results look solid both in the paper and the repo.
One question about train–inference mismatch: during training the student sees DTS inputs with per-token heterogeneous timesteps (e.g., a fixed fraction of tokens are “cleaner” / less noised), so the attention layers consistently have access to some less-corrupted tokens as context. At inference, however, we revert to the standard homogeneous timestep setting, i.e. τ=t1 for all tokens.
What’s the key reason this generalizes without issues in practice? Do you have an intuition or an ablation (e.g., occasionally training with fully homogeneous timesteps / mask ratio = 0, or testing DTS-style inference) that supports robustness to this shift?