paper-with-me

Papers

Explaining Domain Shifts in Language: Concept erasing for Interpretable Image Classification

2025-03-24 · CVPR 2025 1 · Zequn Zeng, Yudi Su, JianQiao Sun, Tiansheng Wen, Hao Zhang, Zhengjue Wang, Bo Chen, Hongwei Liu, Jiawei Ma

Concept-based models can map black-box representations to human-understandable concepts, which makes the decision-making process more transparent and then allows users to understand the reason behind predictions. However, domain-specific concepts often impact the final predictions, which subsequently undermine the model generalization capabilities, and prevent the model from being used in high-stake applications. In this paper, we propose a novel Language-guided Concept-Erasing (LanCE) framework. In particular, we empirically demonstrate that pre-trained vision-language models (VLMs) can approximate distinct visual domain shifts via domain descriptors while prompting large Language Models (LLMs) can easily simulate a wide range of descriptors of unseen visual domains. Then, we introduce a novel plug-in domain descriptor orthogonality (DDO) regularizer to mitigate the impact of these domain-specific concepts on the final predictions. Notably, the DDO regularizer is agnostic to the design of concept-based models and we integrate it into several prevailing models. Through evaluation of domain generalization on four standard benchmarks and three newly introduced benchmarks, we demonstrate that DDO can significantly improve the out-of-distribution (OOD) generalization over the previous state-of-the-art concept-based models.Our code is available at https://github.com/joeyz0z/LanCE.

📄 PDF Abstract BibTeX arXiv:2503.18483

Code (1)

joeyz0z/lance 공식 구현 pytorch

Tasks

Domain Generalizationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

SAGE: Exploring the Boundaries of Unsafe Concept Domain with Semantic-Augment Erasing

2025-06-11 · Hongguang Zhu, Yunchao Wei, Mengyu Wang, Siyu Jiao 외

Diffusion models (DMs) have achieved significant progress in text-to-image generation. However, the inevitable inclusion of sensitive information during pre-training poses safety risks, such as unsafe content generation …

Image GenerationText to Image GenerationText-to-Image Generation

Erasing Thousands of Concepts: Towards Scalable and Practical Concept Erasure for Text-to-Image Diffusion Models

2026-04-12 · Hoigi Seo, Byung Hyun Lee, Jaehyun Cho, Sungjin Lim 외 arxiv

Large-scale text-to-image (T2I) diffusion models deliver remarkable visual fidelity but pose safety risks due to their capacity to reproduce undesirable content, such as copyrighted ones. Concept erasure has emerged as a…

Erasing Concepts from Text-to-Image Diffusion Models with Few-shot Unlearning

2024-05-12 · Masane Fuchi, Tomohiro Takagi

Generating images from text has become easier because of the scaling of diffusion models and advancements in the field of vision and language. These models are trained using vast amounts of data from the Internet. Hence,…

Concept-Based Unsupervised Domain Adaptation

2025-05-08 · Xinyue Xu, Yueying Hu, Hui Tang, Yi Qin 외

Concept Bottleneck Models (CBMs) enhance interpretability by explaining predictions through human-understandable concepts but typically assume that training and test data share the same distribution. This assumption ofte…

Domain AdaptationUnsupervised Domain Adaptation

One Image is Worth a Thousand Words: A Usability Preservable Text-Image Collaborative Erasing Framework

2025-05-16 · Feiran Li, Qianqian Xu, Shilong Bao, Zhiyong Yang 외

Concept erasing has recently emerged as an effective paradigm to prevent text-to-image diffusion models from generating visually undesirable or even harmful content. However, current removal methods heavily rely on manua…

AttributeImage Generation