Physical bound
Derive the maximum disparity from camera geometry and the effective minimum depth.
Modern smartphones pair camera modules with very different optics and stabilization. The primary wide camera often produces a sharp view, while the ultra-wide camera—typically without optical image stabilization—suffers stronger motion blur. Existing stereo benchmarks largely assume two homogeneous cameras and do not capture this asymmetric degradation.
We introduce the Heterogeneous Stereo Deblurring (HSD) dataset and PECA, a lightweight, architecture-agnostic cross-view fusion module. PECA limits correspondence search to a directional epipolar window bounded by camera optics, retrieves reliable details from the sharp reference, and falls back to self-deblurring where correspondence is uncertain.
HSD is built from synchronized, device-rectified wide and ultra-wide smartphone videos. Temporal integration simulates exposure-induced ultra-wide blur while the center frame provides the sharp target.
Rectification restricts correspondence search to a single epipolar line, while camera geometry provides a physical upper bound on disparity. PECA combines both constraints to remove implausible candidates before computing attention.
The physical disparity bound is Dphys ≈ 11 pixels at the feature scale, corresponding to approximately 44 pixels at the input scale (S = 4).
Derive the maximum disparity from camera geometry and the effective minimum depth.
Restrict keys and values to a directional 1D window along the rectified scanline.
Inject reference details according to attention weights while preserving target-view features.
PECA consistently restores sharper details across different backbones on real handheld stereo captures.
PECA restricts matching to a geometrically plausible disparity window, achieving +1.50 dB and +1.47 dB over global and full-row attention, respectively, with 294× and 2.6× lower module computation.
PECA performs consistently across a wide range of Dmax values when the attention distribution is sufficiently sharp. We use Dmax=5 and τ=0.01 as practical defaults, balancing restoration accuracy and attention cost.
@inproceedings{shin2026peca,
title = {A Benchmark for Heterogeneous Stereo Deblurring with
Physically- and Epipolar-constrained Cross Attention},
author = {Shin, Hoju and Kim, Jiah and Kim, Seung-Wook and Ji, Seowon},
booktitle = {European Conference on Computer Vision (ECCV)},
year = {2026}
}