Efficient Sum-Based Hierarchical Smoothing Under \ell_1-Norm
Siavosh Benabbas, Hyun Chul Lee, Joel Oren, Yuli Ye

TL;DR
This paper introduces a new hierarchical smoothing regression problem on DAGs, focusing on the -norm case for rooted trees, and provides an efficient combinatorial algorithm with a proof based on linear programming duality.
Contribution
The paper formulates the Sum-Based Hierarchical Smoothing problem, offers a polynomial-time algorithm for the -norm case on trees, and demonstrates its correctness through LP duality.
Findings
Efficient O(n^2) algorithm for -norm hierarchical smoothing on rooted trees.
The combinatorial algorithm's correctness is proven using linear programming duality.
The approach may extend to similar hierarchical constraint problems.
Abstract
We introduce a new regression problem which we call the Sum-Based Hierarchical Smoothing problem. Given a directed acyclic graph and a non-negative value, called target value, for each vertex in the graph, we wish to find non-negative values for the vertices satisfying a certain constraint while minimizing the distance of these assigned values and the target values in the lp-norm. The constraint is that the value assigned to each vertex should be no less than the sum of the values assigned to its children. We motivate this problem with applications in information retrieval and web mining. While our problem can be solved in polynomial time using linear programming, given the input size in these applications such a solution might be too slow. We mainly study the \ell_1-norm case restricting the underlying graphs to rooted trees. For this case we provide an efficient algorithm, running in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Machine Learning and Algorithms · Advanced Bandit Algorithms Research
