Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

168,657 papers · 148 categories

Trend · papers per month

52104155207 · Jun 202019922001200920172026
48 results for tree reduction

Paper improves tree probability estimation using stochastic optimization and variance reduction.

problem Improving tree probability estimation in phylogenetic inference.
method Introduces computationally efficient methods for training SBNs and variance reduction for optimization.
result Methods outperform previous baseline methods in tree topology probability estimation and Bayesian phylogenetic inference.

Decision trees with binary splits are popularly constructed using Classification and Regression Trees (CART) methodology. For binary classification and regression models, this approach recursively divides the data into two near-homogenous daughter nodes according to a split point that maximizes the reduction in sum of …

2019-06-24abs ↗pdf ↗

Paper explains how tree ensembles improve predictions by smoothing and regulating smoothness.

problem Understanding why tree ensembles perform well despite their complexity.
method Interpreting tree ensembles as adaptive and self-regularizing smoothers.
result Ensemble trees make more smooth predictions than individual trees and adjust smoothness based on input dissimilarity.

A new decision tree induction method using MIP for faster optimization.

problem Optimizing decision tree split rules for better classification performance.
method Mixed-integer programming (MIP) for Gini reduction maximization, efficient search algorithm.
result bsnsing trees outperform other tree models in new case discrimination.

We consider the problem of estimating the conditional probability of a label in time O(log n), where n is the number of possible labels. We analyze a natural reduction of this problem to a set of binary regression problems organized in a tree structure, proving a regret bound that scales with the depth of the tree. Mot…

2014-08-09abs ↗pdf ↗

A novel tree algorithm improves time series forecasting accuracy.

problem Improving accuracy in non-linear time series forecasting.
method Developed a hierarchical TAR model as a regression tree that trains globally across series, introducing a forecasting-specific tree algorithm with cross-series learning.
result Significantly higher accuracy than state-of-the-art tree-based algorithms and benchmarks across four metrics.

We adopt data structure in the form of cover trees and iteratively apply approximate nearest neighbour (ANN) searches for fast compressed sensing reconstruction of signals living on discrete smooth manifolds. Levering on the recent stability results for the inexact Iterative Projected Gradient (IPG) algorithm and by us…

2017-06-23abs ↗pdf ↗

We study very small trees from the point of view of reducing systems of free factors, which are analogues of reducing systems of curves for a surface lamination; a non-trivial, proper free factor $F \leq \FN$ reduces TT if and only if FF acts on some subtree of TT with dense orbits. We characterize those trees, call…

2012-11-14abs ↗pdf ↗

Two new methods improve monotonic constraint enforcement in regression and classification trees.

problem Improving monotonic constraints in regression and classification trees.
method Proposed two new methods: one yields better results than LightGBM, the other yields even better results but is slower.
result The best method consistently beats the current implementation of LightGBM, achieving up to 1% loss reduction.

The paper proposes a method to improve random forest classification accuracy by weighting trees based on their decision path reliability.

problem Random forests' uniform voting fails to correct errors in regions where incorrect tree representations outnumber correct ones.
method The paper introduces using the structural pattern of each tree's decision path as an instance-adaptive reliability signal to identify and weight more reliable trees.
result Using the proposed method yields a statistically significant accuracy improvement over RF on 36 binary classification benchmarks.

The paper studies statistical properties of CART regression trees.

problem Understanding the statistical properties of CART regression trees.
method The paper constructs a prior distribution on split points and solves a nonlinear optimization problem to bound the Pearson correlation between the optimal decision stump and response data.
result CART with cost-complexity pruning achieves an optimal complexity/goodness-of-fit tradeoff when the depth scales with the logarithm of the sample size.

Defines super stable maps and proves quotient superorbifolds for genus zero.

problem Defines stable supercurves and super stable maps of genus zero.
method Uses labeled trees and slice theorem for super Lie groups.
result Proves moduli space of stable supercurves and super stable maps are quotient superorbifolds.

As nilpotent studies in knot theory, we focus on invariants of Milnor, Orr, and Kontsevich. We show that the Orr invariant of degree k k is equivalent to the tree reduction of the Kontsevich invariant of degree <2k< 2k . Furthermore, we will see a close relation between the Orr invariant and the Milnor invariant, and …

2017-12-06abs ↗pdf ↗

