Hyper Input Convex Neural Networks for Shape Constrained Learning and Optimal Transport
Summary
Hyper Input Convex Neural Networks (HyCNNs) are a new neural network architecture introduced for learning convex functions, combining Maxout networks with Input Convex Neural Networks (ICNNs). Submitted on April 29, 2026, HyCNNs are designed to be inherently convex in their input, leverage depth effectively, and offer reliable performance at scale compared to traditional ICNNs. The authors prove that HyCNNs require exponentially fewer parameters than ICNNs to approximate quadratic functions to a specified precision. Through synthetic experiments, HyCNNs demonstrated superior predictive performance over existing ICNNs and MLPs in convex regression and interpolation tasks. Furthermore, HyCNNs were successfully applied to learn high-dimensional optimal transport maps for synthetic data and single-cell RNA sequencing data, frequently outperforming ICNN-based neural optimal transport methods and other baselines across various settings.
Key takeaway
For machine learning engineers working with shape-constrained learning or optimal transport, HyCNNs offer a compelling alternative to traditional ICNNs. Your models could achieve better predictive performance and require significantly fewer parameters, especially for approximating quadratic functions. Consider integrating HyCNNs into your next project to improve efficiency and accuracy in tasks requiring convex function approximation, such as analyzing single-cell RNA sequencing data.
Key insights
HyCNNs offer a parameter-efficient, depth-leveraging architecture for learning convex functions, outperforming ICNNs.
Principles
- Combine Maxout with ICNNs for convexity.
- Depth can be leveraged reliably at scale.
- Exponential parameter reduction for quadratic approximation.
Method
HyCNNs integrate Maxout network principles with Input Convex Neural Networks (ICNNs) to ensure input convexity, enabling efficient learning of convex functions and high-dimensional optimal transport maps.
In practice
- Apply HyCNNs for convex regression tasks.
- Use HyCNNs for high-dimensional optimal transport.
- Consider HyCNNs for single-cell RNA sequencing data.
Topics
- Hyper Input Convex Neural Networks
- Input Convex Neural Networks
- Optimal Transport
- Convex Regression
- Shape Constrained Learning
Best for: AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.