paper-with-me

홈 › Papers

Efficient Edge Inference by Selective Query

2023-05-01 · International Conference on Learning Representations 2023 5 · Anil Kag, Igor Fedorov, Aditya Gangrade, Paul Whatmough, Venkatesh Saligrama

Edge devices provide inference on predictive tasks to many end-users. However, deploying deep neural networks that achieve state-of-the-art accuracy on these devices is infeasible due to edge resource constraints. Nevertheless, cloud-only processing, the de-facto standard, is also problematic, since uploading large amounts of data imposes severe communication bottlenecks. We propose a novel end-to-end hybrid learning framework that allows the edge to selectively query only those hard examples that the cloud can classify correctly. Our framework optimizes over neural architectures and trains edge predictors and routing models so that the overall accuracy remains high while minimizing the overall latency. Training a hybrid learner is difficult since we lack annotations of hard edge-examples. We introduce a novel proxy supervision in this context and show that our method adapts seamlessly and near optimally across different latency regimes. On the ImageNet dataset, our proposed method deployed on a micro-controller unit exhibits 25% reduction in latency compared to cloud-only processing while suffering no excess loss.

📄 PDF Abstract BibTeX

Code (1)

anilkagak2/Hybrid_Models pytorch

Similar Papers 제목 키워드 기반

Uno-Orchestra: Parsimonious Agent Routing via Selective Delegation

2026-05-06 · Zhiqing Cui, Haotong Xie, Jiahao Yuan, Cheng Yang 외 arxiv

Large language model (LLM) multi-agent systems typically rely on rigid orchestration, committing either to flat per-query routing or to hand-engineered task decomposition, so decomposition depth, worker choice, and infer…

GGC: Selective Query Correction for Reliable Text-to-SPARQL Generation

2026-07-30 · Ziyi Yang, Thanh-Son Nguyen, Tuan Anh Nguyen, Lihui Chen arxiv

Large language models (LLMs) have demonstrated strong capabilities in structured query generation, making them a natural choice for Text-to-SPARQL, which translates natural language questions into executable SPARQL queri…

Knowledge Graphs

Enhanced Training of Query-Based Object Detection via Selective Query Recollection

2022-12-15 · CVPR 2023 1 · Fangyi Chen, Han Zhang, Kai Hu, Yu-Kai Huang 외

This paper investigates a phenomenon where query-based object detectors mispredict at the last decoding stage while predicting correctly at an intermediate stage. We review the training process and attribute the overlook…

AttributeObjectobject-detectionObject Detection

QCFuse: Query-Centric Cache Fusion for Efficient RAG Inference

2026-03-30 · Jianxin Yan, Zeheng Qian, Wangze Ni, Zhitao Shen 외 arxiv

Cache fusion accelerates generation process of LLMs equipped with RAG through KV caching and selective token recomputation, thereby reducing computational costs and improving efficiency. However, existing methods primari…

Effectiveness and Efficiency Trade-off in Selective Query Processing

2023-02-22 · Josiane Mothe, Md Zia Ullah

Query processing in search engines can be optimized for use for all queries. For this, system component parameters such as the weighting function or the automatic query expansion model can be optimized or learned from pa…