paper-with-me

홈 › Papers

Towards Deeper and Better Multi-view Feature Fusion for 3D Semantic Segmentation

2022-12-13 · Chaolong Yang, Yuyao Yan, Weiguang Zhao, Jianan Ye, Xi Yang, Amir Hussain, Kaizhu Huang

3D point clouds are rich in geometric structure information, while 2D images contain important and continuous texture information. Combining 2D information to achieve better 3D semantic segmentation has become mainstream in 3D scene understanding. Albeit the success, it still remains elusive how to fuse and process the cross-dimensional features from these two distinct spaces. Existing state-of-the-art usually exploit bidirectional projection methods to align the cross-dimensional features and realize both 2D & 3D semantic segmentation tasks. However, to enable bidirectional mapping, this framework often requires a symmetrical 2D-3D network structure, thus limiting the network's flexibility. Meanwhile, such dual-task settings may distract the network easily and lead to over-fitting in the 3D segmentation task. As limited by the network's inflexibility, fused features can only pass through a decoder network, which affects model performance due to insufficient depth. To alleviate these drawbacks, in this paper, we argue that despite its simplicity, projecting unidirectionally multi-view 2D deep semantic features into the 3D space aligned with 3D deep semantic features could lead to better feature fusion. On the one hand, the unidirectional projection enforces our model focused more on the core task, i.e., 3D segmentation; on the other hand, unlocking the bidirectional to unidirectional projection enables a deeper cross-domain semantic alignment and enjoys the flexibility to fuse better and complicated features from very different spaces. In joint 2D-3D approaches, our proposed method achieves superior performance on the ScanNetv2 benchmark for 3D semantic segmentation.

📄 PDF Abstract BibTeX arXiv:2212.06682

Code (0)

등록된 구현이 없습니다.

Tasks

3D Semantic SegmentationScene UnderstandingSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

FusionBERT: Multi-View Image-3D Retrieval via Cross-Attention Visual Fusion and Normal-Aware 3D Encoder

2026-04-02 · Wei Li, Yufan Ren, Hanqing Jiang, Jianhui Ding 외 arxiv

We propose FusionBERT, a novel multi-view visual fusion framework for image-3D multimodal retrieval. Existing image-3D representation learning methods predominantly focus on feature alignment of a single object image and…

Representation LearningCross-Modal Retrieval

PathFusion: Path-consistent Lidar-Camera Deep Feature Fusion

2022-12-12 · Lemeng Wu, Dilin Wang, Meng Li, Yunyang Xiong 외

Fusing 3D LiDAR features with 2D camera features is a promising technique for enhancing the accuracy of 3D detection, thanks to their complementary physical properties. While most of the existing methods focus on directl…

Localized Data Fusion for Kernel k-Means Clustering with Application to Cancer Biology

2014-12-01 · NeurIPS 2014 12 · Mehmet Gönen, Adam A. Margolin

In many modern applications from, for example, bioinformatics and computer vision, samples have multiple feature representations coming from different data sources. Multiview learning algorithms try to exploit all these …

ClusteringMultiview Learning

Multi-view Image Diffusion via Coordinate Noise and Fourier Attention

2024-12-04 · Justin Theiss, Norman Müller, Daeil Kim, Aayush Prakash

Recently, text-to-image generation with diffusion models has made significant advancements in both higher fidelity and generalization capabilities compared to previous baselines. However, generating holistic multi-view c…

Image GenerationText to Image GenerationText-to-Image Generation

Distilling a Powerful Student Model via Online Knowledge Distillation

2021-03-26 · Shaojie Li, Mingbao Lin, Yan Wang, Yongjian Wu 외

Existing online knowledge distillation approaches either adopt the student with the best performance or construct an ensemble model for better holistic performance. However, the former strategy ignores other students' in…

Knowledge Distillation