paper-with-me

Papers

Learning Positional Embeddings for Coordinate-MLPs

2021-12-21 · Sameera Ramasinghe, Simon Lucey

We propose a novel method to enhance the performance of coordinate-MLPs by learning instance-specific positional embeddings. End-to-end optimization of positional embedding parameters along with network weights leads to poor generalization performance. Instead, we develop a generic framework to learn the positional embedding based on the classic graph-Laplacian regularization, which can implicitly balance the trade-off between memorization and generalization. This framework is then used to propose a novel positional embedding scheme, where the hyperparameters are learned per coordinate (i.e, instance) to deliver optimal performance. We show that the proposed embedding achieves better performance with higher stability compared to the well-established random Fourier features (RFF). Further, we demonstrate that the proposed embedding scheme yields stable gradients, enabling seamless integration into deep architectures as intermediate layers.

📄 PDF Abstract BibTeX arXiv:2112.11577

Code (0)

등록된 구현이 없습니다.

Tasks

Memorization

Similar Papers 제목 키워드 기반

Beyond Periodicity: Towards a Unifying Framework for Activations in Coordinate-MLPs

2021-11-30 · Sameera Ramasinghe, Simon Lucey

Coordinate-MLPs are emerging as an effective tool for modeling multidimensional continuous signals, overcoming many drawbacks associated with discrete grid-based approximations. However, coordinate-MLPs with ReLU activat…

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 prop…

3D Shape ReconstructionImage Reconstruction

Pre-training Point Cloud Compact Model with Partial-aware Reconstruction

2024-07-12 · Yaohua Zha, Yanzi Wang, Tao Dai, Shu-Tao Xia

The pre-trained point cloud model based on Masked Point Modeling (MPM) has exhibited substantial improvements across various tasks. However, two drawbacks hinder their practical application. Firstly, the positional embed…

Decoder

Rethinking Positional Encoding

2021-07-06 · Jianqiao Zheng, Sameera Ramasinghe, Simon Lucey

It is well noted that coordinate based MLPs benefit -- in terms of preserving high-frequency information -- through the encoding of coordinate positions as an array of Fourier features. Hitherto, the rationale for the ef…

Trading Positional Complexity vs. Deepness in Coordinate Networks

2022-05-18 · Jianqiao Zheng, Sameera Ramasinghe, Xueqian Li, Simon Lucey

It is well noted that coordinate-based MLPs benefit -- in terms of preserving high-frequency information -- through the encoding of coordinate positions as an array of Fourier features. Hitherto, the rationale for the ef…