Update index.html
Browse files- index.html +43 -44
index.html
CHANGED
|
@@ -161,7 +161,6 @@
|
|
| 161 |
}
|
| 162 |
|
| 163 |
.container {
|
| 164 |
-
max-width: 1200px;
|
| 165 |
margin: 0 auto;
|
| 166 |
padding: 40px;
|
| 167 |
position: relative;
|
|
@@ -170,8 +169,8 @@
|
|
| 170 |
|
| 171 |
.hero {
|
| 172 |
text-align: center;
|
| 173 |
-
padding:
|
| 174 |
-
margin-bottom:
|
| 175 |
}
|
| 176 |
|
| 177 |
.hero h1 {
|
|
@@ -663,14 +662,53 @@
|
|
| 663 |
</div>
|
| 664 |
</div>
|
| 665 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 666 |
<div class="section">
|
| 667 |
<div class="section-header">
|
| 668 |
<h2 class="section-title">The Problem</h2>
|
| 669 |
</div>
|
| 670 |
<div class="section-content">
|
| 671 |
-
<p>
|
| 672 |
|
| 673 |
-
<p><strong>Image Poison Shield is different:</strong> Mathematical protection embedded in the frequency-domain structure of
|
| 674 |
|
| 675 |
<div class="info-box" style="margin-top: 20px;">
|
| 676 |
<h4>🧪 Live Demonstration: Test It Yourself</h4>
|
|
@@ -893,45 +931,6 @@
|
|
| 893 |
</div>
|
| 894 |
</div>
|
| 895 |
|
| 896 |
-
<div class="section">
|
| 897 |
-
<div class="section-header">
|
| 898 |
-
<h2 class="section-title">What Makes Image Poison Shield Different</h2>
|
| 899 |
-
</div>
|
| 900 |
-
<div class="section-content">
|
| 901 |
-
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 20px 0;">
|
| 902 |
-
<div style="background: rgba(44, 140, 132, 0.1); padding: 20px; border-radius: 8px; border-left: 3px solid var(--accent-color);">
|
| 903 |
-
<h4>🎯 Frequency-Domain Targeting</h4>
|
| 904 |
-
<p>Protection embedded in the mathematical structure of images, targeting the mid-band frequencies that ML models rely on for training.</p>
|
| 905 |
-
</div>
|
| 906 |
-
|
| 907 |
-
<div style="background: rgba(44, 140, 132, 0.1); padding: 20px; border-radius: 8px; border-left: 3px solid var(--accent-color);">
|
| 908 |
-
<h4>🔐 Cryptographic Provenance</h4>
|
| 909 |
-
<p>Every protected image receives a comprehensive metadata stamp containing creator identity, SHA-256 hashes of original and protected versions, timestamps, AI training prohibition notices, and protection performance metrics. This creates an immutable record for legal verification and tamper detection.</p>
|
| 910 |
-
</div>
|
| 911 |
-
|
| 912 |
-
<div style="background: rgba(44, 140, 132, 0.1); padding: 20px; border-radius: 8px; border-left: 3px solid var(--accent-color);">
|
| 913 |
-
<h4>🛡️ Removal-Resistant</h4>
|
| 914 |
-
<p>Not a surface watermark—protection is woven into the image structure. Survives JPEG compression, resizing, and format conversion.</p>
|
| 915 |
-
</div>
|
| 916 |
-
|
| 917 |
-
<div style="background: rgba(44, 140, 132, 0.1); padding: 20px; border-radius: 8px; border-left: 3px solid var(--accent-color);">
|
| 918 |
-
<h4>👁️ Minimal Visual Impact</h4>
|
| 919 |
-
<p>At optimal settings (strength 3.0), visual quality remains excellent (SSIM 0.85+) while ML disruption stays effective (30-35%).</p>
|
| 920 |
-
</div>
|
| 921 |
-
|
| 922 |
-
<div style="background: rgba(44, 140, 132, 0.1); padding: 20px; border-radius: 8px; border-left: 3px solid var(--accent-color);">
|
| 923 |
-
<h4>🤖 ML Training Poisoning</h4>
|
| 924 |
-
<p>Disrupts neural network training itself—not just feature extraction. Achieves 48% training degradation, among the highest for low-distortion attacks.</p>
|
| 925 |
-
</div>
|
| 926 |
-
|
| 927 |
-
<div style="background: rgba(44, 140, 132, 0.1); padding: 20px; border-radius: 8px; border-left: 3px solid var(--accent-color);">
|
| 928 |
-
<h4>⚙️ Adjustable Protection</h4>
|
| 929 |
-
<p>Fine-tune the strength-quality trade-off based on your needs: subtle for sharing, aggressive for legal protection.</p>
|
| 930 |
-
</div>
|
| 931 |
-
</div>
|
| 932 |
-
</div>
|
| 933 |
-
</div>
|
| 934 |
-
|
| 935 |
<div class="section">
|
| 936 |
<div class="section-header">
|
| 937 |
<h2 class="section-title">Get Involved</h2>
|
|
|
|
| 161 |
}
|
| 162 |
|
| 163 |
.container {
|
|
|
|
| 164 |
margin: 0 auto;
|
| 165 |
padding: 40px;
|
| 166 |
position: relative;
|
|
|
|
| 169 |
|
| 170 |
.hero {
|
| 171 |
text-align: center;
|
| 172 |
+
padding: 20px 0;
|
| 173 |
+
margin-bottom: 10px;
|
| 174 |
}
|
| 175 |
|
| 176 |
.hero h1 {
|
|
|
|
| 662 |
</div>
|
| 663 |
</div>
|
| 664 |
|
| 665 |
+
<div class="section">
|
| 666 |
+
<div class="section-header">
|
| 667 |
+
<h2 class="section-title">What Makes Image Poison Shield Different</h2>
|
| 668 |
+
</div>
|
| 669 |
+
<div class="section-content">
|
| 670 |
+
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 20px 0;">
|
| 671 |
+
<div style="background: rgba(44, 140, 132, 0.1); padding: 20px; border-radius: 8px; border-left: 3px solid var(--accent-color);">
|
| 672 |
+
<h4>🎯 Frequency-Domain Targeting</h4>
|
| 673 |
+
<p>Protection embedded in the mathematical structure of images, targeting the mid-band frequencies that ML models rely on for training.</p>
|
| 674 |
+
</div>
|
| 675 |
+
|
| 676 |
+
<div style="background: rgba(44, 140, 132, 0.1); padding: 20px; border-radius: 8px; border-left: 3px solid var(--accent-color);">
|
| 677 |
+
<h4>🔐 Cryptographic Provenance</h4>
|
| 678 |
+
<p>Every protected image receives a comprehensive metadata stamp containing creator identity, SHA-256 hashes of original and protected versions, timestamps, AI training prohibition notices, and protection performance metrics. This creates an immutable record for legal verification and tamper detection.</p>
|
| 679 |
+
</div>
|
| 680 |
+
|
| 681 |
+
<div style="background: rgba(44, 140, 132, 0.1); padding: 20px; border-radius: 8px; border-left: 3px solid var(--accent-color);">
|
| 682 |
+
<h4>🛡️ Removal-Resistant</h4>
|
| 683 |
+
<p>Not a surface watermark—protection is woven into the image structure. Survives JPEG compression, resizing, and format conversion.</p>
|
| 684 |
+
</div>
|
| 685 |
+
|
| 686 |
+
<div style="background: rgba(44, 140, 132, 0.1); padding: 20px; border-radius: 8px; border-left: 3px solid var(--accent-color);">
|
| 687 |
+
<h4>👁️ Minimal Visual Impact</h4>
|
| 688 |
+
<p>At optimal settings (strength 3.0), visual quality remains excellent (SSIM 0.85+) while ML disruption stays effective (20-48%).</p>
|
| 689 |
+
</div>
|
| 690 |
+
|
| 691 |
+
<div style="background: rgba(44, 140, 132, 0.1); padding: 20px; border-radius: 8px; border-left: 3px solid var(--accent-color);">
|
| 692 |
+
<h4>🤖 ML Training Poisoning</h4>
|
| 693 |
+
<p>Disrupts neural network training itself—not just feature extraction. Achieves 48% training degradation, among the highest for low-distortion attacks.</p>
|
| 694 |
+
</div>
|
| 695 |
+
|
| 696 |
+
<div style="background: rgba(44, 140, 132, 0.1); padding: 20px; border-radius: 8px; border-left: 3px solid var(--accent-color);">
|
| 697 |
+
<h4>⚙️ Adjustable Protection</h4>
|
| 698 |
+
<p>Fine-tune the strength-quality trade-off based on your needs: subtle for sharing, aggressive for legal protection.</p>
|
| 699 |
+
</div>
|
| 700 |
+
</div>
|
| 701 |
+
</div>
|
| 702 |
+
</div>
|
| 703 |
+
|
| 704 |
<div class="section">
|
| 705 |
<div class="section-header">
|
| 706 |
<h2 class="section-title">The Problem</h2>
|
| 707 |
</div>
|
| 708 |
<div class="section-content">
|
| 709 |
+
<p>Creative work is being scraped and used to train AI models without your consent. Traditional watermarks are easily removed (70-95% success rate). Metadata is stripped in seconds. Legal protection is unenforceable at scale.</p>
|
| 710 |
|
| 711 |
+
<p><strong>Image Poison Shield is different:</strong> Mathematical protection embedded in the frequency-domain structure of images—subtle to humans, toxic to AI models.</p>
|
| 712 |
|
| 713 |
<div class="info-box" style="margin-top: 20px;">
|
| 714 |
<h4>🧪 Live Demonstration: Test It Yourself</h4>
|
|
|
|
| 931 |
</div>
|
| 932 |
</div>
|
| 933 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 934 |
<div class="section">
|
| 935 |
<div class="section-header">
|
| 936 |
<h2 class="section-title">Get Involved</h2>
|