paper-with-me

Papers

LEFM-Nets: Learnable Explicit Feature Map Deep Networks for Segmentation of Histopathological Images of Frozen Sections

2022-04-14 · Dario Sitnik, Ivica Kopriva

Accurate segmentation of medical images is essential for diagnosis and treatment of diseases. These problems are solved by highly complex models, such as deep networks (DN), requiring a large amount of labeled data for training. Thereby, many DNs possess task- or imaging modality specific architectures with a decision-making process that is often hard to explain and interpret. Here, we propose a framework that embeds existing DNs into a low-dimensional subspace induced by the learnable explicit feature map (LEFM) layer. Compared to the existing DN, the framework adds one hyperparameter and only modestly increase the number of learnable parameters. The method is aimed at, but not limited to, segmentation of low-dimensional medical images, such as color histopathological images of stained frozen sections. Since features in the LEFM layer are polynomial functions of the original features, proposed LEFM-Nets contribute to the interpretability of network decisions. In this work, we combined LEFM with the known networks: DeepLabv3+, UNet, UNet++ and MA-net. New LEFM-Nets are applied to the segmentation of adenocarcinoma of a colon in a liver from images of hematoxylin and eosin (H&E) stained frozen sections. LEFM-Nets are also tested on nuclei segmentation from images of H&E stained frozen sections of ten human organs. On the first problem, LEFM-Nets achieved statistically significant performance improvement in terms of micro balanced accuracy and $F_1$ score than original networks. LEFM-Nets achieved only better performance in comparison with the original networks on the second problem. The source code is available at https://github.com/dsitnik/lefm.

📄 PDF Abstract BibTeX arXiv:2204.06955

Code (1)

dsitnik/lefm 공식 구현

Tasks

Decision MakingSegmentation

Methods 이 논문이 사용한 방법론

UNet++ UNet++ is an architecture for semantic segmentation based on the U-Net. Through the use of densely connected nested decoder…

Similar Papers 제목 키워드 기반

iUNets: Fully invertible U-Nets with Learnable Up- and Downsampling

2020-05-11 · Christian Etmann, Rihuan Ke, Carola-Bibiane Schönlieb

U-Nets have been established as a standard architecture for image-to-image learning problems such as segmentation and inverse problems in imaging. For large-scale data, as it for example appears in 3D medical imaging, th…

GPU

A Competitive Deep Neural Network Approach for the ImageCLEFmed Caption 2020 Task

2020-07-11 · Marimuthu Kalimuthu, Fabrizio Nunnari, Daniel Sonntag

The aim of ImageCLEFmed Caption task is to develop a system that automatically labels radiology images with relevant medical concepts. We describe our Deep Neural Network (DNN) based approach for tackling this problem. O…

Provably Robust Adaptation for Language-Empowered Foundation Models

2025-10-09 · Yuni Lai, Xiaoyu Xue, Linghui Shen, Yulun Wu 외 arxiv

Language-empowered foundation models (LeFMs), such as CLIP and GraphCLIP, have transformed multimodal learning by aligning visual (or graph) features with textual representations, enabling powerful downstream capabilitie…

Few-Shot Learning

Vision Transformer-Conditioned UNet for Domain-Adaptive Semantic Segmentation

2026-05-12 · Joel Valdivia Ortega, Tingying Peng, Marion Jasnin arxiv

Semantic segmentation is essential for analysing anatomical features in biomedical research, yet a performance gap remains for Vision Transformers (ViTs) in the field, particularly for sparse, fine-structured, and low si…

Semantic Segmentation

A Unified Framework for U-Net Design and Analysis

2023-05-31 · NeurIPS 2023 11 · Christopher Williams, Fabian Falck, George Deligiannidis, Chris Holmes 외

U-Nets are a go-to, state-of-the-art neural architecture across numerous tasks for continuous signals on a square such as images and Partial Differential Equations (PDE), however their design and architecture is understu…

DecoderImage SegmentationSemantic Segmentation