paper-with-me

홈 › Papers

Enforcing Hard Linear Constraints in Deep Learning Models with Decision Rules

2025-05-20 · Gonzalo E. Constante-Flores, Hao Chen, Can Li

Deep learning models are increasingly deployed in safety-critical tasks where predictions must satisfy hard constraints, such as physical laws, fairness requirements, or safety limits. However, standard architectures lack built-in mechanisms to enforce such constraints, and existing approaches based on regularization or projection are often limited to simple constraints, computationally expensive, or lack feasibility guarantees. This paper proposes a model-agnostic framework for enforcing input-dependent linear equality and inequality constraints on neural network outputs. The architecture combines a task network trained for prediction accuracy with a safe network trained using decision rules from the stochastic and robust optimization literature to ensure feasibility across the entire input space. The final prediction is a convex combination of the two subnetworks, guaranteeing constraint satisfaction during both training and inference without iterative procedures or runtime optimization. We prove that the architecture is a universal approximator of constrained functions and derive computationally tractable formulations based on linear decision rules. Empirical results on benchmark regression tasks show that our method consistently satisfies constraints while maintaining competitive accuracy and low inference latency.

📄 PDF Abstract BibTeX arXiv:2505.13858

Code (0)

등록된 구현이 없습니다.

Tasks

Fairness

Similar Papers 제목 키워드 기반

DisjunctiveNet: Neural Symbolic Learning via Differentiable Convexified Optimization Layers

2026-05-28 · Shraman Pal, Can Li arxiv

Many learning tasks in science and engineering are characterized by sparse datasets, which limits the effectiveness of purely data-driven approaches. At the same time, these problems are often accompanied by rich domain …

Physics-Constrained Flow Matching: Sampling Generative Models with Hard Constraints

2025-06-04 · Utkarsh Utkarsh, Pengfei Cai, Alan Edelman, Rafael Gomez-Bombarelli 외

Deep generative models have recently been applied to physical systems governed by partial differential equations (PDEs), offering scalable simulation and uncertainty-aware inference. However, enforcing physical constrain…

HardNet++: Nonlinear Constraint Enforcement in Neural Networks

2026-04-21 · Andrea Goertzen, Kaveh Alim, Youngjae Min, Navid Azizan arxiv

Enforcing constraint satisfaction in neural network outputs is critical for safety, reliability, and physical fidelity in many control and decision-making applications. While soft-constrained methods penalize constraint …

Constrained Gaussian Process Motion Planning via Stein Variational Newton Inference

2025-04-07 · Jiayun Li, Kay Pompetzki, An Thai Le, Haolei Tong 외

Gaussian Process Motion Planning (GPMP) is a widely used framework for generating smooth trajectories within a limited compute time--an essential requirement in many robotic applications. However, traditional GPMP approa…

Bayesian InferenceComputational EfficiencyMotion Planning

Compiling Fuzzy Logic Control Rules to Hardware Implementations

2013-03-27 · Stephen Chiu, Masaki Togai

A major aspect of human reasoning involves the use of approximations. Particularly in situations where the decision-making process is under stringent time constraints, decisions are based largely on approximate, qualitat…

Decision Making