{"url":"/sota/weakly-supervised-object-localization-on-cub","task":{"name":"Weakly-Supervised Object Localization","url":"/task/weakly-supervised-object-localization","note":null},"dataset":{"name":"CUB-200-2011","url":"/dataset/cub-200-2011"},"category":"Computer Vision","categories":["Computer Vision"],"category_note":null,"description":"Weakly supervised object localization (WSOL) learns to localize objects with only image-level labels, no object level labels (bonding boxes, etc.,) is needed. It is more attractive since image-level labels are much easier and cheaper to obtain.","description_from":"task","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","rank":"the archive's row order at snapshot; not re-ranked","rows_end_at":"2025-07-28","rows_withheld_as_spam":0,"metric_values":"the archive's strings, untouched"},"metrics":["MaxBoxAccV2","Top-1 Localization Accuracy","Top-1 Error Rate","Top-5 Error"],"metric_direction":{"note":"inferred from the metric name only (the archive records no direction); null = not inferred, chart draws points only","by_metric":{"MaxBoxAccV2":null,"Top-1 Localization Accuracy":"higher","Top-1 Error Rate":null,"Top-5 Error":null}},"counts":{"rows":10,"rows_with_code":9,"rows_with_paper_page":10,"rows_dated":10,"rows_using_additional_data":1},"rows":[{"rank_in_archive_order":1,"model":"DiPS","metrics":{"MaxBoxAccV2":"90.9"},"uses_additional_data":false,"paper_date":"2022-09-09","paper":"/paper/discriminative-sampling-of-proposals-in-self","paper_url":"https://arxiv.org/abs/2209.09209v2","paper_title":"Discriminative Sampling of Proposals in Self-Supervised Transformers for Weakly Supervised Object Localization","code":null,"n_code_links":0,"syntology":null},{"rank_in_archive_order":2,"model":"F-CAM","metrics":{"MaxBoxAccV2":"80.1"},"uses_additional_data":false,"paper_date":"2021-09-15","paper":"/paper/f-cam-full-resolution-cam-via-guided","paper_url":"https://arxiv.org/abs/2109.07069v2","paper_title":"F-CAM: Full Resolution Class Activation Maps via Guided Parametric Upscaling","code":"https://github.com/sbelharbi/fcam-wsol","n_code_links":1,"syntology":null},{"rank_in_archive_order":3,"model":"ADL","metrics":{"MaxBoxAccV2":"66.3","Top-1 Error Rate":"37.71"},"uses_additional_data":false,"paper_date":"2019-08-27","paper":"/paper/attention-based-dropout-layer-for-weakly-1","paper_url":"https://arxiv.org/abs/1908.10028v1","paper_title":"Attention-based Dropout Layer for Weakly Supervised Object Localization","code":"https://github.com/junsukchoe/ADL","n_code_links":1,"syntology":{"n_ran":0,"n_unverified":6,"n_samples":6,"n_pointer_only_licence":0}},{"rank_in_archive_order":4,"model":"SPG","metrics":{"MaxBoxAccV2":"60.4","Top-1 Error Rate":"53.36","Top-5 Error":"42.28"},"uses_additional_data":false,"paper_date":"2018-07-24","paper":"/paper/self-produced-guidance-for-weakly-supervised","paper_url":"http://arxiv.org/abs/1807.08902v2","paper_title":"Self-produced Guidance for Weakly-supervised Object Localization","code":"https://github.com/xiaomengyc/SPG","n_code_links":1,"syntology":{"n_ran":0,"n_unverified":2,"n_samples":2,"n_pointer_only_licence":0}},{"rank_in_archive_order":5,"model":"GenPromp","metrics":{"Top-1 Localization Accuracy":"87.0"},"uses_additional_data":true,"paper_date":"2023-07-19","paper":"/paper/generative-prompt-model-for-weakly-supervised","paper_url":"https://arxiv.org/abs/2307.09756v1","paper_title":"Generative Prompt Model for Weakly Supervised Object Localization","code":"https://github.com/callsys/genpromp","n_code_links":1,"syntology":{"n_ran":1,"n_unverified":0,"n_samples":1,"n_pointer_only_licence":0}},{"rank_in_archive_order":6,"model":"PSOL-DenseNet161-Sep","metrics":{"Top-1 Localization Accuracy":"74.97"},"uses_additional_data":false,"paper_date":"2020-02-26","paper":"/paper/rethinking-the-route-towards-weakly","paper_url":"https://arxiv.org/abs/2002.11359v2","paper_title":"Rethinking the Route Towards Weakly Supervised Object Localization","code":"https://github.com/tzzcl/PSOL","n_code_links":1,"syntology":null},{"rank_in_archive_order":7,"model":"TokenCut","metrics":{"Top-1 Localization Accuracy":"72.9"},"uses_additional_data":false,"paper_date":"2022-02-23","paper":"/paper/self-supervised-transformers-for-unsupervised","paper_url":"https://arxiv.org/abs/2202.11539v2","paper_title":"Self-Supervised Transformers for Unsupervised Object Discovery using Normalized Cut","code":"https://github.com/YangtaoWANG95/TokenCut","n_code_links":1,"syntology":{"n_ran":1,"n_unverified":0,"n_samples":1,"n_pointer_only_licence":0}},{"rank_in_archive_order":8,"model":"LOST","metrics":{"Top-1 Localization Accuracy":"71.3"},"uses_additional_data":false,"paper_date":"2021-09-29","paper":"/paper/localizing-objects-with-self-supervised","paper_url":"https://arxiv.org/abs/2109.14279v1","paper_title":"Localizing Objects with Self-Supervised Transformers and no Labels","code":"https://github.com/valeoai/LOST","n_code_links":2,"syntology":null},{"rank_in_archive_order":9,"model":"ART","metrics":{"Top-1 Error Rate":"34.8","Top-1 Localization Accuracy":"65.22"},"uses_additional_data":false,"paper_date":"2019-11-29","paper":"/paper/on-the-benefits-of-attributional-robustness","paper_url":"https://arxiv.org/abs/1911.13073v4","paper_title":"Attributional Robustness Training using Input-Gradient Spatial Alignment","code":"https://github.com/nupurkmr9/Attributional-Robustness","n_code_links":1,"syntology":null},{"rank_in_archive_order":10,"model":"InfoCAM","metrics":{"Top-1 Error Rate":"54.17","Top-1 Localization Accuracy":"55.83"},"uses_additional_data":false,"paper_date":"2019-11-25","paper":"/paper/rethinking-softmax-with-cross-entropy-neural","paper_url":"https://arxiv.org/abs/1911.10688v4","paper_title":"Rethinking Softmax with Cross-Entropy: Neural Network Classifier as Mutual Information Estimator","code":"https://github.com/ZhenyueQin/Research-Softmax-with-Mutual-Information","n_code_links":1,"syntology":null}],"since_archive":{"claim":"Results that newer papers report for their own method, placed here by Syntology. A model pointed at the cell in the paper's own table; the number was read from that cell and checked against this leaderboard's metric, dataset, split and scale; an independent check that saw this leaderboard's other rows and every other leaderboard on the same dataset accepted it. Not reviewed by the paper's authors or by the archive's editors, and not ranked against the archive rows.","extraction_file_present":true,"measurement":{"test_papers":883,"papers_with_output":881,"judged_true":108,"judged":110,"wilson95_lower":0.9361,"measured_on":"2026-09-24","frozen_commit":"0e3de0df94"},"measurement_note":"blind adjudication of accepted entries on a held-out split of archive papers, rules frozen before the test","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","complete":false,"papers_newer_than_archive":9581,"papers_checked":6264,"papers_extracted_not_yet_verified":0,"boards_without_verdict":2,"papers_not_yet_extracted":3316},"order":"newest first by month (arXiv date, else the arXiv-id month), then arXiv id descending","columns":[],"entries":[]},"syntology":{"read_at":"2026-09-24T18:15:14+00:00","claim":"Per row: N of M harvested code samples from that row's paper executed on a synthesized fixture; the other M-N are unverified. Not a reproduction of the row's number; not a correctness claim. n_pointer_only_licence counts samples the site points at rather than redistributes (a licence axis, independent of ran/unverified).","rows_with_graph_line":4,"rows_with_any_sample_ran":2,"distinct_papers_with_graph_line":4,"distinct_papers_with_any_sample_ran":2,"samples_over_distinct_papers":{"n_ran":2,"n_unverified":8,"n_samples":10,"n_pointer_only_licence":0,"note":"each paper (arXiv id) counted once, however many rows it is behind; this is the page-level figure"},"samples_row_weighted":{"n_ran":2,"n_unverified":8,"n_samples":10,"n_pointer_only_licence":0,"note":"row-weighted: a paper behind several rows is counted once per row; inflated relative to samples_over_distinct_papers by design, kept for readers summing the per-row syntology blocks"}}}