paper-with-me

홈 › Papers

Dissect and Prune: Enhancing Robustness in AI-Generated Image Detection

2026-06-09 · Dahye Kim, Jaehyun Choi, Hyun Seok Seong, Seongho Kim, Donghun Lee, Sungwon Yi, Jang-Ho Choi arxiv

While existing AI-generated image detectors report high performance, we identify that this is largely driven by a critical prediction asymmetry: a bias toward the real class that severely limits sensitivity to generated content, especially under standard post-processing operations such as compression and resizing. We hypothesize that this stems from the model's reliance on spurious features, distracting signals that obscure true generative artifacts. To address this, we propose DEAR (Dissect and Prune), which leverages inpainted images to identify and prune these interfering components. Specifically, we find that features strongly aligned to either inpainted or non-inpainted regions are less robust to post-processing. By measuring the alignment between channel activations and inpaint masks, DEAR removes features at both extremes, retaining only those that capture genuine generative artifacts. Experimental results demonstrate that our approach significantly enhances robustness against unseen generators and post-processing, effectively mitigating the prediction asymmetry. Our code is available at https://github.com/dahyedahye/dear.

📄 PDF Abstract BibTeX arXiv:2606.10309

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dissecting Pruned Neural Networks

2019-06-29 · Jonathan Frankle, David Bau

Pruning is a standard technique for removing unnecessary structure from a neural network to reduce its storage footprint, computational demands, or energy consumption. Pruning can reduce the parameter-counts of many stat…

PDZSeg: Adapting the Foundation Model for Dissection Zone Segmentation with Visual Prompts in Robot-assisted Endoscopic Submucosal Dissection

2024-11-27 · Mengya Xu, Wenjin Mo, Guankun Wang, Huxin Gao 외

Purpose: Endoscopic surgical environments present challenges for dissection zone segmentation due to unclear boundaries between tissue types, leading to segmentation errors where models misidentify or overlook edges. Thi…

Segmentation

ETSM: Automating Dissection Trajectory Suggestion and Confidence Map-Based Safety Margin Prediction for Robot-assisted Endoscopic Submucosal Dissection

2024-11-28 · Mengya Xu, Wenjin Mo, Guankun Wang, Huxin Gao 외

Robot-assisted Endoscopic Submucosal Dissection (ESD) improves the surgical procedure by providing a more comprehensive view through advanced robotic instruments and bimanual operation, thereby enhancing dissection effic…

Decision MakingPredictionregressionTrajectory Prediction

Feedback Matters: Augmenting Autonomous Dissection with Visual and Topological Feedback

2025-10-05 · Chung-Pang Wang, Changwei Chen, Xiao Liang, Soofiyan Atar 외 arxiv

Autonomous surgical systems must adapt to highly dynamic environments where tissue properties and visual cues evolve rapidly. Central to such adaptability is feedback: the ability to sense, interpret, and respond to chan…

Blind Adversarial Pruning: Balance Accuracy, Efficiency and Robustness

2020-04-10 · Haidong Xie, Lixin Qian, Xueshuang Xiang, Naijin Liu

With the growth of interest in the attack and defense of deep neural networks, researchers are focusing more on the robustness of applying them to devices with limited memory. Thus, unlike adversarial training, which onl…