paper-with-me

홈 › Papers

Bag Graph: Multiple Instance Learning using Bayesian Graph Neural Networks

2022-02-22 · Soumyasundar Pal, Antonios Valkanas, Florence Regol, Mark Coates

Multiple Instance Learning (MIL) is a weakly supervised learning problem where the aim is to assign labels to sets or bags of instances, as opposed to traditional supervised learning where each instance is assumed to be independent and identically distributed (IID) and is to be labeled individually. Recent work has shown promising results for neural network models in the MIL setting. Instead of focusing on each instance, these models are trained in an end-to-end fashion to learn effective bag-level representations by suitably combining permutation invariant pooling techniques with neural architectures. In this paper, we consider modelling the interactions between bags using a graph and employ Graph Neural Networks (GNNs) to facilitate end-to-end learning. Since a meaningful graph representing dependencies between bags is rarely available, we propose to use a Bayesian GNN framework that can generate a likely graph structure for scenarios where there is uncertainty in the graph or when no graph is available. Empirical results demonstrate the efficacy of the proposed technique for several MIL benchmark tasks and a distribution regression task.

📄 PDF Abstract BibTeX arXiv:2202.11132

Code (1)

networkslab/baggraph 공식 구현 pytorch

Tasks

Multiple Instance LearningWeakly-supervised Learning

Similar Papers 제목 키워드 기반

Pruning Bayesian Networks for Efficient Computation

2013-03-27 · Michelle Baker, Terrance E. Boult

This paper analyzes the circumstances under which Bayesian networks can be pruned in order to reduce computational complexity without altering the computation for variables of interest. Given a problem instance which con…

Scalable Bayesian Network Structure Learning with Splines

2021-10-27 · Charupriya Sharma, Peter van Beek

The graph structure of a Bayesian network (BN) can be learned from data using the well-known score-and-search approach. Previous work has shown that incorporating structured representations of the conditional probability…

feature selectionregression

Bayesian Semi-supervised Learning with Graph Gaussian Processes

2018-09-12 · NeurIPS 2018 12 · Yin Cheng Ng, Nicolo Colombo, Ricardo Silva

We propose a data-efficient Gaussian process-based Bayesian approach to the semi-supervised learning problem on graphs. The proposed model shows extremely competitive performance when compared to the state-of-the-art gra…

Active LearningGaussian ProcessesVariational Inference

Spatial Relation Graph and Graph Convolutional Network for Object Goal Navigation

2022-08-27 · D. A. Sasi Kiran, Kritika Anand, Chaitanya Kharyal, Gulshan Kumar 외

This paper describes a framework for the object-goal navigation task, which requires a robot to find and move to the closest instance of a target object class from a random starting position. The framework uses a history…

Bayesian InferenceObjectPositionRelation

Beta Process Multiple Kernel Learning

2014-06-01 · CVPR 2014 6 · Bingbing Ni, Teng Li, Pierre Moulin

In kernel based learning, the kernel trick transforms the original representation of a feature instance into a vector of similarities with the training feature instances, known as kernel representation. However, feature …

Variational Inference