Skip to content

Commit 1665b2a

Browse files
authored
Update README.md
1 parent 69a0c8f commit 1665b2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ 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.png" width="70%" 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.
@@ -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="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

0 commit comments

Comments
 (0)