Inferensys

Glossary

Delay-Doppler Embedding

A learned vector representation that encodes the delay and Doppler shift characteristics of a propagation path, used as input tokens for a transformer to process channel responses in the delay-Doppler domain.
Engineer reviewing vector database search results on laptop, embeddings visualization on screen, home office coding session.
PROPAGATION PATH TOKENIZATION

What is Delay-Doppler Embedding?

A learned vector representation that encodes the delay and Doppler shift characteristics of a propagation path, enabling transformer networks to process wireless channel responses in the delay-Doppler domain.

Delay-Doppler Embedding is a learned, fixed-dimensional vector representation that encodes the delay and Doppler shift parameters of an individual multipath propagation component. It transforms a sparse set of physical channel parameters into a dense token sequence, allowing a transformer to process the wireless channel as a set of discrete, semantically meaningful paths rather than a raw time-frequency grid.

Each embedding is generated by projecting the path's delay tap, Doppler frequency, and complex gain through a learned linear layer or small neural network. These propagation path tokens are then fed into a self-attention mechanism, enabling the model to capture inter-path relationships—such as clustered scattering or sparse channel structure—for superior performance in tasks like channel estimation, equalization, and compression.

Propagation Path Tokenization

Key Characteristics of Delay-Doppler Embeddings

A breakdown of the fundamental properties that make delay-Doppler embeddings a powerful, geometry-aware tokenization strategy for transformer-based wireless processing.

01

Sparse Multipath Representation

Encodes a wireless channel as a compact set of discrete tokens, one for each significant propagation path. This sparsity is a natural fit for the self-attention mechanism.

  • Token per Path: Each token represents a single scatterer with a specific delay and Doppler shift.
  • Efficient Attention: The number of tokens scales with the number of paths, not the number of OFDM subcarriers, making attention computationally tractable.
  • Physical Sparsity: Exploits the inherent sparsity of the wireless channel in the delay-Doppler domain, where energy is concentrated in a few peaks.
02

Geometry-Preserving Tokenization

Unlike a raw IQ sample or a subcarrier symbol, a delay-Doppler embedding directly captures the underlying geometric relationship between transmitter, receiver, and scatterers.

  • Range and Velocity: Delay maps directly to a scatterer's distance (range), and Doppler shift maps to its relative velocity.
  • Invariant Representation: The embedding is invariant to the arbitrary phase of the carrier, focusing only on the physical path parameters.
  • Radar Heritage: This representation is borrowed directly from radar signal processing, where the delay-Doppler matrix is the standard tool for target detection.
03

Learned vs. Classical Embeddings

A critical distinction exists between classical delay-Doppler maps and learned embeddings used as transformer tokens.

  • Classical Map: A 2D grid computed via a matched filter or Fourier transform, often with high sidelobes and limited resolution.
  • Learned Embedding: A dense vector produced by a neural network, trained end-to-end to extract features from the delay-Doppler domain that are optimal for a downstream task like detection or channel estimation.
  • Super-Resolution: Learned embeddings can implicitly perform super-resolution, distinguishing paths closer than the Fourier limit defined by the time-frequency resource grid.
04

Integration with Self-Attention

The set of path tokens is processed by a transformer encoder, allowing the model to learn interactions between scatterers.

  • Cross-Path Attention: The model can learn that two paths with similar delays but different Dopplers might originate from the same physical cluster.
  • Permutation Invariance: Self-attention over a set of tokens is naturally permutation invariant, meaning the model's output is unaffected by the arbitrary ordering of the detected paths.
  • Global Context: Each path token can attend to all other paths, building a holistic understanding of the multipath environment for superior equalization.
05

Robustness to Channel Dynamics

Delay-Doppler embeddings provide a stable representation even in high-mobility scenarios where traditional time-frequency methods break down.

  • OTFS Foundation: This is the core principle behind Orthogonal Time Frequency Space (OTFS) modulation, where symbols are multiplexed in the delay-Doppler domain.
  • Quasi-Static Tokens: While the complex gain of a path may change rapidly, its delay and Doppler shift remain relatively stable over a much longer observation window.
  • Predictable Evolution: A transformer can learn to predict the evolution of a path's complex gain from its delay-Doppler coordinates, enabling robust channel aging prediction.
06

Multi-Modal Sensor Fusion Enabler

The geometric nature of the embedding makes it a natural pivot point for fusing RF sensing data with other modalities.

  • Common Coordinate System: A scatterer's delay-Doppler coordinates can be directly mapped to a point in a 3D spatial coordinate system (with additional angle-of-arrival information).
  • Joint Communication and Sensing (JCAS): The same delay-Doppler embedding can be used simultaneously for data demodulation (communication) and for building a radar map of the environment (sensing).
  • Sensor Alignment: A transformer can use cross-attention to align delay-Doppler tokens from an RF front-end with point cloud tokens from a LiDAR sensor for robust autonomous navigation.
DELAY-DOPPLER EMBEDDING

Frequently Asked Questions

Clear, technical answers to the most common questions about representing wireless propagation paths as learned vector tokens for transformer-based channel processing.

A Delay-Doppler embedding is a learned, fixed-dimensional vector representation that encodes the physical characteristics—specifically the delay and Doppler shift—of a single multipath propagation component. It transforms a continuous physical phenomenon into a discrete token that a transformer network can process. Unlike hand-crafted feature vectors, this embedding is generated by a neural network encoder that learns to compress the path's complex gain, time of arrival, and frequency offset into a dense latent space optimized for downstream tasks like channel estimation or symbol detection. This allows the transformer's self-attention mechanism to model complex interactions between propagation paths, such as constructive and destructive interference, in a purely data-driven manner.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.