# Lucid: A non-intrusive, scalable and interpretable scheduler for deep learning training jobs

## Meta Info

Presented in [ASPLOS 2023](https://doi.org/10.1145/3575693.3575705).

Authors: Qinghao Hu (*NTU & Shanghai AI Lab*), Meng Zhang (*NTU*), Peng Sun (*SenseTime*), Yonggang Wen, Tianwei Zhang (*NTU*).

Code: <https://github.com/S-Lab-System-Group/Lucid>

## Understanding the paper

### TL;DRs

This paper presents **Lucid**, a non-intrusive *DL scheduler* based on *interpretable models*.

It introduces *a two-dimensional optimized profiler* for efficient job metric collection and timely debugging job feedback; utilizes *a packing strategy* to circumvent interference; allocates resources based on *estimated job priority values and sharing scores*.

### Interpretable Models

* Decision Tree (DT) for Packing Analyze Model
* Additive model algorithm GA$$^2$$M for Throughput Predict Model & Workload Estimate Model


---

# 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-2023/lucid.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.
