中文
相关论文

相关论文: Labeling Schemes with Queries

200 篇论文

The L(2, 1)-labeling of a digraph G is a function f from the node set of $G$ to the set of all nonnegative integers such that $|f(x)-f(y)| \geq 2$ if $x$ and $y$ are at distance 1, and $f(x)=f(y)$ if $x$ and $y$ are at distance 2, where the…

离散数学 · 计算机科学 2009-10-01 Tiziana Calamoneri

Semi-supervised learning has received attention from researchers, as it allows one to exploit the structure of unlabeled data to achieve competitive classification results with much fewer labels than supervised approaches. The Local and…

机器学习 · 计算机科学 2022-01-11 Bruno Klaus de Aquino Afonso , Lilian Berton

An {\em ancestry labeling scheme} labels the nodes of any tree in such a way that ancestry queries between any two nodes in a tree can be answered just by looking at their corresponding labels. The common measure to evaluate the quality of…

数据结构与算法 · 计算机科学 2009-02-19 Pierre Fraigniaud , Amos Korman

A labeling scheme for nearest common ancestors assigns a distinct binary string, called the label, to every node of a tree, so that given the labels of two nodes (and no further information about the topology of the tree) we can compute the…

数据结构与算法 · 计算机科学 2017-07-20 Paweł Gawrychowski , Jakub Łopuszański

A good edge-labelling of a simple graph is a labelling of its edges with real numbers such that, for any ordered pair of vertices (u,v), there is at most one nondecreasing path from u to v. Say a graph is good if it admits a good…

组合数学 · 数学 2012-11-13 Abbas Mehrabian

Although multi-label learning can deal with many problems with label ambiguity, it does not fit some real applications well where the overall distribution of the importance of the labels matters. This paper proposes a novel learning…

机器学习 · 计算机科学 2016-04-06 Xin Geng

Let $G=(V(G),E(G))$ be a simple, finite and undirected graph of order $p$ and size $q$. For $k\ge 1$, a bijection $f: V(G)\cup E(G) \to \{k, k+1, k+2, \ldots, k+p+q-1\}$ such that $f(uv)= |f(u) - f(v)|$ for every edge $uv\in E(G)$ is said…

组合数学 · 数学 2023-05-05 Gee-Choon Lau , Wai-Chee Shiu , Ho-Kuen Ng

Suppose that a graph is realized from a stochastic block model where one of the blocks is of interest, but many or all of the vertices' block labels are unobserved. The task is to order the vertices with unobserved block labels into a…

机器学习 · 统计学 2015-11-18 D. E. Fishkind , V. Lyzinski , H. Pao , L. Chen , C. E. Priebe

Hovey introduced $A$-cordial labelings as a generalization of cordial and harmonious labelings \cite{Hovey}. If $A$ is an Abelian group, then a labeling $f \colon V (G) \rightarrow A$ of the vertices of some graph $G$ induces an edge…

组合数学 · 数学 2022-01-24 Sylwia Cichacz

Do higher-order network structures aid graph semi-supervised learning? Given a graph and a few labeled vertices, labeling the remaining vertices is a high-impact problem with applications in several tasks, such as recommender systems, fraud…

社会与信息网络 · 计算机科学 2020-02-20 Dhivya Eswaran , Srijan Kumar , Christos Faloutsos

In this paper, we answer the question of when inserting label noise (less informative labels) can instead return us more accurate and fair models. We are primarily inspired by three observations: 1) In contrast to reducing label noise…

机器学习 · 计算机科学 2021-11-09 Yang Liu , Jialu Wang

Laplace learning is a popular machine learning algorithm for finding missing labels from a small number of labelled feature vectors using the geometry of a graph. More precisely, Laplace learning is based on minimising a graph-Dirichlet…

统计理论 · 数学 2023-07-21 Adrien Weihs , Matthew Thorpe

This manuscript introduces Diophantine labeling, a new way of labeling of the vertices for finite simple undirected graphs with some divisibility condition on the edges. Maximal graphs admitting Diophantine labeling are investigated and…

组合数学 · 数学 2026-01-01 A. Nasr , A. Elsonbaty , M. A. Seoud , M. Anwar

In this work, we study the problem of computing a maximum common contraction of two vertex-labeled graphs, i.e. how to make them identical by contracting as little edges as possible in the two graphs. We study the problem from a…

数据结构与算法 · 计算机科学 2025-07-01 Manuel Lafond , Bertrand Marchand

Graphs are nowadays ubiquitous in the fields of signal processing and machine learning. As a tool used to express relationships between objects, graphs can be deployed to various ends: I) clustering of vertices, II) semi-supervised…

机器学习 · 计算机科学 2020-07-17 Carlos Lassance , Vincent Gripon , Gonzalo Mateos

Let $G$ a bipartite graph with vertex bipartition $\{A,B\}$ and let $m=|E(G)|$. An $(A,B)$-uniformly ordered labeling of $G$ is a labeling $f\colon V\rightarrow [0,2m]$ which, among other conditions, requires that there exists $\lambda\in…

组合数学 · 数学 2026-05-14 Paola Bonacini , Lucia Marino

In the context of distance oracles, a labeling algorithm computes vertex labels during preprocessing. An $s,t$ query computes the corresponding distance from the labels of $s$ and $t$ only, without looking at the input graph. Hub labels is…

数据结构与算法 · 计算机科学 2013-06-25 Andrew V. Goldberg , Ilya Razenshteyn , Ruslan Savchenko

We develop a formalism to address statistical pattern recognition of graph valued data. Of particular interest is the case of all graphs having the same number of uniquely labeled vertices. When the vertex labels are latent, such graphs are…

定量方法 · 定量生物学 2012-10-17 Joshua T. Vogelstein , Carey E. Priebe

An antimagic labeling for a graph $G$ with $m$ edges is a bijection $f: E(G) \to \{1, 2, \dots, m\}$ so that $\phi_f(u) \neq \phi_f(v)$ holds for any pair of distinct vertices $u, v \in V(G)$, where $\phi_f(x) = \sum_{x \in e} f(e)$. A…

组合数学 · 数学 2022-09-20 Daphne Der-Fen Liu , Vicente Lossada

Node classification on graphs often requires labeled nodes, yet obtaining labels at graph scale is expensive. When node attributes contain semantic content, such as paper abstracts, web pages, or product descriptions, large language models…

机器学习 · 计算机科学 2026-05-28 Safal Thapaliya , Jiatan Huang , Chuxu Zhang