Decision-Aware Approximation of Belief Functions for Evidential Combinatorial Optimization
arXiv:2608.10650
2026
Architecture
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper replaces representation fidelity with decision fidelity when compressing a distribution over uncertain costs. Its key transferable asset is a one-point regret bound: under a monotonicity condition, the regret of the decision chosen from a compressed representation is bounded by the compression error evaluated only at the true optimum, rather than uniformly over all feasible decisions. This suggests compressing neural uncertainty outputs, ensembles, particles, or evidential cost distributions specifically for the downstream action selected by a planner. A practical first target is a neural graph model that predicts uncertain edge costs and feeds a shortest-path or routing layer, using regret-aware focal-element pruning instead of Jaccard- or distance-based pruning.
Ideas from this paper
✗ Mechanism failed
2026
Attach an evidential cost head to a neural graph model, representing each edge cost by a weighted set of interval boxes, and compress this representation before the downstream shortest-path or routing solver. Instead of minimizing Jaccard or Jousselme distance between the original and compressed mass functions, choose merges that minimize the induced cost error on the currently selected route, while enforcing a conservative monotonicity condition so that the resulting path regret is bounded.
Useful7/10
Difficulty5/10
Novelty8/10