(MPO)$^2$: Multivariate Polynomial Optimization based on Matrix Product Operators

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

The new framework, Multivariate Polynomial Optimization based on Matrix Product Operators, or (MPO)$^2$, addresses the challenge of exponentially growing coefficient tensors in multivariate polynomial models used for universal function approximation in machine learning and signal processing. While existing tensorized polynomial models like canonical polyadic decompositions and tensor train formulations reduce cost, they suffer from rank-limited expressivity and feature order dependency, respectively. (MPO)$^2$ overcomes these limitations by integrating learned Matrix Product Operator (MPO) feature embeddings with compact polynomial weight tensors. This approach results in feature order independent polynomial representations and supports the incorporation of structured operators such as projections, convolutions, and masks for weight tensor symmetries. Benchmarking across regression and classification tasks demonstrates that (MPO)$^2$ outperforms current tensor decomposition-based polynomial models, establishing itself as a flexible and efficient alternative for polynomial function approximation.

Key takeaway

For Machine Learning Engineers developing models for universal function approximation, if you are encountering scalability issues with traditional multivariate polynomial models due to exponential tensor growth, consider evaluating (MPO)$^2$. This framework offers a more efficient and flexible alternative by providing feature order independent representations and supporting structured operators. You should explore its application in your regression and classification tasks to potentially achieve improved performance and reduced computational overhead compared to existing tensor decomposition methods.

Key insights

(MPO)$^2$ offers a feature-order-independent, compact polynomial approximation by combining MPO embeddings with structured weight tensors, outperforming prior tensor methods.

Principles

Method

The framework combines learned MPO feature embeddings with compact polynomial weight tensors to create feature order independent polynomial representations, allowing for structured operators like projections and convolutions.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.