Differentiable Projection for Constrained Deep Learning
Dou Huang, Haoran Zhang, Xuan Song, Ryosuke Shibasaki

TL;DR
This paper introduces a differentiable projection layer for deep neural networks that efficiently incorporates prior constraints, improving performance without heavy computation, demonstrated through synthetic and image segmentation experiments.
Contribution
It proposes a novel differentiable projection layer to incorporate constraints into DNNs, replacing traditional KKT-based solutions with a more efficient approach.
Findings
The projection method outperforms baseline methods in experiments.
It effectively incorporates prior knowledge into DNN training.
The approach is computationally efficient and versatile.
Abstract
Deep neural networks (DNNs) have achieved extraordinary performance in solving different tasks in various fields. However, the conventional DNN model is steadily approaching the ground-truth value through loss backpropagation. In some applications, some prior knowledge could be easily obtained, such as constraints which the ground truth observation follows. Here, we try to give a general approach to incorporate information from these constraints to enhance the performance of the DNNs. Theoretically, we could formulate these kinds of problems as constrained optimization problems that KKT conditions could solve. In this paper, we propose to use a differentiable projection layer in DNN instead of directly solving time-consuming KKT conditions. The proposed projection method is differentiable, and no heavy computation is required. Finally, we also conducted some experiments using a randomly…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
