AIBullisharXiv – CS AI · Jun 17/10
🧠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
🧠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
🧠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
🧠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
🧠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 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
🧠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
🧠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.