🤖 AI Summary
This work addresses the challenge of forward-looking decision-making in secure retrieval scenarios where evidence information is asynchronous, missing, delayed, or contaminated. To tackle this, the authors propose a timestamped evidence graph framework that incorporates a time-aware acceptability mask for retrieval and introduces an admittance-based repair mechanism coupled with a repair certificate system. Missing channels are recursively restored via graph-stream propagation, while singular value decomposition (SVD) and einsum operations enable consistent kernel implementation and structured sparsity control across multiple backends (NumPy, PyTorch, JAX, TensorFlow). Theoretically, the study establishes a logarithmic lower bound for identifying missing channels, proves the NP-hardness of minimal-harm repair, and derives a fixed-parameter tractable bound for certifiable search over suspicious channels. Experiments demonstrate significant improvements in recall@k—from 0.017 to 0.069 on public datasets and up to 0.099 in synthetic settings—while ensuring verifiable repair processes and transparent backend usage logging.
📝 Abstract
Security retrieval is often evaluated as ranking over complete evidence, but operational triage is prospective: CVE descriptions, weakness metadata, fix commits, EPSS scores, KEV membership, validation-vector metadata, and side-channel benchmark routes arrive through separate channels, and many are missing, delayed, poisoned, or visible only after the decision time. We introduce conductance-repair evidence graphs, a timestamped framework in which retrieval is performed over a temporal admissibility mask and missing channels are widened by a deterministic graph-flow recurrence rather than by a learned predictor. The method emits a repair certificate recording source probes, decision time, withheld edges, repaired channels, forbidden post-decision edges, backend availability, numerical deviation, and verifier results. The theoretical layer gives an adaptive \(\lceil\log_2 N\rceil\) lower bound for missing-channel identification, an NP-hardness result for minimum harmful repair, and a fixed-parameter certified search bound for \(q\) questionable channels. The current artifact materializes 30 deduplicated public security records, 57 terms, and 58 withheld admissible document-term edges. Under random edge withholding, conductance repair changes recall@\(k\) from 0.017 to 0.069 and average precision from 0.062 to 0.060, while a synthetic security fixture improves recall@\(k\) from 0.055 to 0.099; the public AP drop exposes a limit of broad admissible repair under random edge corruption. The implementation benchmarks the same flow/SVD/einsum kernel under NumPy, PyTorch, JAX, and TensorFlow when available, recording unavailable backends rather than silently substituting them. BBBC019 and LIVECell metadata are retained only as structural controls for sparse evolving source channels, with no clinical or biological performance claim.