Rotation-Robust Regression with Convolutional Model Trees
Hongyi Li, William Ward Armstrong, Jun Xu
TL;DR
This work tackles rotation robustness for image inputs by using Convolutional Model Trees (CMTs) with geometry-aware split biases and a deployment-time orientation search (OS). By targeting a rotation-invariant perimeter regression on MNIST, the authors show that three inductive biases—convolutional smoothing, tilt-dominance, and importance pruning—improve robustness, particularly near the canonical orientation. The deployment-time OS further boosts performance under severe rotations but can hurt near zero rotation unless calibrated or priors are applied. Overall, geometry-guided CMTs offer a practical path to rotation-robust regression with manageable training costs, though confidence-based orientation selection requires careful calibration for reliable deployment.
Abstract
We study rotation-robust learning for image inputs using Convolutional Model Trees (CMTs) [1], whose split and leaf coefficients can be structured on the image grid and transformed geometrically at deployment time. In a controlled MNIST setting with a rotation-invariant regression target, we introduce three geometry-aware inductive biases for split directions -- convolutional smoothing, a tilt dominance constraint, and importance-based pruning -- and quantify their impact on robustness under in-plane rotations. We further evaluate a deployment-time orientation search that selects a discrete rotation maximizing a forest-level confidence proxy without updating model parameters. Orientation search improves robustness under severe rotations but can be harmful near the canonical orientation when confidence is misaligned with correctness. Finally, we observe consistent trends on MNIST digit recognition implemented as one-vs-rest regression, highlighting both the promise and limitations of confidence-based orientation selection for model-tree ensembles.
