paper-with-me

홈 › Papers

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

2024-07-16 · 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.

📄 PDF Abstract BibTeX arXiv:2407.11499

Code (1)

isee-laboratory/bpf 공식 구현 pytorch

Tasks

Knowledge Distillationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Bridging Past and Future: End-to-End Autonomous Driving with Historical Prediction and Planning

2025-03-18 · CVPR 2025 1 · Bozhou Zhang, Nan Song, Xin Jin, Li Zhang

End-to-end autonomous driving unifies tasks in a differentiable framework, enabling planning-oriented optimization and attracting growing attention. Current methods aggregate historical information either through dense h…

Autonomous DrivingMotion PlanningPhilosophy

On Predictive Information Sub-optimality of RNNs

2019-09-25 · Zhe Dong, Deniz Oktay, Ben Poole, Alexander A. Alemi

Certain biological neurons demonstrate a remarkable capability to optimally compress the history of sensory inputs while being maximally informative about the future. In this work, we investigate if the same can be said …

Information Plane

Autonomous Agents for Collaborative Task under Information Asymmetry

2024-06-21 · Wei Liu, Chenxi Wang, Yifei Wang, Zihao Xie 외

Large Language Model Multi-Agent Systems (LLM-MAS) have achieved great progress in solving complex tasks. It performs communication among agents within the system to collaboratively solve tasks, under the premise of shar…

Language ModellingLarge Language ModelMulti-agent Integration

Retrodictive Forecasting: A Proof-of-Concept for Exploiting Temporal Asymmetry in Time Series Prediction

2026-02-28 · Cedric Damour arxiv

We propose a retrodictive forecasting paradigm for time series: instead of predicting the future from the past, we identify the future that best explains the observed present via inverse MAP optimization over a Condition…

Time Series Prediction

Priors, Hierarchy, and Information Asymmetry for Skill Transfer in Reinforcement Learning

2022-01-20 · Sasha Salter, Kristian Hartikainen, Walter Goodwin, Ingmar Posner

The ability to discover behaviours from past experience and transfer them to new tasks is a hallmark of intelligent agents acting sample-efficiently in the real world. Equipping embodied reinforcement learners with the s…

reinforcement-learningReinforcement Learning (RL)Transfer Learning