paper-with-me

Papers

Spline Positional Encoding for Learning 3D Implicit Signed Distance Fields

2021-06-03 · Peng-Shuai Wang, Yang Liu, Yu-Qi Yang, Xin Tong

Multilayer perceptrons (MLPs) have been successfully used to represent 3D shapes implicitly and compactly, by mapping 3D coordinates to the corresponding signed distance values or occupancy values. In this paper, we propose a novel positional encoding scheme, called Spline Positional Encoding, to map the input coordinates to a high dimensional space before passing them to MLPs, for helping to recover 3D signed distance fields with fine-scale geometric details from unorganized 3D point clouds. We verified the superiority of our approach over other positional encoding schemes on tasks of 3D shape reconstruction from input point clouds and shape space learning. The efficacy of our approach extended to image reconstruction is also demonstrated and evaluated.

📄 PDF Abstract BibTeX arXiv:2106.01553

Code (1)

microsoft/splineposenc 공식 구현 pytorch

Tasks

3D Shape ReconstructionImage Reconstruction

Similar Papers 제목 키워드 기반

Spline-based Transformers

2025-04-03 · Prashanth Chandran, Agon Serifi, Markus Gross, Moritz Bächer

We introduce Spline-based Transformers, a novel class of Transformer models that eliminate the need for positional encoding. Inspired by workflows using splines in computer animation, our Spline-based Transformers embed …

PEPS: Positional Encoding Projected Sampling -- Extended

2026-04-27 · Guillaume Perez, Janarbek Matai, Takahiro Harada arxiv

Implicit neural representations (INRs) are increasingly being used as tools to map coordinates to signals, encompassing applications from neural fields to texture compression, shape representations, and beyond. Most INR …

BSAT: B-Spline Adaptive Tokenizer for Long-Term Time Series Forecasting

2026-01-02 · Maximilian Reinwardt, Michael Eichelbeck, Matthias Althoff arxiv

Long-term time series forecasting using transformers is hampered by the quadratic complexity of self-attention and the rigidity of uniform patching, which may be misaligned with the data's semantic structure. In this pap…

Time Series Forecasting

The Impact of Positional Encodings on Multilingual Compression

2021-09-11 · EMNLP 2021 11 · Vinit Ravishankar, Anders Søgaard

In order to preserve word-order information in a non-autoregressive setting, transformer architectures tend to include positional knowledge, by (for instance) adding positional encodings to token embeddings. Several modi…

Inductive Bias

On Optimal Sampling for Learning SDF Using MLPs Equipped with Positional Encoding

2024-01-02 · Guying Lin, Lei Yang, YuAn Liu, Congyi Zhang 외

Neural implicit fields, such as the neural signed distance field (SDF) of a shape, have emerged as a powerful representation for many applications, e.g., encoding a 3D shape and performing collision detection. Typically,…