iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Werner Enterprises Posts Highest Revenue Per Truck Growth in One-Way Segment in a Decade CMA CGM and Stonepeak Launch United Ports LLC in $2.4 Billion Terminal Joint Venture UPS shift away from Amazon shows bigger payoff Lanesurf: 62% of Loads Get Vetted Carrier Offers Before Brokers Arrive India-China Border Trade Via Lipulekh Resumes Aug 1; China Permits 20 Traders Geopolitics Drives CMA CGM Q2 Profit Surge of 42% as Volumes and Rates Climb Benchmark Diesel Price Rises Third Week as Futures Plunge; Spread Hits Record Indian Government Limits Sugar Dealers to 400 Tonnes Stock Until November to Curb Hoarding Tenants signing longer leases for larger warehouses as 3PLs lock in capacity US stock market flat as S&P 500 and Dow barely move, Nasdaq slides over 1% on chip rout Werner Enterprises Posts Highest Revenue Per Truck Growth in One-Way Segment in a Decade CMA CGM and Stonepeak Launch United Ports LLC in $2.4 Billion Terminal Joint Venture UPS shift away from Amazon shows bigger payoff Lanesurf: 62% of Loads Get Vetted Carrier Offers Before Brokers Arrive India-China Border Trade Via Lipulekh Resumes Aug 1; China Permits 20 Traders Geopolitics Drives CMA CGM Q2 Profit Surge of 42% as Volumes and Rates Climb Benchmark Diesel Price Rises Third Week as Futures Plunge; Spread Hits Record Indian Government Limits Sugar Dealers to 400 Tonnes Stock Until November to Curb Hoarding Tenants signing longer leases for larger warehouses as 3PLs lock in capacity US stock market flat as S&P 500 and Dow barely move, Nasdaq slides over 1% on chip rout
Home ›› Technology ›› Ai ›› Researchers Propose Feature Selection to Improve Neural Additive Model Efficiency and Interpretability

Researchers Propose Feature Selection to Improve Neural Additive Model Efficiency and Interpretability

A research paper proposes adding feature selection mechanisms to Neural Additive Models (NAM) and Neural Basis Models (NBM) to reduce computational costs and enable handling of feature interactions in high-dimensional datasets. The method updates selection weights during training, achieving better or comparable performance to state-of-the-art GAMs.

iG
iGEN Editorial
July 8, 2026
Researchers Propose Feature Selection to Improve Neural Additive Model Efficiency and Interpretability

Deep neural networks (DNNs) deliver strong performance across many fields but often lack interpretability. Generalized additive models (GAMs) offer a balance, and their neural network-based variants—Neural Additive Models (NAM) and Neural Basis Models (NBM)—use neural networks as nonlinear shape functions to retain interpretability. However, according to a recent paper on arXiv, training NAM and NBM on high-dimensional datasets or when incorporating two-input neural networks to capture feature interactions becomes computationally intractable due to the surge in resource requirements.

The Computational Challenge

NAM and NBM provide interpretability by visualizing each feature's contribution to the prediction, thanks to their GAM-based architecture. Yet, when applied to high-dimensional data or when using two-input NNs to model pairwise interactions, the computational cost and model size grow rapidly. The researchers note that this bottleneck limits the practical deployment of these models in complex real-world scenarios.

Proposed Solution: Feature Selection Layer

The paper introduces a simple but effective mechanism: adding a feature selection layer to both NAM and NBM. This layer learns selection weights during training, allowing the model to prioritize the most relevant features. According to the authors, the method reduces computational costs and model sizes compared to vanilla NAM and NBM. It also makes it feasible to use two-input NNs even on high-dimensional datasets, enabling the capture of feature interactions that were previously too expensive to compute.

Performance and Comparison

The proposed models are computationally efficient while maintaining or improving predictive performance. The researchers report that they exhibit better or comparable performance with state-of-the-art GAMs. The table below summarizes the key differences between vanilla and proposed models:

Aspect Vanilla NAM/NBM Proposed with Feature Selection
Interpretability High (GAM-based) High (GAM-based)
Computational Cost High for high-dimensional or interaction scenarios Reduced
Model Size Large Reduced
Feature Interactions Limited by computational complexity Enabled even in high-dimensional data
Performance High Better or comparable to state-of-the-art GAMs

Implications for Enterprise AI

For organizations deploying interpretable machine learning on complex, high-dimensional datasets—whether in finance, healthcare, or industrial automation—this research offers a path to more efficient models without sacrificing insight. The ability to capture feature interactions at manageable computational cost could make GAM-based neural models more practical for large-scale applications. The paper's approach is straightforward to implement, suggesting a low barrier for adoption in existing machine learning pipelines.

In summary, the integration of feature selection into neural additive and basis models addresses a key computational bottleneck, expanding the feasibility of interpretable AI for high-dimensional problems. The work was conducted by researchers Kishimoto, Yasutoshi; Yamanishi, Kota; Matsuda, Takuya; and Shirakawa, Shinichi, and is available on arXiv under a Creative Commons license.


Sources:

Keep Reading

Recommended Stories

FastMix: Gradient-Based Data Mixture Optimization Reduces Search Cost in AI Training Technology

FastMix: Gradient-Based Data Mixture Optimization Reduces Search Cost in AI Training

FastMix is a novel framework that automates data mixture discovery by training only a single proxy model and jointly optimizing mixture coefficients and model parameters via gradient descent. It reformulates mixture selection as a bilevel optimization problem, enabling efficient, scalable optimization that outperforms baselines.

June 17, 2026
Neural Audio Codecs' Low Frame Rate Degradation Linked to Training Configuration Technology

Neural Audio Codecs' Low Frame Rate Degradation Linked to Training Configuration

A new study by Gichamba and Busogi investigates the mechanisms behind low frame rate degradation in neural audio codecs. The researchers found that a quality cliff at 6.25 Hz is caused by suboptimal training configuration, not by phonemic collisions or codebook saturation. After correcting the training setup, the codecs perform smoothly down to 3.1 Hz and 1.6 Hz, suggesting that low frame rate efficiency gains are more accessible than previously assumed.

June 17, 2026
Lossy Compression Slashes Storage 39x for Neural Surrogate Models, Study Finds Technology

Lossy Compression Slashes Storage 39x for Neural Surrogate Models, Study Finds

A new study quantifies the impact of lossy compression on neural generative surrogate models, finding that storage can be reduced by up to 39x and training time by up to 3x with negligible effect on model quality, offering a path to more efficient AI training in data-intensive domains.

June 16, 2026
Multiple Descents in Deep Learning Linked to Order-Chaos Transitions in LSTM Networks, New Research Shows Technology

Multiple Descents in Deep Learning Linked to Order-Chaos Transitions in LSTM Networks, New Research Shows

Researchers have observed a 'multiple-descent' phenomenon in LSTM networks, where test performance cycles through ups and downs after overtraining. Asymptotic stability analysis reveals these cycles are linked to order-chaos phase transitions, with the most optimal training step at the first transition from order to chaos, where the 'edge of chaos' is widest.

June 16, 2026