๐ก Signal & Communications¶
๐ท CVPR2026 ยท 2 paper notes
๐ Same area in other venues: ๐ฌ ICLR2026 (8) ยท ๐งช ICML2026 (2) ยท ๐ค AAAI2026 (3) ยท ๐ง NeurIPS2025 (5) ยท ๐น ICCV2025 (3) ยท ๐งช ICML2025 (3)
- AcTTA: Rethinking Test-Time Adaptation via Dynamic Activation
-
This paper proposes AcTTA, a test-time adaptation framework based on dynamic activation function modulation. By reparameterizing traditional fixed activation functions into a learnable formโincorporating activation center shifts and asymmetric gradient slopesโthe model adaptively adjusts activation behavior during inference to handle distribution shifts. AcTTA consistently outperforms normalization-based TTA methods on CIFAR10-C, CIFAR100-C, and ImageNet-C.
- CLAY: Conditional Visual Similarity Modulation in Vision-Language Embedding Space
-
CLAY proposes a training-free method for conditional visual similarity calculation, which modulates similarity by constructing a text-conditioned subspace within the VLM embedding space. This approach adapts to different retrieval conditions without recomputing database features and supports multi-condition retrieval.