paper-with-me

홈 › Papers

Dual-Attention U-Net++ with Class-Specific Ensembles and Bayesian Hyperparameter Optimization for Precise Wound and Scale Marker Segmentation

2025-07-07 · Daniel Cieślak, Miriam Reca, Olena Onyshchenko, Jacek Rumiński arxiv

Accurate segmentation of wounds and scale markers in clinical images remainsa significant challenge, crucial for effective wound management and automatedassessment. In this study, we propose a novel dual-attention U-Net++ archi-tecture, integrating channel-wise (SCSE) and spatial attention mechanisms toaddress severe class imbalance and variability in medical images effectively.Initially, extensive benchmarking across diverse architectures and encoders via 5-fold cross-validation identified EfficientNet-B7 as the optimal encoder backbone.Subsequently, we independently trained two class-specific models with tailoredpreprocessing, extensive data augmentation, and Bayesian hyperparameter tun-ing (WandB sweeps). The final model ensemble utilized Test Time Augmentationto further enhance prediction reliability. Our approach was evaluated on a bench-mark dataset from the NBC 2025 & PCBBE 2025 competition. Segmentationperformance was quantified using a weighted F1-score (75% wounds, 25% scalemarkers), calculated externally by competition organizers on undisclosed hard-ware. The proposed approach achieved an F1-score of 0.8640, underscoring itseffectiveness for complex medical segmentation tasks.

📄 PDF Abstract BibTeX arXiv:2507.05314

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter OptimizationData Augmentation

Similar Papers 제목 키워드 기반

On Uniform, Bayesian, and PAC-Bayesian Deep Ensembles

2024-06-08 · Nick Hauptvogel, Christian Igel

It is common practice to combine deep neural networks into ensembles. These deep ensembles can benefit from the cancellation of errors effect: Errors by ensemble members may average out, leading to better generalization …

Bayesian posterior approximation with stochastic ensembles

2022-12-15 · CVPR 2023 1 · Oleksandr Balabanov, Bernhard Mehlig, Hampus Linander

We introduce ensembles of stochastic neural networks to approximate the Bayesian posterior, combining stochastic methods such as dropout with deep ensembles. The stochastic ensembles are formulated as families of distrib…

Bayesian Inferenceimage-classificationImage ClassificationVariational Inference

Quantum ensembles of quantum classifiers

2017-04-07 · Maria Schuld, Francesco Petruccione

Quantum machine learning witnesses an increasing amount of quantum algorithms for data-driven decision making, a problem with potential applications ranging from automated image recognition to medical diagnosis. Many of …

BIG-bench Machine LearningDecision MakingMedical DiagnosisQuantum Machine Learning

An urn model for majority voting in classification ensembles

2016-12-01 · NeurIPS 2016 12 · Victor Soto, Alberto Suárez, Gonzalo Martinez-Muñoz

In this work we analyze the class prediction of parallel randomized ensembles by majority voting as an urn model. For a given test instance, the ensemble can be viewed as an urn of marbles of different colors. A marble r…

ClassificationGeneral ClassificationPrediction

bde: A Python Package for Bayesian Deep Ensembles via MILE

2026-05-13 · Vyron Arvanitis, Angelos Aslanidis, Emanuel Sommer, David Rügamer arxiv

bde is a user-friendly Python package for Bayesian Deep Ensembles with a particular focus on tabular data. Built on an efficient JAX implementation of the sampling-based inference method Microcanonical Langevin Ensembles…