Skip to content

Commit 86e91fa

Browse files
committed
One news added
1 parent bd93441 commit 86e91fa

5 files changed

Lines changed: 50 additions & 0 deletions

File tree

200 KB
Loading
317 KB
Loading

_site/js/newsdata.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_site/js/publications_data.js

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,52 @@
11
const PUBLICATIONS_DATA_LOCAL = [
2+
3+
{
4+
"title": "A Rich Knowledge Space for Scalable Deepfake Detection",
5+
"authors": [
6+
"Inho Jung",
7+
"Hyeongjun Choi",
8+
"Binh M. Le",
9+
"Hohyun Na",
10+
"Simon S. Woo"
11+
],
12+
"venue_full": "International Conference on Learning Representations",
13+
"venue": "ICLR",
14+
"track": "Main Paper",
15+
"Factor": [
16+
"",
17+
0
18+
],
19+
"year": 2026,
20+
"links": {
21+
"conf": "https://iclr.cc/Conferences/2026"
22+
},
23+
"img": "/img/Publications/ICLR2026_inho.png",
24+
"abstract": "The proliferation of realistic deepfakes has driven the development of numerous benchmark datasets to support detection research. Despite their increasing volume and diversity, no prior effort has systematically consolidated these resources into a unified framework for large-scale model training, nor has there been a massively pre-trained model tailored to deepfake detection. In this work, we introduce MMI-DD (Multi-modal Multi-type Integrated Deepfake Dataset), a large-scale resource containing 3.6 million facial images, the largest collection to date. It unifies diverse benchmarks with uniform preprocessing, and further provides fine-grained annotations across four deepfake types, as well as VLM-generated descriptions capturing both facial and environmental attributes for each image. By leveraging this comprehensive multi-modal dataset, we construct a foundational deepfake knowledge space that empowers our model to discern a broad spectrum of synthetic media. Our method, SD^2 (Scalable Deepfake Detection), refines CLIP for deepfake detection, optimizing image-text classification with rich, type-specific labels. We enhance this with intermediate visual features capturing low-level cues and text label separation loss for stability. We further leverage VLM-generated descriptions and contrastive learning to expand the scope of forgery knowledge, reducing overfitting and enhancing generalization. Extensive experiments on challenging deepfake datasets and AIGC benchmark demonstrate the effectiveness, scalability, and real-world applicability of our approach. Our dataset and code will be available at https://anonymous.4open.science/r/SDD/."
25+
},
26+
{
27+
"title": "Unlearning Comparator: A Visual Analytics System for Comparative Evaluation of Machine Unlearning Methods",
28+
"authors": [
29+
"Jaeung Lee",
30+
"Suhyeon Yu",
31+
"Yurim Jang",
32+
"Simon S. Woo",
33+
"Jaemin Jo"
34+
35+
],
36+
"venue_full": "IEEE Transactions on Visualization and Computer Graphics",
37+
"venue": "TVCG",
38+
"track": null,
39+
"Factor": [
40+
"SCI IF=",
41+
6.5
42+
],
43+
"year": 2026,
44+
"links": {
45+
"conf": "https://www.computer.org/csdl/journal/tg"
46+
},
47+
"img": "/img/Publications/TVCG26_yurim.png",
48+
"abstract": "Machine Unlearning (MU) aims to remove target training data from a trained model so that the removed data no longer influences the model's behavior, fulfilling \"right to be forgotten\" obligations under data privacy laws. Yet, we observe that researchers in this rapidly emerging field face challenges in analyzing and understanding the behavior of different MU methods, especially in terms of three fundamental principles in MU: accuracy, efficiency, and privacy. Consequently, they often rely on aggregate metrics and ad-hoc evaluations, making it difficult to accurately assess the trade-offs between methods. To fill this gap, we introduce a visual analytics system, Unlearning Comparator, designed to facilitate the systematic evaluation of MU methods. Our system supports two important tasks in the evaluation process: model comparison and attack simulation. First, it allows the user to compare the behaviors of two models, such as a model generated by a certain method and a retrained baseline, at class-, instance-, and layer-levels to better understand the changes made after unlearning. Second, our system simulates membership inference attacks (MIAs) to evaluate the privacy of a method, where an attacker attempts to determine whether specific data samples were part of the original training set. We evaluate our system through a case study visually analyzing prominent MU methods and demonstrate that it helps the user not only understand model behaviors but also gain insights that can inform the improvement of MU methods."
49+
},
250
{
351
"title": "Suppression or Deletion: A Restoration-Based Representation-Level Analysis of Machine Unlearning",
452
"authors": [

js/newsdata.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)