paper-with-me

Papers

RFENet: Towards Reciprocal Feature Evolution for Glass Segmentation

2023-07-12 · Ke Fan, Changan Wang, Yabiao Wang, Chengjie Wang, Ran Yi, Lizhuang Ma

Glass-like objects are widespread in daily life but remain intractable to be segmented for most existing methods. The transparent property makes it difficult to be distinguished from background, while the tiny separation boundary further impedes the acquisition of their exact contour. In this paper, by revealing the key co-evolution demand of semantic and boundary learning, we propose a Selective Mutual Evolution (SME) module to enable the reciprocal feature learning between them. Then to exploit the global shape context, we propose a Structurally Attentive Refinement (SAR) module to conduct a fine-grained feature refinement for those ambiguous points around the boundary. Finally, to further utilize the multi-scale representation, we integrate the above two modules into a cascaded structure and then introduce a Reciprocal Feature Evolution Network (RFENet) for effective glass-like object segmentation. Extensive experiments demonstrate that our RFENet achieves state-of-the-art performance on three popular public datasets.

📄 PDF Abstract BibTeX arXiv:2307.06099

Code (1)

vankouf/rfenet 공식 구현 pytorch

Tasks

Semantic Segmentation

Similar Papers 제목 키워드 기반

Glass Segmentation with Fusion of Learned and General Visual Features

2026-03-04 · Risto Ojala, Tristan Ellison, Mo Chen arxiv

Glass surface segmentation from RGB images is a challenging task, since glass as a transparent material distinctly lacks visual characteristics. However, glass segmentation is critical for scene understanding and robotic…

Scene Understanding

Fourier Boundary Features Network with Wider Catchers for Glass Segmentation

2024-05-15 · Xiaolin Qin, Jiacen Liu, Qianlei Wang, Shaolin Zhang 외

Glass largely blurs the boundary between the real world and the reflection. The special transmittance and reflectance quality have confused the semantic tasks related to machine vision. Therefore, how to clear the bounda…

Image SegmentationSegmentationSemantic Segmentation

Contextual Hourglass Networks for Segmentation and Density Estimation

2018-06-08 · Daniel Oñoro-Rubio, Mathias Niepert

Hourglass networks such as the U-Net and V-Net are popular neural architectures for medical image segmentation and counting problems. Typical instances of hourglass networks contain shortcut connections between mirroring…

Density EstimationImage SegmentationMedical Image SegmentationObject Counting+2

Progressive Glass Segmentation

2022-09-06 · Letian Yu, Haiyang Mei, Wen Dong, Ziqi Wei 외

Glass is very common in the real world. Influenced by the uncertainty about the glass region and the varying complex scenes behind the glass, the existence of glass poses severe challenges to many computer vision tasks, …

Segmentation

Glass Surface Segmentation with an RGB-D Camera via Weighted Feature Fusion for Service Robots

2025-08-03 · Henghong Lin, Zihan Zhu, Tao Wang, Anastasia Ioannou 외 arxiv

We address the problem of glass surface segmentation with an RGB-D camera, with a focus on effectively fusing RGB and depth information. To this end, we propose a Weighted Feature Fusion (WFF) module that dynamically and…