paper-with-me

홈 › Papers

SynBench: Task-Agnostic Benchmarking of Pretrained Representations using Synthetic Data

2022-10-06 · Ching-Yun Ko, Pin-Yu Chen, Jeet Mohapatra, Payel Das, Luca Daniel

Recent success in fine-tuning large models, that are pretrained on broad data at scale, on downstream tasks has led to a significant paradigm shift in deep learning, from task-centric model design to task-agnostic representation learning and task-specific fine-tuning. As the representations of pretrained models are used as a foundation for different downstream tasks, this paper proposes a new task-agnostic framework, \textit{SynBench}, to measure the quality of pretrained representations using synthetic data. We set up a reference by a theoretically-derived robustness-accuracy tradeoff of the class conditional Gaussian mixture. Given a pretrained model, the representations of data synthesized from the Gaussian mixture are used to compare with our reference to infer the quality. By comparing the ratio of area-under-curve between the raw data and their representations, SynBench offers a quantifiable score for robustness-accuracy performance benchmarking. Our framework applies to a wide range of pretrained models taking continuous data inputs and is independent of the downstream tasks and datasets. Evaluated with several pretrained vision transformer models, the experimental results show that our SynBench score well matches the actual linear probing performance of the pre-trained model when fine-tuned on downstream tasks. Moreover, our framework can be used to inform the design of robust linear probing on pretrained representations to mitigate the robustness-accuracy tradeoff in downstream tasks.

📄 PDF Abstract BibTeX arXiv:2210.02989

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingRepresentation Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

SynBench: A Synthetic Benchmark for Non-rigid 3D Point Cloud Registration

2024-09-22 · Sara Monji-Azad, Marvin Kinz, Claudia Scherl, David Männle 외

Non-rigid point cloud registration is a crucial task in computer vision. Evaluating a non-rigid point cloud registration method requires a dataset with challenges such as large deformation levels, noise, outliers, and in…

Point Cloud Registration

Policy-Induced Self-Supervision Improves Representation Finetuning in Visual RL

2023-02-12 · Sébastien M. R. Arnold, Fei Sha

We study how to transfer representations pretrained on source tasks to target tasks in visual percept based RL. We analyze two popular approaches: freezing or finetuning the pretrained representations. Empirical studies …

On the ability of monolingual models to learn language-agnostic representations

2021-09-04 · Leandro Rodrigues de Souza, Rodrigo Nogueira, Roberto Lotufo

Pretrained multilingual models have become a de facto default approach for zero-shot cross-lingual transfer. Previous work has shown that these models are able to achieve cross-lingual representations when pretrained on …

Cross-Lingual TransferZero-Shot Cross-Lingual Transfer

mLUKE: The Power of Entity Representations in Multilingual Pretrained Language Models

2021-10-15 · ACL 2022 5 · Ryokan Ri, Ikuya Yamada, Yoshimasa Tsuruoka

Recent studies have shown that multilingual pretrained language models can be effectively improved with cross-lingual alignment information from Wikipedia entities. However, existing methods only exploit entity informati…

Cross-Lingual Question AnsweringCross-Lingual TransferLanguage ModelingLanguage Modelling

Improving Pretrained Models for Zero-shot Multi-label Text Classification through Reinforced Label Hierarchy Reasoning

2021-04-04 · NAACL 2021 4 · Hui Liu, Danqing Zhang, Bing Yin, Xiaodan Zhu

Exploiting label hierarchies has become a promising approach to tackling the zero-shot multi-label text classification (ZS-MTC) problem. Conventional methods aim to learn a matching model between text and labels, using a…

BenchmarkingMulti Label Text ClassificationMulti-Label Text ClassificationNatural Language Inference+2