# Neurosurgeon: Collaborative intelligence between the cloud and mobile edge

## Meta Info

Presented in [ASPLOS 2017](https://doi.org/10.1145/3037697.3037698).

Authors: Yiping Kang, Johann Hauswald, Cao Gao, Austin Rovinski, Trevor Mudge, Jason Mars, Lingjia Tang (UMich).

## Understanding the paper

### TL;DRs

This paper presents **Neurosurgeon**, a lightweight scheduler to *automatically partition DNN computation* between mobile devices and data centers *at the granularity of neural network layers*.

It doesn't require per-application profiling.

### Overview

<figure><img src="/files/vlrcZQN8U966I0Gb369f" alt=""><figcaption><p>System Overview.</p></figcaption></figure>

### Dynamic DNN Partitioning

1. Analysis of the target DNN (use the prediction models to estimate)
2. Partition point selection (for *best end-to-end latency* or *best mobile energy consumption*)

### Related Work

Previous research efforts focus on *offloading computation from the mobile to the cloud*.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://paper.lingyunyang.com/reading-notes/conference/asplos-2017/neurosurgeon.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
