ConboNet: A Unified Content and Boundary Modeling Approach

for One-stage Wide-angle Image Correction

National University of Defense Technology (NUDT)

Interactive Results

Click on the thumbnails above to compare input and output images

Abstract

The mainstream approach for correcting distortions in wide-angle images typically involves a cascading process of rectification followed by rectangling. These tasks address distorted image content and irregular boundaries separately, using two distinct pipelines. However, this independent optimization prevents the two stages from benefiting each other. It also increases susceptibility to error accumulation and misaligned optimization, ultimately degrading the quality of the rectified image and the performance of downstream vision tasks.

In this work, we observe and verify that transformations based on motion representations (e.g., Thin-Plate Spline) exhibit structural continuity in both rectification and rectangling tasks. This continuity enables us to establish their relationships through the perspective of structural morphing, allowing for an optimal solution within a single end-to-end framework.

To this end, we propose ConBo-Net, a unified Content and Boundary modeling approach for one-stage wide-angle image correction. Our method jointly addresses distortion rectification and boundary rectangling in an end-to-end manner. To further enhance the model's structural recovery capability, we incorporate physical priors based on the wide-angle camera model during training and introduce an ordinal geometric loss to enforce curvature monotonicity. Extensive experiments demonstrate that ConBo-Net outperforms state-of-the-art two-stage solutions.

Motivation

Given a distorted wide-angle image I0, our objective is to generate a distortion-free image I1 with rectangular boundaries that preserve both geometric fidelity and content integrity. Through systematic analysis of TPS deformation meshes, we reveal a critical insight: the optimal rectified-and-rectangled state naturally emerges as a continuous intermediate deformation field bridging the geometry-preserving rectification mesh and the boundary-constrained rectangling mesh, with explicit structural correspondence maintained during morphing to harmonize geometric accuracy and boundary regularity. Thus, we design to lift the structural morphing for wide-angle image rectification that unifies the rectification and rectangling process via morphing.

Method Overview

Architecture. Our ConboNet consists of three main components:

Results

Comparison with State-of-the-art Methods. Qualitative results demonstrating the effectiveness of our approach:

Citation

@article{luan2024conbonet,
  title={ConboNet: A Unified Content and Boundary Modeling Approach for One-stage Wide-angle Image Correction},
  author={Luan, Wenting and Author2 and Author3},
  journal={},
  year={2024}
}

@article{liao2023recrecnet,
  title={RecRecNet: Rectangling rectified wide-angle images by thin-plate spline model and DoF-based curriculum learning},
  author={Liao, Kang and Nie, Lang and Lin, Chunyu and Zheng, Zishuo and Zhao, Yao},
  journal={arXiv preprint arXiv:2301.01661},
  year={2023}
}