paper-with-me

Papers

Spatial-Aware Token for Weakly Supervised Object Localization

2023-03-18 · ICCV 2023 1 · Pingyu Wu, Wei Zhai, Yang Cao, Jiebo Luo, Zheng-Jun Zha

Weakly supervised object localization (WSOL) is a challenging task aiming to localize objects with only image-level supervision. Recent works apply visual transformer to WSOL and achieve significant success by exploiting the long-range feature dependency in self-attention mechanism. However, existing transformer-based methods synthesize the classification feature maps as the localization map, which leads to optimization conflicts between classification and localization tasks. To address this problem, we propose to learn a task-specific spatial-aware token (SAT) to condition localization in a weakly supervised manner. Specifically, a spatial token is first introduced in the input space to aggregate representations for localization task. Then a spatial aware attention module is constructed, which allows spatial token to generate foreground probabilities of different patches by querying and to extract localization knowledge from the classification task. Besides, for the problem of sparse and unbalanced pixel-level supervision obtained from the image-level label, two spatial constraints, including batch area loss and normalization loss, are designed to compensate and enhance this supervision. Experiments show that the proposed SAT achieves state-of-the-art performance on both CUB-200 and ImageNet, with 98.45% and 73.13% GT-known Loc, respectively. Even under the extreme setting of using only 1 image per class from ImageNet for training, SAT already exceeds the SOTA method by 2.1% GT-known Loc. Code and models are available at https://github.com/wpy1999/SAT.

📄 PDF Abstract BibTeX arXiv:2303.10438

Code (1)

wpy1999/sat 공식 구현 pytorch

Tasks

ObjectObject LocalizationWeakly-Supervised Object Localization

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

TS-CAM: Token Semantic Coupled Attention Map for Weakly Supervised Object Localization

2021-03-27 · ICCV 2021 10 · Wei Gao, Fang Wan, Xingjia Pan, Zhiliang Peng 외

Weakly supervised object localization (WSOL) is a challenging problem when given image category labels but requires to learn object localization models. Optimizing a convolutional neural network (CNN) for classification …

ObjectObject LocalizationWeakly-Supervised Object Localization

Diverse Instance Discovery: Vision-Transformer for Instance-Aware Multi-Label Image Recognition

2022-04-22 · Yunqing Hu, Xuan Jin, Yin Zhang, Haiwen Hong 외

Previous works on multi-label image recognition (MLIR) usually use CNNs as a starting point for research. In this paper, we take pure Vision Transformer (ViT) as the research base and make full use of the advantages of T…

Multi-Label Image RecognitionObject LocalizationWeakly-Supervised Object Localization

Token-Based Affordance Grounding with Large Vision-Language Models

2026-07-03 · Seung Il Lee, Qinqian Lei, Daguang Xu, Dong Yang 외 arxiv

Affordance grounding aims to localize image regions that support a specific action, serving as a core capability for physical intelligence and embodied perception. Previous studies have primarily relied on weakly supervi…

Weakly Supervised Object Localization via Transformer with Implicit Spatial Calibration

2022-07-21 · Haotian Bai, Ruimao Zhang, Jiong Wang, Xiang Wan

Weakly Supervised Object Localization (WSOL), which aims to localize objects by only using image-level labels, has attracted much attention because of its low annotation cost in real applications. Recent studies leverage…

Long-range modelingObjectObject LocalizationWeakly-Supervised Object Localization

MCTformer+: Multi-Class Token Transformer for Weakly Supervised Semantic Segmentation

2023-08-06 · Lian Xu, Mohammed Bennamoun, Farid Boussaid, Hamid Laga 외

This paper proposes a novel transformer-based framework that aims to enhance weakly supervised semantic segmentation (WSSS) by generating accurate class-specific object localization maps as pseudo labels. Building upon t…

Object LocalizationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation