中文
相关论文

相关论文: Partial orders and monotonicity of logarithmic dep…

200 篇论文

Decision trees are popular classification models, providing high accuracy and intuitive explanations. However, as the tree size grows the model interpretability deteriorates. Traditional tree-induction algorithms, such as C4.5 and CART,…

机器学习 · 计算机科学 2022-11-29 Guangyi Zhang , Aristides Gionis

Weighted recursive trees are built by adding successively vertices with predetermined weights to a tree: each new vertex is attached to a parent chosen randomly proportionally to its weight. Under some assumptions on the sequence of…

概率论 · 数学 2021-12-16 Michel Pain , Delphin Sénizergues

Modeling complex networks has been the focus of much research for over a decade. Preferential attachment (PA) is considered a common explanation to the self organization of evolving networks, suggesting that new nodes prefer to attach to…

物理与社会 · 物理学 2013-06-05 Osnat Mokryn , Marcel Blattner , Yuval Shavitt

Many networks exhibit scale free behavior where their degree distribution obeys a power law for large vertex degrees. Models constructed to explain this phenomena have relied on preferential attachment where the networks grow by the…

物理与社会 · 物理学 2012-02-08 Vijay K Samalam

We study the basic preferential attachment process, which generates a sequence of random trees, each obtained from the previous one by introducing a new vertex and joining it to one existing vertex, chosen with probability proportional to…

概率论 · 数学 2012-01-31 Graham Brightwell , Malwina J. Luczak

We present a concept called the branch-depth of a connectivity function, that generalizes the tree-depth of graphs. Then we prove two theorems showing that this concept aligns closely with the notions of tree-depth and shrub-depth of graphs…

组合数学 · 数学 2020-11-05 Matt DeVos , O-joung Kwon , Sang-il Oum

We consider an evolving random discrete tree model called Preferential Attachment with Vertex Death, as introduced by Deijfen. Initialised with an alive root labelled $1$, at each step $n\geq1$ either a new vertex with label $n+1$ is…

概率论 · 数学 2025-03-12 Markus Heydenreich , Bas Lodewijks

We present analytical results for the effect of preferential node deletion on the structure of networks that evolve via node addition and preferential attachment. To this end, we consider a preferential-attachment-preferential-deletion…

物理与社会 · 物理学 2025-06-24 Barak Budnick , Ofer Biham , Eytan Katzav

In this paper, we initiate study of the computational power of adaptive and non-adaptive monotone decision trees - decision trees where each query is a monotone function on the input bits. In the most general setting, the monotone decision…

计算复杂性 · 计算机科学 2023-01-03 Prashanth Amireddy , Sai Jayasurya , Jayalal Sarma

In this article we presented a brief study of the main network models with growth and preferential attachment. Such models are interesting because they present several characteristics of real systems. We started with the classical model…

物理与社会 · 物理学 2020-07-06 Gabriel G. Piva , Fabiano L. Ribeiro , Angelica S. Mata

We investigate centrality and root-inference properties in a class of growing random graphs known as sublinear preferential attachment trees. We show that a continuous time branching processes called the Crump-Mode-Jagers (CMJ) branching…

概率论 · 数学 2016-10-28 Varun Jog , Po-Ling Loh

We introduce a new spatial data structure for high dimensional data called the \emph{approximate principal direction tree} (APD tree) that adapts to the intrinsic dimension of the data. Our algorithm ensures vector-quantization accuracy…

机器学习 · 计算机科学 2012-06-22 Mark McCartin-Lim , Andrew McGregor , Rui Wang

In this paper, we investigate the diameter in preferential attachment (PA-) models, thus quantifying the statement that these models are small worlds. The models studied here are such that edges are attached to older vertices proportional…

概率论 · 数学 2010-04-14 Sander Dommers , Remco van der Hofstad , Gerard Hooghiemstra

We consider models of growing random trees $\{\mathcal{T}_f(n):n\geq 1\}$ with model dynamics driven by an attachment function $f:\mathbb{Z}_+\to \mathbb{R}_+$. At each stage a new vertex enters the system and connects to a vertex $v$ in…

概率论 · 数学 2021-08-11 Sayan Banerjee , Shankar Bhamidi

Spaces with locally varying scale of measurement, like multidimensional structures with differently scaled dimensions, are pretty common in statistics and machine learning. Nevertheless, it is still understood as an open question how to…

Random Forest's performance can be matched by a single slow-growing tree (SGT), which uses a learning rate to tame CART's greedy algorithm. SGT exploits the view that CART is an extreme case of an iterative weighted least square procedure.…

机器学习 · 统计学 2021-07-15 Philippe Goulet Coulombe

We introduce a new type of preferential attachment tree that includes choices in its evolution, like with Achlioptas processes. At each step in the growth of the graph, a new vertex is introduced. Two possible neighbor vertices are selected…

概率论 · 数学 2014-02-18 Yury Malyshkin , Elliot Paquette

The preferential attachment (PA) model is a popular way of modeling dynamic social networks, such as collaboration networks. Assuming that the PA function takes a parametric form, we propose and study the maximum likelihood estimator of the…

统计理论 · 数学 2022-08-17 Fengnan Gao , Aad van der Vaart

Comparison-based preference learning has become central to the alignment of AI models with human preferences. However, these methods may behave counterintuitively. After empirically observing that, when accounting for a preference for…

Courcelle's celebrated theorem states that all MSO-expressible properties can be decided in linear time on graphs of bounded treewidth. Unfortunately, the hidden constant implied by this theorem is a tower of exponentials whose height…

数据结构与算法 · 计算机科学 2026-05-04 Michael Lampis