CVLGMar 24, 2025

OCRT: Boosting Foundation Models in the Open World with Object-Concept-Relation Triad

arXiv:2503.18695v16 citationsh-index: 5CVPR
Originality Incremental advance
AI Analysis

This addresses the issue of distribution shifts and weak supervision in open-world applications for AI systems, though it appears incremental as it builds on existing foundation models.

The paper tackles the problem of foundation models' poor generalization to out-of-domain data by proposing the OCRT framework, which improves the generalizability and robustness of models like SAM and CLIP across multiple downstream tasks.

Although foundation models (FMs) claim to be powerful, their generalization ability significantly decreases when faced with distribution shifts, weak supervision, or malicious attacks in the open world. On the other hand, most domain generalization or adversarial fine-tuning methods are task-related or model-specific, ignoring the universality in practical applications and the transferability between FMs. This paper delves into the problem of generalizing FMs to the out-of-domain data. We propose a novel framework, the Object-Concept-Relation Triad (OCRT), that enables FMs to extract sparse, high-level concepts and intricate relational structures from raw visual inputs. The key idea is to bind objects in visual scenes and a set of object-centric representations through unsupervised decoupling and iterative refinement. To be specific, we project the object-centric representations onto a semantic concept space that the model can readily interpret and estimate their importance to filter out irrelevant elements. Then, a concept-based graph, which has a flexible degree, is constructed to incorporate the set of concepts and their corresponding importance, enabling the extraction of high-order factors from informative concepts and facilitating relational reasoning among these concepts. Extensive experiments demonstrate that OCRT can substantially boost the generalizability and robustness of SAM and CLIP across multiple downstream tasks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes