TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Methods/ADRM

ADRM

Adaptive Dynamic Recursive Mapping

GeneralIntroduced 20001 papers
Source Paper

Description

Adaptive Dynamic Recursive Mapping (ADRM)

st+1=ψα(st)=st+α (st−st2),α∈[−1,1].s_{t+1}=\psi_{\alpha}(s_t)=s_t+\alpha\,(s_t-s_t^{2}),\quad \alpha\in[-1,1].st+1​=ψα​(st​)=st​+α(st​−st2​),α∈[−1,1].
  • α>0\alpha>0α>0 amplifies evidence for abnormality
  • α<0\alpha<0α<0 suppresses false positives
  • α=0\alpha=0α=0 leaves the score unchanged

Here, sts_tst​ is the anomaly score at step ttt, and the adaptive decision parameter α\alphaα is learned jointly with the backbone detector. By recursively mapping the score trajectory, ADRM stabilises detector outputs, magnifies truly anomalous segments, and damps noisy spikes, yielding more reliable video-level anomaly detection under weak supervision and heterogeneous federated settings.

Papers Using This Method

Dual‑detector Re‑optimization for Federated Weakly Supervised Video Anomaly Detection Via Adaptive Dynamic Recursive Mapping2025-06-13