paper-with-me

Papers

ParamNet: A Dynamic Parameter Network for Fast Multi-to-One Stain Normalization

2023-05-11 · Hongtao Kang, Die Luo, Li Chen, Junbo Hu, Tingwei Quan, Shaoqun Zeng, Shenghua Cheng, Xiuli Liu

In practice, digital pathology images are often affected by various factors, resulting in very large differences in color and brightness. Stain normalization can effectively reduce the differences in color and brightness of digital pathology images, thus improving the performance of computer-aided diagnostic systems. Conventional stain normalization methods rely on one or several reference images, but one or several images may not adequately represent the entire dataset. Although learning-based stain normalization methods are a general approach, they use complex deep networks, which not only greatly reduce computational efficiency, but also risk introducing artifacts. Some studies use specialized network structures to enhance computational efficiency and reliability, but these methods are difficult to apply to multi-to-one stain normalization due to insufficient network capacity. In this study, we introduced dynamic-parameter network and proposed a novel method for stain normalization, called ParamNet. ParamNet addresses the challenges of limited network capacity and computational efficiency by introducing dynamic parameters (weights and biases of convolutional layers) into the network design. By effectively leveraging these parameters, ParamNet achieves superior performance in stain normalization while maintaining computational efficiency. Results show ParamNet can normalize one whole slide image (WSI) of 100,000x100,000 within 25s. The code is available at: https://github.com/khtao/ParamNet.

📄 PDF Abstract BibTeX arXiv:2305.06511

Code (1)

khtao/paramnet 공식 구현 pytorch

Tasks

Computational EfficiencyDiagnosticParameter Prediction

Similar Papers 제목 키워드 기반

ParamISP: Learned Forward and Inverse ISPs using Camera Parameters

2023-12-20 · CVPR 2024 1 · Woohyeok Kim, GeonU Kim, Junyong Lee, Seungyong Lee 외

RAW images are rarely shared mainly due to its excessive data size compared to their sRGB counterparts obtained by camera ISPs. Learning the forward and inverse processes of camera ISPs has been recently demonstrated, en…

DeblurringHDR Reconstruction

ParamNet: A Multi-Layer Parametric Network for Joint Channel Estimation and Symbol Detection

2022-06-15 · Vincent Choqueuse, Alexandru Frunza, Adel Belouchrani, Stéphane Azou 외

This paper proposes a parametric-based network architecture for joint channel estimation and data detection in communications systems with hardware impairments. This architecture is composed of a data-augmented layer, a …

A numerically efficient output-only system-identification framework for stochastically forced self-sustained oscillators

2023-05-04 · Minwoo Lee, Kyu Tae Kim, Jongho Park

Self-sustained oscillations are ubiquitous in nature and engineering. In this paper, we propose a novel output-only system-identification framework for identifying the system parameters of a self-sustained oscillator aff…

Computational Efficiency

Self-sustained activity of low firing rate in balanced networks

2019-09-27

Self-sustained activity in the brain is observed in the absence of external stimuli and contributes to signal propagation, neural coding, and dynamic stability. It also plays an important role in cognitive processes. In …

Dynamic Neural Diversification: Path to Computationally Sustainable Neural Networks

2021-09-20 · Alexander Kovalenko, Pavel Kordík, Magda Friedjungová

Small neural networks with a constrained number of trainable parameters, can be suitable resource-efficient candidates for many simple tasks, where now excessively large models are used. However, such models face several…

DiversityEfficient Neural Network