paper-with-me

Papers

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 effectiveness of these positional encodings has been mainly studied through a Fourier lens. In this paper, we strive to broaden this understanding by showing that alternative non-Fourier embedding functions can indeed be used for positional encoding. Moreover, we show that their performance is entirely determined by a trade-off between the stable rank of the embedded matrix and the distance preservation between embedded coordinates. We further establish that the now ubiquitous Fourier feature mapping of position is a special case that fulfills these conditions. Consequently, we present a more general theory to analyze positional encoding in terms of shifted basis functions. In addition, we argue that employing a more complex positional encoding -- that scales exponentially with the number of modes -- requires only a linear (rather than deep) coordinate function to achieve comparable performance. Counter-intuitively, we demonstrate that trading positional embedding complexity for network deepness is orders of magnitude faster than current state-of-the-art; despite the additional embedding complexity. To this end, we develop the necessary theoretical formulae and empirically verify that our theoretical claims hold in practice.

📄 PDF Abstract BibTeX arXiv:2205.08987

Code (1)

osiriszjq/complex_encoding 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Evaluating AI-Driven Automated Map Digitization in QGIS

2025-04-26 · Diana Febrita

Map digitization is an important process that converts maps into digital formats that can be used for further analysis. This process typically requires a deep human involvement because of the need for interpretation and …

Decision Making

Deep reinforcement learning with positional context for intraday trading

2024-06-12 · Sven Goluža, Tomislav Kovačević, Tessa Bauman, Zvonko Kostanjčar

Deep reinforcement learning (DRL) is a well-suited approach to financial decision-making, where an agent makes decisions based on its trading strategy developed from market observations. Existing DRL intraday trading str…

Decision MakingDeep Reinforcement LearningFeature Importancereinforcement-learning+1

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 …

Memorization

Sizing Strategies for Algorithmic Trading in Volatile Markets: A Study of Backtesting and Risk Mitigation Analysis

2023-09-16 · S. M. Masrur Ahmed

Backtest is a way of financial risk evaluation which helps to analyze how our trading algorithm would work in markets with past time frame. The high volatility situation has always been a critical situation which creates…

Algorithmic Trading

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…