paper-with-me

Papers

Revisiting Multiple Instance Neural Networks

2016-10-08 · Xinggang Wang, Yongluan Yan, Peng Tang, Xiang Bai, Wenyu Liu

Recently neural networks and multiple instance learning are both attractive topics in Artificial Intelligence related research fields. Deep neural networks have achieved great success in supervised learning problems, and multiple instance learning as a typical weakly-supervised learning method is effective for many applications in computer vision, biometrics, nature language processing, etc. In this paper, we revisit the problem of solving multiple instance learning problems using neural networks. Neural networks are appealing for solving multiple instance learning problem. The multiple instance neural networks perform multiple instance learning in an end-to-end way, which take a bag with various number of instances as input and directly output bag label. All of the parameters in a multiple instance network are able to be optimized via back-propagation. We propose a new multiple instance neural network to learn bag representations, which is different from the existing multiple instance neural networks that focus on estimating instance label. In addition, recent tricks developed in deep learning have been studied in multiple instance networks, we find deep supervision is effective for boosting bag classification accuracy. In the experiments, the proposed multiple instance networks achieve state-of-the-art or competitive performance on several MIL benchmarks. Moreover, it is extremely fast for both testing and training, e.g., it takes only 0.0003 second to predict a bag and a few seconds to train on a MIL datasets on a moderate CPU.

📄 PDF Abstract BibTeX arXiv:1610.02501

Code (0)

등록된 구현이 없습니다.

Tasks

CPUMultiple Instance LearningWeakly-supervised Learning

Similar Papers 제목 키워드 기반

HookMIL: Revisiting Context Modeling in Multiple Instance Learning for Computational Pathology

2025-12-20 · Xitong Ling, Minxi Ouyang, Xiaoxiao Li, Jiawen Li 외 arxiv

Multiple Instance Learning (MIL) has enabled weakly supervised analysis of whole-slide images (WSIs) in computational pathology. However, traditional MIL approaches often lose crucial contextual information, while transf…

Multiple Instance LearningComputational Efficiency

Revisiting Predictive Process Monitoring in the Age of Foundation Models: A Comparative Study of Sequence, Tabular, and LLM Approaches

2026-07-30 · Lennart Fertig, Lukas Kirchdorfer, Tobias Sesterhenn arxiv

Predictive process monitoring (PPM) leverages event logs to forecast the future of running process instances, for instance, predicting the next activity, the remaining time until case completion, or the time to the next …

Activity Prediction

Revisiting Semi-Supervised Learning with Graph Embeddings

2016-03-29 · Zhilin Yang, William W. Cohen, Ruslan Salakhutdinov

We present a semi-supervised learning framework based on graph embeddings. Given a graph between instances, we train an embedding for each instance to jointly predict the class label and the neighborhood context in the g…

Document ClassificationEntity Extraction using GANGeneral ClassificationNode Classification+1

Mitigating Forgetting in Online Continual Learning via Instance-Aware Parameterization

2020-12-01 · NeurIPS 2020 12 · Hung-Jen Chen, An-Chieh Cheng, Da-Cheng Juan, Wei Wei 외

Online continual learning is a challenging scenario where a model needs to learn from a continuous stream of data without revisiting any previously encountered data instances. The phenomenon of catastrophic forgetting is…

Continual Learning

Revisiting Instance-Optimal Cluster Recovery in the Labeled Stochastic Block Model

2023-06-18 · Kaito Ariu, Alexandre Proutiere, Se-Young Yun

In this paper, we investigate the problem of recovering hidden communities in the Labeled Stochastic Block Model (LSBM) with a finite number of clusters whose sizes grow linearly with the total number of nodes. We derive…

ClusteringStochastic Block Model