The Quadrilateral Loss: Additivity as a Measurable Behavior of Dense Neural Networks

· Source: Takara TLDR - Daily AI Papers · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

The paper introduces the quadrilateral loss, a differentiable penalty designed for dense neural networks that treats additivity as a measurable behavior. This loss is defined as a second-order mixed difference on pairs of training points, vanishing when a coordinate carries no interaction, and is informative for piecewise-linear networks. It quantifies per-coordinate interaction mass, analogous to the interventional Shapley-GAM. The quadrilateral loss allows additivity to be a tunable parameter, demonstrating that most learned interactions can be removed with minimal cost, and on small datasets, a moderate penalty simultaneously improves accuracy and additivity. Furthermore, its per-feature surrender curves reveal that pre-regularization interaction magnitude poorly predicts what a regularized model retains, challenging post-hoc interaction rankings. The work also compares various routes to exact additivity, concluding that constraining behavior before structure often outperforms weight-space constraints.

Key takeaway

For Machine Learning Engineers building interpretable models, consider integrating the quadrilateral loss into your dense neural network training. This differentiable penalty allows you to dial in additivity, potentially improving accuracy on smaller datasets while reducing feature interactions. You can also use its per-feature surrender curves to assess how regularization impacts interaction retention, guiding your choice of interpretability techniques beyond post-hoc rankings.

Key insights

The quadrilateral loss quantifies feature interaction in dense neural networks, enabling tunable additivity and improved interpretability.

Principles

Method

The quadrilateral loss is a differentiable penalty based on a second-order mixed difference on training points, vanishing when a coordinate carries no interaction.

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 Takara TLDR - Daily AI Papers.