paper-with-me

Papers

Cross-attention Spatio-temporal Context Transformer for Semantic Segmentation of Historical Maps

2023-10-19 · Sidi Wu, Yizi Chen, Konrad Schindler, Lorenz Hurni

Historical maps provide useful spatio-temporal information on the Earth's surface before modern earth observation techniques came into being. To extract information from maps, neural networks, which gain wide popularity in recent years, have replaced hand-crafted map processing methods and tedious manual labor. However, aleatoric uncertainty, known as data-dependent uncertainty, inherent in the drawing/scanning/fading defects of the original map sheets and inadequate contexts when cropping maps into small tiles considering the memory limits of the training process, challenges the model to make correct predictions. As aleatoric uncertainty cannot be reduced even with more training data collected, we argue that complementary spatio-temporal contexts can be helpful. To achieve this, we propose a U-Net-based network that fuses spatio-temporal features with cross-attention transformers (U-SpaTem), aggregating information at a larger spatial range as well as through a temporal sequence of images. Our model achieves a better performance than other state-or-art models that use either temporal or spatial contexts. Compared with pure vision transformers, our model is more lightweight and effective. To the best of our knowledge, leveraging both spatial and temporal contexts have been rarely explored before in the segmentation task. Even though our application is on segmenting historical maps, we believe that the method can be transferred into other fields with similar problems like temporal sequences of satellite images. Our code is freely accessible at https://github.com/chenyizi086/wu.2023.sigspatial.git.

📄 PDF Abstract BibTeX arXiv:2310.12616

Code (1)

chenyizi086/wu.2023.sigspatial 공식 구현 pytorch

Tasks

Earth ObservationSemantic SegmentationTemporal Sequences

Similar Papers 제목 키워드 기반

STAR-Transformer: A Spatio-temporal Cross Attention Transformer for Human Action Recognition

2022-10-14 · WACV 2023 1 · Dasom Ahn, Sangwon Kim, Hyunsu Hong, Byoung Chul Ko

In action recognition, although the combination of spatio-temporal videos and skeleton features can improve the recognition performance, a separate model and balancing feature representation for cross-modal data are requ…

Action RecognitionDecoderTemporal Action Localization

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

Hierarchical Graph Convolutional Skeleton Transformer for Action Recognition

2021-09-07 · Ruwen Bai, Min Li, Bo Meng, Fengfa Li 외

Graph convolutional networks (GCNs) have emerged as dominant methods for skeleton-based action recognition. However, they still suffer from two problems, namely, neighborhood constraints and entangled spatiotemporal feat…

Action RecognitionDisentanglementSkeleton Based Action Recognition

Spatio-Temporal Transformer for Dynamic Facial Expression Recognition in the Wild

2022-05-10 · Fuyan Ma, Bin Sun, Shutao Li

Previous methods for dynamic facial expression in the wild are mainly based on Convolutional Neural Networks (CNNs), whose local operations ignore the long-range dependencies in videos. To solve this problem, we propose …

Dynamic Facial Expression RecognitionFacial Expression RecognitionFacial Expression Recognition (FER)

Video-FocalNets: Spatio-Temporal Focal Modulation for Video Action Recognition

2023-07-13 · ICCV 2023 1 · Syed Talal Wasim, Muhammad Uzair Khattak, Muzammal Naseer, Salman Khan 외

Recent video recognition models utilize Transformer models for long-range spatio-temporal context modeling. Video transformer designs are based on self-attention that can model global context at a high computational cost…

Action RecognitionTemporal Action LocalizationVideo Recognition