paper-with-me

홈 › Papers

IO Transformer: Evaluating SwinV2-Based Reward Models for Computer Vision

2024-10-31 · Maxwell Meyer, Jack Spruyt

Transformers and their derivatives have achieved state-of-the-art performance across text, vision, and speech recognition tasks. However, minimal effort has been made to train transformers capable of evaluating the output quality of other models. This paper examines SwinV2-based reward models, called the Input-Output Transformer (IO Transformer) and the Output Transformer. These reward models can be leveraged for tasks such as inference quality evaluation, data categorization, and policy optimization. Our experiments demonstrate highly accurate model output quality assessment across domains where the output is entirely dependent on the input, with the IO Transformer achieving perfect evaluation accuracy on the Change Dataset 25 (CD25). We also explore modified Swin V2 architectures. Ultimately Swin V2 remains on top with a score of 95.41 % on the IO Segmentation Dataset, outperforming the IO Transformer in scenarios where the output is not entirely dependent on the input. Our work expands the application of transformer architectures to reward modeling in computer vision and provides critical insights into optimizing these models for various tasks.

📄 PDF Abstract BibTeX arXiv:2411.00252

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
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…

Similar Papers 제목 키워드 기반

RSwinV2-MD: An Enhanced Residual SwinV2 Transformer for Monkeypox Detection from Skin Images

2026-01-05 · Rashid Iqbal, Saddam Hussain Khan arxiv

In this paper, a deep learning approach for Mpox diagnosis named Customized Residual SwinTransformerV2 (RSwinV2) has been proposed, trying to enhance the capability of lesion classification by employing the RSwinV2 tool-…

FCB-SwinV2 Transformer for Polyp Segmentation

2023-02-02 · Kerr Fitzgerald, Bogdan Matuszewski

Polyp segmentation within colonoscopy video frames using deep learning models has the potential to automate the workflow of clinicians. This could help improve the early detection rate and characterization of polyps whic…

Medical Image SegmentationSegmentation

Making Vision Transformers Truly Shift-Equivariant

2023-05-25 · CVPR 2024 1 · Renan A. Rojas-Gomez, Teck-Yian Lim, Minh N. Do, Raymond A. Yeh

For computer vision, Vision Transformers (ViTs) have become one of the go-to deep net architectures. Despite being inspired by Convolutional Neural Networks (CNNs), ViTs' output remains sensitive to small spatial shifts …

image-classificationImage ClassificationSemantic Segmentation

Tutel: Adaptive Mixture-of-Experts at Scale

2022-06-07 · Changho Hwang, Wei Cui, Yifan Xiong, Ziyue Yang 외

Sparsely-gated mixture-of-experts (MoE) has been widely adopted to scale deep learning models to trillion-plus parameters with fixed computational cost. The algorithmic performance of MoE relies on its token routing mech…

Mixture-of-ExpertsObject Detection

Swinv2-Imagen: Hierarchical Vision Transformer Diffusion Models for Text-to-Image Generation

2022-10-18 · Ruijun Li, Weihua Li, Yi Yang, Hanyu Wei 외

Recently, diffusion models have been proven to perform remarkably well in text-to-image synthesis tasks in a number of studies, immediately presenting new study opportunities for image generation. Google's Imagen follows…

Image GenerationLanguage ModellingText to Image GenerationText-to-Image Generation