paper-with-me

홈 › Papers

WOT-Class: Weakly Supervised Open-world Text Classification

2023-05-21 · Tianle Wang, Zihan Wang, Weitang Liu, Jingbo Shang

State-of-the-art weakly supervised text classification methods, while significantly reduced the required human supervision, still requires the supervision to cover all the classes of interest. This is never easy to meet in practice when human explore new, large corpora without complete pictures. In this paper, we work on a novel yet important problem of weakly supervised open-world text classification, where supervision is only needed for a few examples from a few known classes and the machine should handle both known and unknown classes in test time. General open-world classification has been studied mostly using image classification; however, existing methods typically assume the availability of sufficient known-class supervision and strong unknown-class prior knowledge (e.g., the number and/or data distribution). We propose a novel framework WOT-Class that lifts those strong assumptions. Specifically, it follows an iterative process of (a) clustering text to new classes, (b) mining and ranking indicative words for each class, and (c) merging redundant classes by using the overlapped indicative words as a bridge. Extensive experiments on 7 popular text classification datasets demonstrate that WOT-Class outperforms strong baselines consistently with a large margin, attaining 23.33% greater average absolute macro-F1 over existing approaches across all datasets. Such competent accuracy illuminates the practical potential of further reducing human effort for text classification.

📄 PDF Abstract BibTeX arXiv:2305.12401

Code (1)

wtl666wtl/WOT-Class 공식 구현 pytorch

Tasks

Classificationimage-classificationImage Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

LIME: Weakly-Supervised Text Classification Without Seeds

2022-10-13 · COLING 2022 10 · Seongmin Park, Jihwa Lee

In weakly-supervised text classification, only label names act as sources of supervision. Predominant approaches to weakly-supervised text classification utilize a two-phase framework, where test samples are first assign…

ClassificationNatural Language Inferencetext-classificationText Classification+1

Open-World Weakly-Supervised Object Localization

2023-04-17 · Jinheng Xie, Zhaochuan Luo, Yuexiang Li, Haozhe Liu 외

While remarkable success has been achieved in weakly-supervised object localization (WSOL), current frameworks are not capable of locating objects of novel categories in open-world settings. To address this issue, we are…

ObjectObject LocalizationRepresentation LearningWeakly-Supervised Object Localization

Towards Open Set Video Anomaly Detection

2022-08-23 · Yuansheng Zhu, Wentao Bao, Qi Yu

Open Set Video Anomaly Detection (OpenVAD) aims to identify abnormal events from video data where both known anomalies and novel ones exist in testing. Unsupervised models learned solely from normal videos are applicable…

Anomaly DetectionMultiple Instance LearningTripletVideo Anomaly Detection

What is Where by Looking: Weakly-Supervised Open-World Phrase-Grounding without Text Inputs

2022-06-19 · Tal Shaharabany, Yoad Tewel, Lior Wolf

Given an input image, and nothing else, our method returns the bounding boxes of objects in the image and phrases that describe the objects. This is achieved within an open world paradigm, in which the objects in the inp…

BenchmarkingImage CaptioningImage to textPhrase Grounding+2

Cascade Evidential Learning for Open-World Weakly-Supervised Temporal Action Localization

2023-01-01 · CVPR 2023 1 · Mengyuan Chen, Junyu Gao, Changsheng Xu

Targeting at recognizing and localizing action instances with only video-level labels during training, Weakly-supervised Temporal Action Localization (WTAL) has achieved significant progress in recent years. However,…

Action LocalizationOpen Set LearningTemporal Action LocalizationWeakly-supervised Temporal Action Localization