Skip to content

Commit 51340a6

Browse files
committed
add framework
1 parent 5233665 commit 51340a6

8 files changed

Lines changed: 23 additions & 0 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

assets/.DS_Store

0 Bytes
Binary file not shown.

assets/imgs/.DS_Store

6 KB
Binary file not shown.

assets/imgs/architecture.png

1.83 MB
Loading

assets/imgs/framework.png

-852 KB
Binary file not shown.

assets/imgs/pipes.png

-1.53 MB
Binary file not shown.

assets/videos/.DS_Store

0 Bytes
Binary file not shown.

index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1827,6 +1827,29 @@ <h2 style="font-size: 3.2rem; font-weight: 400; color: #f7fcf9; ">All-in-one Fr
18271827

18281828
</section>
18291829

1830+
<section id="Framework">
1831+
<!-- <div class="title" style="font-family: 'Alegreya'; font-size: 1.8em; text-align: center;">
1832+
Framework of OmniTransfer
1833+
</div> -->
1834+
<div class="title" style="font-family: 'Alegreya'; font-size: 1.6em;">
1835+
Our Framework
1836+
</div>
1837+
<div class="description">
1838+
<strong>OmniTransfer comprises three key components: 1) Task-aware Positional Bias: exploits the model's inherent spatial and temporal context capabilities for diverse tasks. 2) Reference-decoupled Causal Learning: separates reference and target branches for causal and efficient transfer. 3) Task-adaptive Multimodal Alignment: leverages an MLLM to unify and enhance semantic understanding across tasks.</strong>
1839+
</div>
1840+
<div style="text-align: center;">
1841+
<img src="assets/imgs/architecture.png"
1842+
alt="InsertPipe"
1843+
style="width: auto; max-width: 70%; height: auto; border-radius: 8px; display: inline-block;" />
1844+
</div>
1845+
<!-- <p style="margin-top: 15px; color: #999; font-size: 1em; text-align: center; line-height: 1.5;">
1846+
OmniTransfer comprises three key components: 1- Task-aware Positional Bias: exploits the model’s inherent spatial and temporal context capabilities for diverse tasks. 2- Reference-decoupled Causal Learning: separates reference and target branches for causal and efficient transfer. 3- Task-adaptive Multimodal Alignment: leverages an MLLM to unify and enhance semantic understanding across tasks.
1847+
</p> -->
1848+
<!-- <div class="image-caption" style="text-align: center;">
1849+
OmniTransfer comprises three key components: 1- Task-aware Positional Bias: exploits the model’s inherent spatial and temporal context capabilities for diverse tasks. 2- Reference-decoupled Causal Learning: separates reference and target branches for causal and efficient transfer. 3- Task-adaptive Multimodal Alignment: leverages an MLLM to unify and enhance semantic understanding across tasks.
1850+
</div> -->
1851+
</section>
1852+
18301853
<section id="Video Transfer Comparisons">
18311854
<div class="title" style="font-family: 'Alegreya'; font-size: 1.6em;">
18321855
Video Transfer Comparisons

0 commit comments

Comments
 (0)