ICML 2025spotlight0 citations

LipsNet++: Unifying Filter and Controller into a Policy Network

Xujie Song, Liangfa Chen, Tong Liu, Wenxuan Wang, Yinuo Wang, Shentao Qin, Yinsong Ma, Jingliang Duan

Abstract

Deep reinforcement learning (RL) is effective for decision-making and control tasks like autonomous driving and embodied AI. However, RL policies often suffer from the action fluctuation problem in real-world applications, resulting in severe actuator wear, safety risk, and performance degradation. This paper identifies the two fundamental causes of action fluctuation: observation noise and policy non-smoothness. We propose LipsNet++, a novel policy network with Fourier filter layer and Lipschitz controller layer to separately address both causes. The filter layer incorporates a trainable filter matrix that automatically extracts important frequencies while suppressing noise frequencies in the observations. The controller layer introduces a Jacobian regularization technique to achieve a low Lipschitz constant, ensuring smooth fitting of a policy function. These two layers function analogously to the filter and controller in classical control theory, suggesting that filtering and control capabilities can be seamlessly integrated into a single policy network. Both simulated and real-world experiments demonstrate that LipsNet++ achieves the state-of-the-art noise robustness and action smoothness. The code and videos are publicly available at https://xjsong99.github.io/LipsNet_v2.

Deep Reinforcement LearningPolicy Network DesignAction FluctuationControl Smoothness and Robustness
BibTeX
@inproceedings{
song2025lipsnet,
title={LipsNet++: Unifying Filter and Controller into a Policy Network},
author={Xujie Song and Liangfa Chen and Tong Liu and Wenxuan Wang and Yinuo Wang and Shentao Qin and Yinsong Ma and Jingliang Duan and Shengbo Eben Li},
booktitle={Forty-second International Conference on Machine Learning},
year={2025},
url={https://openreview.net/forum?id=KZo2XhcSg6}
}
LipsNet++: Unifying Filter and Controller into a Policy Network · ICML 2025