Robust Canonicalization through Bootstrapped Data Re-Alignment
Johann Schmidt, Sebastian Stober
TL;DR
This work tackles pose-induced bias in fine-grained visual classification by showing that canonicalizers trained on misaligned data are brittle. It introduces G-bootstrapping, a principled, iterative procedure that re-aligns training samples toward a unimodal canonical pose and proves variance contraction guarantees on compact groups, yielding exponential convergence. Empirically, the approach improves rotoscale robustness on FGVC benchmarks (e.g., EU-Moths and NABirds) and can match augmentation performance without requiring heavy test-time computation or highly constrained architectures. The method offers a practical route to robust geometric invariance in biodiversity monitoring and related domains, balancing flexibility and efficiency.
Abstract
Fine-grained visual classification (FGVC) tasks, such as insect and bird identification, demand sensitivity to subtle visual cues while remaining robust to spatial transformations. A key challenge is handling geometric biases and noise, such as different orientations and scales of objects. Existing remedies rely on heavy data augmentation, which demands powerful models, or on equivariant architectures, which constrain expressivity and add cost. Canonicalization offers an alternative by shielding such biases from the downstream model. In practice, such functions are often obtained using canonicalization priors, which assume aligned training data. Unfortunately, real-world datasets never fulfill this assumption, causing the obtained canonicalizer to be brittle. We propose a bootstrapping algorithm that iteratively re-aligns training samples by progressively reducing variance and recovering the alignment assumption. We establish convergence guarantees under mild conditions for arbitrary compact groups, and show on four FGVC benchmarks that our method consistently outperforms equivariant, and canonicalization baselines while performing on par with augmentation.
