paper-with-me

홈 › Papers

Reconciling Competing Sampling Strategies of Network Embedding

2023-09-21 · NeurIPS 2023 11

Network embedding plays a significant role in a variety of applications. To capture the topology of the network, most of the existing network embedding algorithms follow a sampling training procedure, which maximizes the similarity (e.g., embedding vectors' dot product) between positively sampled node pairs and minimizes the similarity between negatively sampled node pairs in the embedding space. Typically, close node pairs function as positive samples while distant node pairs are usually considered as negative samples. However, under different or even competing sampling strategies, some methods champion sampling distant node pairs as positive samples to encapsulate longer distance information in link prediction, whereas others advocate adding close nodes into the negative sample set to boost the performance of node recommendation. In this paper, we seek to understand the intrinsic relationships between these competing strategies. To this end, we identify two properties (discrimination and monotonicity) that given any node pair proximity distribution, node embeddings should embrace. Moreover, we quantify the empirical error of the trained similarity score w.r.t. the sampling strategy, which leads to an important finding that the discrimination property and the monotonicity property for all node pairs can not be satisfied simultaneously in real-world applications. Guided by such analysis, a simple yet novel model (SENSEI) is proposed, which seamlessly fulfills the discrimination property and the partial monotonicity within the top-$K$ ranking list. Extensive experiments show that SENSEI outperforms the state-of-the-arts in plain network embedding.Submission Number: 8585

📄 PDF Abstract BibTeX

Code (1)

yucheny5/sensei 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Reconciling Stochastic and Deterministic Strategies for Zero-shot Image Restoration using Diffusion Model in Dual

2025-03-03 · CVPR 2025 1 · Chong Wang, Lanqing Guo, Zixuan Fu, Siyuan Yang 외

Plug-and-play (PnP) methods offer an iterative strategy for solving image restoration (IR) problems in a zero-shot manner, using a learned \textit{discriminative denoiser} as the implicit prior. More recently, a sampling…

DenoisingImage Restoration

GlueFL: Reconciling Client Sampling and Model Masking for Bandwidth Efficient Federated Learning

2022-12-03 · Shiqi He, Qifan Yan, Feijie Wu, Lanjun Wang 외

Federated learning (FL) is an effective technique to directly involve edge devices in machine learning training while preserving client privacy. However, the substantial communication overhead of FL makes training challe…

Federated LearningModel Compression

Reconciling Risk Allocation and Prevalence Estimation in Public Health Using Batched Bandits

2021-10-25 · Ben Chugg, Daniel E. Ho

In many public health settings, there is a perceived tension between allocating resources to known vulnerable areas and learning about the overall prevalence of the problem. Inspired by a door-to-door Covid-19 testing pr…

Reconciling Bayesian Epistemology and Narration-based Approaches to Judiciary Fact-finding

2017-07-27 · Rafal Urbaniak

Legal probabilism (LP) claims the degrees of conviction in juridical fact-finding are to be modeled exactly the way degrees of beliefs are modeled in standard bayesian epistemology. Classical legal probabilism (CLP) adds…

Active Domain Adaptation via Clustering Uncertainty-weighted Embeddings

2020-10-16 · ICCV 2021 10 · Viraj Prabhu, Arjun Chandrasekaran, Kate Saenko, Judy Hoffman

Generalizing deep neural networks to new target domains is critical to their real-world utility. In practice, it may be feasible to get some target data labeled, but to be cost-effective it is desirable to select a maxim…

Active LearningClusteringDiversityDomain Adaptation+2