中文
相关论文

相关论文: Every Error has Its Magnitude: Asymmetric Mistake …

200 篇论文

Multiple Instance Learning (MIL) recently provides an appealing way to alleviate the drifting problem in visual tracking. Following the tracking-by-detection framework, an online MILBoost approach is developed that sequentially chooses weak…

计算机视觉与模式识别 · 计算机科学 2020-03-18 Jinwu Liu , Yao Lu , Tianfei Zhou

Weakly supervised instance labeling using only image-level labels, in lieu of expensive fine-grained pixel annotations, is crucial in several applications including medical image analysis. In contrast to conventional instance segmentation…

计算机视觉与模式识别 · 计算机科学 2019-07-31 Jayaraman J. Thiagarajan , Satyananda Kashyap , Alexandros Karagyris

In computational pathology, multiple instance learning (MIL) is widely used to circumvent the computational impasse in giga-pixel whole slide image (WSI) analysis. It usually consists of two stages: patch-level feature extraction and…

图像与视频处理 · 电气工程与系统科学 2023-09-21 Beidi Zhao , Wenlong Deng , Zi Han , Li , Chen Zhou , Zuhua Gao , Gang Wang , Xiaoxiao Li

Although multiple instance learning (MIL) methods are widely used for automatic tumor detection on whole slide images (WSI), they suffer from the extreme class imbalance within the small tumor WSIs. This occurs when the tumor comprises only…

计算机视觉与模式识别 · 计算机科学 2023-09-19 Ziyu Su , Mostafa Rezapour , Usama Sajjad , Shuo Niu , Metin Nafi Gurcan , Muhammad Khalid Khan Niazi

Membranous nephropathy (MN) is a frequent type of adult nephrotic syndrome, which has a high clinical incidence and can cause various complications. In the biopsy microscope slide of membranous nephropathy, spikelike projections on the…

计算机视觉与模式识别 · 计算机科学 2020-07-21 Yilin Chen , Ming Li , Yongfei Wu , Xueyu Liu , Fang Hao , Daoxiang Zhou , Xiaoshuang Zhou , Chen Wang

Multi-Instance Learning(MIL) aims to learn the mapping between a bag of instances and the bag-level label. Therefore, the relationships among instances are very important for learning the mapping. In this paper, we propose an MIL algorithm…

机器学习 · 计算机科学 2021-02-04 Yangling Ma , Zhouwang Yang

The first step in Multiple Instance Learning (MIL) algorithms for Whole Slide Image (WSI) classification consists of tiling the input image into smaller patches and computing their feature vectors produced by a pre-trained feature extractor…

计算机视觉与模式识别 · 计算机科学 2024-03-11 Juan I. Pisula , Katarzyna Bozek

Multiple Instance Learning (MIL) gains popularity in many real-life machine learning applications due to its weakly supervised nature. However, the corresponding effort on explaining MIL lags behind, and it is usually limited to presenting…

Histomorphology is crucial in cancer diagnosis. However, existing whole slide image (WSI) classification methods struggle to effectively incorporate histomorphology information, limiting their ability to capture key pathological features.…

计算机视觉与模式识别 · 计算机科学 2025-12-01 Baizhi Wang , Rui Yan , Wenxin Ma , Xu Zhang , Yuhao Wang , Xiaolong Li , Yunjie Gu , Zihang Jiang , S. Kevin Zhou

Weakly supervised whole slide image (WSI) classification is challenging due to the lack of patch-level labels and high computational costs. State-of-the-art methods use self-supervised patch-wise feature representations for multiple…

计算机视觉与模式识别 · 计算机科学 2024-10-04 Wentao Huang , Xiaoling Hu , Shahira Abousamra , Prateek Prasanna , Chao Chen

Prompt learning has emerged as a promising paradigm for adapting pre-trained vision-language models (VLMs) to few-shot whole slide image (WSI) classification by aligning visual features with textual representations, thereby reducing…

计算机视觉与模式识别 · 计算机科学 2025-10-01 Junjie Zhou , Wei Shao , Yagao Yue , Wei Mu , Peng Wan , Qi Zhu , Daoqiang Zhang

Strongly supervised learning requires detailed knowledge of truth labels at instance levels, and in many machine learning applications this is a major drawback. Multiple instance learning (MIL) is a popular weakly supervised learning method…

机器学习 · 计算机科学 2022-02-18 Saul Fuster , Trygve Eftestøl , Kjersti Engan

Multiple-instance learning is a subset of weakly supervised learning where labels are applied to sets of instances rather than the instances themselves. Under the standard assumption, a set is positive only there is if at least one instance…

机器学习 · 计算机科学 2021-05-05 Daniel Grahn

Whole slide images (WSIs) classification represents a fundamental challenge in computational pathology, where multiple instance learning (MIL) has emerged as the dominant paradigm. Current state-of-the-art (SOTA) MIL methods rely on…

计算机视觉与模式识别 · 计算机科学 2025-10-07 Chengying She , Chengwei Chen , Dongjie Fan , Lizhuang Liu , Chengwei Shao , Yun Bian , Ben Wang , Xinran Zhang

We propose a new formulation of Multiple-Instance Learning (MIL), in which a unit of data consists of a set of instances called a bag. The goal is to find a good classifier of bags based on the similarity with a "shapelet" (or pattern),…

机器学习 · 计算机科学 2020-10-14 Daiki Suehiro , Kohei Hatano , Eiji Takimoto , Shuji Yamamoto , Kenichi Bannai , Akiko Takeda

Whole Slide Image (WSI) analysis is a powerful method to facilitate the diagnosis of cancer in tissue samples. Automating this diagnosis poses various issues, most notably caused by the immense image resolution and limited annotations. WSIs…

计算机视觉与模式识别 · 计算机科学 2023-04-19 Ahmet Gokberk Gul , Oezdemir Cetin , Christoph Reich , Tim Prangemeier , Nadine Flinner , Heinz Koeppl

In Multiple Instance Learning (MIL), models are trained using bags of instances, where only a single label is provided for each bag. A bag label is often only determined by a handful of key instances within a bag, making it difficult to…

机器学习 · 计算机科学 2022-03-16 Joseph Early , Christine Evers , Sarvapali Ramchurn

We propose Spatial-Aware Correlated Multiple Instance Learning (SAC-MIL) for performing WSI classification. SAC-MIL consists of a positional encoding module to encode position information and a SAC block to perform full instance…

计算机视觉与模式识别 · 计算机科学 2025-09-05 Yu Bai , Zitong Yu , Haowen Tian , Xijing Wang , Shuo Yan , Lin Wang , Honglin Li , Xitong Ling , Bo Zhang , Zheng Zhang , Wufan Wang , Hui Gao , Xiangyang Gong , Wendong Wang

In computational pathology, random sampling of patches during training of Multiple Instance Learning (MIL) methods is computationally efficient and serves as a regularization strategy. Despite its promising benefits, questions concerning…

计算机视觉与模式识别 · 计算机科学 2024-03-11 H. Keshvarikhojasteh , J. P. W. Pluim , M. Veta

Whole slide image (WSI) classification is a critical task in computational pathology. However, the gigapixel-size of such images remains a major challenge for the current state of deep-learning. Current methods rely on multiple-instance…

计算机视觉与模式识别 · 计算机科学 2023-10-04 Etienne Pochet , Rami Maroun , Roger Trullo
‹ 上一页 1 8 9 10 下一页 ›