Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Exclusive Style Removal for Cross Domain Novel Class Discovery

Created by
  • Haebom

Author

Yicheng Wang, Feng Liu, Junmin Liu, Kai Sun

Outline

This paper addresses novel class discovery (NCD), a promising research topic in the open world learning field. Existing NCD methods cluster unknown novel classes in unlabeled datasets based on labeled data in the same domain, but their performance can be significantly degraded when novel classes are sampled from different distributions than the labeled data. In this paper, we explore the feasibility of NCD in a cross-domain setting with novel classes from different distributions than the labeled data, and establish it under the prerequisite of style information removal. To this end, we introduce a proprietary style removal module that extracts style information separately from base features to facilitate inference. This module can be easily integrated with other NCD methods and acts as a plugin to improve the performance of novel classes from different distributions than the labeled dataset. In addition, we recognize the impact of different backbones and pretraining strategies on the performance of NCD methods, thereby establishing a fair benchmark for future NCD research. We demonstrate the effectiveness of the proposed style removal strategy through extensive experiments on three common datasets.

Takeaways, Limitations

Takeaways:
Suggesting the possibility of solving NCD problem in cross-domain setting and emphasizing the importance of removing style information.
Propose a style removal module in the form of a plugin that can be easily integrated with other NCD methods.
Establishing a fair benchmark for future NCD research.
Experimentally demonstrating the effectiveness of the proposed style removal strategy.
Limitations:
The effectiveness of the proposed style removal module may depend on specific datasets and backbones.
Generalization performance verification is needed for more diverse and complex cross-domain settings.
Further research is needed on the definition and removal criteria of style information.
👍