Beyond receptive fields: sequence-pooled normalization can supply most of a sequence labeler's context

arXiv:2608.18576 2026 Architecture 1 ideas extracted · analyzed Sep 1, 2026

What the math gives to ML

The paper isolates a concrete mechanism by which sequence-pooled normalization creates a global input-to-output dependency even when the convolutional receptive field is local. Its Jacobian gives an exact, task-independent test for whether distant positions can affect an output, while the normalized value exposes the global mean and variance as a low-cost sequence summary. This suggests replacing some expensive dilation or long-range convolution layers with channelwise sequence normalization when labels exhibit long runs, while using per-position statistics when strict locality is required. The same Jacobian can also serve as a diagnostic for measuring the true context of sequence models and avoiding misleading receptive-field ablations.

Ideas from this paper

Mechanism confirmed, baseline not beaten 2026

Global-statistics context shortcut

Insert channelwise normalization whose mean and variance are pooled over the full sequence, allowing a small-receptive-field convolutional labeler to access global sequence statistics without adding dilated convolutions or attention. Use this only for tasks where labels occur in long runs or depend on coarse global composition; retain per-position normalization for tasks requiring strict locality.

Useful7/10
Difficulty3/10
Novelty5/10
Paper: Beyond receptive fields: sequence-pooled normalization can supply most of a sequence labeler's context arXiv:2608.18576