Papers › TALISMAN: Targeted Active Learning for Object Detection with Rare Classes and Slices...

TALISMAN: Targeted Active Learning for Object Detection with Rare Classes and Slices using Submodular Mutual Information

30 Nov 2021arXiv:2112.00166archive 2025-07-28

Suraj Kothawade, Saikat Ghosh, Sumit Shekhar, Yu Xiang, Rishabh Iyer

Deep neural networks based object detectors have shown great success in a variety of domains like autonomous vehicles, biomedical imaging, etc. It is known that their success depends on a large amount of data from the domain of interest. While deep models often perform well in terms of overall accuracy, they often struggle in performance on rare yet critical data slices. For example, data slices like "motorcycle at night" or "bicycle at night" are often rare but very critical slices for self-driving applications and false negatives on such rare slices could result in ill-fated failures and accidents. Active learning (AL) is a well-known paradigm to incrementally and adaptively build training datasets with a human in the loop. However, current AL based acquisition functions are not well-equipped to tackle real-world datasets with rare slices, since they are based on uncertainty scores or global descriptors of the image. We propose TALISMAN, a novel framework for Targeted Active Learning or object detectIon with rare slices using Submodular MutuAl iNformation. Our method uses the submodular mutual information functions instantiated using features of the region of interest (RoI) to efficiently target and acquire data points with rare slices. We evaluate our framework on the standard PASCAL VOC07+12 and BDD100K, a real-world self-driving dataset. We observe that TALISMAN outperforms other methods by in terms of average precision on rare slices, and in terms of mAP.

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="2112.00166")

Code

Syntology Ran 0 of 12 code samples harvested from 1 repository linked to this paper; 12 have no recorded run.

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

surajkothawade/talisman officialmentioned in paperpytorchMIT 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

12 samples harvested; 0 ran; 0 honoured the contract we drafted; 12 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.

12unverified

Licence: 0 of the 12 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 surajkothawade/talisman. “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.

compute_queryImage_kernel surajkothawade/talisman/talisman/strategies/active_learning_utils/compute_kernel.py official repository unverified MIT (permissive) · 85ed5296deff1e84 · report
compute_queryQuery_kernel surajkothawade/talisman/talisman/strategies/active_learning_utils/compute_kernel.py official repository unverified MIT (permissive) · 84039b965f3086e4 · report
create_custom_dataset surajkothawade/talisman/talisman/strategies/active_learning_utils/custom_dataset.py official repository unverified MIT (permissive) · 6e50f9ceb4249e69 · report
extract_proposal_features surajkothawade/talisman/talisman/strategies/active_learning_utils/extract_features.py official repository unverified MIT (permissive) · 8f021d473ea660b6 · report
furthest_first surajkothawade/talisman/talisman/strategies/active_learning_utils/furthest_first_coreset.py official repository unverified MIT (permissive) · 391d1d55a2451546 · report
get_class_statistics surajkothawade/talisman/talisman/strategies/active_learning_utils/custom_dataset.py official repository unverified MIT (permissive) · 9dc8eb192c8a42dd · report
init_centers surajkothawade/talisman/talisman/strategies/active_learning_utils/clustering.py official repository unverified MIT (permissive) · a60fc8e6d28f3903 · report
l2_normalize surajkothawade/talisman/talisman/strategies/active_learning_utils/compute_kernel.py official repository unverified MIT (permissive) · 1e706ca592829e24 · report
ordered_yaml_dump surajkothawade/talisman/.dev_scripts/gather_models.py official repository unverified MIT (permissive) · 8ff99a6bd2ebf598 · report
prepare_val_file surajkothawade/talisman/talisman/strategies/active_learning_utils/custom_dataset.py official repository unverified MIT (permissive) · bcc3b99e8d9ea31d · report
process_checkpoint surajkothawade/talisman/.dev_scripts/gather_models.py official repository unverified MIT (permissive) · 138e112e22b0314e · report
select_top_k_proposals surajkothawade/talisman/talisman/strategies/active_learning_utils/extract_features.py official repository unverified MIT (permissive) · 6466cc7ecba5e5d0 · report

Tasks

Active LearningAutonomous VehiclesObject Detectionobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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