paper-with-me

Papers

Split and Expand: An inference-time improvement for Weakly Supervised Cell Instance Segmentation

2020-07-21 · Lin Geng Foo, Rui En Ho, Jiamei Sun, Alexander Binder

We consider the problem of segmenting cell nuclei instances from Hematoxylin and Eosin (H&E) stains with weak supervision. While most recent works focus on improving the segmentation quality, this is usually insufficient for instance segmentation of cell instances clumped together or with a small size. In this work, we propose a two-step post-processing procedure, Split and Expand, that directly improves the conversion of segmentation maps to instances. In the Split step, we split clumps of cells from the segmentation map into individual cell instances with the guidance of cell-center predictions through Gaussian Mixture Model clustering. In the Expand step, we find missing small cells using the cell-center predictions (which tend to capture small cells more consistently as they are trained using reliable point annotations), and utilize Layer-wise Relevance Propagation (LRP) explanation results to expand those cell-center predictions into cell instances. Our Split and Expand post-processing procedure is training-free and is executed at inference-time only. To further improve the performance of our method, a feature re-weighting loss based on LRP is proposed. We test our procedure on the MoNuSeg and TNBC datasets and show that our proposed method provides statistically significant improvements on object-level metrics. Our code will be made available.

📄 PDF Abstract BibTeX arXiv:2007.10817

Code (0)

등록된 구현이 없습니다.

Tasks

Bias DetectionInstance SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Splitting vs. Merging: Mining Object Regions with Discrepancy and Intersection Loss for Weakly Supervised Semantic Segmentation

2020-08-01 · ECCV 2020 8 · Tianyi Zhang, Guosheng Lin, Weide Liu, Jianfei Cai 외

In this paper we focus on the task of weakly-supervised semantic segmentation supervised with image-level labels. Since the pixel-level annotation is not available in the training process, we rely on region mining models…

SegmentationSemantic SegmentationWeakly supervised segmentationWeakly supervised Semantic Segmentation+1

Split HE: Fast Secure Inference Combining Split Learning and Homomorphic Encryption

2022-02-27 · George-Liviu Pereteanu, Amir Alansary, Jonathan Passerat-Palmbach

This work presents a novel protocol for fast secure inference of neural networks applied to computer vision applications. It focuses on improving the overall performance of the online execution by deploying a subset of t…

Model extraction

On graph-based reentrancy-free semantic parsing

2023-02-15 · Alban Petit, Caio Corro

We propose a novel graph-based approach for semantic parsing that resolves two problems observed in the literature: (1) seq2seq models fail on compositional generalization tasks; (2) previous work using phrase structure …

Semantic ParsingTAGWeakly-supervised Learning

Split Happens: Combating Advanced Threats with Split Learning and Function Secret Sharing

2025-07-14 · Tanveer Khan, Mindaugas Budzys, Antonis Michalas arxiv

Split Learning (SL) -- splits a model into two distinct parts to help protect client data while enhancing Machine Learning (ML) processes. Though promising, SL has proven vulnerable to different attacks, thus raising con…

Background Activation Suppression for Weakly Supervised Object Localization and Semantic Segmentation

2023-09-22 · Wei Zhai, Pingyu Wu, Kai Zhu, Yang Cao 외

Weakly supervised object localization and semantic segmentation aim to localize objects using only image-level labels. Recently, a new paradigm has emerged by generating a foreground prediction map (FPM) to achieve pixel…

ObjectObject LocalizationSemantic SegmentationWeakly-Supervised Object Localization+2