Paper uses GNN and conformal prediction for accurate edge weight prediction.
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.
Trend · papers per month
Under what conditions is an edge present in a social network at time t likely to decay or persist by some future time t + Delta(t)? Previous research addressing this issue suggests that the network range of the people involved in the edge, the extent to which the edge is embedded in a surrounding structure, and the age…
The paper predicts edge weights in weighted directed networks using metric geometry.
Community detection is an important task in network analysis, in which we aim to learn a network partition that groups together vertices with similar community-level connectivity patterns. By finding such groups of vertices with similar structural roles, we extract a compact representation of the network's large-scale …
Graph edges, along with their labels, can represent information of fundamental importance, such as links between web pages, friendship between users, the rating given by users to other users or items, and much more. We introduce LEAP, a trainable, general framework for predicting the presence and properties of edges on…
BetaExplainer improves GNN interpretability by masking unimportant edges.
Improved financial network predictability using LLM for edge filtering.
ARGEW improves node embeddings for weighted homophilous graphs by emphasizing strong edge weights.
We prove several results about chordal graphs and weighted chordal graphs by focusing on exposed edges. These are edges that are properly contained in a single maximal complete subgraph. This leads to a characterization of chordal graphs via deletions of a sequence of exposed edges from a complete graph. Most interesti…
Paper proposes efficient weight updates for edge nodes with minimal communication.
This paper proposes a discrimination technique for vertices in a weighted network. We assume that the edge weights and adjacencies in the network are conditionally independent and that both sources of information encode class membership information. In particular, we introduce a edge weight distribution matrix to the s…
Study of Ricci flow on trees, focusing on edge weights and curvatures.
Graph Convolutional Networks (GCNs) have received increasing attention in the machine learning community for effectively leveraging both the content features of nodes and the linkage patterns across graphs in various applications. As real-world graphs are often incomplete and noisy, treating them as ground-truth inform…
We formulate weighted graph clustering as a prediction problem: given a subset of edge weights we analyze the ability of graph clustering to predict the remaining edge weights. This formulation enables practical and theoretical comparison of different approaches to graph clustering as well as comparison of graph cluste…
New algorithm detects communities in weighted networks, improving on binary ones.
Constructs weight 1/2 multiplier systems for a specific group and relates to geometric edge paths.
Comorbid diseases co-occur and progress via complex temporal patterns that vary among individuals. In electronic health records we can observe the different diseases a patient has, but can only infer the temporal relationship between each co-morbid condition. Learning such temporal patterns from event data is crucial f…
We introduce a principled method for the signed clustering problem, where the goal is to partition a graph whose edge weights take both positive and negative values, such that edges within the same cluster are mostly positive, while edges spanning across clusters are mostly negative. Our method relies on a graph-based …
We generalize the stochastic block model to the important case in which edges are annotated with weights drawn from an exponential family distribution. This generalization introduces several technical difficulties for model estimation, which we solve using a Bayesian approach. We introduce a variational algorithm that …
DAGgr aggregates multiple DAGs to stabilize causal structure learning.
A new SBM for non-negative zero-inflated edge weights in networks.
Hypergraphs are used in machine learning to model higher-order relationships in data. While spectral methods for graphs are well-established, spectral theory for hypergraphs remains an active area of research. In this paper, we use random walks to develop a spectral theory for hypergraphs with edge-dependent vertex wei…
New method clusters hypergraphs using weighted random walks and Laplacians.
SWRLDA improves LDA for multi-class classification with edge classes.
Framework for dynamic node embeddings from graph streams.
The paper proposes a novel Kernelized image segmentation scheme for noisy images that utilizes the concept of Smallest Univalue Segment Assimilating Nucleus (SUSAN) and incorporates spatial constraints by computing circular colour map induced weights. Fuzzy damping coefficients are obtained for each nucleus or center p…
Federated learning technique improves convergence speed with communication delays.
Paper tackles dense subgraph discovery with noisy feedback.
The paper proves ML estimators are strongly consistent for identifying edge weights in BAR models.
A new model for detecting overlapping communities in weighted networks.
RR-GNN improves GNN prediction intervals by accounting for graph heteroscedasticity and structural biases.
A distinguishing property of communities in networks is that cycles are more prevalent within communities than across communities. Thus, the detection of these communities may be aided through the incorporation of measures of the local "richness" of the cyclic structure. In this paper, we introduce renewal non-backtrac…
New framework for dense weighted networks with community-specific patterns.
When analyzing weighted networks using spectral embedding, a judicious transformation of the edge weights may produce better results. To formalize this idea, we consider the asymptotic behavior of spectral embedding for different edge-weight representations, under a generic low rank model. We measure the quality of dif…
Functional connections in the brain are frequently represented by weighted networks, with nodes representing locations in the brain, and edges representing the strength of connectivity between these locations. One challenge in analyzing such data is that inference at the individual edge level is not particularly biolog…
Attention improves edge prediction in e-commerce graphs.
Paper detects anomalous edges in social networks using edge exchangeability.
Method certifies edge predictions with cloud-level reliability.
This work estimates edge weights of edge-reinforced random walks using observed data.
Graph convolutional network (GCN) is generalization of convolutional neural network (CNN) to work with arbitrarily structured graphs. A binary adjacency matrix is commonly used in training a GCN. Recently, the attention mechanism allows the network to learn a dynamic and adaptive aggregation of the neighborhood. We pro…
Graph Neural Networks (GNNs) have been widely studied for graph data representation and learning. However, existing GNNs generally conduct context-aware learning on node feature representation only which usually ignores the learning of edge (weight) representation. In this paper, we propose a novel unified GNN model, n…
Flow on weighted graphs sharpens Bakry-Émery curvature.
We give algorithms with provable guarantees that learn a class of deep nets in the generative model view popularized by Hinton and others. Our generative model is an node multilayer neural net that has degree at most for some and each edge has a random edge weight in . Our algorithm learns {\em …
The paper proposes multicalibration to improve matching in graphs with imperfect predictors.
Dual-edge spatial Jacobian image graph for interpretable diabetic retinopathy grading
Let be an infinite Riemann surface equipped with its conformal hyperbolic metric such that the action of the covering group on is of the first kind-i.e., the surface is equal to its convex core. We first prove that any geodesic lamination on is nowhere dense. Given a fixed geodesic pant…
We present a probabilistic framework for overlapping community discovery and link prediction for relational data, given as a graph. The proposed framework has: (1) a deep architecture which enables us to infer multiple layers of latent features/communities for each node, providing superior link prediction performance o…
We address the problem of computing a single linkage dendrogram. A possible approach is to: (i) Form an edge weighted graph over the data, with edge weights reflecting dissimilarities. (ii) Calculate the MST of . (iii) Break the longest edge of thereby splitting it into subtrees , . (iv) Apply …