Gradient-based meta-learning (GBML) adapts to a new task with only a few inner-loop updates, yet those updates use very large learning rates and therefore should be highly sensitive to high-order terms such as the Hessian.
SHOT starts from the hypothesis that successful GBML already suppresses the Hessian implicitly along the optimization trajectory. It then makes that prior explicit by minimizing the distance between a fast target model and a smoother reference model that starts from the same initialization and support set but uses more, smaller inner-loop steps.
The resulting objective is algorithm-agnostic, architecture-agnostic, and lightweight in practice. Across standard few-shot benchmarks, cross-domain evaluation, and Hessian-free or one-step GBML variants, SHOT consistently improves adaptation quality while keeping the same test-time inference cost as the baseline.