CVJun 6, 2022

OrdinalCLIP: Learning Rank Prompts for Language-Guided Ordinal Regression

Tsinghua
arXiv:2206.02338v250 citationsh-index: 97Has Code
Originality Incremental advance
AI Analysis

This work addresses ordinal regression tasks, such as age estimation, by leveraging pre-trained vision-language models, offering a novel approach that is incremental in adapting CLIP for this specific domain.

The paper tackles ordinal regression by learning rank concepts from the CLIP latent space, reformulating it as an image-language matching problem, and achieves competitive performance with improvements in few-shot and distribution shift settings for age estimation.

This paper presents a language-powered paradigm for ordinal regression. Existing methods usually treat each rank as a category and employ a set of weights to learn these concepts. These methods are easy to overfit and usually attain unsatisfactory performance as the learned concepts are mainly derived from the training set. Recent large pre-trained vision-language models like CLIP have shown impressive performance on various visual tasks. In this paper, we propose to learn the rank concepts from the rich semantic CLIP latent space. Specifically, we reformulate this task as an image-language matching problem with a contrastive objective, which regards labels as text and obtains a language prototype from a text encoder for each rank. While prompt engineering for CLIP is extremely time-consuming, we propose OrdinalCLIP, a differentiable prompting method for adapting CLIP for ordinal regression. OrdinalCLIP consists of learnable context tokens and learnable rank embeddings; The learnable rank embeddings are constructed by explicitly modeling numerical continuity, resulting in well-ordered, compact language prototypes in the CLIP space. Once learned, we can only save the language prototypes and discard the huge language model, resulting in zero additional computational overhead compared with the linear head counterpart. Experimental results show that our paradigm achieves competitive performance in general ordinal regression tasks, and gains improvements in few-shot and distribution shift settings for age estimation. The code is available at https://github.com/xk-huang/OrdinalCLIP.

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