SOTAVerified

Random Linear Projections Loss for Hyperplane-Based Optimization in Neural Networks

2023-11-21Code Available0· sign in to hype

Shyam Venkatasubramanian, Ahmed Aloui, Vahid Tarokh

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Advancing loss function design is pivotal for optimizing neural network training and performance. This work introduces Random Linear Projections (RLP) loss, a novel approach that enhances training efficiency by leveraging geometric relationships within the data. Distinct from traditional loss functions that target minimizing pointwise errors, RLP loss operates by minimizing the distance between sets of hyperplanes connecting fixed-size subsets of feature-prediction pairs and feature-label pairs. Our empirical evaluations, conducted across benchmark datasets and synthetic examples, demonstrate that neural networks trained with RLP loss outperform those trained with traditional loss functions, achieving improved performance with fewer data samples, and exhibiting greater robustness to additive noise. We provide theoretical analysis supporting our empirical findings.

Tasks

Reproductions