paper-with-me

홈 › Papers

Transfer Learning Robustness in Multi-Class Categorization by Fine-Tuning Pre-Trained Contextualized Language Models

2019-09-08 · Xinyi Liu, Artit Wangperawong

This study compares the effectiveness and robustness of multi-class categorization of Amazon product data using transfer learning on pre-trained contextualized language models. Specifically, we fine-tuned BERT and XLNet, two bidirectional models that have achieved state-of-the-art performance on many natural language tasks and benchmarks, including text classification. While existing classification studies and benchmarks focus on binary targets, with the exception of ordinal ranking tasks, here we examine the robustness of such models as the number of classes grows from 1 to 20. Our experiments demonstrate an approximately linear decrease in performance metrics (i.e., precision, recall, $F_1$ score, and accuracy) with the number of class labels. BERT consistently outperforms XLNet using identical hyperparameters on the entire range of class label quantities for categorizing products based on their textual descriptions. BERT is also more affordable than XLNet in terms of the computational cost (i.e., time and memory) required for training. In all cases studied, the performance degradation rates were estimated to be 1% per additional class label.

📄 PDF Abstract BibTeX arXiv:1909.03564

Code (1)

artitw/text2class 공식 구현 tf

Tasks

General Classificationtext-classificationText ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Weight Decay 설명 없음
SentencePiece 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…

Similar Papers 제목 키워드 기반

Large Scale Fine-Grained Categorization and Domain-Specific Transfer Learning

2018-06-16 · CVPR 2018 6 · Yin Cui, Yang song, Chen Sun, Andrew Howard 외

Transferring the knowledge learned from large scale datasets (e.g., ImageNet) via fine-tuning offers an effective solution for domain-specific fine-grained visual categorization (FGVC) tasks (e.g., recognizing bird speci…

Fine-Grained Image ClassificationFine-Grained Visual CategorizationTransfer Learning

Categorizing Items with Short and Noisy Descriptions using Ensembled Transferred Embeddings

2021-10-21 · Yonatan Hadar, Erez Shmueli

Item categorization is a machine learning task which aims at classifying e-commerce items, typically represented by textual attributes, to their most suitable category from a predefined set of categories. An accurate ite…

Embeddings Evaluation

Domain Adaptive Transfer Learning on Visual Attention Aware Data Augmentation for Fine-grained Visual Categorization

2020-10-06 · Ashiq Imran, Vassilis Athitsos

Fine-Grained Visual Categorization (FGVC) is a challenging topic in computer vision. It is a problem characterized by large intra-class differences and subtle inter-class differences. In this paper, we tackle this proble…

Data AugmentationFine-Grained Image ClassificationFine-Grained Visual CategorizationImage Classification+1

Novel Class Discovery for Ultra-Fine-Grained Visual Categorization

2024-05-10 · CVPR 2024 1 · Yu Liu, Yaqi Cai, Qi Jia, Binglin Qiu 외

Ultra-fine-grained visual categorization (Ultra-FGVC) aims at distinguishing highly similar sub-categories within fine-grained objects, such as different soybean cultivars. Compared to traditional fine-grained visual cat…

Contrastive LearningFine-Grained Visual CategorizationNovel Class DiscoveryRepresentation Learning+1

Exploring Fine-Grained Audiovisual Categorization with the SSW60 Dataset

2022-07-21 · Grant van Horn, Rui Qian, Kimberly Wilber, Hartwig Adam 외

We present a new benchmark dataset, Sapsucker Woods 60 (SSW60), for advancing research on audiovisual fine-grained categorization. While our community has made great strides in fine-grained visual categorization on image…

Fine-Grained Visual CategorizationVideo Classification