Skip to content
BeClaude
Research2026-07-02

Deep Learning-Driven Black-Box Doherty Power Amplifier with Pixelated Output Combiner and Extended Efficiency Range

Originally published byArxiv CS.AI

arXiv:2603.16565v2 Announce Type: replace-cross Abstract: This article presents a deep learning-driven inverse design methodology for Doherty power amplifiers (PA) with multi-port pixelated output combiner networks. A deep convolutional neural network (CNN) is developed and trained as an...

What Happened

Researchers have published a paper demonstrating a deep learning-driven inverse design methodology for Doherty power amplifiers (PAs), a critical component in modern wireless communication systems. The core innovation involves using a deep convolutional neural network (CNN) trained to design multi-port pixelated output combiner networks — essentially, the CNN learns to generate optimal physical layouts for the amplifier’s output stage. This replaces traditional manual or iterative simulation-based design processes with a data-driven approach that can explore a vastly larger design space more efficiently.

The “pixelated” combiner refers to a discretized grid of possible circuit elements, allowing the CNN to output a binary or categorical map that defines the physical structure. The goal is to extend the efficiency range of the Doherty PA — meaning the amplifier maintains high power efficiency across a wider range of output power levels, which is crucial for modern signals with high peak-to-average power ratios.

Why It Matters

This work addresses a fundamental bottleneck in RF and microwave engineering: the design of power amplifiers that balance efficiency, linearity, and bandwidth. Traditional Doherty PA design relies heavily on expert intuition and electromagnetic simulation, which is time-consuming and often yields suboptimal solutions due to the enormous combinatorial complexity of possible circuit topologies.

By framing the problem as a deep learning inverse design task, the researchers demonstrate that CNNs can learn the mapping from performance targets to physical layouts. This is significant because:

  • Accelerated design cycles: What might take weeks of iterative simulation can potentially be reduced to minutes of inference.
  • Discovery of novel topologies: The CNN may produce combiner structures that human engineers would not intuitively consider, potentially unlocking higher performance.
  • Scalability to other RF components: The pixelated combiner approach is a generalizable framework that could be applied to filters, antennas, and impedance matching networks.

Implications for AI Practitioners

For AI engineers and researchers, this work highlights several important trends:

  • Inverse design is a growing application domain: Rather than using AI to analyze existing designs, this paper shows AI being used to generate physical artifacts. This is analogous to generative design in mechanical engineering or drug discovery in chemistry.
  • CNNs for non-image data: The pixelated combiner is essentially a 2D grid, making it a natural fit for convolutional architectures. AI practitioners should note that any problem involving spatial or topological optimization can potentially leverage similar techniques.
  • Simulation-in-the-loop training: The CNN is trained using data generated from electromagnetic simulations, not real-world measurements. This means practitioners need access to accurate simulators and must carefully manage the simulation cost versus training data quantity trade-off.
  • Performance constraints as loss functions: The paper implicitly uses performance metrics (efficiency, bandwidth) as training objectives. AI practitioners can apply this principle to other constrained optimization problems where the goal is to satisfy multiple competing criteria.

Key Takeaways

  • Deep CNNs can effectively solve inverse design problems for complex RF components like Doherty power amplifiers, replacing manual design with learned topology generation.
  • The pixelated combiner approach offers a generalizable framework for optimizing physical structures across a discretized design space.
  • AI practitioners should explore inverse design as a high-impact application area, particularly where simulation data is available and the design space is combinatorial.
  • The methodology’s success depends on high-quality simulation data and careful formulation of performance targets as differentiable or surrogate loss functions.
arxivpapers