Skip to content

Commit a1809b4

Browse files
committed
update publications
1 parent 39f671a commit a1809b4

4 files changed

Lines changed: 102 additions & 0 deletions

File tree

Publication.md

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,108 @@ permalink: /Publications/
5757

5858

5959
<h4 style="margin-top:40px"><b>2025</b></h4>
60+
<hr>
61+
<div style="display: flex;flex-direction: row;justify-content: space-between;">
62+
<div style="margin-left: 25px;margin-right: 10px;">
63+
<table>
64+
<thead>
65+
<tr>
66+
<a><b>PromptFlare: Prompt-Generalized Defense via Cross-Attention Decoy in Diffusion-Based Inpainting</b></a>
67+
</tr>
68+
</thead>
69+
<tbody>
70+
<tr>
71+
<p style="margin-top: 0px;margin-bottom: 0px;text-align: justify;"> <small>Hohyun Na, Seunghoo Hong and <i><b>Simon S. Woo*</b> </i> </small> </p>
72+
</tr>
73+
<tr>
74+
<p style="margin-top: 0px;margin-bottom: 0px;text-align: justify;"> <small> <b><a href="https://acmmm2025.org/"> MM '25: Proceedings of the 33nd ACM International Conference on Multimedia, Dublin, Ireland </a></b> </small> </p>
75+
</tr>
76+
<tr>
77+
<p style="margin-top: 0px;margin-bottom: 0px;text-align: justify;"> <small> <b>
78+
<font color='blue'>(Accepted) BK Computer Science 최우수학회 IF=4 </font>
79+
</b> </small> </p>
80+
</tr>
81+
<tr>
82+
<p style="margin-top: 0px;margin-bottom: 0px;text-align: justify;"> <small>The success of diffusion models has enabled effortless, high-quality image modifications that precisely align with users' intentions, thereby raising concerns about their potential misuse by malicious actors. Previous studies have attempted to mitigate such misuse through adversarial attacks. However, these approaches heavily rely on image-level inconsistencies, which pose fundamental limitations in addressing the influence of textual prompts. In this paper, we propose PromptFlare, a novel adversarial protection method designed to protect images from malicious modifications facilitated by diffusion-based inpainting models. Our approach leverages the cross-attention mechanism to exploit the intrinsic properties of prompt embeddings. Specifically, we identify and target shared token of prompts that are invariant and semantically uninformative, injecting adversarial noise to suppress the sampling process. Extensive experiments on the EditBench dataset demonstrate that our method achieves state-of-the-art performance across various CLIP-based and traditional metrics while significantly reducing computational overhead and GPU memory usage. These findings highlight PromptFlare as a robust and efficient protection against unauthorized image manipulations. </small> </p>
83+
</tr>
84+
<tr>
85+
<p style="margin-top: 0px;margin-bottom: 0px;text-align: justify;margin-left: 20px;"> </p>
86+
</tr>
87+
</tbody>
88+
</table>
89+
</div>
90+
<div class="col-lg-3" style="vertical-align: middle;display:flex;flex-direction:row;justify-content:center">
91+
<img loading="lazy" src="/img/figure2.png" style="max-height: 190px;max-width: 433px; margin-bottom: 10px; height: auto;aspect-ratio: auto;">
92+
</div>
93+
</div>
94+
<hr>
95+
<div style="display: flex;flex-direction: row;justify-content: space-between;">
96+
<div style="margin-left: 25px;margin-right: 10px;">
97+
<table>
98+
<thead>
99+
<tr>
100+
<a><b>SpecXNet: A Dual-Domain Convolutional Network for Robust Deepfake Detection</b></a>
101+
</tr>
102+
</thead>
103+
<tbody>
104+
<tr>
105+
<p style="margin-top: 0px;margin-bottom: 0px;text-align: justify;"> <small>Inzamamul Alam, Md Tanvir Islam and <i><b>Simon S. Woo*</b> </i> </small> </p>
106+
</tr>
107+
<tr>
108+
<p style="margin-top: 0px;margin-bottom: 0px;text-align: justify;"> <small> <b><a href="https://acmmm2025.org/"> MM '25: Proceedings of the 33nd ACM International Conference on Multimedia, Dublin, Ireland </a></b> </small> </p>
109+
</tr>
110+
<tr>
111+
<p style="margin-top: 0px;margin-bottom: 0px;text-align: justify;"> <small> <b>
112+
<font color='blue'>(Accepted) BK Computer Science 최우수학회 IF=4 </font>
113+
</b> </small> </p>
114+
</tr>
115+
<tr>
116+
<p style="margin-top: 0px;margin-bottom: 0px;text-align: justify;"> <small>The increasing realism of content generated by GANs and diffusion models has made deepfake detection significantly more challenging. Existing approaches often focus solely on spatial or frequency-domain features, limiting their generalization to unseen manipulations. We propose the Spectral Cross-Attentional Network (SpecXNet), a dual-domain architecture for robust deepfake detection. The core \textbf{Dual-Domain Feature Coupler (DDFC)} decomposes features into a local spatial branch for capturing texture-level anomalies and a global spectral branch that employs Fast Fourier Transform to model periodic inconsistencies. This dual-domain formulation allows SpecXNet to jointly exploit localized detail and global structural coherence, which are critical for distinguishing authentic from manipulated images. We also introduce the \textbf{Dual Fourier Attention (DFA)} module, which dynamically fuses spatial and spectral features in a content-aware manner. Built atop a modified XceptionNet backbone, we embed the DDFC and DFA modules within a separable convolution block. Extensive experiments on multiple deepfake benchmarks show that SpecXNet achieves state-of-the-art accuracy, particularly under cross-dataset and unseen manipulation scenarios, while maintaining real-time feasibility. Our results highlight the effectiveness of unified spatial-spectral learning for robust and generalizable deepfake detection. </small> </p>
117+
</tr>
118+
<tr>
119+
<p style="margin-top: 0px;margin-bottom: 0px;text-align: justify;margin-left: 20px;"> </p>
120+
</tr>
121+
</tbody>
122+
</table>
123+
</div>
124+
<div class="col-lg-3" style="vertical-align: middle;display:flex;flex-direction:row;justify-content:center">
125+
<img loading="lazy" src="/img/high-level-dig.jpg" style="max-height: 190px;max-width: 433px; margin-bottom: 10px; height: auto;aspect-ratio: auto;">
126+
</div>
127+
</div>
128+
<hr>
129+
<div style="display: flex;flex-direction: row;justify-content: space-between;">
130+
<div style="margin-left: 25px;margin-right: 10px;">
131+
<table>
132+
<thead>
133+
<tr>
134+
<a><b>Combating Dataset Misalignment for Robust AI-Generated Image Detection in the Real World</b></a>
135+
</tr>
136+
</thead>
137+
<tbody>
138+
<tr>
139+
<p style="margin-top: 0px;margin-bottom: 0px;text-align: justify;"> <small>Hyeongjun Choi, Inho Jung and <i><b>Simon S. Woo*</b> </i> </small> </p>
140+
</tr>
141+
<tr>
142+
<p style="margin-top: 0px;margin-bottom: 0px;text-align: justify;"> <small> <b><a href="https://sites.google.com/view/wdc-2025/home?authuser=0"> The 4th Workshop on the security implications of Deepfakes and Cheapfakes (WDC '25) Hanoi, Vietnam, August 2025 </a></b> </small> </p>
143+
</tr>
144+
<tr>
145+
<p style="margin-top: 0px;margin-bottom: 0px;text-align: justify;"> <small> <b>
146+
<font color='blue'>(Accepted)</font>
147+
</b> </small> </p>
148+
</tr>
149+
<tr>
150+
<p style="margin-top: 0px;margin-bottom: 0px;text-align: justify;"> <small>AI-generated images are increasingly prevalent on the web, raising concerns about the real-world applicability of detection methods. While current detectors perform well on benchmark datasets, they suffer significant performance degradation on real-world datasets. Misalignment within benchmark datasets, caused by discrepancies in how data from different classes are encoded or transformed, leads models to learn shortcuts. These shortcuts make detectors overly reliant on factors such as image compression, causing biased predictions of real-world images that inevitably undergo compression. In this work, we reveal the misalignment in widely used benchmark datasets and demonstrate that aligning datasets improves model robustness and generalizability. Additionally, we propose leveraging pre-trained visual encoders to further enhance performance in real-world scenarios. Our approach achieves significant performance gains, highlighting the importance of dataset alignment for real-world AI-generated image detection.</small> </p>
151+
</tr>
152+
<tr>
153+
<p style="margin-top: 0px;margin-bottom: 0px;text-align: justify;margin-left: 20px;"> </p>
154+
</tr>
155+
</tbody>
156+
</table>
157+
</div>
158+
<div class="col-lg-3" style="vertical-align: middle;display:flex;flex-direction:row;justify-content:center">
159+
<img loading="lazy" src="/img/WDC25.png" style="max-height: 190px;max-width: 433px; margin-bottom: 10px; height: auto;aspect-ratio: auto;">
160+
</div>
161+
</div>
60162
<hr>
61163
<div style="display: flex;flex-direction: row;justify-content: space-between;">
62164
<div style="margin-left: 25px;margin-right: 10px;">

img/WDC25.png

923 KB
Loading

img/figure2.png

213 KB
Loading

img/high-level-dig.jpg

119 KB
Loading

0 commit comments

Comments
 (0)