Pith. sign in

REVIEW 1 cited by

SplitEE: Early Exit in Deep Neural Networks with Split Computing

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2309.09195 v1 pith:7Q6G5B4I submitted 2023-09-17 cs.LG cs.AIcs.CLcs.NE

classification cs.LGcs.AIcs.CLcs.NE
keywords spliteednnslayercomputingearlysplitaccuracyapproaches
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
abstract

Deep Neural Networks (DNNs) have drawn attention because of their outstanding performance on various tasks. However, deploying full-fledged DNNs in resource-constrained devices (edge, mobile, IoT) is difficult due to their large size. To overcome the issue, various approaches are considered, like offloading part of the computation to the cloud for final inference (split computing) or performing the inference at an intermediary layer without passing through all layers (early exits). In this work, we propose combining both approaches by using early exits in split computing. In our approach, we decide up to what depth of DNNs computation to perform on the device (splitting layer) and whether a sample can exit from this layer or need to be offloaded. The decisions are based on a weighted combination of accuracy, computational, and communication costs. We develop an algorithm named SplitEE to learn an optimal policy. Since pre-trained DNNs are often deployed in new domains where the ground truths may be unavailable and samples arrive in a streaming fashion, SplitEE works in an online and unsupervised setup. We extensively perform experiments on five different datasets. SplitEE achieves a significant cost reduction ($>50\%$) with a slight drop in accuracy ($<2\%$) as compared to the case when all samples are inferred at the final layer. The anonymized source code is available at \url{https://anonymous.4open.science/r/SplitEE_M-B989/README.md}.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. BEEM: Boosting Performance of Early Exit DNNs using Multi-Exit Classifiers as Experts

    cs.LG 2025-02 conditional novelty 6.0 of 10

    BEEM aggregates weighted confidence from consistent neighboring exit classifiers, resetting on disagreement, and sets thresholds from validation error rates to accelerate early-exit inference.

Pith tools