cs.LGJun 3, 2026

An Empirical Audit of Input Encoders for Multi-Channel Signal Transformers

Authors: Ossi Lehtinen

Organizations: Ocon Oy

Abstract

Transformers consuming multi-channel scalar signals must embed CC simultaneous values into one dmodeld_{\text{model}}-dimensional vector per time step. We audit eight input encoders -- a shared-scalar baseline, per-channel linear projections, an orthogonality regulariser, a nonlinear MLP, block-partitioned concatenation, channel-independent and channel-as-token architectures, and a projected positional encoding -- on a synthetic benchmark where channel identity is informative and on ETTh1, scored by next-step negative log-likelihood. The headline is practical near-equivalence within a wide "top tier": the standard per-channel linear projection matches every alternative up to small, statistically real but practically modest differences. A direct geometric probe attributes this to a spontaneous orthogonalisation of the per-channel projections: they end up near-orthogonal with no explicit regulariser, letting the standard linear recover channel identity from the summed embedding. Two encoders lose decisively: the shared-scalar baseline collapses for information-theoretic reasons we make explicit, and the channel-independent PatchTST-spirit baseline overfits universally on the synthetic benchmark and underperforms on both. Paired tests resolve two small gaps: projecting the sinusoidal positional encoding through a learned linear layer edges the rest at small CC by extending this orthogonality to the positional subspace; a nonlinear MLP stem edges them at the largest CC, with the gap shrinking under more training data. The practical recommendation: use the standard per-channel linear projection by default; reach for something more elaborate only when the task calls for it.

Explore similar work

CardsList
  1. Fixed Universal Transformers

    May 29, 2026Jingwen Liu, Alexandr Andoni, Daniel HsuTransformer ArchitecturesUnified Transformer