Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwjddl authored Jun 4, 2024
1 parent 31c56cd commit 02f5559
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions cxrl2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -445,18 +445,19 @@ <h4 class="title is-4 has-text-centered">Cityscapes</h4>
</div>

<br>
<h4 class="title is-4 has-text-centered">Potsdam-3</h4>
<h4 class="title is-4 has-text-centered">Qualitative ablation on each reward model</h4>
<section class="hero is-light is-small">
<div class="content has-text-centered">
<img src="./static/images/ablation.png" alt="Qualitative ablation">
</div>
</section>
<div class="content has-text-centered">
<p>
Qualitative ablation on each reward model.
- (a): CXRL shows significantly better alignment of the *clavicle* and *costophrenic angle* compared to the anchor regarding posture alignment.
- (b): CXRL demonstrates improved predictive diagnostic accuracy, closely matching the GT and enhancing clinical decision-making
- (c): The multimodal consistency reward ensures that CXRs and reports correspond well, as observed by arrows and text in matching colors.
<ul>
<li>(a): CXRL shows significantly better alignment of the <i>clavicle</i> and <i>costophrenic angle</i> compared to the anchor regarding posture alignment.</li>
<li>(b): CXRL demonstrates improved predictive diagnostic accuracy, closely matching the GT and enhancing clinical decision-making</li>
<li>(c): The multimodal consistency reward ensures that CXRs and reports correspond well, as observed by arrows and text in matching colors.</li>
</ul>
</p>
</div>

Expand All @@ -471,32 +472,28 @@ <h4 class="title is-4 has-text-centered">Potsdam-3</h4>
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column is-four-fifths">
<h3 class="title is-3 has-text-centered">Quantitative Results</h3>
<h3 class="title is-3 has-text-centered">Evaluation of generated CXRs from multiple feedback perspectives</h3>

<br>
<h4 class="title is-4 has-text-centered">COCO-Stuff</h4>
<div class="content has-text-centered">
<img src="./static/images/table1.png" alt="three-evaluation" width="70%">
<p>
Evaluation of generated CXRs from multiple feedback perspectives. The table compares the performance of various methods using three evaluation metrics.
The table compares the performance of various methods using three evaluation metrics.
</p>
</div>

<br>
<h4 class="title is-4 has-text-centered">Potsdam-3</h4>
<h4 class="title is-4 has-text-centered">CXR Quality Table</h4>
<div class="content has-text-centered">
<img src="./static/images/table2.png" alt="potsdam-3 table" width="70%">
<img src="./static/images/table2.png" alt="ablation" width="70%">
<p>
Comparative analysis of generated CXR quality: (a) quantitatively compares established models using FID and MS-SSIM metrics; (b) evaluates the impact of reward components on FID scores.
</p>
</div>

</div>

</div>

</div>

</section>

<section class="section" id="BibTeX">
Expand Down

0 comments on commit 02f5559

Please sign in to comment.