TL;DR
This paper introduces a novel disjunctive normal form-based neural network architecture that achieves state-of-the-art accuracy and fast training, overcoming backpropagation issues and enabling joint optimization with convolutional features.
Contribution
The paper proposes a new neural network model using disjunctive normal form that improves training efficiency and accuracy, and can be combined with convolutional features for computer vision tasks.
Findings
Achieves state-of-the-art classification accuracy.
Enables fast training times compared to traditional neural networks.
Supports joint optimization with convolutional features.
Abstract
Artificial neural networks are powerful pattern classifiers; however, they have been surpassed in accuracy by methods such as support vector machines and random forests that are also easier to use and faster to train. Backpropagation, which is used to train artificial neural networks, suffers from the herd effect problem which leads to long training times and limit classification accuracy. We use the disjunctive normal form and approximate the boolean conjunction operations with products to construct a novel network architecture. The proposed model can be trained by minimizing an error function and it allows an effective and intuitive initialization which solves the herd-effect problem associated with backpropagation. This leads to state-of-the art classification accuracy and fast training times. In addition, our model can be jointly optimized with convolutional features in an unified…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
