diff --git a/asset/content/ae/2_img_origin.png b/asset/content/ae/2_img_origin.png new file mode 100644 index 0000000..62e7d51 Binary files /dev/null and b/asset/content/ae/2_img_origin.png differ diff --git a/asset/content/ae/2_img_vae_junyu.png b/asset/content/ae/2_img_vae_junyu.png new file mode 100644 index 0000000..8fdf939 Binary files /dev/null and b/asset/content/ae/2_img_vae_junyu.png differ diff --git a/asset/content/ae/3_img_origin.png b/asset/content/ae/3_img_origin.png new file mode 100644 index 0000000..ba91457 Binary files /dev/null and b/asset/content/ae/3_img_origin.png differ diff --git a/asset/content/ae/3_img_vae_junyu.png b/asset/content/ae/3_img_vae_junyu.png new file mode 100644 index 0000000..c7d2851 Binary files /dev/null and b/asset/content/ae/3_img_vae_junyu.png differ diff --git a/index.html b/index.html index aee6719..a8be070 100644 --- a/index.html +++ b/index.html @@ -145,6 +145,19 @@ border-top-right-radius: 20px; box-shadow: 2px 4px 12px #00000054; } + .description_noborder { + font-family: Arial, sans-serif; + font-style: normal; + font-size: 17px; + line-height: 1.47; + color: #333; + /*color: black; !* Text color *!*/ + letter-spacing: -0.022em; + font-weight: 400; + background-color: #fff; /* Solid background color that spans the entire width */ + padding: 20px 0; /* Add vertical padding */ + text-align: center; /* Center align text */ + } .description-content { /*background-color: rgba(255, 255, 255, 0.1); !* Semi-transparent background inside the section *!*/ /*border: 2px solid #555; !* Adding a lighter border *!*/ @@ -257,7 +270,50 @@ font-size: 14px; /* Increase the size of the superscript */ color: black; /* Change the color if needed */ } - + /* Image comparison container */ + .image-comparison-container { + background-color: #fff; /* Solid background color that spans the entire width */ + } + .image-comparison-content { + position: relative; + width: 580px; /* Adjust the width as needed */ + height: 402px; /* Adjust the height as needed */ + overflow: hidden; /* Make sure overflow isn't hiding any part of the images */ + margin: 0 auto; + cursor: ew-resize; + border-radius: 10px; + } + .image-comparison-content img { + position: absolute; + width: 100%; + height: 99%; + background-color: #fff; + object-fit: contain; /* Use contain to ensure the whole image is visible */ + } + .image-comparison-content .slider { + position: absolute; + top: 0; + bottom: 0; + left: 50%; + width: 2px; + background-color: #fff; + z-index: 10; + } + .image-comparison-content .slider-black { + position: absolute; + top: 0; + bottom: 0; + left: 50%; + width: 2px; + background-color: black; + z-index: 10; + } + .image-comparison-content .image-2 { + clip-path: inset(0 0 0 50%); + } + .image-comparison-content .image-4 { + clip-path: inset(0 0 0 50%); + } @media (max-width: 4096px) { .gallery { /*grid-template-columns: repeat(auto-fit, minmax(40px, 1fr)); !* Adjust columns for smaller screens *!*/ @@ -376,6 +432,9 @@ background-color: #222; /* Dark color for dark mode */ color: white; } + .image-comparison-container { + background-color: #333; /* Dark color for dark mode */ + } } @@ -502,6 +561,30 @@
+ • Efficient Linear DiT: We introduce a new linear DiT, replacing vanilla quadratic attention and reducing complexity from O(N2) to O(N) Mix-FFN, with 3×3 depth-wise convolution in MLP, enhances the local information of tokens. @@ -624,5 +707,27 @@