ISAC with Co-Prime Arrays: Virtual-Aperture Sensing and uplink downlink communications
arXiv:2609.01979
2026
Architecture
1 ideas extracted · analyzed Sep 3, 2026
What the math gives to ML
The paper's transferable asset is a co-prime sparse geometry whose cross-sum produces many distinct virtual positions from only two short physical subarrays. In a neural sequence model, the same construction can generate a large, structured receptive field using two sparse mixing stages with offsets drawn from coprime dilation sets, rather than dense attention over all intermediate positions. The key engineering hypothesis is that coprimality gives better long-range coverage per edge while preserving hardware-friendly regular sparsity. This is most promising as a drop-in sparse-attention or token-mixing block, with experiments comparing quality and attention FLOPs against local, dilated, and block-sparse baselines.
Ideas from this paper
△ Mechanism confirmed, baseline not beaten
2026
Replace dense or single-dilation sparse attention with two sequential sparse attention stages whose offsets form co-prime arithmetic progressions. The first stage mixes tokens separated by multiples of M2, the second by multiples of M1; their composition reaches virtual offsets mM2+nM1, providing many structured long-range interactions from only M1+M2-1 physical offset families. Use causal masking and residual connections so the module can replace a standard transformer attention block without…
Useful7/10
Difficulty5/10
Novelty7/10