paper-with-me

홈 › Papers

A Convolutional Vision Transformer for Semantic Segmentation of Side-Scan Sonar Data

2023-02-24 · Hayat Rajani, Nuno Gracias, Rafael Garcia

Distinguishing among different marine benthic habitat characteristics is of key importance in a wide set of seabed operations ranging from installations of oil rigs to laying networks of cables and monitoring the impact of humans on marine ecosystems. The Side-Scan Sonar (SSS) is a widely used imaging sensor in this regard. It produces high-resolution seafloor maps by logging the intensities of sound waves reflected back from the seafloor. In this work, we leverage these acoustic intensity maps to produce pixel-wise categorization of different seafloor types. We propose a novel architecture adapted from the Vision Transformer (ViT) in an encoder-decoder framework. Further, in doing so, the applicability of ViTs is evaluated on smaller datasets. To overcome the lack of CNN-like inductive biases, thereby making ViTs more conducive to applications in low data regimes, we propose a novel feature extraction module to replace the Multi-layer Perceptron (MLP) block within transformer layers and a novel module to extract multiscale patch embeddings. A lightweight decoder is also proposed to complement this design in order to further boost multiscale feature extraction. With the modified architecture, we achieve state-of-the-art results and also meet real-time computational requirements. We make our code available at ~\url{https://github.com/hayatrajani/s3seg-vit

📄 PDF Abstract BibTeX arXiv:2302.12416

Code (1)

hayatrajani/s3seg-vit 공식 구현 pytorch

Tasks

DecoderSemantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

SSformer: A Lightweight Transformer for Semantic Segmentation

2022-08-03 · Wentao Shi, Jing Xu, Pan Gao

It is well believed that Transformer performs better in semantic segmentation compared to convolutional neural networks. Nevertheless, the original Vision Transformer may lack of inductive biases of local neighborhoods a…

Decoderimage-classificationImage ClassificationSegmentation+1

Semantic Segmentation using Vision Transformers: A survey

2023-05-05 · Hans Thisanke, Chamli Deshan, Kavindu Chamith, Sachith Seneviratne 외

Semantic segmentation has a broad range of applications in a variety of domains including land coverage analysis, autonomous driving, and medical image analysis. Convolutional neural networks (CNN) and Vision Transformer…

Autonomous DrivingBenchmarkingimage-classificationImage Classification+7

DS-TransUNet:Dual Swin Transformer U-Net for Medical Image Segmentation

2021-06-12 · Ailiang Lin, Bingzhi Chen, Jiayu Xu, Zheng Zhang 외

Automatic medical image segmentation has made great progress benefit from the development of deep learning. However, most existing methods are based on convolutional neural networks (CNNs), which fail to build long-range…

DecoderImage SegmentationMedical Image SegmentationSegmentation+1

CLFT: Camera-LiDAR Fusion Transformer for Semantic Segmentation in Autonomous Driving

2024-04-27 · Junyi Gu, Mauro Bellone, Tomáš Pivoňka, Raivo Sell

Critical research about camera-and-LiDAR-based semantic object segmentation for autonomous driving significantly benefited from the recent development of deep learning. Specifically, the vision transformer is the novel g…

Autonomous DrivingDecoderSegmentationSemantic Segmentation+1

WegFormer: Transformers for Weakly Supervised Semantic Segmentation

2022-03-16 · Chunmeng Liu, Enze Xie, Wenjia Wang, Wenhai Wang 외

Although convolutional neural networks (CNNs) have achieved remarkable progress in weakly supervised semantic segmentation (WSSS), the effective receptive field of CNN is insufficient to capture global context informatio…

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation