paper-with-me

Papers

MacFormer: Semantic Segmentation with Fine Object Boundaries

2024-08-11 · Guoan Xu, Wenfeng Huang, Tao Wu, Ligeng Chen, Wenjing Jia, Guangwei Gao, Xiatian Zhu, Stuart Perry

Semantic segmentation involves assigning a specific category to each pixel in an image. While Vision Transformer-based models have made significant progress, current semantic segmentation methods often struggle with precise predictions in localized areas like object boundaries. To tackle this challenge, we introduce a new semantic segmentation architecture, ``MacFormer'', which features two key components. Firstly, using learnable agent tokens, a Mutual Agent Cross-Attention (MACA) mechanism effectively facilitates the bidirectional integration of features across encoder and decoder layers. This enables better preservation of low-level features, such as elementary edges, during decoding. Secondly, a Frequency Enhancement Module (FEM) in the decoder leverages high-frequency and low-frequency components to boost features in the frequency domain, benefiting object boundaries with minimal computational complexity increase. MacFormer is demonstrated to be compatible with various network architectures and outperforms existing methods in both accuracy and efficiency on benchmark datasets ADE20K and Cityscapes under different computational constraints.

📄 PDF Abstract BibTeX arXiv:2408.05699

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderObjectSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Macformer: Transformer with Random Maclaurin Feature Attention

2024-08-21 · Yuhan Guo, Lizhong Ding, Ye Yuan, Guoren Wang

Random feature attention (RFA) adopts random fourier feature (RFF) methods to approximate the softmax function, resulting in a linear time and space attention mechanism that enables the construction of an efficient Trans…

COB-GS: Clear Object Boundaries in 3DGS Segmentation Based on Boundary-Adaptive Gaussian Splitting

2025-03-25 · CVPR 2025 1 · Jiaxin Zhang, Junjun Jiang, Youyu Chen, Kui Jiang 외

Accurate object segmentation is crucial for high-quality scene understanding in the 3D vision domain. However, 3D segmentation based on 3D Gaussian Splatting (3DGS) struggles with accurately delineating object boundaries…

3DGSObjectScene UnderstandingSegmentation+1

An Underwater Image Semantic Segmentation Method Focusing on Boundaries and a Real Underwater Scene Semantic Segmentation Dataset

2021-08-26 · Zhiwei Ma, Haojie Li, Zhihui Wang, Dan Yu 외

With the development of underwater object grabbing technology, underwater object recognition and segmentation of high accuracy has become a challenge. The existing underwater object detection technology can only give the…

Boundary DetectionInstance SegmentationObjectobject-detection+5

Push-the-Boundary: Boundary-aware Feature Propagation for Semantic Segmentation of 3D Point Clouds

2022-12-23 · Shenglan Du, Nail Ibrahimli, Jantien Stoter, Julian Kooij 외

Feedforward fully convolutional neural networks currently dominate in semantic segmentation of 3D point clouds. Despite their great success, they suffer from the loss of local information at low-level layers, posing sign…

Multi-Task LearningObjectScene SegmentationSegmentation+1

Improving Semantic Segmentation via Decoupled Body and Edge Supervision

2020-07-20 · ECCV 2020 8 · Xiangtai Li, Xia Li, Li Zhang, Guangliang Cheng 외

Existing semantic segmentation approaches either aim to improve the object's inner consistency by modeling the global context, or refine objects detail along their boundaries by multi-scale feature fusion. In this paper,…

ObjectSegmentationSemantic Segmentation