paper-with-me

Papers

SLNet: A Super-Lightweight Geometry-Adaptive Network for 3D Point Cloud Recognition

2026-03-08 · Mohammad Saeid, Amir Salarpour, Pedram MohajerAnsari, Mert D. Pesé arxiv

We present SLNet, a lightweight backbone for 3D point cloud recognition designed to achieve strong performance without the computational cost of many recent attention, graph, and deep MLP based models. The model is built on two simple ideas: NAPE (Nonparametric Adaptive Point Embedding), which captures spatial structure using a combination of Gaussian RBF and cosine bases with input adaptive bandwidth and blending, and GMU (Geometric Modulation Unit), a per channel affine modulator that adds only 2D learnable parameters. These components are used within a four stage hierarchical encoder with FPS+kNN grouping, nonparametric normalization, and shared residual MLPs. In experiments, SLNet shows that a very small model can still remain highly competitive across several 3D recognition tasks. On ModelNet40, SLNet-S with 0.14M parameters and 0.31 GFLOPs achieves 93.64% overall accuracy, outperforming PointMLP-elite with 5x fewer parameters, while SLNet-M with 0.55M parameters and 1.22 GFLOPs reaches 93.92%, exceeding PointMLP with 24x fewer parameters. On ScanObjectNN, SLNet-M achieves 84.25% overall accuracy within 1.2 percentage points of PointMLP while using 28x fewer parameters. For large scale scene segmentation, SLNet-T extends the backbone with local Point Transformer attention and reaches 58.2% mIoU on S3DIS Area 5 with only 2.5M parameters, more than 17x fewer than Point Transformer V3. We also introduce NetScore+, which extends NetScore by incorporating latency and peak memory so that efficiency can be evaluated in a more deployment oriented way. Across multiple benchmarks and hardware settings, SLNet delivers a strong overall balance between accuracy and efficiency. Code is available at: https://github.com/m-saeid/SLNet.

📄 PDF Abstract BibTeX arXiv:2603.07454

Code (0)

등록된 구현이 없습니다.

Tasks

Scene Segmentation

Similar Papers 제목 키워드 기반

Sparsity-based background removal for STORM super-resolution images

2024-01-15 · Patris Valera, Josué Page Vizcaíno, Tobias Lasser

Single-molecule localization microscopy techniques, like stochastic optical reconstruction microscopy (STORM), visualize biological specimens by stochastically exciting sparse blinking emitters. The raw images suffer fro…

Super-Resolution

Unsupervised Sign Language Translation and Generation

2024-02-12 · Zhengsheng Guo, Zhiwei He, Wenxiang Jiao, Xing Wang 외

Motivated by the success of unsupervised neural machine translation (UNMT), we introduce an unsupervised sign language translation and generation network (USLNet), which learns from abundant single-modality (text and vid…

Machine TranslationSign Language TranslationTranslation

Natural Language Video Localization: A Revisit in Span-based Question Answering Framework

2021-02-26 · Hao Zhang, Aixin Sun, Wei Jing, Liangli Zhen 외

Natural Language Video Localization (NLVL) aims to locate a target moment from an untrimmed video that semantically corresponds to a text query. Existing approaches mainly solve the NLVL problem from the perspective of c…

Question Answering

Skeleton-based sign language recognition using a dual-stream spatio-temporal dynamic graph convolutional network

2025-09-10 · Liangjin Liu, Haoyang Zheng, Zhengzhong Zhu, Pei Zhou arxiv

Isolated Sign Language Recognition (ISLR) is challenged by gestures that are morphologically similar yet semantically distinct, a problem rooted in the complex interplay between hand shape and motion trajectory. Existing…

Sign Language Recognition

Implementing ASLNet V1.0: Progress and Plans

2021-01-01 · EACL (GWC) 2021 1 · Colin Lualdi, Elaine Wright, Jack Hudson, Naomi Caselli 외

We report on the development of ASLNet, a wordnet for American Sign Language (ASL). ASLNet V1.0 is currently under construction by mapping easy-to-translate ASL lexical nouns to Princeton WordNet synsets. We describe our…