paper-with-me

Papers

A Boosting Approach to Learning Graph Representations

2014-01-14 · Rajmonda Caceres, Kevin Carter, Jeremy Kun

Learning the right graph representation from noisy, multisource data has garnered significant interest in recent years. A central tenet of this problem is relational learning. Here the objective is to incorporate the partial information each data source gives us in a way that captures the true underlying relationships. To address this challenge, we present a general, boosting-inspired framework for combining weak evidence of entity associations into a robust similarity metric. We explore the extent to which different quality measurements yield graph representations that are suitable for community detection. We then present empirical results on both synthetic and real datasets demonstrating the utility of this framework. Our framework leads to suitable global graph representations from quality measurements local to each edge. Finally, we discuss future extensions and theoretical considerations of learning useful graph representations from weak feedback in general application settings.

📄 PDF Abstract BibTeX arXiv:1401.3258

Code (0)

등록된 구현이 없습니다.

Tasks

Community DetectionRelational Reasoning

Similar Papers 제목 키워드 기반

Identifying while Learning for Document Event Causality Identification

2024-05-31 · Cheng Liu, Wei Xiang, Bang Wang

Event Causality Identification (ECI) aims to detect whether there exists a causal relation between two events in a document. Existing studies adopt a kind of identifying after learning paradigm, where events' representat…

Causal IdentificationEvent Causality Identification

Boosting-GNN: Boosting Algorithm for Graph Networks on Imbalanced Node Classification

2021-05-25 · S. Shi, Kai Qiao, Shuai Yang, L. Wang 외

The Graph Neural Network (GNN) has been widely used for graph data representation. However, the existing researches only consider the ideal balanced dataset, and the imbalanced dataset is rarely considered. Traditional m…

Ensemble LearningGraph Neural NetworkNode ClassificationTransfer Learning

Inductive inference of gradient-boosted decision trees on graphs for insurance fraud detection

2025-10-07 · Félix Vandervorst, Bruno Deprez, Wouter Verbeke, Tim Verdonck arxiv

Graph-based methods are becoming increasingly popular in machine learning due to their ability to model complex data and relations. Insurance fraud is a prime use case, since fraudulent claims are often the result of org…

Fraud Detection

Path-Based Gradient Boosting for Graph-Level Prediction

2026-04-26 · Claudio Meggio, Johan Pensar, Riccardo De Bin arxiv

We propose PathBoost, a gradient tree boosting method for graph-level classification and regression that learns discriminative path-based features directly from the input graph structure. Building on a previous work, whi…

Binary Classification

Does your graph need a confidence boost? Convergent boosted smoothing on graphs with tabular node features

2021-10-26 · Jiuhai Chen, Jonas Mueller, Vassilis N. Ioannidis, Soji Adeshina 외

For supervised learning with tabular data, decision tree ensembles produced via boosting techniques generally dominate real-world applications involving iid training/test sets. However for graph data where the iid assump…

Graph Neural Network