REVIEW 3 major objections 5 minor 59 references
NullEdit: Stealthy Image Protection via VLM Condition Redirection
T0 review · 3 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read This paper claims that unauthorized edits to published images can be neutralized into natural, source-preserving no-ops by redirecting the VLM editing condition toward a no-edit anchor.
desk verdict A genuinely useful defense paper whose headline claim about harmful semantics is not actually tested; the benign-prompt results are solid. 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 object is the VLM edit residual $\Delta_p(x)=h_{x,p}-h_{x,p_0}$, the difference in the VLM hidden-state sequence between an edit instruction and a no-edit instruction for the same reference image. The carrying mechanism is the balanced redirection loss $L_\lambda = \mathrm{Sim}(h_{x_{\mathrm{adv}},p},h_{x,p}) - \lambda \, \mathrm{Sim}(h_{x_{\mathrm{adv}},p},h_{x,p_0})$, which attracts the protected representation to a shared no-edit anchor while repelling it from the prompt-specific normal-edit anchor; the paper finds the operating point near $\lambda=1$, where the shared reference-conditioned gradient components cancel and the edit-specific residual update dominates. Cross-prompt gradient averaging, averaging raw gradients over the representative prompt set before the sign operation, transfers the protection to held-out instructions.
What would settle it
Compute the average token-wise pairwise cosine similarity between VLM edit residuals of the eight optimization prompts and a set of structurally distant instructions (e.g., style transfer, object insertion, non-face scenes). If that similarity drops well below 0.940 and the held-out IF reductions vanish or reverse, the cross-prompt transfer mechanism is refuted. Alternatively, an adaptive adversary who edits the protected image by bypassing the VLM condition (e.g., inpainting via the VAE latent) would falsify the claim that source-preserving no-ops are the general outcome.
Extended reading notes
Core claim
On its own terms, the paper discovers that the VLM-conditioned editing representation, not the VAE latents or the attention maps, is the decisive surface for neutralizing an edit. It shows that the difference between the VLM hidden states under an edit instruction and under a no-edit instruction—the VLM edit residual—is directionally consistent across expression, attribute, and background prompts, with an average token-wise pairwise cosine similarity of 0.940. The balanced redirection objective, which pushes the protected representation away from the normal-edit anchor and toward the no-edit anchor with roughly equal weight, outperforms both magnitude suppression and one-sided redirection, which respectively collapse the representation or leave edits partially executed. Experiments on two VLM-conditioned DiT editors and two face datasets report that the resulting perturbation lowers EditReward instruction-following by 0.813 on average relative to the strongest baseline while retaining the highest protected CLIP-I and SSIM and near-zero face-detection failure.
Load-bearing premise
NullEdit's whole generalization rests on the assumption that the VLM edit-residual direction for the eight representative prompts matches the directions of all other instructions a user might try, yet the paper only measures alignment on prompts similar to the training pool.
Editorial extensions
If this is right
- A one-time perturbation applied before release is sufficient; no per-prompt re-optimization is needed at inference time.
- Protection transfers to instructions outside the optimization pool; held-out prompts retain roughly 91–95% of the in-pool edit-suppression gain.
- The same perturbation works across two different VLM-conditioned DiT editors, pointing to the VLM condition as a general intervention surface.
- NullEdit outputs are more source-faithful than those of corruption-based defenses (highest protected CLIP-I and SSIM), so protection is not signalled by visible artifacts.
Reading between the lines
- Because the defense lives entirely in the VLM-conditioning pathway, an adaptive adversary could try to bypass it by editing through the VAE latent or reconstruction pathway alone; the paper does not test such an adversary.
- The 0.940 cross-prompt alignment is measured on prompts that resemble the training pool (face expressions, attributes, backgrounds). Structurally different instructions—style transfer, object insertion, non-face scenes—may break the residual alignment and with it the transfer guarantee.
- If VLM edit-residual alignment is a general property of in-context editors, the same balanced-redirection objective could be reused for other editors without redesign, which the paper has not yet shown.
- The user study uses only 10 participants, so the reported top-rank shares are a weak estimator of true perceptual preference.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes NullEdit, a proactive protection method that perturbs a released image so that a frozen VLM-conditioned DiT editor turns unauthorized edit requests into source-preserving no-ops. The core idea is to redirect the VLM hidden-state representation formed jointly from the image and instruction: a balanced loss (Eq. 9) moves the protected representation away from a normal-edit anchor and toward a no-edit anchor, and cross-prompt gradient averaging (Eq. 12) transfers the protection to held-out prompts. Experiments on Step1X-Edit and Qwen-Image-Edit over CelebA-HQ and VGGFace2 report large reductions in EditReward IF relative to DiffPGD while keeping CLIP-I and SSIM highest among protected methods; a user study and ablations on the anchor weight, prompt-pool size, and perturbation budget are also included. The paper claims that the resulting outputs are both stealthy and free of harmful semantics requested by malicious instructions.
Significance. If the claimed behavior holds, NullEdit is a useful addition to the inference-time protection toolbox: it targets the VLM condition interface rather than the VAE latents or attention maps, and it explicitly aims for a natural, identity-preserving no-op instead of visible corruption. The paper has several strengths: it evaluates two different editors with different conditioning interfaces, reports source-fidelity metrics jointly with instruction-following reduction, includes a user study, and provides mechanistic ablations that separate direction redirection from magnitude collapse. However, the central threat-model claim about harmful semantics is currently supported only by qualitative Figure 1 examples; all quantitative experiments use benign expression, attribute, and background prompts. The IF reduction is partly by construction because the optimized loss directly penalizes edit-anchor similarity, but the held-out prompt evaluation and source-fidelity metrics provide some independent grounding. The main open risk is generalization to malicious instructions, which the paper motivates but does not measure.
major comments (3)
- [Abstract; §Problem Formulation, Eq. (4); Figure 1] The abstract and Eq. (4) claim that harmful semantics requested by malicious instructions are absent, and the Introduction motivates the method with violent, sexualized, and misleading edits (Figure 1). Yet every quantitative experiment, including the held-out generalization test in Table 2 and the Prompt Generalization section, uses benign prompts only: the optimization pool is 'smiling, anger, sadness, surprise, glasses, beard, beach, forest' and the held-out set is 'worried expression, hat, smoky-eye makeup, city street'. Figure 1 shows 'Prison mugshot' and 'Severe facial burns' as held-out examples, but no quantitative result (IF, safety classifier, or human rating) is reported for them or for 'Bloody facial injuries' or 'Revealing lingerie'. This is load-bearing: suppressing benign attribute edits does not establish that harmful instructions are neutralized. I request a held-out harmful-prompt evaluation with automated safety metrics and a failure analysis, not just qualitative thumbnails.
- [§Ablation Studies, Figure 5; §Implementation details] The two main hyperparameters, the anchor weight λ and the perturbation budget ϵ, are selected via ablations on CelebA-HQ with Step1X-Edit, which is also one of the main evaluation settings. Figure 5(a) shows a narrow operating window: λ slightly below 1 causes output collapse (FDFR 93.5–99.0%), while λ above 1 sharply weakens suppression. The paper does not state whether these choices were made on a separate validation split or under a pre-registered protocol, and Table 1 reports no error bars or multiple-seed variation. With a narrow operating point and no variance estimates, the main quantitative claims are vulnerable to selection bias. I ask for a clear hyperparameter-selection protocol and mean/standard-deviation results over multiple seeds or image subsets.
- [§Cross-Prompt Gradient Averaging, Eq. (12); Appendix C] The key transfer mechanism is justified by the observation that VLM edit residuals are strongly aligned (average token-wise cosine similarity 0.940). However, this diagnostic is computed over expression, attribute, and background prompts, which are all benign and thematically similar to the optimization pool. The gradient-decomposition argument in Eq. (11) therefore supports transfer within benign edit categories, not to the harmful instructions that appear in the threat model and Figure 1. Malicious instructions may lie in a different region of VLM hidden-state space, and the narrow λ operating point gives reason to worry that the protection could collapse or fail there. Please add a diagnostic that measures residual or gradient alignment for harmful instructions, or, at minimum, evaluate transfer to a held-out set that includes such instructions.
minor comments (5)
- [§Problem Formulation, Eq. (4)] The notation 'G(x_adv, p; ξ) ⊭ p' and 'G(x_adv, p; ξ) ≃_src x' is informal; consider defining edit invalidation and source preservation more concretely, e.g., via thresholded metric values, so that the behavioral criterion is falsifiable.
- [§Balanced Condition Redirection, Eq. (9)] The no-edit anchor p_0 is never specified concretely. It should be stated whether p_0 is a fixed string such as 'make no changes' or a canonical empty instruction, and whether results are sensitive to that choice.
- [§User Study] The user study has only 10 participants; this is adequate as a sanity check, but the paper should report inter-rater agreement or per-prompt variance, and should state whether the participants were shown both protected and unprotected outputs in a fully balanced design.
- [Table 1] The percentage values in the NullEdit rows (e.g., '68.5%', '42.0%') are not defined in the table caption or text; clarify that they are relative gains over the best protected baseline and specify the baseline used for each column.
- [§Limitations] The paper does not include a limitations paragraph. Given the narrow operating point and the benign-only evaluation, a brief statement about known scope and failure modes would improve the presentation.
Circularity Check
No significant circularity: NullEdit's VLM-condition objective directly drives the attack, but the headline metrics are measured with external tools and held-out prompts, not fitted inputs renamed as predictions.
full rationale
NullEdit's derivation chain is self-contained. The perturbation is optimized with a VLM-space surrogate (Eq. 9) that moves the protected representation away from the normal-edit anchor and toward a cached no-edit anchor; this is a direct attack objective rather than a fitted parameter renamed as a prediction. The reported outcomes—EditReward IF, CLIP-I, SSIM, and FDFR—come from external models (EditReward, CLIP, SSIM, RetinaFace/ArcFace) and are never used as training signals for the perturbation, so the observed edit suppression is an independent measurement of the attack's effect rather than a tautology. The held-out prompt results are also genuine generalization: prompts 9-12 are excluded from optimization and Table 2 evaluates them separately, so the 91.2%/94.5% transfer percentages are not fit to the evaluation set. No load-bearing step depends on a self-citation: the cited Step1X-Edit, Qwen-Image-Edit, and baseline defenses are external prior systems, and no uniqueness theorem or ansatz is imported from the authors' own prior work. The paper's strongest unverified assertion—that harmful semantics are absent for malicious instructions—is only demonstrated qualitatively in Figure 1 and with benign held-out prompts, but that is an evidence-scope gap, not a circular derivation. No equation is equivalent to its input by construction, and no fitted quantity is relabeled as a prediction. The analysis therefore finds no significant circularity.
Assumptions & free parameters
free parameters (4)
- lambda (no-edit anchor weight) =
1
- epsilon (perturbation budget) =
16/255
- K (representative prompt pool size) =
8
- token selection M =
model-specific, unspecified in main text
assumptions (4)
- domain assumption In-context editors can be decomposed as y_p = G(r_x, Phi(h_{x,p}); xi), with VLM hidden state h_{x,p} and reference representation r_x as separate pathways.
- domain assumption Average token-wise cosine similarity in the VLM hidden-state space is a valid directional proxy for editing behavior.
- ad hoc to paper Gradient decomposition g_edit approx g_shared + rho_edit, g_null approx g_shared + rho_null holds locally.
- domain assumption VLM edit residuals across instructions are strongly aligned (0.940 cosine), so gradient averaging over 8 prompts transfers to held-out prompts.
Cite this review
Pith. "Pith review of NullEdit: Stealthy Image Protection via VLM Condition Redirection." pith.science (2026). https://pith.science/paper/4QZ6BTZH
@misc{pith2026260810870,
author = {Pith},
title = {Pith review of: NullEdit: Stealthy Image Protection via VLM Condition Redirection},
year = {2026},
howpublished = {\url{https://pith.science/paper/4QZ6BTZH}},
note = {Machine review of arXiv:2608.10870}
}
read the original abstract
Modern image editors combine vision-language models (VLMs) with diffusion transformer backbones to modify a single reference image according to instructions without fine-tuning. This capability also enables unauthorized manipulation of publicly released images. Existing inference-time defenses either invalidate edits through conspicuous corruption, thereby exposing the protection, or allow them to proceed with identity or reference content drift, thereby failing to prevent the editing behavior itself. We instead target a stealthy and harmless no-op in which the requested edit is suppressed, the output remains natural and source-preserving without conspicuous artifacts or identity replacement, and harmful semantics requested by malicious instructions are absent. We propose NullEdit, which targets the VLM representation jointly formed from the reference image and instruction before it conditions the downstream DiT backbone. Using normal-edit and no-edit anchors, NullEdit redirects this representation, while cross-prompt gradient averaging transfers protection to held out instructions. Across Step1X-Edit and Qwen-Image-Edit on CelebA-HQ and VGGFace2, NullEdit reduces the EditReward IF score by 0.813 on average relative to the SOTA baseline while preserving subject identity and source content.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
High-resolution image synthesis with latent diffusion models , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[2]
Proceedings of the IEEE/CVF international conference on computer vision , pages=
Scalable diffusion models with transformers , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=
-
[3]
Forty-first international conference on machine learning , year=
Scaling rectified flow transformers for high-resolution image synthesis , author=. Forty-first international conference on machine learning , year=
-
[4]
The Eleventh International Conference on Learning Representations , year=
An Image is Worth One Word: Personalizing Text-to-Image Generation using Textual Inversion , author=. The Eleventh International Conference on Learning Representations , year=
-
[5]
Ruiz, Nataniel and Li, Yuanzhen and Jampani, Varun and Pritch, Yael and Rubinstein, Michael and Aberman, Kfir , booktitle=
-
[6]
Hu, Edward J and Shen, Yelong and Wallis, Phillip and Allen-Zhu, Zeyuan and Li, Yuanzhi and Wang, Shean and Wang, Liang and Chen, Weizhu and others , booktitle=
-
[7]
Step1X-Edit: A Practical Framework for General Image Editing , author=. 2025 , eprint=
work page 2025
-
[8]
2025 , eprint=
Qwen-Image Technical Report , author=. 2025 , eprint=
2025
Show all 59 references
-
[9]
Shan, Shawn and Cryan, Jenna and Wenger, Emily and Zheng, Haitao and Hanocka, Rana and Zhao, Ben Y , booktitle=
-
[10]
Van Le, Thanh and Phung, Hao and Nguyen, Thuan Hoang and Dao, Quan and Tran, Ngoc N and Tran, Anh , booktitle=
-
[11]
2024 IEEE symposium on security and privacy (SP) , pages=
Nightshade: Prompt-specific poisoning attacks on text-to-image generative models , author=. 2024 IEEE symposium on security and privacy (SP) , pages=. 2024 , organization=
2024
-
[12]
International Conference on Machine Learning , pages=
Raising the Cost of Malicious AI-Powered Image Editing , author=. International Conference on Machine Learning , pages=. 2023 , organization=
2023
-
[13]
2024 , organization=
Chen, Ruoxi and Jin, Haibo and Liu, Yixin and Chen, Jinyin and Wang, Haohan and Sun, Lichao , booktitle=. 2024 , organization=
2024
-
[14]
2025 , eprint=
DiffusionGuard: A Robust Defense Against Malicious Diffusion-based Image Editing , author=. 2025 , eprint=
2025
-
[15]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
Edit away and my face will not stay: Personal biometric defense against malicious generative editing , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[16]
2025 , eprint=
DeContext as Defense: Safe Image Editing in Diffusion Transformers , author=. 2025 , eprint=
2025
-
[17]
Advances in Neural Information Processing Systems , year=
Denoising Diffusion Probabilistic Models , author=. Advances in Neural Information Processing Systems , year=
-
[18]
Advances in Neural Information Processing Systems , year=
Diffusion Models Beat GANs on Image Synthesis , author=. Advances in Neural Information Processing Systems , year=
-
[19]
International Conference on Machine Learning , pages=
GLIDE: Towards Photorealistic Image Generation and Editing with Text-Guided Diffusion Models , author=. International Conference on Machine Learning , pages=. 2022 , organization=
2022
-
[20]
2022 , eprint=
Hierarchical Text-Conditional Image Generation with CLIP Latents , author=. 2022 , eprint=
2022
-
[21]
Advances in Neural Information Processing Systems , year=
Photorealistic Text-to-Image Diffusion Models with Deep Language Understanding , author=. Advances in Neural Information Processing Systems , year=
-
[22]
2023 , eprint=
SDXL: Improving Latent Diffusion Models for High-Resolution Image Synthesis , author=. 2023 , eprint=
2023
-
[23]
Proceedings of the IEEE/CVF International Conference on Computer Vision , year=
Adding Conditional Control to Text-to-Image Diffusion Models , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , year=
-
[24]
Mou, Chong and Wang, Xintao and Xie, Liangbin and Wu, Yanze and Zhang, Jian and Qi, Zhongang and Shan, Ying , booktitle=
-
[25]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
Paint by Example: Exemplar-Based Image Editing with Diffusion Models , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
-
[26]
2023 , eprint=
IP-Adapter: Text Compatible Image Prompt Adapter for Text-to-Image Diffusion Models , author=. 2023 , eprint=
2023
-
[27]
International Conference on Learning Representations , year=
Prompt-to-Prompt Image Editing with Cross Attention Control , author=. International Conference on Learning Representations , year=
-
[28]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
InstructPix2Pix: Learning to Follow Image Editing Instructions , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
-
[29]
2025 , eprint=
FLUX.1 Kontext: Flow Matching for In-Context Image Generation and Editing in Latent Space , author=. 2025 , eprint=
2025
-
[30]
Proceedings of the 30th ACM International Conference on Multimedia , pages=
Defeating DeepFakes via Adversarial Visual Reconstruction , author=. Proceedings of the 30th ACM International Conference on Multimedia , pages=
-
[31]
Proceedings of the 40th International Conference on Machine Learning , pages=
Adversarial example does good: preventing painting imitation from diffusion models via adversarial examples , author=. Proceedings of the 40th International Conference on Machine Learning , pages=
-
[32]
Liu, Yixin and Fan, Chenrui and Dai, Yutong and Chen, Xun and Zhou, Pan and Sun, Lichao , booktitle=
-
[33]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
SimAC: A Simple Anti-Customization Method for Protecting Face Privacy Against Text-to-Image Synthesis of Diffusion Models , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
-
[34]
2025 , eprint=
ID-Cloak: Crafting Identity-Specific Cloaks Against Personalized Text-to-Image Generation , author=. 2025 , eprint=
2025
-
[35]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Distraction Is All You Need: Memory-Efficient Image Immunization against Diffusion-Based Image Editing , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[36]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
TarPro: Targeted Protection Against Malicious Image Editing , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[37]
European Conference on Computer Vision Workshops , year=
Disrupting Deepfakes: Adversarial Attacks Against Conditional Image Translation Networks and Facial Manipulation Systems , author=. European Conference on Computer Vision Workshops , year=
-
[38]
European Conference on Computer Vision , year=
TAFIM: Targeted Adversarial Attacks Against Facial Image Manipulations , author=. European Conference on Computer Vision , year=
-
[39]
Proceedings of the AAAI Conference on Artificial Intelligence , year=
Initiative Defense Against Facial Manipulation , author=. Proceedings of the AAAI Conference on Artificial Intelligence , year=
-
[40]
IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
ID-Guard: A universal framework for combating facial manipulation via breaking identification , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
-
[41]
2024 , eprint=
InstructTA: Instruction-Tuned Targeted Attack for Large Vision-Language Models , author=. 2024 , eprint=
2024
-
[42]
International Conference on Learning Representations , year=
An Image Is Worth 1000 Lies: Adversarial Transferability across Prompts on Vision-Language Models , author=. International Conference on Learning Representations , year=
-
[43]
arXiv preprint arXiv:2410.00296 , year=
VLMGuard: Defending VLMs against Malicious Prompts via Unlabeled Data , author=. arXiv preprint arXiv:2410.00296 , year=
-
[44]
arXiv preprint arXiv:2502.10486 , year=
VLM-Guard: Safeguarding Vision-Language Models via Fulfilling Safety Alignment Gap , author=. arXiv preprint arXiv:2502.10486 , year=
-
[45]
arXiv preprint arXiv:2406.11717 , year=
Refusal in Language Models Is Mediated by a Single Direction , author=. arXiv preprint arXiv:2406.11717 , year=
-
[46]
International Conference on Learning Representations , year=
Progressive Growing of GANs for Improved Quality, Stability, and Variation , author=. International Conference on Learning Representations , year=
-
[47]
IEEE International Conference on Automatic Face & Gesture Recognition , year=
VGGFace2: A Dataset for Recognising Faces across Pose and Age , author=. IEEE International Conference on Automatic Face & Gesture Recognition , year=
-
[48]
arXiv preprint arXiv:2408.10901 , year=
A Grey-Box Attack Against Latent Diffusion Model-Based Image Editing by Posterior Collapse , author=. arXiv preprint arXiv:2408.10901 , year=
-
[49]
International Conference on Learning Representations , year=
EditReward: A Human-Aligned Reward Model for Instruction-Guided Image Editing , author=. International Conference on Learning Representations , year=
-
[50]
IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
RetinaFace: Single-Shot Multi-Level Face Localisation in the Wild , author=. IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
-
[51]
International Conference on Machine Learning , year=
Learning Transferable Visual Models from Natural Language Supervision , author=. International Conference on Machine Learning , year=
-
[52]
IEEE Transactions on Image Processing , volume=
Image Quality Assessment: From Error Visibility to Structural Similarity , author=. IEEE Transactions on Image Processing , volume=
-
[53]
International Conference on Machine Learning , year=
PID: Prompt-Independent Data Protection Against Latent Diffusion Models , author=. International Conference on Machine Learning , year=
-
[54]
Deng, Jiankang and Guo, Jia and Xue, Niannan and Zafeiriou, Stefanos , booktitle=
-
[55]
International Conference on Machine Learning , pages=
Diffusion Models for Adversarial Purification , author=. International Conference on Machine Learning , pages=. 2022 , organization=
2022
-
[56]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Safe latent diffusion: Mitigating inappropriate degeneration in diffusion models , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[57]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Ominicontrol: Minimal and universal control for diffusion transformer , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[58]
Transactions on Machine Learning Research Journal , year=
Dinov2: Learning robust visual features without supervision , author=. Transactions on Machine Learning Research Journal , year=
-
[59]
2022 , eprint=
Can Machines Help Us Answering Question 16 in Datasheets, and In Turn Reflecting on Inappropriate Content? , author=. 2022 , eprint=
2022
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.