REVIEW 4 major objections 6 minor 46 references
Three-in-One: Robust Enhanced Universal Transferable Anti-Facial Retrieval in Online Social Networks
T0 review · 4 major / 6 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read This paper claims that TOAP is the first adversarial perturbation that is simultaneously universal across face images, transferable across deep hash models, and robust to online social network post-processing, thereby protecting users…
desk verdict A plausible incremental extension of UTAP; the OSN-robustness claims hinge on an unclear fine-tuning condition that could be test-label leakage. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central machinery is the local-and-global Compression Generator (CG), a U-Net encoder-decoder combined with a differentiable JPEG layer that simulates OSN post-processing by first dividing the perturbed image into overlapping grids and processing each locally, then merging the grids and applying a global pass. The second piece is a meta-learning objective that maximizes Hamming distance from cluster centers $h_p$ in meta-training and from data-space centers $h_s$ in meta-testing, with gradients from both original and CG-processed images combined to update the universal perturbation $\delta$. The third piece is an alternating loop where the perturbation is optimized while the CG is fine-tuned with pixel-, feature-, and hash-level losses $L_{pixel}$, $L_{fea}$, and $L_{hash}$, so the generator becomes a better adversary against the perturbation as the perturbation becomes more robust.
What would settle it
Upload TOAP-perturbed photos to Facebook, WeChat, and Weibo at scale (thousands of images, not 84), download the processed versions, and measure retrieval mAP; if the post-processed adversarial images retrieve the original identity at mAP close to the unperturbed baseline, the claimed robustness is falsified.
Extended reading notes
Core claim
On the paper's own terms, the discovery is that post-processing robustness can be engineered into a universal transferable perturbation by observing what does not change when images are processed: the overall data distribution and most individual sample positions in Hamming space shift very little after operations like JPEG compression, while the model's focus regions on original clean images also stay roughly fixed. TOAP therefore optimizes the perturbation away from the original cluster centers during meta-training and away from data-space (sub) centers during meta-testing, instead of using a single overall center, and it trains the perturbation jointly on original and Compression-Generator-processed images. The learned local and global Compression Generator, a U-Net with a differentiable JPEG module that processes overlapping grids and then merges them, acts as a surrogate for OSN post-processing and is fine-tuned with pixel-, feature-, and hash-level losses so that it keeps removing perturbation while the attack keeps escaping. The paper reports that this three-in-one design achieves the best balance of universality, transferability, and robustness in nearly all tested settings.
Load-bearing premise
The claim stands on the simulated post-processing module (the Compression Generator) being a faithful stand-in for what social networks actually do to images, because that module is checked only indirectly against 84 uploaded images per platform.
Editorial extensions
If this is right
- A user or data-collection agency can add the same perturbation to many photos before upload, so privacy protection no longer requires per-image computation.
- Because the perturbation transfers across deep hash models, it remains effective even when the retrieval system's architecture is unknown, as companies do not disclose it.
- The robustness extends to real platform pipelines, so the protection survives Facebook, WeChat, and Weibo post-processing rather than only simulated JPEG, blur, and resize in a test set.
- The approach can be evaluated with mAP on retrieval after processing: lower adversarial mAP means better protection, so practitioners can measure whether a platform's compression has destroyed the protection.
Reading between the lines
- The 84-image-per-platform manual upload validation is small; a larger, automated evaluation across many accounts and platforms would tell whether the learned CG generalizes to the full diversity of real OSN pipelines.
- The invariance observation suggests that post-processing robustness could be achieved by optimizing objectives that are stable under processing rather than by enumerating all possible transformations, and the same principle might extend to video or cross-modal hash retrieval.
- The alternating perturbation/CG training is a form of adversarial co-evolution; if the CG is updated on real downloaded images, TOAP could become an adaptive attack that tracks platform changes.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes TOAP, a universal adversarial perturbation against deep hash-based facial retrieval systems, designed to remain effective after the post-processing applied by online social networks (OSNs). The method introduces a local and global Compression Generator (CG) that simulates post-processing operations, optimizes the perturbation with a point-to-space objective based on cluster centers and data space centers under a meta-learning scheme, and alternately fine-tunes the CG with pixel-, feature-, and hash-level losses. Experiments on CASIA and VGGFace2 with two hash algorithms (DHD, CSQ) and two backbones (VGG16, ResNet50), under five simulated post-processing operations, plus limited real-OSN tests on Facebook, WeChat, and Weibo, are reported to support claims of universality, transferability, and robustness.
Significance. If the claims hold, TOAP would be a practically useful privacy-protection tool: it is, to my knowledge, among the first attempts to explicitly combine cross-image universality, cross-model transferability, and robustness to OSN post-processing for deep hash retrieval. The alternating optimization of the perturbation and the Compression Generator is a creative design, and the ablation studies give some evidence for the contribution of each component. The experimental scope is broad: two datasets, two hash algorithms, two backbones, five simulated post-processing operations, and three real OSNs, which is a strength. However, the central real-world robustness claim currently rests on a very small validation set and on an unspecified data split in the core algorithm, which limits confidence in the reported improvements.
major comments (4)
- [Section III-E, Algorithm 1] Algorithm 1 (line 10) computes mAP_i with Eq. 12 to decide whether to fine-tune the Compression Generator, but the dataset on which this mAP is computed is never stated. The paper defines mAP in Section IV-A.4 as the evaluation metric on the testing set Xs, and Section IV-A.6 says perturbations are trained on Xtr and evaluated on Xs. If mAP_i is computed on Xs, then the CG fine-tuning schedule uses test-set labels, which would give TOAP an unfair advantage over baselines that do not use test information and could explain parts of the reported gains. Please clarify explicitly which set is used; if it is Xs, the experiments must be redone with the condition evaluated on Xtr only, and all tables and conclusions rechecked.
- [Section IV-C.2, Table III] The central claim that TOAP remains effective after real OSN post-processing is supported only by Table III, which is based on 84 manually uploaded images per platform, from a single run, with no confidence intervals, error bars, or significance tests. The text reports improvements of about 10% over the second-best method, but with such a small sample it is unclear whether these differences are statistically meaningful. Please report results from multiple upload batches or repeated evaluations, provide confidence intervals (e.g., bootstrap), and specify whether the 84 images are drawn from Xs or Xtr. Without this, the main real-world robustness claim is not firmly established.
- [Section IV-B, Tables II and Fig. 10] All quantitative results are single-run mAP values with no variance or significance testing, yet the abstract and Section IV-B.3 use the word 'significant' to describe improvements. Because the differences between methods are often a few mAP points, it is not possible to assess whether they exceed run-to-run variation. Please report means and standard deviations over multiple runs (or equivalent significance measures) for the main tables and figures, or temper the 'significant' wording accordingly.
- [Section III-C and III-E] The robustness evaluation under simulated post-processing operations uses the same CG that was co-trained with the perturbation: the CG is explicitly fine-tuned to weaken the perturbation, and the perturbation is optimized to survive that CG. This creates a risk of co-adaptation, so the simulated-robustness numbers in Table II and Fig. 10 may overestimate performance on unseen post-processing pipelines. The paper should include a fidelity check between CG outputs and actual OSN post-processed images, or evaluate on held-out operations not used in CG training (e.g., screenshots, platform-specific resizing/compression variants), to demonstrate that the robustness transfers beyond the learned CG.
minor comments (6)
- [Abstract and Introduction] The claim that TOAP is 'the first OSNs-oriented adversarial perturbation' is too strong given that reference [2] (DF-RAP) also addresses real-world social network scenarios; please qualify the novelty as first for deep hash-based facial retrieval or similar.
- [Table I] The symbols '%' and '"' in Table I are not defined in the caption or text; please add a legend.
- [Section IV-A.3] The phrase 'noise magnitude is 0.0020.5' appears to be a typo; the corresponding axis in Fig. 10(e) suggests values like 0.002 or 0.002^0.5. Please correct.
- [Section III-C] The local CG grid size and stride are not specified; please provide these implementation details in Section IV-A.6.
- [Section IV-C.2] It is unclear whether the 84 uploaded images are the same across all methods and whether they belong to the training or test split; please clarify.
- [Fig. 10] The X-axis labels 'N/A' in several subfigures are ambiguous; please define them as 'no post-processing'.
Circularity Check
No by-construction circularity: TOAP's robustness is trained against a learned compression generator but evaluated on independent post-processing operations; the Algorithm 1 mAP-set ambiguity is a validity caveat, not an exhibited reduction.
full rationale
The derivation is self-contained and not circular. The perturbation δ is optimized via Eq. (4) to maximize Hamming distance from cluster/data-space centers for both the original perturbed image x′ and the CG-processed image CG(x′); the CG is separately trained via Eqs. (8)–(11) to make CG(x′) resemble the clean image x. These are opposing objectives in a minimax loop, not quantities defined in terms of one another. The paper's robustness claims are evaluated on fixed external post-processing operations (JPEG, Resize, Blur, Rotate, Noise) and on real OSN uploads, not on the CG's own output, so the reported test metric is not the training loss. Reliance on UTAP [6] and DF-RAP [2] provides prior architecture and meta-learning recipes, but these are published external results and no uniqueness theorem is imported from the authors. The only genuine caveat is Algorithm 1's line 10, which computes mAP_i with Eq. (12) without stating whether the set is Xtr or Xs; if it were Xs, test labels would drive CG fine-tuning and the reported test mAP would be partially optimized rather than predicted. Because the manuscript is ambiguous on this point, and because the main evaluation uses held-out Xs and independent OSN platforms, this is a potential leakage/validity risk rather than a demonstrated by-construction circularity. The 84-image-per-platform OSN validation is also a statistical robustness concern, not a circularity.
Assumptions & free parameters
free parameters (7)
- alpha =
0.3
- beta =
0.7
- lambda1:lambda2:lambda3 =
1 : 1e-3 : 1e-5
- learning rate eta =
0.02 or 0.03
- epsilon =
16/255
- local CG grid size and stride =
not reported
- sub-center sampling (Ns, n) =
not reported
assumptions (5)
- domain assumption Deep hash models can be approximated as differentiable via tanh surrogate for sign in the hash layer.
- domain assumption OSN image post-processing can be adequately simulated by local and global compression operations (later trained as the CG).
- domain assumption The retrieval system uses Hamming distance over 64-bit hash codes and returns top-k results.
- domain assumption A universal perturbation found on a 2800-image training set generalizes to other images of the same identities and to unseen identities and models.
- ad hoc to paper The alternating optimization between perturbation and CG converges to a good fixed point.
invented entities (1)
-
Compression Generator (CG)
Cite this review
Pith. "Pith review of Three-in-One: Robust Enhanced Universal Transferable Anti-Facial Retrieval in Online Social Networks." pith.science (2026). https://pith.science/paper/ATQU4DYQ
@misc{pith2026241209692,
author = {Pith},
title = {Pith review of: Three-in-One: Robust Enhanced Universal Transferable Anti-Facial Retrieval in Online Social Networks},
year = {2026},
howpublished = {\url{https://pith.science/paper/ATQU4DYQ}},
note = {Machine review of arXiv:2412.09692}
}
read the original abstract
Deep hash-based retrieval techniques are widely used in facial retrieval systems to improve the efficiency of facial matching. However, it also carries the danger of exposing private information. Deep hash models are easily influenced by adversarial examples, which can be leveraged to protect private images from malicious retrieval. The existing adversarial example methods against deep hash models focus on universality and transferability, lacking the research on its robustness in online social networks (OSNs), which leads to their failure in anti-retrieval after post-processing. Therefore, we provide the first in-depth discussion on robustness adversarial perturbation in universal transferable anti-facial retrieval and propose Three-in-One Adversarial Perturbation (TOAP). Specifically, we construct a local and global Compression Generator (CG) to simulate complex post-processing scenarios, which can be used to mitigate perturbation. Then, we propose robust optimization objectives based on the discovery of the variation patterns of model's distribution after post-processing, and generate adversarial examples using these objectives and meta-learning. Finally, we iteratively optimize perturbation by alternately generating adversarial examples and fine-tuning the CG, balancing the performance of perturbation while enhancing CG's ability to mitigate them. Numerous experiments demonstrate that, in addition to its advantages in universality and transferability, TOAP significantly outperforms current state-of-the-art methods in multiple robustness metrics. It further improves universality and transferability by 5% to 28%, and achieves up to about 33% significant improvement in several simulated post-processing scenarios as well as mainstream OSNs, demonstrating that TOAP can effectively protect private images from malicious retrieval in real-world scenarios.
Figures
Figures from the paper (11 more)
Reference graph
Works this paper leans on
-
[1]
Towards compression-resistant privacy-preserving photo sharing on social networks,
Z. Wang, H. Guo, Z. Zhang, M. Song, S. Zheng, Q. Wang, and B. Niu, “Towards compression-resistant privacy-preserving photo sharing on social networks,” in Proceedings of the Twenty-First International Sym- posium on Theory, Algorithmic Foundations, and Protocol Design for Mobile Networks and Mobile Computing , 2020, pp. 81–90
work page 2020
-
[2]
Z. Qu, Z. Xi, W. Lu, X. Luo, Q. Wang, and B. Li, “Df-rap: A robust adversarial perturbation for defending against deepfakes in real-world social network scenarios,” IEEE Transactions on Information Forensics and Security, 2024
work page 2024
-
[3]
Evade deep image retrieval by stashing private images in the hash space,
Y . Xiao, C. Wang, and X. Gao, “Evade deep image retrieval by stashing private images in the hash space,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2020, pp. 9651–9660
work page 2020
-
[4]
Precise target- oriented attack against deep hashing-based retrieval,
W. Zhao, J. Song, S. Yuan, L. Gao, Y . Yang, and H. Shen, “Precise target- oriented attack against deep hashing-based retrieval,” in Proceedings of the 31st ACM International Conference on Multimedia, 2023, pp. 6379– 6389
work page 2023
-
[5]
Advhash: Set-to-set targeted attack on deep hashing with one single adversarial patch,
S. Hu, Y . Zhang, X. Liu, L. Y . Zhang, M. Li, and H. Jin, “Advhash: Set-to-set targeted attack on deep hashing with one single adversarial patch,” in Proceedings of the 29th ACM International Conference on Multimedia, 2021, pp. 2335–2343
work page 2021
-
[6]
L. Tang, D. Ye, Y . Lv, C. Chen, and Y . Zhang, “Once and for all: Universal transferable adversarial perturbation against deep hashing- based facial image retrieval,” in Proceedings of the AAAI Conference on Artificial Intelligence , vol. 38, no. 6, 2024, pp. 5136–5144
work page 2024
-
[7]
Jpeg-resistant adversarial images,
R. Shin and D. Song, “Jpeg-resistant adversarial images,” in NIPS 2017 workshop on machine learning and computer security, vol. 1, 2017, p. 8
2017
-
[8]
Proactive privacy-preserving learning for cross-modal retrieval,
P.-F. Zhang, G. Bai, H. Yin, and Z. Huang, “Proactive privacy-preserving learning for cross-modal retrieval,” ACM Transactions on Information Systems, vol. 41, no. 2, pp. 1–23, 2023
work page 2023
Show all 46 references
-
[9]
Efficient query-based black-box attack against cross-modal hashing retrieval,
L. Zhu, T. Wang, J. Li, Z. Zhang, J. Shen, and X. Wang, “Efficient query-based black-box attack against cross-modal hashing retrieval,” ACM Transactions on Information Systems , vol. 41, no. 3, pp. 1–25, 2023
2023
-
[10]
Targeted adversarial attack against deep cross-modal hashing retrieval,
T. Wang, L. Zhu, Z. Zhang, H. Zhang, and J. Han, “Targeted adversarial attack against deep cross-modal hashing retrieval,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 33, no. 10, pp. 6159– 6172, 2023
2023
-
[11]
Learning face representation from scratch,
D. Yi, Z. Lei, S. Liao, and S. Z. Li, “Learning face representation from scratch,” arXiv preprint arXiv:1411.7923 , 2014
2014 arXiv
-
[12]
Vggface2: A dataset for recognising faces across pose and age,
Q. Cao, L. Shen, W. Xie, O. M. Parkhi, and A. Zisserman, “Vggface2: A dataset for recognising faces across pose and age,” in 2018 13th IEEE International Conference on Automatic Face & Gesture Recognition (FG 2018). IEEE, 2018, pp. 67–74
2018
-
[13]
Very deep convolutional networks for large-scale image recognition,
K. Simonyan, “Very deep convolutional networks for large-scale image recognition,” arXiv preprint arXiv:1409.1556 , 2014
2014 arXiv
-
[14]
Deep residual learning for image recognition,
K. He, X. Zhang, S. Ren, and J. Sun, “Deep residual learning for image recognition,” in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 2016, pp. 770–778
2016
-
[15]
Hashnet: Deep learning to hash by continuation,
Z. Cao, M. Long, J. Wang, and P. S. Yu, “Hashnet: Deep learning to hash by continuation,” in Proceedings of the IEEE International Conference on Computer Vision , 2017, pp. 5608–5617
2017
-
[16]
Central similarity quantization for efficient image and video retrieval,
L. Yuan, T. Wang, X. Zhang, F. E. Tay, Z. Jie, W. Liu, and J. Feng, “Central similarity quantization for efficient image and video retrieval,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020, pp. 3083–3092. 13
2020
-
[17]
Deep hash distillation for image retrieval,
Y . K. Jang, G. Gu, B. Ko, I. Kang, and N. I. Cho, “Deep hash distillation for image retrieval,” in European Conference on Computer Vision. Springer, 2022, pp. 354–371
2022
-
[18]
Explaining and harnessing adversarial examples,
I. J. Goodfellow, J. Shlens, and C. Szegedy, “Explaining and harnessing adversarial examples,” arXiv preprint arXiv:1412.6572 , 2014
2014 arXiv
-
[19]
Towards transferable adversarial attacks on vision transformers,
Z. Wei, J. Chen, M. Goldblum, Z. Wu, T. Goldstein, and Y .-G. Jiang, “Towards transferable adversarial attacks on vision transformers,” in Proceedings of the AAAI Conference on Artificial Intelligence , vol. 36, no. 3, 2022, pp. 2668–2676
2022
-
[20]
Perturbing attention gives you more bang for the buck: Subtle imaging perturbations that efficiently fool customized diffusion models,
J. Xu, Y . Lu, Y . Li, S. Lu, D. Wang, and X. Wei, “Perturbing attention gives you more bang for the buck: Subtle imaging perturbations that efficiently fool customized diffusion models,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 20...
2024
-
[21]
En- hancing transferability of adversarial examples through mixed-frequency inputs,
Y . Qian, K. Chen, B. Wang, Z. Gu, S. Ji, W. Wang, and Y . Zhang, “En- hancing transferability of adversarial examples through mixed-frequency inputs,” IEEE Transactions on Information Forensics and Security, 2024
2024
-
[22]
Task-specific importance-awareness matters: On targeted attacks against object detec- tion,
X. Sun, G. Cheng, H. Li, H. Peng, and J. Han, “Task-specific importance-awareness matters: On targeted attacks against object detec- tion,” IEEE Transactions on Circuits and Systems for Video Technology, 2024
2024
-
[23]
Language model agnostic gray-box adversarial attack on image captioning,
N. Aafaq, N. Akhtar, W. Liu, M. Shah, and A. Mian, “Language model agnostic gray-box adversarial attack on image captioning,” IEEE Transactions on Information Forensics and Security , vol. 18, pp. 626– 638, 2022
2022
-
[24]
Towards deep learning models resistant to adversarial attacks,
A. M ˛ adry, A. Makelov, L. Schmidt, D. Tsipras, and A. Vladu, “Towards deep learning models resistant to adversarial attacks,” stat, vol. 1050, no. 9, 2017
2017
-
[25]
V oice guard: Protecting voice privacy with strong and imperceptible adversarial perturbation in the time domain
J. Li, D. Ye, L. Tang, C. Chen, and S. Hu, “V oice guard: Protecting voice privacy with strong and imperceptible adversarial perturbation in the time domain.” in Proceedings of the Thirty-Second International Joint Conference on Artificial Intelligence , 2023, pp. 4812–4820
2023
-
[26]
Cross-modal transferable adversarial attacks from images to videos,
Z. Wei, J. Chen, Z. Wu, and Y .-G. Jiang, “Cross-modal transferable adversarial attacks from images to videos,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2022, pp. 15 064–15 073
2022
-
[27]
Adversarial examples in the physical world,
A. Kurakin, I. J. Goodfellow, and S. Bengio, “Adversarial examples in the physical world,” in Artificial Intelligence Safety and Security . Chapman and Hall/CRC, 2018, pp. 99–112
2018
-
[28]
Boosting adversarial attacks with momentum,
Y . Dong, F. Liao, T. Pang, H. Su, J. Zhu, X. Hu, and J. Li, “Boosting adversarial attacks with momentum,” in Proceedings of the IEEE Con- ference on Computer Vision and Pattern Recognition , 2018, pp. 9185– 9193
2018
-
[29]
Nesterov accelerated gradient and scale invariance for adversarial attacks,
J. Lin, C. Song, K. He, L. Wang, and J. E. Hopcroft, “Nesterov accelerated gradient and scale invariance for adversarial attacks,” arXiv preprint arXiv:1908.06281, 2019
1908 arXiv
-
[30]
Learning to learn transferable attack,
S. Fang, J. Li, X. Lin, and R. Ji, “Learning to learn transferable attack,” in Proceedings of the AAAI Conference on Artificial Intelligence, vol. 36, no. 1, 2022, pp. 571–579
2022
-
[31]
Univer- sal adversarial perturbations,
S.-M. Moosavi-Dezfooli, A. Fawzi, O. Fawzi, and P. Frossard, “Univer- sal adversarial perturbations,” in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , 2017, pp. 1765–1773
2017
-
[32]
Image-to-image translation with conditional adversarial networks,
P. Isola, J.-Y . Zhu, T. Zhou, and A. A. Efros, “Image-to-image translation with conditional adversarial networks,” in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , 2017, pp. 1125–1134
2017
-
[33]
Who’s afraid of adversarial queries? the impact of image modifications on content-based image retrieval,
Z. Liu, Z. Zhao, and M. Larson, “Who’s afraid of adversarial queries? the impact of image modifications on content-based image retrieval,” in Proceedings of the 2019 on International Conference on Multimedia Retrieval, 2019, pp. 306–314
2019
-
[34]
Unsupervised adversar- ial attacks on deep feature-based retrieval with gan,
G. Zhao, M. Zhang, J. Liu, and J.-R. Wen, “Unsupervised adversar- ial attacks on deep feature-based retrieval with gan,” arXiv preprint arXiv:1907.05793, 2019
1907 arXiv
-
[35]
Ap-gan: Adversarial patch attack on content-based image retrieval systems,
G. Zhao, M. Zhang, J. Liu, Y . Li, and J.-R. Wen, “Ap-gan: Adversarial patch attack on content-based image retrieval systems,” GeoInformatica, pp. 1–31, 2022
2022
-
[36]
Targeted mismatch adversarial attack: Query with a flower to retrieve the tower,
G. Tolias, F. Radenovic, and O. Chum, “Targeted mismatch adversarial attack: Query with a flower to retrieve the tower,” in Proceedings of the IEEE/CVF International Conference on Computer Vision , 2019, pp. 5037–5046
2019
-
[37]
Dair: A query-efficient decision-based attack on image retrieval systems,
M. Chen, J. Lu, Y . Wang, J. Qin, and W. Wang, “Dair: A query-efficient decision-based attack on image retrieval systems,” in Proceedings of the 44th International ACM SIGIR Conference on Research and Develop- ment in Information Retrieval , 2021, pp. 1064–1073
2021
-
[38]
Universal pertur- bation attack against image retrieval,
J. Li, R. Ji, H. Liu, X. Hong, Y . Gao, and Q. Tian, “Universal pertur- bation attack against image retrieval,” in Proceedings of the IEEE/CVF International Conference on Computer Vision , 2019, pp. 4899–4908
2019
-
[39]
Adversarial examples for hamming space search,
E. Yang, T. Liu, C. Deng, and D. Tao, “Adversarial examples for hamming space search,” IEEE Transactions on Cybernetics , vol. 50, no. 4, pp. 1473–1484, 2018
2018
-
[40]
Targeted attack for deep hashing based retrieval,
J. Bai, B. Chen, Y . Li, D. Wu, W. Guo, S.-t. Xia, and E.-h. Yang, “Targeted attack for deep hashing based retrieval,” in Computer Vision– ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part I 16 . Springer, 2020, pp. 618–634
2020
-
[41]
A smart adversarial attack on deep hashing based image retrieval,
J. Lu, M. Chen, Y . Sun, W. Wang, Y . Wang, and X. Yang, “A smart adversarial attack on deep hashing based image retrieval,” inProceedings of the 2021 International Conference on Multimedia Retrieval, 2021, pp. 227–235
2021
-
[42]
You see what i want you to see: Exploring targeted black-box transferability attack for hash-based image retrieval systems,
Y . Xiao and C. Wang, “You see what i want you to see: Exploring targeted black-box transferability attack for hash-based image retrieval systems,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2021, pp. 1934–1943
2021
-
[43]
Initiative defense against facial manipulation,
Q. Huang, J. Zhang, W. Zhou, W. Zhang, and N. Yu, “Initiative defense against facial manipulation,” in Proceedings of the AAAI Conference on Artificial Intelligence, vol. 35, no. 2, 2021, pp. 1619–1627
2021
-
[44]
Anti-dreambooth: Protecting users from personalized text-to-image synthesis,
T. Van Le, H. Phung, T. H. Nguyen, Q. Dao, N. N. Tran, and A. Tran, “Anti-dreambooth: Protecting users from personalized text-to-image synthesis,” in Proceedings of the IEEE/CVF International Conference on Computer Vision , 2023, pp. 2116–2127
2023
-
[45]
Robust image forgery detection against transmission over online social networks,
H. Wu, J. Zhou, J. Tian, J. Liu, and Y . Qiao, “Robust image forgery detection against transmission over online social networks,” IEEE Trans- actions on Information Forensics and Security , vol. 17, pp. 443–456, 2022
2022
-
[46]
Dual defense: Adversarial, traceable, and invisible robust watermarking against face swapping,
Y . Zhang, D. Ye, C. Xie, L. Tang, X. Liao, Z. Liu, C. Chen, and J. Deng, “Dual defense: Adversarial, traceable, and invisible robust watermarking against face swapping,”IEEE Transactions on Information Forensics and Security, 2024
2024
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.