Papers › Weakly Supervised Object Localization via Transformer with Implicit Spatial Calibration

Weakly Supervised Object Localization via Transformer with Implicit Spatial Calibration

21 Jul 2022arXiv:2207.10447archive 2025-07-28

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 the advantage of self-attention in visual Transformer for long-range dependency to re-active semantic regions, aiming to avoid partial activation in traditional class activation mapping (CAM). However, the long-range modeling in Transformer neglects the inherent spatial coherence of the object, and it usually diffuses the semantic-aware regions far from the object boundary, making localization results significantly larger or far smaller. To address such an issue, we introduce a simple yet effective Spatial Calibration Module (SCM) for accurate WSOL, incorporating semantic similarities of patch tokens and their spatial relationships into a unified diffusion model. Specifically, we introduce a learnable parameter to dynamically adjust the semantic correlations and spatial context intensities for effective information propagation. In practice, SCM is designed as an external module of Transformer, and can be removed during inference to reduce the computation cost. The object-sensitive localization ability is implicitly embedded into the Transformer encoder through optimization in the training phase. It enables the generated attention maps to capture the sharper object boundaries and filter the object-irrelevant background area. Extensive experimental results demonstrate the effectiveness of the proposed method, which significantly outperforms its counterpart TS-CAM on both CUB-200 and ImageNet-1K benchmarks. The code is available at https://github.com/164140757/SCM.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2207.10447")

Code

Syntology Ran 7 of 10 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 4 ran with no contract checked.

By repository: official repository: 10 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

164140757/scm officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 7 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
4ran
3unverified

Licence: 0 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 164140757/SCM. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Attention 164140757/SCM/lib/models/deit.py official repository ran MIT (permissive) · ce23b9a90f7e4277 · report
Block 164140757/SCM/lib/models/deit.py official repository ran MIT (permissive) · cf9b5254c1c546d6 · report
Fuse 164140757/SCM/lib/models/deit.py official repository ran MIT (permissive) · ffeae770a3f8ffce · report
HybridEmbed 164140757/SCM/lib/models/deit.py official repository ran fingerprinted MIT (permissive) · b780b9943fd000fc · report
embeddings_to_cosine_similarity_matrix 164140757/SCM/lib/models/deit.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · bb789660ac0c59bb · report
inverse_schulz 164140757/SCM/lib/models/deit.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · ac13c6b3c1647de2 · report
norm_cam 164140757/SCM/lib/models/deit.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · e0c1b88633b751da · report
Encoder 164140757/SCM/lib/models/deit.py official repository unverified MIT (permissive) · 234c278bead3ee45 · report
SCM 164140757/SCM/lib/models/deit.py official repository unverified MIT (permissive) · c2d706c181c15ef2 · report
VisionTransformer 164140757/SCM/lib/models/deit.py official repository unverified MIT (permissive) · c56f1df1064bfab1 · report

Tasks

Long-range modelingObjectObject LocalizationWeakly-Supervised Object Localization

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Weakly-Supervised Object Localization CUB-200-2011 Deit-S GT-known localization accuracy 96.6 #2 of 3 Archive leaderboard report
Weakly-Supervised Object Localization CUB-200-2011 Deit-S Top-1 Localization Accuracy 76.4 #2 of 3 Archive leaderboard report
Weakly-Supervised Object Localization CUB-200-2011 Deit-S average top-1 classification accuracy 78.5 #2 of 3 Archive leaderboard report
Weakly-Supervised Object Localization ImageNet Deit-S GT-known localization accuracy 68.8 #2 of 6 Archive leaderboard report
Weakly-Supervised Object Localization ImageNet Deit-S Top-1 Localization Accuracy 56.1 #2 of 6 Archive leaderboard report
Weakly-Supervised Object Localization ImageNet Deit-S average top-1 classification accuracy 76.7 #2 of 6 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDiffusionDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections