Papers › Bridge Past and Future: Overcoming Information Asymmetry in Incremental Object Detection

Bridge Past and Future: Overcoming Information Asymmetry in Incremental Object Detection

16 Jul 2024arXiv:2407.11499archive 2025-07-28

Qijie Mo, Yipeng Gao, Shenghao Fu, Junkai Yan, AnCong Wu, Wei-Shi Zheng

In incremental object detection, knowledge distillation has been proven to be an effective way to alleviate catastrophic forgetting. However, previous works focused on preserving the knowledge of old models, ignoring that images could simultaneously contain categories from past, present, and future stages. The co-occurrence of objects makes the optimization objectives inconsistent across different stages since the definition for foreground objects differs across various stages, which limits the model's performance greatly. To overcome this problem, we propose a method called ``Bridge Past and Future'' (BPF), which aligns models across stages, ensuring consistent optimization directions. In addition, we propose a novel Distillation with Future (DwF) loss, fully leveraging the background probability to mitigate the forgetting of old classes while ensuring a high level of adaptability in learning new classes. Extensive experiments are conducted on both Pascal VOC and MS COCO benchmarks. Without memory, BPF outperforms current state-of-the-art methods under various settings. The code is available at https://github.com/iSEE-Laboratory/BPF.

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

Code

Syntology Ran 4 of 9 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 4 ran with no contract checked.

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

isee-laboratory/bpf officialmentioned in papermentioned on GitHubpytorchMIT 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

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

4ran
5unverified

Licence: 0 of the 9 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 isee-laboratory/bpf. “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.

add_attention_scores isee-laboratory/bpf/maskrcnn_benchmark/modeling/attention_map.py official repository ran MIT (permissive) · ed0338a30ec1e616 · report
calculate_attention_scores_per_img_roi_align isee-laboratory/bpf/maskrcnn_benchmark/modeling/attention_map.py official repository ran MIT (permissive) · 374fba1d23321a7b · report
next_free_port isee-laboratory/bpf/get_free_port.py official repository ran fingerprinted MIT (permissive) · 5bb42fad3fc38eff · report
smooth_l1_loss isee-laboratory/bpf/maskrcnn_benchmark/layers/smooth_l1_loss.py official repository ran MIT (permissive) · e261fa29066b37e5 · report
calculate_roi_scores_distillation_losses_new_raw iSEE-Laboratory/BPF/maskrcnn_benchmark/distillation/finetune_distillation_all.py official repository unverified MIT (permissive) · 0c50b7e70bf34d44 · report
calculate_roi_scores_distillation_losses_old_raw isee-laboratory/bpf/maskrcnn_benchmark/distillation/finetune_distillation_all.py official repository unverified MIT (permissive) · 06d865291a39b351 · report
generate_attention_map isee-laboratory/bpf/maskrcnn_benchmark/modeling/attention_map.py official repository unverified MIT (permissive) · 910bc10f3fec4d5d · report
interpolate isee-laboratory/bpf/maskrcnn_benchmark/layers/misc.py official repository unverified MIT (permissive) · 2902bf4410253ff7 · report
sigmoid_focal_loss_cpu isee-laboratory/bpf/maskrcnn_benchmark/layers/sigmoid_focal_loss.py official repository unverified MIT (permissive) · 426fd02a2beaf826 · report

Tasks

Knowledge DistillationObject Detectionobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Knowledge Distillation

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