LGMLMay 27, 2022

Dual Convexified Convolutional Neural Networks

arXiv:2205.14056v21 citationsh-index: 19
Originality Incremental advance
AI Analysis

This work addresses efficiency and formalization challenges in convex neural networks for machine learning practitioners, though it appears incremental as it builds on existing convexified frameworks.

The authors tackled the computational and factorization ambiguities in convexified convolutional neural networks by proposing dual convexified convolutional neural networks (DCCNNs), which reduce overhead and eliminate matrix factorization issues, and they introduced a novel weight recovery algorithm that exploits low-rank structure to reduce parameter size.

We propose the framework of dual convexified convolutional neural networks (DCCNNs). In this framework, we first introduce a primal learning problem motivated by convexified convolutional neural networks (CCNNs), and then construct the dual convex training program through careful analysis of the Karush-Kuhn-Tucker (KKT) conditions and Fenchel conjugates. Our approach reduces the computational overhead of constructing a large kernel matrix and more importantly, eliminates the ambiguity of factorizing the matrix. Due to the low-rank structure in CCNNs and the related subdifferential of nuclear norms, there is no closed-form expression to recover the primal solution from the dual solution. To overcome this, we propose a highly novel weight recovery algorithm, which takes the dual solution and the kernel information as the input, and recovers the linear weight and the output of convolutional layer, instead of weight parameter. Furthermore, our recovery algorithm exploits the low-rank structure and imposes a small number of filters indirectly, which reduces the parameter size. As a result, DCCNNs inherit all the statistical benefits of CCNNs, while enjoying a more formal and efficient workflow.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes