CVLGJan 22, 2025

TeD-Loc: Text Distillation for Weakly Supervised Object Localization

arXiv:2501.12632v13 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses the challenge of accurate localization and classification in computer vision for applications like image analysis, though it is incremental as it builds on existing vision-language models.

The paper tackles the problem of weakly supervised object localization (WSOL) by introducing TeD-Loc, which distills knowledge from CLIP text embeddings into a model backbone for patch-level localization, achieving about 5% improvement in Top-1 LOC accuracy on CUB and ILSVRC datasets while reducing computational complexity.

Weakly supervised object localization (WSOL) using classification models trained with only image-class labels remains an important challenge in computer vision. Given their reliance on classification objectives, traditional WSOL methods like class activation mapping focus on the most discriminative object parts, often missing the full spatial extent. In contrast, recent WSOL methods based on vision-language models like CLIP require ground truth classes or external classifiers to produce a localization map, limiting their deployment in downstream tasks. Moreover, methods like GenPromp attempt to address these issues but introduce considerable complexity due to their reliance on conditional denoising processes and intricate prompt learning. This paper introduces Text Distillation for Localization (TeD-Loc), an approach that directly distills knowledge from CLIP text embeddings into the model backbone and produces patch-level localization. Multiple instance learning of these image patches allows for accurate localization and classification using one model without requiring external classifiers. Such integration of textual and visual modalities addresses the longstanding challenge of achieving accurate localization and classification concurrently, as WSOL methods in the literature typically converge at different epochs. Extensive experiments show that leveraging text embeddings and localization cues provides a cost-effective WSOL model. TeD-Loc improves Top-1 LOC accuracy over state-of-the-art models by about 5% on both CUB and ILSVRC datasets, while significantly reducing computational complexity compared to GenPromp.

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