paper-with-me

Papers

PT-WNO: Point Transformer with Wavelet Neural Operator for 3D Point Cloud Semantic Segmentation

2026-06-09 · Nhut Le, Maryam Rahnemoonfar arxiv

Point cloud semantic segmentation requires architectures that capture both fine-grained local geometry and broad global scene structure. Transformer-based networks have demonstrated strong performance by focusing on detailed local feature aggregation; however, global context is conveyed primarily through skip connections across encoder-decoder stages, which we argue is insufficient for full scene understanding. We hypothesize that augmenting skip connections with a learnable global feature extraction module allows the network to acquire scene-level knowledge before descending into local detail, leading to richer and more contextually grounded representations. To this end, we propose Point Transformer with Wavelet Neural Operato (PT-WNO), which integrates a shared Wavelet Neural Operator (WNO) branch alongside the skip connections of a point cloud transformer backbone. At each encoder-decoder transition, point features are projected onto a dense 3D volumetric grid where the WNO captures multi-scale global spectral context through learnable wavelet decomposition and reconstruction. These global features are fused back into the network via lightweight adapters, complementing rather than replacing the existing skip connections. Experiments on four large-scale 3D point cloud benchmarks demonstrate the effectiveness of PT-WNO. On S3DIS (Area 5), PT-WNO achieves 71.59% mIoU, outperforming the Point Transformer v3 (PTv3) baseline by +1.03 points. On DALES it achieves 81.05% mIoU (+1.47 over the baseline). On ScanNet~v2, PT-WNO obtains 76.19% mIoU, remaining competitive with the baseline (76.36%).

📄 PDF Abstract BibTeX arXiv:2606.11466

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SegmentationScene Understanding

Results from the Paper

RankTaskDatasetModelMetrics
#109 Semantic Segmentation S3DIS Point mIoU: 71.59
#91 Semantic Segmentation ScanNet Point test mIoU: 76.19

Similar Papers 제목 키워드 기반

Beyond Pairwise Graphs in Science: Hypergraph Adaptive Wavelet Operators for Parametric PDEs

2026-08-28 · Rajat Sarkar, Venkataramana Runkana, Souvik Chakraborty arxiv

Physical systems are often modeled by solution operators that map input fields, parameters, geometries, or past states to steady or future physical states. Learning these maps is difficult, especially for time-dependent …

Point Clouds

PointTransformerX: Portable and Efficient 3D Point Cloud Processing without Sparse Algorithms

2026-04-27 · Laurenz Reichardt, Nikolas Ebert, Oliver Wasenmüller arxiv

3D point cloud perception remains tightly coupled to custom CUDA operators for spatial operations, limiting portability and efficiency on non-NVIDIA, AMD, and embedded hardware. We introduce PointTransformerX (PTX), a fu…

Point Clouds

PointWavelet: Learning in Spectral Domain for 3D Point Cloud Analysis

2023-02-10 · Cheng Wen, Jianzhi Long, Baosheng Yu, DaCheng Tao

With recent success of deep learning in 2D visual recognition, deep learning-based 3D point cloud analysis has received increasing attention from the community, especially due to the rapid development of autonomous drivi…

Autonomous DrivingDeep LearningPoint Cloud Classification

PointMixer: MLP-Mixer for Point Cloud Understanding

2021-11-22 · Jaesung Choe, Chunghyun Park, Francois Rameau, Jaesik Park 외

MLP-Mixer has newly appeared as a new challenger against the realm of CNNs and transformer. Despite its simplicity compared to transformer, the concept of channel-mixing MLPs and token-mixing MLPs achieves noticeable per…

3D Object Classification3D Point Cloud ClassificationPoint cloud reconstructionSemantic Segmentation

ArGEnT: Arbitrary Geometry-encoded Transformer for Operator Learning

2026-02-12 · Wenqian Chen, Yucheng Fu, Michael Penwarden, Pratanu Roy 외 arxiv

Learning solution operators on arbitrary geometries remains a central challenge in scientific machine learning, especially for many-query simulation, physics-informed learning, and evolving geometries requiring accurate,…