paper-with-me

Papers

PointHR: Exploring High-Resolution Architectures for 3D Point Cloud Segmentation

2023-10-11 · Haibo Qiu, Baosheng Yu, Yixin Chen, DaCheng Tao

Significant progress has been made recently in point cloud segmentation utilizing an encoder-decoder framework, which initially encodes point clouds into low-resolution representations and subsequently decodes high-resolution predictions. Inspired by the success of high-resolution architectures in image dense prediction, which always maintains a high-resolution representation throughout the entire learning process, we consider it also highly important for 3D dense point cloud analysis. Therefore, in this paper, we explore high-resolution architectures for 3D point cloud segmentation. Specifically, we generalize high-resolution architectures using a unified pipeline named PointHR, which includes a knn-based sequence operator for feature extraction and a differential resampling operator to efficiently communicate different resolutions. Additionally, we propose to avoid numerous on-the-fly computations of high-resolution architectures by pre-computing the indices for both sequence and resampling operators. By doing so, we deliver highly competitive high-resolution architectures while capitalizing on the benefits of well-designed point cloud blocks without additional effort. To evaluate these architectures for dense point cloud analysis, we conduct thorough experiments using S3DIS and ScanNetV2 datasets, where the proposed PointHR outperforms recent state-of-the-art methods without any bells and whistles. The source code is available at \url{https://github.com/haibo-qiu/PointHR}.

📄 PDF Abstract BibTeX arXiv:2310.07743

Code (1)

haibo-qiu/PointHR 공식 구현 pytorch

Tasks

DecoderPoint Cloud SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Exploring the Potential of Encoder-free Architectures in 3D LMMs

2025-02-13 · Yiwen Tang, Zoey Guo, Zhuhao Wang, Ray Zhang 외

Encoder-free architectures have been preliminarily explored in the 2D visual domain, yet it remains an open question whether they can be effectively applied to 3D understanding scenarios. In this paper, we present the fi…

Inductive BiasVisual Question Answering (VQA)

State-of-the-Art Transformer Models for Image Super-Resolution: Techniques, Challenges, and Applications

2025-01-14 · Debasish Dutta, Deepjyoti Chetia, Neeharika Sonowal, Sanjib Kr Kalita

Image Super-Resolution (SR) aims to recover a high-resolution image from its low-resolution counterpart, which has been affected by a specific degradation process. This is achieved by enhancing detail and visual quality.…

Image Super-ResolutionSuper-Resolution

Cross-Modality High-Frequency Transformer for MR Image Super-Resolution

2022-03-29 · Chaowei Fang, Dingwen Zhang, Liang Wang, Yulun Zhang 외

Improving the resolution of magnetic resonance (MR) image data is critical to computer-aided diagnosis and brain function analysis. Higher resolution helps to capture more detailed content, but typically induces to lower…

Image Super-ResolutionSuper-ResolutionVocal Bursts Intensity Prediction

FlowDCN: Exploring DCN-like Architectures for Fast Image Generation with Arbitrary Resolution

2024-10-30 · Shuai Wang, Zexian Li, Tianhui Song, Xubin Li 외

Arbitrary-resolution image generation still remains a challenging task in AIGC, as it requires handling varying resolutions and aspect ratios while maintaining high visual quality. Existing transformer-based diffusion me…

Image Generation

Dense 3D Point Cloud Reconstruction Using a Deep Pyramid Network

2019-01-25 · Priyanka Mandikal, R. Venkatesh Babu

Reconstructing a high-resolution 3D model of an object is a challenging task in computer vision. Designing scalable and light-weight architectures is crucial while addressing this problem. Existing point-cloud based reco…

3D Point Cloud ReconstructionPoint cloud reconstruction