Skip to content

Commit b739c46

Browse files
committed
update
1 parent 261ea54 commit b739c46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ <h3 class="title is-4 has-text-centered">Preliminary</h3>
290290
<!-- VisRAG -->
291291
<div class="column is-half">
292292
<p class="content has-text-justified">
293-
<b>Vision-based RAG (VisRAG):</b> Given a textual query $q$ (e.g., a question or instruction) and a visual corpus $V = {X_i}_{i=1}^{N}$,
293+
<b>Vision-based RAG (VisRAG):</b> Given a textual query \[q\] (e.g., a question or instruction) and a visual corpus \( \mathcal{V} = \{ X_i \}_{i=1}^{N} \),
294294
VisRAG retrieves the top-$k$ most relevant document images and generates a response as follows:
295295
</p>
296296
</div>
@@ -299,7 +299,7 @@ <h3 class="title is-4 has-text-centered">Preliminary</h3>
299299
<div class="column is-half">
300300
<p class="content has-text-justified">
301301
<b>Structural Causal Model (SCM)</b>
302-
adapts restored encoder features for diverse recognition tasks by integrating them with diffusion features in the decoder. Instead of using separate adapters per task, TFA employs lightweight, learnable prompts that guide feature fusion at each layer. These prompts are dynamically updated, allowing efficient task adaptation without retraining the entire model. This design ensures scalability and enables seamless extension to new tasks with minimal overhead.
302+
ABC
303303
</p>
304304
</div>
305305
</div>

0 commit comments

Comments
 (0)