y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#gradient-boosting News & Analysis

8 articles tagged with #gradient-boosting. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

8 articles
AIBullisharXiv – CS AI · Jun 17/10
🧠

DEM: A Distilled Explanation Model for Interpretable Anomaly Detection in Physiological Sensor Networks

Researchers propose DEM (Distilled Explanation Model), a glass-box framework for anomaly detection in physiological sensor networks that distills gradient boosting expertise into interpretable decision trees while maintaining high accuracy (AUC 0.9964). The model achieves 1235x faster inference than SHAP-based methods, making it practical for real-time medical monitoring with clinically meaningful explanations rather than post-hoc approximations.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Conformal Risk Prediction for Non-Alcoholic Fatty Liver Disease Using Gradient Boosting with Distribution-Free Coverages

Researchers developed a machine-learning framework combining gradient-boosted decision trees with conformal prediction to improve non-alcoholic fatty liver disease (NAFLD) risk screening. The model achieved 91.2% internal and 89.1% external validation accuracy while identifying six key metabolic biomarkers, enabling better population-level disease stratification.

AINeutralarXiv – CS AI · Jun 96/10
🧠

BEACON: Behavioral Entropy Aggregation for Cross-Model Hallucination Detection in Large Language Models

Researchers introduce BEACON, a black-box hallucination detection framework for large language models that achieves 81.23% accuracy by analyzing model outputs without requiring internal access. The method combines multiple uncertainty signals including semantic entropy and consistency checks, outperforming existing baselines and offering practical deployment options across commercial LLM APIs.

AINeutralarXiv – CS AI · Jun 86/10
🧠

SleepExplain: Explainable Non-Rapid Eye Movement and Rapid Eye Movement Sleep Stage Classification from EEG Signal

Researchers have developed SleepExplain, a machine learning model that classifies sleep stages (NREM and REM) from EEG signals with 94.30% accuracy using XGBoost, while employing SHAP explainability techniques to make predictions interpretable. This advancement bridges clinical diagnostics and AI transparency, addressing a critical need in sleep disorder diagnosis where understanding model reasoning is as important as accuracy.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Hoeffding Concept Bottleneck Models with Applications to Overhead Images

Researchers introduce Hoeffding Concept Bottleneck Models (HCBM), a novel approach to explainable AI that uses non-linear aggregation of concept scores instead of traditional linear methods. The technique demonstrates improved performance on classification and object detection tasks while maintaining robustness against information leakage between concepts.

AIBullisharXiv – CS AI · May 16/10
🧠

BoostLoRA: Growing Effective Rank by Boosting Adapters

BoostLoRA introduces a gradient-boosting framework that enables parameter-efficient fine-tuning adapters to grow their effective rank iteratively, allowing ultra-low-parameter models to match or exceed full fine-tuning performance across mathematical reasoning, code generation, and protein classification tasks. The method merges adapters with zero inference overhead while maintaining minimal per-round parameter costs.

AIBullisharXiv – CS AI · Apr 66/10
🧠

Gradient Boosting within a Single Attention Layer

Researchers introduce gradient-boosted attention, a new method that improves transformer performance by applying gradient boosting principles within a single attention layer. The technique uses a second attention pass to correct errors from the first pass, achieving lower perplexity (67.9 vs 72.2) on WikiText-103 compared to standard attention mechanisms.

🏢 Perplexity
AINeutralarXiv – CS AI · Feb 274/106
🧠

Model Agreement via Anchoring

Researchers developed a new mathematical technique called 'anchoring' to control model disagreement between machine learning models trained independently. The method provides bounds for reducing disagreement to zero across four common ML algorithms including stacked aggregation, gradient boosting, neural networks, and regression trees.