中文
相关论文

相关论文: Binary Search Tree insertion, the Hypoplactic inse…

200 篇论文

We present a new fast all-pairs shortest path algorithm for unweighted graphs. In breadth-first search which is said to representative and fast in unweighted graphs, the average number of accesses to adjacent vertices (expressed by…

数据结构与算法 · 计算机科学 2019-08-20 Yasuo Yamane , Kenichi Kobayashi

Binary classification is one of the most common problem in machine learning. It consists in predicting whether a given element belongs to a particular class. In this paper, a new algorithm for binary classification is proposed using a…

机器学习 · 计算机科学 2019-03-12 Alexandre Quemy

This paper introduces a series of methods for traversing binary decision trees using arithmetic operations. We present a suite of binary tree traversal algorithms that leverage novel representation matrices to flatten the full binary tree…

机器学习 · 计算机科学 2024-11-18 Jinxiong Zhang

We provide new insight into a {\em generalized conditional subgradient} algorithm and a {\em generalized mirror descent} algorithm for the convex minimization problem \[ \min_x \; \{f(Ax) + h(x)\}.\] As Bach showed in [{\em SIAM J. Optim.},…

最优化与控制 · 数学 2019-06-04 Javier Pena

Graph classes of bounded tree rank were introduced recently in the context of the model checking problem for first-order logic of graphs. These graph classes are a common generalization of graph classes of bounded degree and bounded…

离散数学 · 计算机科学 2025-10-08 Jakub Gajarský , Rose McCarty

An algorithm to improve performance parameter for unsupervised decision forest clustering and density estimation is presented. Specifically, a dual assignment parameter is introduced as a density estimator by combining Random Forest and…

计算机视觉与模式识别 · 计算机科学 2015-07-19 Hayder Albehadili , Naz Islam

Nearest neighbor search plays a fundamental role in many disciplines such as multimedia information retrieval, data-mining, and machine learning. The graph-based search approaches show superior performance over other types of approaches in…

信息检索 · 计算机科学 2022-04-05 Hui Wang , Yong Wang , Wan-Lei Zhao

Twin-width is a structural width parameter introduced by Bonnet, Kim, Thomass\'e and Watrigant [FOCS 2020]. Very briefly, its essence is a gradual reduction (a contraction sequence) of the given graph down to a single vertex while…

We consider the subgraph isomorphism problem where, given two graphs G (source graph) and F (pattern graph), one is to decide whether there is a (not necessarily induced) subgraph of G isomorphic to F. While many practical heuristic…

数据结构与算法 · 计算机科学 2019-08-30 Josef Malík , Ondřej Suchý , Tomáš Valla

General graphs are difficult for learning due to their irregular structures. Existing works employ message passing along graph edges to extract local patterns using customized graph kernels, but few of them are effective for the integration…

计算机视觉与模式识别 · 计算机科学 2020-07-23 Yecheng Lyu , Ming Li , Xinming Huang , Ulkuhan Guler , Patrick Schaumont , Ziming Zhang

The graphical balls-into-bins process is a generalization of the classical 2-choice balls-into-bins process, where the bins correspond to vertices of an arbitrary underlying graph $G$. At each time step an edge of $G$ is chosen uniformly at…

离散数学 · 计算机科学 2021-11-23 Nikhil Bansal , Ohad Feldheim

Graphs and various graph-like combinatorial structures, such as preorders and hypergraphs, are ubiquitous in programming. This paper focuses on representing graphs in a purely functional programming language like Haskell. There are several…

编程语言 · 计算机科学 2022-02-21 Andrey Mokhov

Given a network and a subset of interesting vertices whose identities are only partially known, the vertex nomination problem seeks to rank the remaining vertices in such a way that the interesting vertices are ranked at the top of the…

社会与信息网络 · 计算机科学 2022-03-29 Runbing Zheng , Vince Lyzinski , Carey E. Priebe , Minh Tang

With the algebraic trees, L\"ohr and Winter (2021) introduced a generalization of the notion of graph-theoretic trees to account for potentially uncountable structures. The tree structure is given by the map which assigns to each triple of…

概率论 · 数学 2022-08-01 Josué Nussbaumer , Viet Chi Tran , Anita Winter

There are many classical problems in P whose time complexities have not been improved over the past decades. Recent studies of "Hardness in P" have revealed that, for several of such problems, the current fastest algorithm is the best…

数据结构与算法 · 计算机科学 2017-10-24 Yoichi Iwata , Tomoaki Ogasawara , Naoto Ohsaka

Twin-width is a newly introduced graph width parameter that aims at generalizing a wide range of "nicely structured" graph classes. In this work, we focus on obtaining good bounds on twin-width $\text{tww}(G)$ for graphs $G$ from a number…

离散数学 · 计算机科学 2022-01-25 Hugo Jacob , Marcin Pilipczuk

Deciding whether a graph can be embedded in a grid using only unit-length edges is NP-complete, even when restricted to binary trees. However, it is not difficult to devise a number of graph classes for which the problem is polynomial, even…

数据结构与算法 · 计算机科学 2012-04-13 Vinícius G. P. de Sá , Guilherme D. da Fonseca , Raphael Machado , Celina M. H. de Figueiredo

We describe a substring search problem that arises in group presentation simplification processes. We suggest a two-level searching model: skip and match levels. We give two timestamp algorithms which skip searching parts of the text where…

群论 · 数学 2009-09-25 George Havas , Jin Xian Lian

We consider the statistical problem of recovering a hidden "ground truth" binary labeling for the vertices of a graph up to low Hamming error from noisy edge and vertex measurements. We present new algorithms and a sharp finite-sample…

机器学习 · 计算机科学 2018-02-28 Dylan J. Foster , Daniel Reichman , Karthik Sridharan

Decision trees and randomized forests are widely used in computer vision and machine learning. Standard algorithms for decision tree induction optimize the split functions one node at a time according to some splitting criteria. This greedy…

机器学习 · 计算机科学 2015-11-13 Mohammad Norouzi , Maxwell D. Collins , Matthew Johnson , David J. Fleet , Pushmeet Kohli