Omniview-Tuning: Boosting Viewpoint Invariance of Vision-Language Pre-training Models
Shouwei Ruan, Yinpeng Dong, Hanqing Liu, Yao Huang, Hang Su, Xingxing Wei
TL;DR
This work addresses the limited robustness of Vision-Language Pre-training (VLP) models to 3D viewpoint changes by introducing the MVCap dataset, a million-scale multi-view image-text collection across over 100K objects, and Omniview-Tuning (OVT), a minimax-based fine-tuning framework. OVT couples the standard image–text contrastive objective with a Cross-viewpoint Alignment term, optimized in a minimax fashion over outlier viewpoints, and uses parameter-efficient modules (VIFormer and LoRA) to preserve original performance. Empirical results show consistent gains in viewpoint-OOD robustness across multiple VLP architectures while maintaining or slightly improving performance on 2D-OOD and clean data, and extending benefits to VLLM-based captioning and VQA tasks. Overall, MVCap and OVT establish a scalable, efficient standard for boosting viewpoint invariance in foundation VLP models with broad practical impact for real-world deployment where viewpoint variation is common.
Abstract
Vision-Language Pre-training (VLP) models like CLIP have achieved remarkable success in computer vision and particularly demonstrated superior robustness to distribution shifts of 2D images. However, their robustness under 3D viewpoint variations is still limited, which can hinder the development for real-world applications. This paper successfully addresses this concern while keeping VLPs' original performance by breaking through two primary obstacles: 1) the scarcity of training data and 2) the suboptimal fine-tuning paradigms. To combat data scarcity, we build the Multi-View Caption (MVCap) dataset -- a comprehensive collection of over four million multi-view image-text pairs across more than 100K objects, providing more potential for VLP models to develop generalizable viewpoint-invariant representations. To address the limitations of existing paradigms in performance trade-offs and training efficiency, we design a novel fine-tuning framework named Omniview-Tuning (OVT). Specifically, OVT introduces a Cross-Viewpoint Alignment objective through a minimax-like optimization strategy, which effectively aligns representations of identical objects from diverse viewpoints without causing overfitting. Additionally, OVT fine-tunes VLP models in a parameter-efficient manner, leading to minimal computational cost. Extensive experiments on various VLP models with different architectures validate that OVT significantly improves the models' resilience to viewpoint shifts and keeps the original performance, establishing a pioneering standard for boosting the viewpoint invariance of VLP models.