Let ΣΣ be a compact connected oriented surface with one boundary component and let M\mathcal{M} denote the mapping class group of ΣΣ. By considering the action of M\mathcal{M} on the fundamental group of ΣΣ it is possible to define different filtrations of M\mathcal{M} together with some homomorphisms on each ter…

2019-02-26abs ↗pdf ↗

LILI clustering reduces bias in causal inference by grouping similar counterfactual outcomes.

problem Bias in causal inference from causal forest methods.
method LILI clustering algorithm integrates causal trees through leaf similarity.
result LILI clustering reduces bias and improves prediction accuracy for ATE.

The Hitchin component is a connected component of the character variety of reductive group homomorphisms from the fundamental group of a closed surface S of genus greater than 1 to the Lie group PSL_m(R). The Teichmuller space of S naturally embeds into the Hitchin component. The limit points in the Thurston compactifi…

2019-10-29abs ↗pdf ↗

Reduces conjecture for Artin groups to simpler cases.

problem Proving K(π,1)K(π,1) for Artin groups with specific spherical parabolics.
method Reduces to simpler cases, uses injective metric spaces, combinatorial convexity, and Bestvina-type inequalities.
result Deduces K(π,1)K(π,1) conjecture for specific Artin groups.

Let M denote the mapping class group of S, a compact connected oriented surface with one boundary component. The action of M on the nilpotent quotients of the fundamental group of S allows to define the so-called Johnson filtration and the Johnson homomorphisms. J. Levine introduced a new filtration of M, called the La…

2017-11-30abs ↗pdf ↗

Regularizes decision trees to reduce inference time by up to 4x with minimal accuracy loss.

problem Optimizing decision tree execution time on resource-constrained devices.
method Regularizes impurity computation during CART algorithm training to favor highly asymmetric distributions.
result Reduces inference time by up to 4x with minimal accuracy loss.

This paper describes structuring data and constructing plots to explore forest classification models interactively. A forest classifier is an example of an ensemble, produced by bagging multiple trees. The process of bagging and combining results from multiple trees, produces numerous diagnostics which, with interactiv…

2017-04-08abs ↗pdf ↗

We seek decision rules for prediction-time cost reduction, where complete data is available for training, but during prediction-time, each feature can only be acquired for an additional cost. We propose a novel random forest algorithm to minimize prediction error for a user-specified {\it average} feature acquisition b…

2015-02-20abs ↗pdf ↗

Standard methods for anomaly detection assume that all features are observed at both learning time and prediction time. Such methods cannot process data containing missing values. This paper studies five strategies for handling missing values in test queries: (a) mean imputation, (b) MAP imputation, (c) reduction (redu…

2018-09-05abs ↗pdf ↗

FIGS improves prediction performance while maintaining interpretability, especially in medical domains.

problem Lack of interpretability in machine learning models, particularly in high-stakes domains like medicine.
method Generalizes CART algorithm to grow multiple trees in summation, combining logical rules with addition.
result FIGS achieves state-of-the-art prediction performance and derives interpretable clinical decision instruments (CDIs).

Hippo optimizes deep learning hyper-parameters by reducing redundant trials.

problem Redundant hyper-parameter trials in hyper-parameter optimization.
method Hippo breaks down hyper-parameter sequences into stages and executes them in a tree structure.
result Hippo reduces GPU-hours and training time significantly compared to existing methods.

We design and study a Contextual Memory Tree (CMT), a learning memory controller that inserts new memories into an experience store of unbounded size. It is designed to efficiently query for memories from that store, supporting logarithmic time insertion and retrieval operations. Hence CMT can be integrated into existi…

2018-07-17abs ↗pdf ↗

Study of wild mapping class groups and their cabled braids.

problem Understanding the structure of wild mapping class groups and their cabled versions.
method Define and study generalizations of pure g\mathfrak{g}-braid groups, establish product decompositions, and introduce fission trees.
result Obtain cabled versions of braid groups, related to braid operads.

SX-GeoTree improves spatially coherent explanations in geospatial regression trees.

problem Capturing spatial dependence and producing robust explanations in tabular prediction models.
method Integrates three objectives: impurity reduction, spatial residual control, and explanation robustness via modularity maximization on a consensus similarity network.
result Improves residual spatial evenness and doubles attribution consensus (modularity: Fujian 0.19 vs 0.09; Seattle 0.10 vs 0.05).