paper-with-me

Papers

OpenMix+: Revisiting Data Augmentation for Open Set Recognition

2023-04-20 · IEEE Transactions on Circuits and Systems for Video Technology 2023 4 · Guosong Jiang, Pengfei Zhu, Yu Wang, QinGhua Hu

Open set recognition requires models to recognize samples of known classes learned in the training set while reject unknowns not learned. Compared with the structural risk minimization theory for closed-set problems, structural risk in open set tasks remains rarely explored. In this paper, we point out that balancing between structural risk and open space risk is crucial for open set recognition, and re-formalize it as open set structural risk. This brings a new view towards the general relationship between closed set recognition and open set recognition against the common intuition, which argues that a good closed set classifier always benefits for open set recognition. Specifically, we theoretically and experimentally show that recent mix-based data augmentation methods are aggressive closed set regularization methods, which reduce structural risk at cost of sacrificing open space risk. Besides, we show that existing negative data augmentation designed for open space risk reduction also ignore the trade-off problem between structural risk and open space risk, which limits their performance. We propose an efficient negative data augmentation strategy named self-mix and a corresponding method named OpenMix. OpenMix generates high-quality negative samples by mixing samples themselves, which can take care of both risks simultaneously. When combining OpenMix with conservative closed set regularization methods to form OpenMix+, models can achieve lower open set structural risk. Extensive experiments validate the superiority of OpenMix and OpenMix+ in terms of both effectiveness and universality.

📄 PDF Abstract BibTeX

Code (1)

t9liverpool/OpenMix pytorch

Tasks

Data AugmentationOpen Set Learning

Similar Papers 제목 키워드 기반

OpenMixup: Open Mixup Toolbox and Benchmark for Visual Representation Learning

2022-09-11 · Siyuan Li, Zedong Wang, Zicheng Liu, Juanxi Tian 외

Mixup augmentation has emerged as a widely used technique for improving the generalization ability of deep neural networks (DNNs). However, the lack of standardized implementations and benchmarks has impeded recent progr…

BenchmarkingClassificationImage ClassificationRepresentation Learning+2

Exploiting VLM Localizability and Semantics for Open Vocabulary Action Detection

2024-11-17 · Wentao Bao, Kai Li, Yuxiao Chen, Deep Patel 외

Action detection aims to detect (recognize and localize) human actions spatially and temporally in videos. Existing approaches focus on the closed-set setting where an action detector is trained and tested on videos from…

Action DetectionOpen Vocabulary Action Detection

OpenMix: Exploring Outlier Samples for Misclassification Detection

2023-03-30 · CVPR 2023 1 · Fei Zhu, Zhen Cheng, Xu-Yao Zhang, Cheng-Lin Liu

Reliable confidence estimation for deep neural classifiers is a challenging yet fundamental requirement in high-stakes applications. Unfortunately, modern deep neural networks are often overconfident for their erroneous …

World Knowledge

OpenMix: Reviving Known Knowledge for Discovering Novel Visual Categories in An Open World

2020-04-12 · CVPR 2021 1 · Zhun Zhong, Linchao Zhu, Zhiming Luo, Shaozi Li 외

In this paper, we tackle the problem of discovering new classes in unlabeled visual data given labeled data from disjoint classes. Existing methods typically first pre-train a model with labeled data, and then identify n…

ClusteringNovel Class Discovery

Harnessing Hard Mixed Samples with Decoupled Regularizer

2022-03-21 · NeurIPS 2023 11 · Zicheng Liu, Siyuan Li, Ge Wang, Cheng Tan 외

Mixup is an efficient data augmentation approach that improves the generalization of neural networks by smoothing the decision boundary with mixed data. Recently, dynamic mixup methods have improved previous static polic…

Data Augmentation