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.

169,341 papers · 148 categories

Trend · papers per month

25.0%50.0%75.0%100.0% · Jul 199219922001200920182026
48 results for number of trees

Paper analyzes soft tree ensembles using NTK, finding only leaf count matters.

problem Understanding impact of various tree architectures in ensemble learning.
method Formulated and analyzed Neural Tangent Kernel (NTK) for soft tree ensembles.
result Only the number of leaves at each depth is relevant for tree architecture in ensemble learning.

This paper describes experiments, on two domains, to investigate the effect of averaging over predictions of multiple decision trees, instead of using a single tree. Other authors have pointed out theoretical and commonsense reasons for preferring the multiple tree approach. Ideally, we would like to consider predictio…

2013-03-27abs ↗pdf ↗

Subagging improves regression tree performance, especially with many splits.

problem Improving regression tree performance with subsample aggregating.
method Formalized bias and variance dependencies, compared subagging to single trees, and analyzed optimal tree sizes.
result Subagging improves tree performance, especially with many splits.

The study proves a conjecture about arborescent links with many twigs.

problem Proving the meridional rank conjecture for arborescent links.
method Using an upper bound on the bridge number in terms of the maximal number of link components of the underlying tree.
result Proves the meridional rank conjecture for arborescent links with specific properties.

The paper improves bounds on skein tree depth and delta-crossing numbers for knots and links.

problem Improving bounds on skein tree depth and delta-crossing numbers for knots and links.
method Theoretical and computational analysis of skein trees and knot invariants.
result New upper and lower bounds on skein tree depth and delta-crossing numbers are derived.

We introduce a new way to tabulate knots by representing knot diagrams using a pair of planar trees. This pair of trees have their edges labeled by integers, they have no valence 2 vertices, and they have the same number of valence 1 vertices. The number of valence 1 vertices of the trees is called the girth of the kno…

2005-08-29abs ↗pdf ↗

Multistage Defer Trees improve model accuracy while maintaining interpretability.

problem Balancing model accuracy and interpretability, especially in noisy domains.
method A sequence of sparse decision trees that defer predictions to the next tree or a black box.
result Matches the performance of complex tree-based ensembles while using only one or a few sparse trees.

Researchers develop methods to identify diffusion sources in tree networks.

problem Identifying the source of a diffusion in regular tree networks.
method Construct confidence sets for the diffusion source with size independent of the number of infected nodes, using probabilistic analysis of Pólya urns.
result It is possible to construct confidence sets for the diffusion source with size independent of the number of infected nodes.

The paper uses tensor decompositions to improve neural network models for tree data.

problem Encoding structural knowledge from tree-structured data efficiently.
method Introduces new aggregation functions using Canonical and Tensor-Train decompositions.
result Proposed models outperform traditional methods on tree classification tasks.

Integrates differentiable decision trees into neural networks for faster training and inference.

problem Combining differentiability and conditional computation in tree ensembles for neural networks.
method Sparse activation function and specialized forward/backward propagation algorithms for efficient training and inference.
result 10x speed-ups and 20x reduction in parameters compared to existing methods, while maintaining performance.

The paper proposes a method to efficiently predict using labeled binary trees and analyzes the number of samples needed.

problem Efficiently predicting using compositional nonparametric models.
method A compositional nonparametric method expressed as a labeled binary tree, with a greedy algorithm for regression validation.
result The sufficient number of samples is O(klog(pq)+log(k!))O(k\log(pq)+\log(k!)), and the necessary number of samples is Ω(klog(pq)log(k!))Ω(k\log (pq)-\log(k!)).

Study on inflection points of plane curve shadows with fixed embedded shapes.

problem Minimum number of inflection points in plane curves with fixed embedded shadows.
method Finite coorientation problem on building polygons, dynamic programming, universal lower bound, tree-necklace shadows.
result Exact formula for minimum number of normalized inflections for tree-like shadows.

We study relations between the Alexander-Conway polynomial L\nabla_L and Milnor higher linking numbers of links from the point of view of finite-type (Vassiliev) invariants. We give a formula for the first non-vanishing coefficient of L\nabla_L of an m-component link L all of whose Milnor numbers μi1...ipμ_{i_1... i_p} van…

2001-11-08abs ↗pdf ↗

A new method for automatic gradient tree boosting using information theory.

problem Automatic selection of tree complexity and number in gradient boosting.
method Optimism of greedy leaf splitting procedure modeled as a Cox-Ingersoll-Ross process, leading to an information criterion for model selection.
result The method achieves significant speedups (10-1400) compared to xgboost without sacrificing predictive power.

New findings on diffusion rates in wind-tree model with rational parameters.

problem Understanding diffusion rates in the wind-tree model with rational parameters.
method Analyzing real numbers in [0,1) as diffusion rates and providing a criterion for Lyapunov spectrum.
result Exhibit an infinite family of wind-tree billiards with the interior of the Lyapunov spectrum being the full square (0,1)^2.

The notion of friendliness between trees first appeared in solution of Lando's problem on intersection of polyhedra in 3-space. A tree is friendly to a path graph if edges of the tree can be numbered so that for each k,s the path between the edges k and k+1 contains either both or none of the edges k+2s,k+2s+1. Theorem…

2015-09-01abs ↗pdf ↗

For a fully irreducible automorphism φof the free group F_k we compute the asymptotics of the intersection number n \mapsto i(T,T'φ^n) for trees T,T' in Outer space. We also obtain qualitative information about the geometry of the Guirardel core for the trees T and T'φ^n for n large.

2008-06-30abs ↗pdf ↗

ForestPrune optimizes tree ensemble pruning for compactness and speed.

problem Large tree ensembles in predictive models consume excessive memory and reduce interpretability.
method Developed a specialized optimization algorithm to efficiently prune tree ensembles by depth layers.
result ForestPrune produces compact, high-performing models that outperform existing post-processing methods.

dtControl uses decision trees to represent controllers efficiently and explainably.

problem Representing controllers concisely and explainably.
method dtControl uses decision tree learning algorithms to represent controllers. Novel techniques for determinizing controllers are introduced.
result Novel techniques for determinizing controllers during decision tree construction are extremely efficient, yielding small decision trees.

Evolutionary algorithms improve decision tree ensembles.

problem Improving predictive performance of decision trees.
method Real-valued vector representation of decision trees, evolutionary algorithms (Differential evolution, Evolution strategies).
result Proposed methods outperform classical decision tree induction algorithms.

BART's performance improves with more trees, converging to a Gaussian process.

problem Understanding and explaining BART's superior performance in prediction and causal inference.
method Analyzing BART as the number of trees grows towards infinity, showing convergence to a Gaussian process.
result BART converges to a Gaussian process with favorable inferential properties, explaining its excellent performance.

Flexible tree ensemble learning framework supports arbitrary loss functions and multi-task learning.

problem Limited modeling capabilities of existing tree ensemble learning toolkits.
method Differentiable tree ensembles with tensor-based formulation for efficient training.
result Our framework leads to 100x more compact and 23% more expressive tree ensembles.