paper-with-me

Papers

TANGOS: Regularizing Tabular Neural Networks through Gradient Orthogonalization and Specialization

2023-03-09 · Alan Jeffares, Tennison Liu, Jonathan Crabbé, Fergus Imrie, Mihaela van der Schaar

Despite their success with unstructured data, deep neural networks are not yet a panacea for structured tabular data. In the tabular domain, their efficiency crucially relies on various forms of regularization to prevent overfitting and provide strong generalization performance. Existing regularization techniques include broad modelling decisions such as choice of architecture, loss functions, and optimization methods. In this work, we introduce Tabular Neural Gradient Orthogonalization and Specialization (TANGOS), a novel framework for regularization in the tabular setting built on latent unit attributions. The gradient attribution of an activation with respect to a given input feature suggests how the neuron attends to that feature, and is often employed to interpret the predictions of deep networks. In TANGOS, we take a different approach and incorporate neuron attributions directly into training to encourage orthogonalization and specialization of latent attributions in a fully-connected network. Our regularizer encourages neurons to focus on sparse, non-overlapping input features and results in a set of diverse and specialized latent units. In the tabular domain, we demonstrate that our approach can lead to improved out-of-sample generalization performance, outperforming other popular regularization methods. We provide insight into why our regularizer is effective and demonstrate that TANGOS can be applied jointly with existing methods to achieve even greater generalization performance.

📄 PDF Abstract BibTeX arXiv:2303.05506

Code (2)

alanjeffares/tangos 공식 구현 pytorch
vanderschaarlab/tangos 공식 구현 pytorch

Similar Papers 제목 키워드 기반

MuonBP: Faster Muon via Block-Periodic Orthogonalization

2025-10-19 · Ahmed Khaled, Kaan Ozkara, Tao Yu, Mingyi Hong 외 arxiv

Gradient orthogonalization is a simple strategy that shows great utility in speeding up gradient descent. The Muon optimizer (Jordan, Jin, et al., 2024) combines gradient orthogonalization with first-order momentum and a…

Preconditioning Benefits of Spectral Orthogonalization in Muon

2026-01-20 · Jianhao Ma, Yu Huang, Yuejie Chi, Yuxin Chen arxiv

The Muon optimizer, a matrix-structured algorithm that leverages spectral orthogonalization of gradients, is a milestone in the pretraining of large language models. However, the underlying mechanisms of Muon -- particul…

Learning Unorthogonalized Matrices for Rotation Estimation

2023-12-01 · Kerui Gu, Zhihao LI, Shiyong Liu, Jianzhuang Liu 외

Estimating 3D rotations is a common procedure for 3D computer vision. The accuracy depends heavily on the rotation representation. One form of representation -- rotation matrices -- is popular due to its continuity, espe…

3D Human Pose EstimationPose Estimation

Spectral Gradient Orthogonalization Improves Differentially Private Training at Scale

2026-08-18 · Sabari Shanmugam, Nick Barnes, Kerry Taylor arxiv

Differentially private training adds isotropic Gaussian noise to clipped gradients, corrupting every singular direction equally. In vision models, where spatial correlation concentrates gradient energy into a low-rank su…

SpecNet2: Orthogonalization-free spectral embedding by neural networks

2022-06-14 · Ziyu Chen, Yingzhou Li, Xiuyuan Cheng

Spectral methods which represent data points by eigenvectors of kernel matrices or graph Laplacian matrices have been a primary tool in unsupervised data analysis. In many application scenarios, parametrizing the spectra…

Computational Efficiency