paper-with-me

홈 › Papers

Early Explorations of Lightweight Models for Wound Segmentation on Mobile Devices

2024-07-10 · Vanessa Borst, Timo Dittus, Konstantin Müller, Samuel Kounev

The aging population poses numerous challenges to healthcare, including the increase in chronic wounds in the elderly. The current approach to wound assessment by therapists based on photographic documentation is subjective, highlighting the need for computer-aided wound recognition from smartphone photos. This offers objective and convenient therapy monitoring, while being accessible to patients from their home at any time. However, despite research in mobile image segmentation, there is a lack of focus on mobile wound segmentation. To address this gap, we conduct initial research on three lightweight architectures to investigate their suitability for smartphone-based wound segmentation. Using public datasets and UNet as a baseline, our results are promising, with both ENet and TopFormer, as well as the larger UNeXt variant, showing comparable performance to UNet. Furthermore, we deploy the models into a smartphone app for visual assessment of live segmentation, where results demonstrate the effectiveness of TopFormer in distinguishing wounds from wound-coloured objects. While our study highlights the potential of transformer models for mobile wound segmentation, future work should aim to further improve the mask contours.

📄 PDF Abstract BibTeX arXiv:2407.07605

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
Dilated Convolution 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
ENet Initial Block The ENet Initial Block is an image model block used in the ENet semantic segmentation architecture. [Max…
ENet Bottleneck ENet Bottleneck is an image model block used in the ENet semantic segmentation architecture. Each block consists of three…
ENet Dilated Bottleneck ENet Dilated Bottleneck is an image model block used in the ENet semantic segmentation architecture. It is the same as a regular…
SpatialDropout SpatialDropout is a type of dropout for convolutional networks. For a given…

Similar Papers 제목 키워드 기반

Fully Automatic Wound Segmentation with Deep Convolutional Neural Networks

2020-10-12 · Chuanbo Wang, DM Anisuzzaman, Victor Williamson, Mrinal Kanti Dhar 외

Acute and chronic wounds have varying etiologies and are an economic burden to healthcare systems around the world. The advanced wound care market is expected to exceed $22 billion by 2024. Wound care professionals rely …

ManagementSegmentationSemantic Segmentation

WoundAIssist: A Patient-Centered Mobile App for AI-Assisted Wound Care With Physicians in the Loop

2025-06-06 · Vanessa Borst, Anna Riedmann, Tassilo Dege, Konstantin Müller 외

The rising prevalence of chronic wounds, especially in aging populations, presents a significant healthcare challenge due to prolonged hospitalizations, elevated costs, and reduced patient quality of life. Traditional wo…

A Mobile App for Wound Localization using Deep Learning

2020-09-15 · D. M. Anisuzzaman, Yash Patel, Jeffrey Niezgoda, Sandeep Gopalakrishnan 외

We present an automated wound localizer from 2D wound and ulcer images by using deep neural network, as the first step towards building an automated and complete wound diagnostic system. The wound localizer has been deve…

Deep LearningDiagnostic

Multi-Analyte, Swab-based Automated Wound Monitor with AI

2025-05-30 · Madhu Babu Sikha, Lalith Appari, Gurudatt Nanjanagudu Ganesh, Amay Bandodkar 외

Diabetic foot ulcers (DFUs), a class of chronic wounds, affect ~750,000 individuals every year in the US alone and identifying non-healing DFUs that develop to chronic wounds early can drastically reduce treatment costs …

Diagnostic

WoundAmbit: Bridging State-of-the-Art Semantic Segmentation and Real-World Wound Care

2025-04-08 · Vanessa Borst, Timo Dittus, Tassilo Dege, Astrid Schmieder 외

Chronic wounds affect a large population, particularly the elderly and diabetic patients, who often exhibit limited mobility and co-existing health conditions. Automated wound monitoring via mobile image capture can redu…

Computational EfficiencyCPUData AugmentationSemantic Segmentation