paper-with-me

홈 › Papers

Matrix Factorization for Inferring Associations and Missing Links

2025-03-06 · Ryan Barron, Maksim E. Eren, Duc P. Truong, Cynthia Matuszek, James Wendelberger, Mary F. Dorn, Boian Alexandrov

Missing link prediction is a method for network analysis, with applications in recommender systems, biology, social sciences, cybersecurity, information retrieval, and Artificial Intelligence (AI) reasoning in Knowledge Graphs. Missing link prediction identifies unseen but potentially existing connections in a network by analyzing the observed patterns and relationships. In proliferation detection, this supports efforts to identify and characterize attempts by state and non-state actors to acquire nuclear weapons or associated technology - a notoriously challenging but vital mission for global security. Dimensionality reduction techniques like Non-Negative Matrix Factorization (NMF) and Logistic Matrix Factorization (LMF) are effective but require selection of the matrix rank parameter, that is, of the number of hidden features, k, to avoid over/under-fitting. We introduce novel Weighted (WNMFk), Boolean (BNMFk), and Recommender (RNMFk) matrix factorization methods, along with ensemble variants incorporating logistic factorization, for link prediction. Our methods integrate automatic model determination for rank estimation by evaluating stability and accuracy using a modified bootstrap methodology and uncertainty quantification (UQ), assessing prediction reliability under random perturbations. We incorporate Otsu threshold selection and k-means clustering for Boolean matrix factorization, comparing them to coordinate descent-based Boolean thresholding. Our experiments highlight the impact of rank k selection, evaluate model performance under varying test-set sizes, and demonstrate the benefits of UQ for reliable predictions using abstention. We validate our methods on three synthetic datasets (Boolean and uniformly distributed) and benchmark them against LMF and symmetric LMF (symLMF) on five real-world protein-protein interaction networks, showcasing an improved prediction performance.

📄 PDF Abstract BibTeX arXiv:2503.04680

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionInformation RetrievalKnowledge GraphsLink PredictionPredictionRecommendation SystemsUncertainty Quantification

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

Topic Modeling and Link-Prediction for Material Property Discovery

2025-07-08 · Ryan C. Barron, Maksim E. Eren, Valentin Stanev, Cynthia Matuszek 외

Link prediction infers missing or future relations between graph nodes, based on connection patterns. Scientific literature networks and knowledge graphs are typically large, sparse, and noisy, and often contain missing …

Knowledge GraphsLink PredictionModel Selectionscientific discovery

Joint Inference of Diffusion and Structure in Partially Observed Social Networks Using Coupled Matrix Factorization

2020-10-03 · Maryam Ramezani, Aryan Ahadinia, Amirmohammad Ziaei, Hamid R. Rabiee

Access to complete data in large-scale networks is often infeasible. Therefore, the problem of missing data is a crucial and unavoidable issue in the analysis and modeling of real-world social networks. However, most of …

Community DetectionLink Prediction

Drug response prediction by inferring pathway-response associations with Kernelized Bayesian Matrix Factorization

2016-06-11 · Muhammad Ammad-Ud-Din, Suleiman A. Khan, Disha Malani, Astrid Murumägi 외

A key goal of computational personalized medicine is to systematically utilize genomic and other molecular features of samples to predict drug responses for a previously unseen sample. Such predictions are valuable for d…

Data IntegrationDrug Response Prediction

Hypernetwork Knowledge Graph Embeddings

2018-08-21 · Ivana Balažević, Carl Allen, Timothy M. Hospedales

Knowledge graphs are graphical representations of large databases of facts, which typically suffer from incompleteness. Inferring missing relations (links) between entities (nodes) is the task of link prediction. A recen…

Knowledge Graph EmbeddingsKnowledge GraphsLink PredictionPrediction+1

Community detection in multiplex networks based on orthogonal nonnegative matrix tri-factorization

2022-05-02 · Meiby Ortiz-Bouza, Selin Aviyente

Networks are commonly used to model complex systems. The different entities in the system are represented by nodes of the network and their interactions by edges. In most real life systems, the different entities may int…

Community DetectionMultiview Clustering