Fréchet Geodesic Boosting

📅 2025-09-22
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Traditional gradient boosting struggles with non-Euclidean structured outputs—such as probability distributions, graphs, and manifolds—due to the absence of additive and scalar-multiplicative algebraic structures in their underlying spaces. To address this, we propose Fréchet Geodesic Boosting, the first generalization of gradient boosting to arbitrary metric spaces. Our method replaces Euclidean residuals with geodesic directions, constructs the ensemble path via Fréchet means and geodesic interpolation, and introduces a weighted minimization optimization framework. Crucially, it intrinsically respects the geometric structure of the output space without requiring embedding or linearization. Theoretical analysis establishes convergence and consistency under mild regularity conditions on the metric space and base learners. Experiments on synthetic and real-world tasks—including distributional forecasting and network evolution modeling—demonstrate substantial improvements over state-of-the-art baselines, achieving both superior generalization performance and strict geometric fidelity.

Technology Category

Application Category

📝 Abstract
Gradient boosting has become a cornerstone of machine learning, enabling base learners such as decision trees to achieve exceptional predictive performance. While existing algorithms primarily handle scalar or Euclidean outputs, increasingly prevalent complex-structured data, such as distributions, networks, and manifold-valued outputs, present challenges for traditional methods. Such non-Euclidean data lack algebraic structures such as addition, subtraction, or scalar multiplication required by standard gradient boosting frameworks. To address these challenges, we introduce Fréchet geodesic boosting (FGBoost), a novel approach tailored for outputs residing in geodesic metric spaces. FGBoost leverages geodesics as proxies for residuals and constructs ensembles in a way that respects the intrinsic geometry of the output space. Through theoretical analysis, extensive simulations, and real-world applications, we demonstrate the strong performance and adaptability of FGBoost, showcasing its potential for modeling complex data.
Problem

Research questions and friction points this paper is trying to address.

Handling complex-structured data lacking Euclidean algebraic operations
Modeling outputs in geodesic metric spaces like distributions and manifolds
Extending gradient boosting to respect intrinsic geometry of output spaces
Innovation

Methods, ideas, or system contributions that make the work stand out.

FGBoost uses geodesics as proxies for residuals
FGBoost constructs ensembles respecting intrinsic output geometry
FGBoost handles outputs in geodesic metric spaces
🔎 Similar Papers
No similar papers found.