SOTAVerified

Curvature Tuning: Provable Training-free Model Steering From a Single Parameter

2025-02-11Code Available0· sign in to hype

Leyang Hu, Randall Balestriero

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The scaling of model size and data size has reshaped the paradigm of AI. As a result, the common protocol to leverage the latest models is to steer them towards a specific downstream task of interest through fine-tuning. Despite its importance, the main methods for fine-tuning remain limited to full or low-rank adapters--containing countless hyper-parameters and lacking interpretability. In this paper, we take a step back and demonstrate how novel and explainable post-training steering solutions can be derived theoretically from spline operators, a rich mathematical framing of Deep Networks that was recently developed. Our method--coined Curvature Tuning (CT)--has a single parameter that provably modulates the curvature of the model's decision boundary henceforth allowing training-free steering. This makes CT both more efficient and interpretable than conventional fine-tuning methods. We empirically validate its effectiveness in improving generalization and robustness of pretrained models. For example, CT improves out-of-distribution transfer performances of ResNet-18/50 by 2.57\%/1.74\% across seventeen downstream datasets, and improves RobustBench robust accuracy by 11.76\%/348.44\%. Additionally, we apply CT to ReLU-based Swin-T/S, improving their generalization on nine downstream datasets by 2.43\%/3.33\%. Our code is available at https://github.com/Leon-Leyang/curvature-tuning.

Reproductions