Fourier Series Coder: A Novel Perspective on Angle Boundary Discontinuity Problem for Oriented Object Detection

arXiv cs.CV / 4/23/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses oriented object detection’s persistent Angle Boundary Discontinuity (ABD) and Cyclic Ambiguity (CA), which can cause large angle fluctuations around periodic boundaries.
  • It shows that even recent “continuous angle coder” approaches can still incur significant cyclic errors due to structural noise amplification in their non-orthogonal decoding mechanisms.
  • To fix the root cause, the authors propose the Fourier Series Coder (FSC), a lightweight plug-and-play module that provides a continuous, reversible, and mathematically robust angle encoding/decoding scheme.
  • FSC maps angles onto a minimal orthogonal Fourier basis and enforces a geometric manifold constraint to prevent feature modulus collapse, enabling robust phase unwrapping without heuristic truncation.
  • Experiments on three large-scale datasets indicate FSC delivers competitive overall performance with notable gains in high-precision oriented object detection, and the code is provided on GitHub.

Abstract

With the rapid advancement of intelligent driving and remote sensing, oriented object detection has gained widespread attention. However, achieving high-precision performance is fundamentally constrained by the Angle Boundary Discontinuity (ABD) and Cyclic Ambiguity (CA) problems, which typically cause significant angle fluctuations near periodic boundaries. Although recent studies propose continuous angle coders to alleviate these issues, our theoretical and empirical analyses reveal that state-of-the-art methods still suffer from substantial cyclic errors. We attribute this instability to the structural noise amplification within their non-orthogonal decoding mechanisms. This mathematical vulnerability significantly exacerbates angular deviations, particularly for square-like objects. To resolve this fundamentally, we propose the Fourier Series Coder (FSC), a lightweight plug-and-play component that establishes a continuous, reversible, and mathematically robust angle encoding-decoding paradigm. By rigorously mapping angles onto a minimal orthogonal Fourier basis and explicitly enforcing a geometric manifold constraint, FSC effectively prevents feature modulus collapse. This structurally stabilized representation ensures highly robust phase unwrapping, intrinsically eliminating the need for heuristic truncations while achieving strict boundary continuity and superior noise immunity. Extensive experiments across three large-scale datasets demonstrate that FSC achieves highly competitive overall performance, yielding substantial improvements in high-precision detection. The code will be available at https://github.com/weiminghong/FSC.