paper-with-me

Papers

Expert load matters: operating networks at high accuracy and low manual effort

2023-08-09 · NeurIPS 2023 11 · Sara Sangalli, Ertunc Erdil, Ender Konukoglu

In human-AI collaboration systems for critical applications, in order to ensure minimal error, users should set an operating point based on model confidence to determine when the decision should be delegated to human experts. Samples for which model confidence is lower than the operating point would be manually analysed by experts to avoid mistakes. Such systems can become truly useful only if they consider two aspects: models should be confident only for samples for which they are accurate, and the number of samples delegated to experts should be minimized. The latter aspect is especially crucial for applications where available expert time is limited and expensive, such as healthcare. The trade-off between the model accuracy and the number of samples delegated to experts can be represented by a curve that is similar to an ROC curve, which we refer to as confidence operating characteristic (COC) curve. In this paper, we argue that deep neural networks should be trained by taking into account both accuracy and expert load and, to that end, propose a new complementary loss function for classification that maximizes the area under this COC curve. This promotes simultaneously the increase in network accuracy and the reduction in number of samples delegated to humans. We perform experiments on multiple computer vision and medical image datasets for classification. Our results demonstrate that the proposed loss improves classification accuracy and delegates less number of decisions to experts, achieves better out-of-distribution samples detection and on par calibration performance compared to existing loss functions.

📄 PDF Abstract BibTeX arXiv:2308.05035

Code (1)

salusanga/aucoc_loss pytorch

Similar Papers 제목 키워드 기반

When Does Trace-Driven Evaluation Mislead MoE Expert Caching? Replay Semantics, Workload Contamination, and Operating Regimes

2026-08-08 · Yu Zhang arxiv

Mixture-of-Experts (MoE) models have outgrown accelerator memory, and offloading expert weights to host memory is now standard. This makes expert cache management an attractive lever: a policy that raised the hit rate wo…

ViBE: Co-Optimizing Workload Skew and Hardware Variability for MoE Serving

2026-05-30 · Seokjin Go, Marko Scrbak, Ephrem Wu, Srilatha Manne 외 arxiv

In distributed Mixture-of-Experts (MoE) inference, input-dependent token routing interacts with GPU performance variability to create persistent stragglers under synchronized execution, where the slowest GPU determines l…

Scalable Hybrid Classification-Regression Solution for High-Frequency Nonintrusive Load Monitoring

2022-08-22 · Govind Saraswat, Blake Lundstrom, Murti V Salapaka

Residential buildings with the ability to monitor and control their net-load (sum of load and generation) can provide valuable flexibility to power grid operators. We present a novel multiclass nonintrusive load monitori…

Event DetectionregressionVocal Bursts Intensity Prediction

DALI: A Workload-Aware Offloading Framework for Efficient MoE Inference on Local PCs

2026-02-03 · Zeyu Zhu, Gang Li, Peisong Wang, Zitao Mo 외 arxiv

Mixture of Experts (MoE) architectures significantly enhance the capacity of LLMs without proportional increases in computation, but at the cost of a vast parameter size. Offloading MoE expert parameters to host memory a…

Prompt-Aware Scheduling for Efficient Text-to-Image Inferencing System

2025-01-29 · Shubham Agarwal, Saud Iqbal, Subrata Mitra

Traditional ML models utilize controlled approximations during high loads, employing faster, but less accurate models in a process called accuracy scaling. However, this method is less effective for generative text-to-im…

SchedulingSensitivity