paper-with-me

홈 › Papers

Zero-Shot Test-Time Canonicalization using Out-of-Distribution Scoring

2026-06-23 · Dominik Lindner, Johann Schmidt, Tom Siegl, Martin Becker, Sebastian Stober arxiv

Pretrained vision models often misclassify inputs that are rotated, scaled, or sheared, even though these affine transformations leave the object class unchanged. Robustness is usually restored either by building equivariance into the architecture or by retraining with augmentation, both of which require changing or retraining the model. Test-time canonicalization instead leaves the classifier untouched. It undoes the transformation of each input, mapping it to a canonical form near the training distribution before classification. Existing canonicalizers, however, rely on a narrow set of logit-based energy scores and bespoke search procedures, leaving the design space of scoring functions and optimizers unexplored. We reframe canonicalization as out-of-distribution (OOD) detection, which lets any OOD score serve as the energy minimized over transformations. Across benchmarks ranging from handwritten characters and sketches to natural images and 3D point clouds, we systematically evaluate around twenty OOD scores and nine search algorithms, finding that distance-based scores paired with random search and local refinement perform best overall. Because canonicalizing an already-aligned input can hurt accuracy, we add a gated mechanism that transforms an input only when its OOD score indicates this is needed, preserving most in-distribution accuracy while retaining the robustness gains on transformed inputs. Code is available at github.com/johschm/its.

📄 PDF Abstract BibTeX arXiv:2606.24178

Code (0)

등록된 구현이 없습니다.

Tasks

Point Clouds

Similar Papers 제목 키워드 기반

CanoVerse: 3D Object Scalable Canonicalization and Dataset for Generation and Pose

2026-03-07 · Li Jin, Yuchen Yang, Weikai Chen, Yujie Wang 외 arxiv

3D learning systems implicitly assume that objects occupy a coherent reference frame. Nonetheless, in practice, every asset arrives with an arbitrary global rotation, and models are left to resolve directional ambiguity …

3D Generation

One-shot 3D Object Canonicalization based on Geometric and Semantic Consistency

2025-01-01 · CVPR 2025 1 · Li Jin, Yujie Wang, Wenzheng Chen, Qiyu Dai 외

3D object canonicalization is a fundamental task, essential for various downstream tasks. Existing methods rely on either cumbersome manual processes or priors learned from extensive, per-category training samples. R…

Object

PromptPort: A Reliability Layer for Cross-Model Structured Extraction

2026-01-06 · Varun Kotte arxiv

Structured extraction with LLMs fails in production not because models lack understanding, but because output formatting is unreliable across models and prompts. A prompt that returns clean JSON on GPT-4 may produce fenc…

Align Your Prompts: Test-Time Prompting with Distribution Alignment for Zero-Shot Generalization

2023-11-02 · NeurIPS 2023 11 · Jameel Hassan, Hanan Gani, Noor Hussein, Muhammad Uzair Khattak 외

The promising zero-shot generalization of vision-language models such as CLIP has led to their adoption using prompt learning for numerous downstream tasks. Previous works have shown test-time prompt tuning using entropy…

Domain GeneralizationPrompt LearningZero-shot Generalization

Capture, Canonicalize, Splat: Zero-Shot 3D Gaussian Avatars from Unstructured Phone Images

2025-10-15 · Emanuel Garbin, Guy Adam, Oded Krams, Zohar Barzelay 외 arxiv

We present a novel, zero-shot pipeline for creating hyperrealistic, identity-preserving 3D avatars from a few unstructured phone images. Existing methods face several challenges: single-view approaches suffer from geomet…