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,181 papers · 148 categories

Trend · papers per month

237475712949 · Jun 202019922001200920182026
48 results for bipartite network

Bipartite networks are a common type of network data in which there are two types of vertices, and only vertices of different types can be connected. While bipartite networks exhibit community structure like their unipartite counterparts, existing approaches to bipartite community detection have drawbacks, including im…

2014-03-12abs ↗pdf ↗

New model for detecting communities in weighted bipartite networks.

problem No model for community detection in overlapping bipartite weighted networks.
method Introduces BiMMDF model allowing any distribution with block structure.
result Efficient algorithm with theoretical guarantee of consistent estimation.

Research tackles learning vertex representations for bipartite networks.

problem Lack of research on learning vertex representations for bipartite networks.
method Apply generic methods like node2vec and LINE, but ignore vertex type information.
result Generic methods are suboptimal for bipartite networks due to different properties and patterns.

A new SBM for bipartite networks improves community detection in noisy data.

problem Community detection in bipartite networks with stochastic blockmodels.
method Bayesian nonparametric formulation of SBM for bipartite networks, algorithm to find communities efficiently.
result Improves community detection results over general SBMs, especially in noisy data.

A new model detects common patterns in pollination networks.

problem Comparing organization of bipartite networks to understand community structure.
method colBiSBM, a family of probabilistic models for collections of bipartite networks.
result The method uncovers shared ecological roles and partitions networks.

Develops a new variational estimator for node popularity in bipartite networks.

problem Estimating node popularity in bipartite networks with varying patterns.
method Variational Expectation-Maximization (VEM) framework for the Two-Way Node Popularity Model (TNPM).
result The proposed method achieves superior estimation accuracy across different types of networks.

New method for matching bipartite and unipartite graphs without collapsing.

problem Matching between bipartite and unipartite networks without losing information.
method Formulated as an undirected graphical model, aligns graphs without collapsing.
result Consistent method with conditions for exact recovery of matching solution.

Within the last fifteen years, network theory has been successfully applied both to natural sciences and to socioeconomic disciplines. In particular, bipartite networks have been recognized to provide a particularly insightful representation of many systems, ranging from mutualistic networks in ecology to trade network…

2015-03-17abs ↗pdf ↗

Proposes TNPM for better node popularity in directed and bipartite networks.

problem Lack of node popularity consideration in community detection of directed and bipartite networks.
method Two-Way Node Popularity Model (TNPM) with Delete-One-Method (DOM) and Two-Stage Divided Cosine Algorithm (TSDC).
result Improved estimation accuracy and computational efficiency demonstrated through real-world applications.

Community detection or clustering is a fundamental task in the analysis of network data. Many real networks have a bipartite structure which makes community detection challenging. In this paper, we consider a model which allows for matched communities in the bipartite setting, in addition to node covariates with inform…

2017-03-15abs ↗pdf ↗

Cascade-BGNN efficiently learns node representations for large-scale bipartite graphs.

problem Efficiently learning node representations for large-scale bipartite graphs with limited labels.
method Cascade-BGNN uses customized Inter-domain Message Passing (IDMP) and Intra-domain Alignment (IDA) for efficient information aggregation.
result Cascade-BGNN achieves domain-consistent, self-supervised, and efficient node representation learning.

Graph neural networks speed up nonnegative matrix factorization.

problem Efficiently factorize nonnegative matrices for various applications.
method Developed a graph neural network that combines bipartite self-attention with ADMM updates.
result Significant acceleration achieved in nonnegative matrix factorization.

Bipartite data is common in data engineering and brings unique challenges, particularly when it comes to clustering tasks that impose on strong structural assumptions. This work presents an unsupervised method for assessing similarity in bipartite data. Similar to some co-clustering methods, the method is based on regu…

2017-02-16abs ↗pdf ↗

We propose a Bayesian methodology for one-mode projecting a bipartite network that is being observed across a series of discrete time steps. The resulting one mode network captures the uncertainty over the presence/absence of each link and provides a probability distribution over its possible weight values. Additionall…

2012-12-12abs ↗pdf ↗

New method embeds bipartite graphs into vectors, overcoming nonlinear challenges.

problem Learning vector representations for bipartite graphs with nonparametric components.
method Semiparametric exponential family distribution, pseudo-likelihood objective, gradient descent.
result Gradient descent achieves linear convergence rate and robust to model misspecification.

Better investment strategies identified through a network metric of asset commonality.

problem Identifying investment strategies based on fund portfolio asset popularity.
method Bipartite network analysis of mutual funds and their holdings, calculating the Average Commonality Coefficient (ACC).
result Funds investing in less popular assets outperform those in more popular ones, even after adjusting for standard factors.

Framework for inferring latent structure from sparse, imperfectly detected bipartite networks.

problem Recovering latent structure from sparse, imperfectly detected bipartite networks in ecology.
method Structured sparse nonnegative low-rank factorization with detection probability estimation and ADMM-based algorithm.
result Improved recovery of latent factors and structure compared to existing methods.

Study reveals multiple core-periphery structures in interbank markets, transforming during financial crises.

problem Understanding the complex structure and transformation of interbank markets during financial crises.
method Novel core-periphery detection method on eMID interbank market data.
result Interbank markets exhibit multiple core-periphery pairs and transition to bipartite structures over short time scales.

Bipartite graphs with more edges than a threshold have positive curvature.

problem Determining the curvature of bipartite graphs based on edge density.
method Using a new formula for Lin--Lu--Yau curvature, the study establishes conditions for bipartite graphs to have positive curvature.
result Bipartite graphs with more edges than the specified threshold have positive Lin--Lu--Yau curvature.

Model for operational risk using bipartite graphs and heavy-tailed distributions.

problem Capturing event type and business line structure in operational risk data.
method Statistical model based on heavy-tailed distributions and bipartite graphs.
result Reliable estimates of tail risk and capital allocations with small data sets.

We present an analysis of the credit market of Japan. The analysis is performed by investigating the bipartite network of banks and firms which is obtained by setting a link between a bank and a firm when a credit relationship is present in a given time window. In our investigation we focus on a community detection alg…

2014-07-21abs ↗pdf ↗

We consider matrix completion for recommender systems from the point of view of link prediction on graphs. Interaction data such as movie ratings can be represented by a bipartite user-item graph with labeled edges denoting observed ratings. Building on recent progress in deep learning on graph-structured data, we prop…

2017-06-07abs ↗pdf ↗