A Class of Optimal Structures for Node Computations in Message Passing Algorithms
Xuan He, Kui Cai, and Liang Zhou

TL;DR
This paper analyzes optimal structures for node computations in message passing algorithms, establishing bounds on complexity and latency, and proposing a construction method for near-optimal structures.
Contribution
It provides theoretical bounds on complexity and latency for node computation structures and introduces a construction method for structures with near-minimal complexity.
Findings
Minimum complexity is 3n - 6.
Minimum latency is ⌈log(n-1)⌉.
Proposed construction runs in O(n^3 log^2 n) time.
Abstract
Consider the computations at a node in a message passing algorithm. Assume that the node has incoming and outgoing messages and , respectively. In this paper, we investigate a class of structures that can be adopted by the node for computing from , where each is computed via a binary tree with leaves excluding . We make three main contributions regarding this class of structures. First, we prove that the minimum complexity of such a structure is , and if a structure has such complexity, its minimum latency is with , where the logarithm always takes base two. Second, we prove that the minimum latency of such a structure is , and if…
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
TopicsError Correcting Code Techniques · Cooperative Communication and Network Coding · Coding theory and cryptography
