行为学习(BL):从数据中学习层次化优化结构 / Behavior Learning (BL): Learning Hierarchical Optimization Structures from Data
1️⃣ 一句话总结
这篇论文提出了一种名为‘行为学习’的新机器学习框架,它能够从数据中自动学习出既易于理解又结构清晰的优化模型,适用于从简单到复杂的多层次决策问题,在保持高预测精度的同时,模型本身也具有很好的可解释性。
Inspired by behavioral science, we propose Behavior Learning (BL), a novel general-purpose machine learning framework that learns interpretable and identifiable optimization structures from data, ranging from single optimization problems to hierarchical compositions. It unifies predictive performance, intrinsic interpretability, and identifiability, with broad applicability to scientific domains involving optimization. BL parameterizes a compositional utility function built from intrinsically interpretable modular blocks, which induces a data distribution for prediction and generation. Each block represents and can be written in symbolic form as a utility maximization problem (UMP), a foundational paradigm in behavioral science and a universal framework of optimization. BL supports architectures ranging from a single UMP to hierarchical compositions, the latter modeling hierarchical optimization structures. Its smooth and monotone variant (IBL) guarantees identifiability. Theoretically, we establish the universal approximation property of BL, and analyze the M-estimation properties of IBL. Empirically, BL demonstrates strong predictive performance, intrinsic interpretability and scalability to high-dimensional data. Code: this https URL ; install via pip install blnetwork.
行为学习(BL):从数据中学习层次化优化结构 / Behavior Learning (BL): Learning Hierarchical Optimization Structures from Data
这篇论文提出了一种名为‘行为学习’的新机器学习框架,它能够从数据中自动学习出既易于理解又结构清晰的优化模型,适用于从简单到复杂的多层次决策问题,在保持高预测精度的同时,模型本身也具有很好的可解释性。
源自 arXiv: 2602.20152