Skip to content

Commit 9f64d66

Browse files
committed
Update logo image. Resize image
1 parent 09a169c commit 9f64d66

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center">
2-
<img src="./images/CompressRTPLogo.png" width=70% height="40%">
2+
<img src="./images/CompressRTPLogo2.PNG" width=70% height="40%">
33
</h1>
44

55

@@ -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_performance.PNG" width="70%" height="40%">
65+
<img src="./images/RMR_performance.PNG" width="80%" height="50%">
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_Naive.PNG" width="70%" height="40%">
71+
<img src="./images/RMR_vs_Naive.PNG" width="80%" height="50%">
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/SLR.PNG" width="70%" height="40%">
98+
<img src="./images/SLR.PNG" width="80%" height="50%">
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/FluenceCompress.PNG" width="70%" height="40%">
134+
<img src="./images/FluenceCompress.PNG" width="80%" height="50%">
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/CompressRTPLogo2.PNG

47.4 KB
Loading

0 commit comments

Comments
 (0)