paper-with-me

Papers

ELF: An Early-Exiting Framework for Long-Tailed Classification

2020-06-22 · Rahul Duggal, Scott Freitas, Sunny Dhamnani, Duen Horng Chau, Jimeng Sun

The natural world often follows a long-tailed data distribution where only a few classes account for most of the examples. This long-tail causes classifiers to overfit to the majority class. To mitigate this, prior solutions commonly adopt class rebalancing strategies such as data resampling and loss reshaping. However, by treating each example within a class equally, these methods fail to account for the important notion of example hardness, i.e., within each class some examples are easier to classify than others. To incorporate this notion of hardness into the learning process, we propose the EarLy-exiting Framework(ELF). During training, ELF learns to early-exit easy examples through auxiliary branches attached to a backbone network. This offers a dual benefit-(1) the neural network increasingly focuses on hard examples, since they contribute more to the overall network loss; and (2) it frees up additional model capacity to distinguish difficult examples. Experimental results on two large-scale datasets, ImageNet LT and iNaturalist'18, demonstrate that ELF can improve state-of-the-art accuracy by more than 3 percent. This comes with the additional benefit of reducing up to 20 percent of inference time FLOPS. ELF is complementary to prior work and can naturally integrate with a variety of existing methods to tackle the challenge of long-tailed distributions.

📄 PDF Abstract BibTeX arXiv:2006.11979

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationLong-tail Learning

Similar Papers 제목 키워드 기반

Adaptive Deep Neural Network Inference Optimization with EENet

2023-01-15 · Fatih Ilhan, Ka-Ho Chow, Sihao Hu, Tiansheng Huang 외

Well-trained deep neural networks (DNNs) treat all test samples equally during prediction. Adaptive DNN inference with early exiting leverages the observation that some test examples can be easier to predict than others.…

Inference OptimizationSchedulingSST-2

BERxiT: Early Exiting for BERT with Better Fine-Tuning and Extension to Regression

2021-04-01 · EACL 2021 2 · Ji Xin, Raphael Tang, YaoLiang Yu, Jimmy Lin

The slow speed of BERT has motivated much research on accelerating its inference, and the early exiting idea has been proposed to make trade-offs between model quality and efficiency. This paper aims to address two weakn…

regression

F-PABEE: Flexible-patience-based Early Exiting for Single-label and Multi-label text Classification Tasks

2023-05-21 · Xiangxiang Gao, Wei Zhu, Jiasheng Gao, Congrui Yin

Computational complexity and overthinking problems have become the bottlenecks for pre-training language models (PLMs) with millions or even trillions of parameters. A Flexible-Patience-Based Early Exiting method (F-PABE…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti Label Text ClassificationMulti-Label Text Classification+2

SmartBERT: A Promotion of Dynamic Early Exiting Mechanism for Accelerating BERT Inference

2023-03-16 · Boren Hu, Yun Zhu, Jiacheng Li, Siliang Tang

Dynamic early exiting has been proven to improve the inference speed of the pre-trained language model like BERT. However, all samples must go through all consecutive layers before early exiting and more complex samples …

Contrastive LearningLanguage ModellingRTEWNLI

RAEE: A Robust Retrieval-Augmented Early Exiting Framework for Efficient Inference

2024-05-24 · Lianming Huang, Shangyu Wu, Yufei Cui, Ying Xiong 외

Deploying large language model inference remains challenging due to their high computational overhead. Early exiting optimizes model inference by adaptively reducing the number of inference layers. Existing methods typic…

Language ModelingLanguage ModellingLarge Language ModelRetrieval