paper-with-me

홈 › Papers

EGA: Adapting Frozen Encoders for Vector Search with Bounded Out-of-Distribution Degradation

2026-05-07 · Dongfang Zhao arxiv

Vector search systems built on frozen vision encoders face queries from unseen classes at deployment, yet existing adapter training collapses under this shift: high-capacity adapters with global contrastive losses silently reassign unseen-class samples to wrong seen-class clusters, dropping worst-case Label Precision by over 40 points below the frozen baseline in our tests. We propose Euclidean Geodesic Alignment (EGA), a residual adapter that couples three principles: zero initialization, local triplet loss, and hypersphere projection. These collectively induce a self-limiting dynamic: triplets that already satisfy a small margin stop producing gradients, so the adapter automatically stops updating where the local geometry is already correct. Our experiments show that at convergence $96.5\%$ of triplets are gradient-free, leaving unseen-class regions largely untouched while still enabling full-capacity refinement of seen classes. Across five diverse out-of-distribution (OOD) benchmarks, EGA achieves the highest worst-case Label Precision on the four primary splits and a consistent improvement on the fifth. The design also transfers to stronger backbones in addition to CLIP, and we provide an analytical justification linking gradient sparsity to bounded OOD perturbation.

📄 PDF Abstract BibTeX arXiv:2605.05674

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CondPSE: A Polynomial-Filtered Structural Encoder with Conditional Modulation for Graphs

2026-07-28 · Woohyun Lee, Hogun Park arxiv

Message-passing graph neural networks are bounded by the 1-WL test and can miss topological structure that distinguishes non-isomorphic graphs. Positional and structural encodings (PSE) inject such topology-derived signa…

Molecular Property Prediction

When Does Low-Bit Quantization Preserve the Decisions of Vector Search?

2026-09-09 · Wenxuan Xiao, Xu Cao arxiv

Low-bit quantization can achieve high recall on some vector representations and fail sharply on others, while average distortion and global rank correlation do not explain the difference. We study quantized vector search…

Towards Accessible Physical AI: LoRA-Based Fine-Tuning of VLA Models for Real-World Robot Control

2025-12-11 · Abdullah Yahya Abdullah Omaisan, Ibrahim Sheikh Mohamed arxiv

Vision-Language-Action (VLA) models have demonstrated remarkable capabilities in robotic manipulation,enabling robots to execute natural language commands through end-to-end learning from visual observations.However, dep…

Computational Efficiency

Video Prediction Models as General Visual Encoders

2024-05-25 · James Maier, Nishanth Mohankumar

This study explores the potential of open-source video conditional generation models as encoders for downstream tasks, focusing on instance segmentation using the BAIR Robot Pushing Dataset. The researchers propose using…

Instance SegmentationPredictionSegmentationSemantic Segmentation+1

Parameter-Efficient Adapter Tuning for Tabular-Image Multimodal Learning

2026-06-10 · Jiaqi Luo arxiv

Tabular-image multimodal learning aims to improve predictive modeling by jointly using structured tabular attributes and visual data. Although pretrained encoders provide strong modality-specific representations, full fi…