paper-with-me

Papers

Evaluation of Attention Mechanisms in U-Net Architectures for Semantic Segmentation of Brazilian Rock Art Petroglyphs

2025-11-15 · Leonardi Melo, Luís Gustavo, Dimmy Magalhães, Lucciani Vieira, Mauro Araújo arxiv

This study presents a comparative analysis of three U-Net-based architectures for semantic segmentation of rock art petroglyphs from Brazilian archaeological sites. The investigated architectures were: (1) BEGL-UNet with Border-Enhanced Gaussian Loss function; (2) Attention-Residual BEGL-UNet, incorporating residual blocks and gated attention mechanisms; and (3) Spatial Channel Attention BEGL-UNet, which employs spatial-channel attention modules based on Convolutional Block Attention Module. All implementations employed the BEGL loss function combining binary cross-entropy with Gaussian edge enhancement. Experiments were conducted on images from the Poço da Bebidinha Archaeological Complex, Piauí, Brazil, using 5-fold cross-validation. Among the architectures, Attention-Residual BEGL-UNet achieved the best overall performance with Dice Score of 0.710, validation loss of 0.067, and highest recall of 0.854. Spatial Channel Attention BEGL-UNet obtained comparable performance with DSC of 0.707 and recall of 0.857. The baseline BEGL-UNet registered DSC of 0.690. These results demonstrate the effectiveness of attention mechanisms for archaeological heritage digital preservation, with Dice Score improvements of 2.5-2.9% over the baseline.

📄 PDF Abstract BibTeX arXiv:2511.11959

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Segmentation

Similar Papers 제목 키워드 기반

Continual Hippocampus Segmentation with Transformers

2022-04-17 · Amin Ranem, Camila González, Anirban Mukhopadhyay

In clinical settings, where acquisition conditions and patient populations change over time, continual learning is key for ensuring the safe use of deep neural networks. Yet most existing work focuses on convolutional ar…

Continual LearningHippocampusimage-classificationImage Classification+4

pCTFusion: Point Convolution-Transformer Fusion with Semantic Aware Loss for Outdoor LiDAR Point Cloud Segmentation

2023-07-27 · Abhishek Kuriyal, Vaibhav Kumar, Bharat Lohani

LiDAR-generated point clouds are crucial for perceiving outdoor environments. The segmentation of point clouds is also essential for many applications. Previous research has focused on using self-attention and convolutio…

Point Cloud SegmentationSegmentationSemantic Segmentation

Label-Efficient LiDAR Semantic Segmentation with 2D-3D Vision Transformer Adapters

2025-03-05 · Julia Hindel, Rohit Mohan, Jelena Bratulic, Daniele Cattaneo 외

LiDAR semantic segmentation models are typically trained from random initialization as universal pre-training is hindered by the lack of large, diverse datasets. Moreover, most point cloud segmentation architectures inco…

LIDAR Semantic SegmentationPoint Cloud SegmentationSemantic Segmentation

Spatio-Temporal Attention for Consistent Video Semantic Segmentation in Automated Driving

2026-02-10 · Serin Varghese, Kevin Ross, Fabian Hueger, Kira Maag arxiv

Deep neural networks, especially transformer-based architectures, have achieved remarkable success in semantic segmentation for environmental perception. However, existing models process video frames independently, thus …

Video Semantic SegmentationComputational Efficiency

Continual Attentive Fusion for Incremental Learning in Semantic Segmentation

2022-02-01 · Guanglei Yang, Enrico Fini, Dan Xu, Paolo Rota 외

Over the past years, semantic segmentation, as many other tasks in computer vision, benefited from the progress in deep neural networks, resulting in significantly improved performance. However, deep architectures traine…

Incremental LearningSemantic Segmentation