Skip to content

Commit 3f3d2ae

Browse files
committed
Updated figures Readme
1 parent 2ea581d commit 3f3d2ae

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ In our [paper](./images/RMR_NeurIPS_Paper.pdf), we introduced **Randomized Minor
6262
$𝑆$) remains a near-optimal solution for the original problem. For a detailed mathematical analysis, refer to Theorems 3.6 and 3.9 in our [paper](./images/RMR_NeurIPS_Paper.pdf).
6363
6464
<p align="center">
65-
<img src="./images/RMR_vs_Others.png" width="90%" height="40%">
65+
<img src="./images/RMR.png" width="70%" height="40%">
6666
<p>
6767

6868
**Figure Explanation:** The figure above compares the proposed RMR algorithm with four existing sparsification algorithms in terms of feasibility and optimality gaps. These gaps were calculated by solving both the original and surrogate optimization problems for 10 lung cancer patients, whose data is publicly available on PortPy. The results demonstrate that the RMR algorithm outperforms the existing methods.
6969

7070
<p align="center">
71-
<img src="./images/RMR_vs_Native.png" width="90%" height="40%">
71+
<img src="./images/RMR_vs_Naive.PNG" width="70%" height="40%">
7272
<p>
7373

7474
**Figure Explanation:** The figure above illustrates the discrepancies in Dose Volume Histogram (DVH) plots between the actual dose ($𝐴𝑥$, shown as a solid line) and the approximated dose ($𝑆𝑥$, shown as a dotted line), where
@@ -95,7 +95,7 @@ The rows of matrix $𝐴$ correspond to the patient's voxels, and the similarity
9595
is **low-rank** and therefore **compressible**.
9696

9797
<p align="center">
98-
<img src="./images/SPlusL_singular_values.png" width="90%" height="40%">
98+
<img src="./images/SLR.png" width="70%" height="40%">
9999
<p>
100100

101101
**Figure Explanation:** The low-rank nature of matrix $𝐴$ can be verified by observing the exponential decay of its singular values, as shown by the blue line in the **left figure**. If we decompose matrix
@@ -131,7 +131,7 @@ To address these challenges, we treat the intensity map of each beam as a **2D i
131131

132132

133133
<p align="center">
134-
<img src="./images/Wavelet_Benefits.png" width="90%" height="40%">
134+
<img src="./images/FluenceCompress.PNG" width="70%" height="40%">
135135
<p>
136136

137137
**Figure Explanation:** As illustrated in the figure above, the treatment plan achieved using wavelet compression is not only more conformal to the tumor but also less complex. This is evidenced by a smaller duty cycle compared to the plan achieved by adding only a regularization term to the objective function.

images/FluenceCompress.PNG

718 KB
Loading

images/RMR.PNG

61.4 KB
Loading

images/RMR_vs_Naive.PNG

190 KB
Loading

images/SLR.PNG

107 KB
Loading

0 commit comments

Comments
 (0)