paper-with-me

Papers

Project-and-Fuse: Improving RGB-D Semantic Segmentation via Graph Convolution Networks

2025-01-31 · Xiaoyan Jiang, Bohan Wang, Xinlong Wan, Shanshan Chen, Hamido Fujita, Hanan Abd. Al Juaid

Most existing RGB-D semantic segmentation methods focus on the feature level fusion, including complex cross-modality and cross-scale fusion modules. However, these methods may cause misalignment problem in the feature fusion process and counter-intuitive patches in the segmentation results. Inspired by the popular pixel-node-pixel pipeline, we propose to 1) fuse features from two modalities in a late fusion style, during which the geometric feature injection is guided by texture feature prior; 2) employ Graph Neural Networks (GNNs) on the fused feature to alleviate the emergence of irregular patches by inferring patch relationship. At the 3D feature extraction stage, we argue that traditional CNNs are not efficient enough for depth maps. So, we encode depth map into normal map, after which CNNs can easily extract object surface tendencies.At projection matrix generation stage, we find the existence of Biased-Assignment and Ambiguous-Locality issues in the original pipeline. Therefore, we propose to 1) adopt the Kullback-Leibler Loss to ensure no missing important pixel features, which can be viewed as hard pixel mining process; 2) connect regions that are close to each other in the Euclidean space as well as in the semantic space with larger edge weights so that location informations can been considered. Extensive experiments on two public datasets, NYU-DepthV2 and SUN RGB-D, have shown that our approach can consistently boost the performance of RGB-D semantic segmentation task.

📄 PDF Abstract BibTeX arXiv:2501.18851

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Segmentation

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here
Focus 설명 없음

Similar Papers 제목 키워드 기반

Class-wise Dynamic Graph Convolution for Semantic Segmentation

2020-07-19 · ECCV 2020 8 · Hanzhe Hu, Deyi Ji, Weihao Gan, Shuai Bai 외

Recent works have made great progress in semantic segmentation by exploiting contextual information in a local or global manner with dilated convolutions, pyramid pooling or self-attention mechanism. In order to avoid po…

graph constructionSegmentationSemantic Segmentation

FPS-Net: A Convolutional Fusion Network for Large-Scale LiDAR Point Cloud Segmentation

2021-03-01 · Aoran Xiao, Xiaofei Yang, Shijian Lu, Dayan Guan 외

Scene understanding based on LiDAR point cloud is an essential task for autonomous cars to drive safely, which often employs spherical projection to map 3D point cloud into multi-channel 2D images for semantic segmentati…

3D Semantic SegmentationDecoderPoint Cloud SegmentationScene Understanding+2

Spatial Pyramid Based Graph Reasoning for Semantic Segmentation

2020-03-23 · CVPR 2020 6 · Xia Li, Yibo Yang, Qijie Zhao, Tiancheng Shen 외

The convolution operation suffers from a limited receptive filed, while global modeling is fundamental to dense prediction tasks, such as semantic segmentation. In this paper, we apply graph convolution into the semantic…

SegmentationSemantic Segmentation

Geo-Semantic Segmentation

2015-06-01 · CVPR 2015 6 · Shervin Ardeshir, Kofi Malcolm Collins-Sibley, Mubarak Shah

The availability of GIS (Geographical Information System) databases for many urban areas, provides a valuable source of information for improving the performance of many computer vision tasks. In this paper, we propose a…

SegmentationSemantic Segmentation

Residual Graph Convolutional Network for Bird's-Eye-View Semantic Segmentation

2023-12-07 · Qiuxiao Chen, Xiaojun Qi

Retrieving spatial information and understanding the semantic information of the surroundings are important for Bird's-Eye-View (BEV) semantic segmentation. In the application of autonomous driving, autonomous vehicles n…

Autonomous DrivingAutonomous VehiclesBird's-Eye View Semantic SegmentationData Augmentation+2