Research Papers 论文研究 9h ago Updated 4h ago 更新于 4小时前 44

Efficient Leakage-Free Neural Architecture Search under Leave-One-Subject-Out Evaluation 留一被试交叉评估下高效无泄漏的神经架构搜索

Leave-One-Subject-Out (LOSO) evaluation makes Neural Architecture Search (NAS) computationally prohibitive, scaling as O(N^2) due to N independent architecture searches A leakage-free, block-based NAS approach is proposed that shares search runs across subjects, dramatically reducing computational cost On the BioVid Heat Pain dataset, the method improved mean accuracy from 82.79% to 83.39% while cutting model parameters by up to 99.2% The approach eliminates data leakage while maintaining or imp 提出了一种无泄漏的基于块的神经架构搜索(NAS)方法,用于LOSO(留一受试者出)评估场景 解决了传统NAS在LOSO评估中计算复杂度为O(N²)的问题,通过跨受试者共享NAS运行实现效率提升 在BioVid Heat Pain数据集上,平均准确率从82.79%提升至83.39%,同时参数量减少高达99.2% 为个体化分类任务中的高效架构搜索提供了新的技术路径

55
Hot 热度
72
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • Leave-One-Subject-Out (LOSO) evaluation makes Neural Architecture Search (NAS) computationally prohibitive, scaling as O(N^2) due to N independent architecture searches
  • A leakage-free, block-based NAS approach is proposed that shares search runs across subjects, dramatically reducing computational cost
  • On the BioVid Heat Pain dataset, the method improved mean accuracy from 82.79% to 83.39% while cutting model parameters by up to 99.2%
  • The approach eliminates data leakage while maintaining or improving generalization performance in subject-based classification tasks
  • This work addresses a critical scalability bottleneck in personalized/subject-specific deep learning model development

Why It Matters

This research directly addresses one of the most pressing computational challenges in subject-specific machine learning: the prohibitive cost of performing NAS under rigorous cross-subject evaluation protocols. For practitioners working in healthcare, affective computing, and biometric domains where subject-independent generalization is paramount, this method offers a practical path to efficient architecture discovery without sacrificing evaluation integrity.

Technical Details

  • Problem framing: LOSO-NAS requires N independent architecture searches (one per held-out subject), leading to O(N^2) training cost under approximately linear training scaling assumptions
  • Proposed solution: A block-based NAS approach that shares search runs across subjects while maintaining strict leakage-free guarantees, avoiding information bleed between training and validation folds
  • Benchmark: Evaluated on the BioVid Heat Pain dataset, a well-known physiological signal dataset for pain classification across subjects
  • Results: Mean accuracy improved from 82.79% to 83.39%, with parameter reduction of up to 99.2%, indicating discovery of significantly more compact architectures
  • Domain: Machine Learning (cs.LG) and Artificial Intelligence (cs.AI), arXiv:2609.09433

Industry Insight

  • Subject-specific NAS is increasingly relevant as personalized AI applications grow in healthcare and human-computer interaction; this work provides a scalable blueprint for reducing search costs by an order of magnitude
  • The 99.2% parameter reduction demonstrates that shared NAS can discover far more efficient architectures than subject-specific searches, suggesting practitioners should prioritize cross-subject sharing strategies in resource-constrained deployments
  • The leakage-free guarantee is critical for clinical and regulated applications where evaluation integrity directly impacts safety certifications; this methodology should become a standard reference for subject-wise ML pipelines

TL;DR

  • 提出了一种无泄漏的基于块的神经架构搜索(NAS)方法,用于LOSO(留一受试者出)评估场景
  • 解决了传统NAS在LOSO评估中计算复杂度为O(N²)的问题,通过跨受试者共享NAS运行实现效率提升
  • 在BioVid Heat Pain数据集上,平均准确率从82.79%提升至83.39%,同时参数量减少高达99.2%
  • 为个体化分类任务中的高效架构搜索提供了新的技术路径

为什么值得看

本文针对LOSO评估中NAS计算成本高的核心痛点提出了创新解决方案,对于医疗、脑机接口等需要严格泛化评估的领域具有重要参考价值。该方法在保持无泄漏的同时实现了计算效率的显著提升,为神经架构搜索在个体差异场景中的应用开辟了新方向。

技术解析

  • 问题背景:LOSO评估用于估计基于受试者的分类泛化性能,但传统NAS需要N次独立架构搜索,计算复杂度达到O(N²)
  • 核心方法:提出无泄漏的基于块(block-based)的NAS方法,允许在不同受试者之间共享NAS运行过程
  • 实验验证:在BioVid Heat Pain数据集上进行测试,实现了准确率提升和参数大幅压缩的双重优化
  • 性能成果:平均准确率从82.79%提升至83.39%,参数量减少高达99.2%

行业启示

  • 个性化AI开发:该方法为需要处理个体差异的AI应用(如个性化医疗、脑机接口)提供了高效的架构搜索方案
  • 计算效率优化:通过共享NAS运行降低计算复杂度,为资源受限场景下的模型开发提供了可行路径
  • 泛化评估标准:LOSO评估在个体化分类任务中的重要性日益凸显,本文方法有助于推动更严格的泛化性能评估实践

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Evaluation 评测 Training 训练