paper-with-me

Papers

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, Liangliang Nan

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 significant challenges to accurate scene segmentation and precise object boundary delineation. Prior works either address this issue by post-processing or jointly learn object boundaries to implicitly improve feature encoding of the networks. These approaches often require additional modules which are difficult to integrate into the original architecture. To improve the segmentation near object boundaries, we propose a boundary-aware feature propagation mechanism. This mechanism is achieved by exploiting a multi-task learning framework that aims to explicitly guide the boundaries to their original locations. With one shared encoder, our network outputs (i) boundary localization, (ii) prediction of directions pointing to the object's interior, and (iii) semantic segmentation, in three parallel streams. The predicted boundaries and directions are fused to propagate the learned features to refine the segmentation. We conduct extensive experiments on the S3DIS and SensatUrban datasets against various baseline methods, demonstrating that our proposed approach yields consistent improvements by reducing boundary errors. Our code is available at https://github.com/shenglandu/PushBoundary.

📄 PDF Abstract BibTeX arXiv:2212.12402

Code (1)

shenglandu/pushboundary 공식 구현 pytorch

Tasks

Multi-Task LearningObjectScene SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Boundary-Aware Feature Propagation for Scene Segmentation

2019-08-31 · ICCV 2019 10 · Henghui Ding, Xudong Jiang, Ai Qun Liu, Nadia Magnenat Thalmann 외

In this work, we address the challenging issue of scene segmentation. To increase the feature similarity of the same object while keeping the feature discrimination of different objects, we explore to propagate informati…

Scene SegmentationSegmentationSemantic Segmentation

Explicit Boundary Guided Semi-Push-Pull Contrastive Learning for Supervised Anomaly Detection

2022-07-04 · CVPR 2023 1 · Xincheng Yao, Ruoqi Li, Jing Zhang, Jun Sun 외

Most anomaly detection (AD) models are learned using only normal samples in an unsupervised way, which may result in ambiguous decision boundary and insufficient discriminability. In fact, a few anomaly samples are often…

Anomaly DetectionContrastive LearningSupervised Anomaly DetectionSupervised Defect Detection

Monocular Depth Estimation with Sharp Boundary

2021-10-12 · Xin Yang, Qingling Chang, Xinlin Liu, Yan Cui

Monocular depth estimation is the base task in computer vision. It has a tremendous development in the decade with the development of deep learning. But the boundary blur of the depth map is still a serious problem. Rese…

DecoderDepth EstimationMonocular Depth EstimationScene Understanding

Conditional Boundary Loss for Semantic Segmentation

2023-07-05 · IEEE Transactions on Image Processing 2023 7 · Dongyue Wu, Zilin Guo, Aoyan Li, Changqian Yu 외

Improving boundary segmentation results has recently attracted increasing attention in the field of semantic segmentation. Since existing popular methods usually exploit the long-range context, the boundary cues are obsc…

SegmentationSemantic Segmentation

PnPNet: Pull-and-Push Networks for Volumetric Segmentation with Boundary Confusion

2023-12-13 · Xin You, Ming Ding, Minghui Zhang, Hanxiao Zhang 외

Precise boundary segmentation of volumetric images is a critical task for image-guided diagnosis and computer-assisted intervention, especially for boundary confusion in clinical practice. However, U-shape networks canno…