Adaptive algorithms for real-time hardware tuning
This project developed adaptive machine-learning (ML) algorithms for real-time calibration and tuning of analog and mixed-signal hardware systems, including photonic circuits and RF ICs. Traditional manual calibration is time-consuming and cannot adapt to operating environment changes. The ML-based approach achieves automatic, continuous optimization of circuit parameters — pole locations, bias currents, and supply voltages — without human intervention.
Electronic and photonic circuits exhibit significant parameter drift due to temperature variation, aging, and process spread. Static calibration at production time is insufficient for systems deployed across wide operating conditions. Existing adaptive methods (e.g., gradient descent) are slow to converge and sensitive to local minima. A faster, more robust approach was needed that could run on embedded hardware with limited compute resources.
A closed-loop AI control system was designed following a Sense → Controller → Actuator → Plant architecture. Sensing hardware monitors circuit performance metrics (e.g., filter center frequency, gain, noise floor). The ML controller processes the sensor data and computes optimal actuator commands in real time. The feedback loop is illustrated below:
The ML controller was implemented as a lightweight neural network trained offline and fine-tuned online using Bayesian optimization. A GenAI-assisted engineering workflow accelerated the design of training data pipelines and model architecture search, significantly reducing iteration time.
Some implementation details are withheld. Results described are from prototype characterization and published work.
← Back to Projects