This review consolidates the theory and algorithms of Information Filtering Networks, arguing they offer an efficient, interpretable way to model high-dimensional dependencies and to build neural network structures.
Faster Parallel Triangular Maximally Filtered Graphs and Hierarchical Clustering
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Filtered graphs provide a powerful tool for data clustering. The triangular maximally filtered graph (TMFG) method, when combined with the directed bubble hierarchy tree (DBHT) method, defines a useful algorithm for hierarchical data clustering. This combined TMFG-DBHT algorithm has been shown to produce clusters with good accuracy for time series data, but the previous state-of-the-art parallel algorithm has limited parallelism. This paper presents an improved parallel algorithm for TMFG-DBHT. Our algorithm increases the amount of parallelism by aggregating the bulk of the work of TMFG construction together to reduce the overheads of parallelism. Furthermore, our TMFG algorithm updates information lazily, which reduces the overall work. We find further speedups by computing all-pairs shortest paths approximately instead of exactly in DBHT. We show experimentally that our algorithm gives a 3.7--10.7x speedup over the previous state-of-the-art TMFG-DBHT implementation, while preserving clustering accuracy.
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Information Filtering Networks: Theoretical Foundations, Generative Methodologies, and Real-World Applications
This review consolidates the theory and algorithms of Information Filtering Networks, arguing they offer an efficient, interpretable way to model high-dimensional dependencies and to build neural network structures.