Learning Pixel-Adaptive Multi-Layer Perceptrons for Real-Time Image Enhancement

Abstract

Deep learning-based bilateral grid processing has emerged as a promising solution for image enhancement, inherently encoding spatial and intensity information while enabling efficient full-resolution processing through slicing operations. However, existing approaches are limited to linear affine transformations, hindering their ability to model complex color relationships. Meanwhile, while multi-layer perceptrons (MLPs) excel at non-linear mappings, traditional MLP-based methods employ globally shared parameters, which is hard to deal with localized variations. To overcome these dual challenges, we propose a Bilateral Grid-based Pixel-Adaptive Multi-layer Perceptron (BPAM) framework. Our approach synergizes the spatial modeling of bilateral grids with the non-linear capabilities of MLPs. Specifically, we generate bilateral grids containing MLP parameters, where each pixel dynamically retrieves its unique transformation parameters and obtain a distinct MLP for color mapping based on spatial coordinates and intensity values. In addition, we propose a novel grid decomposition strategy that categorizes MLP parameters into distinct types stored in separate subgrids. Multi-channel guidance maps are used to extract category-specific parameters from corresponding subgrids, ensuring effective utilization of color information during slicing while guiding precise parameter generation. Extensive experiments on public datasets demonstrate that our method outperforms state-of-the-art methods in performance while maintaining real-time processing capabilities.

Cite

Text

Lou et al. "Learning Pixel-Adaptive Multi-Layer Perceptrons for Real-Time Image Enhancement." International Conference on Computer Vision, 2025.

Markdown

[Lou et al. "Learning Pixel-Adaptive Multi-Layer Perceptrons for Real-Time Image Enhancement." International Conference on Computer Vision, 2025.](https://mlanthology.org/iccv/2025/lou2025iccv-learning/)

BibTeX

@inproceedings{lou2025iccv-learning,
  title     = {{Learning Pixel-Adaptive Multi-Layer Perceptrons for Real-Time Image Enhancement}},
  author    = {Lou, Junyu and Zhao, Xiaorui and Shi, Kexuan and Gu, Shuhang},
  booktitle = {International Conference on Computer Vision},
  year      = {2025},
  pages     = {14095-14105},
  url       = {https://mlanthology.org/iccv/2025/lou2025iccv-learning/}
}