paper-with-me

Papers

GLAMI-1M: A Multilingual Image-Text Fashion Dataset

2022-11-17 · BMVC 2022 11 · Vaclav Kosar, Antonín Hoskovec, Milan Šulc, Radek Bartyzal

We introduce GLAMI-1M: the largest multilingual image-text classification dataset and benchmark. The dataset contains images of fashion products with item descriptions, each in 1 of 13 languages. Categorization into 191 classes has high-quality annotations: all 100k images in the test set and 75% of the 1M training set were human-labeled. The paper presents baselines for image-text classification showing that the dataset presents a challenging fine-grained classification problem: The best scoring EmbraceNet model using both visual and textual features achieves 69.7% accuracy. Experiments with a modified Imagen model show the dataset is also suitable for image generation conditioned on text. The dataset, source code and model checkpoints are published at https://github.com/glami/glami-1m

📄 PDF Abstract BibTeX arXiv:2211.14451

Code (1)

glami/glami-1m 공식 구현 pytorch

Tasks

ClassificationImage GenerationImage-text ClassificationMultilingual Image-Text Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Test 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
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…
Residual Connection 설명 없음
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…

Similar Papers 제목 키워드 기반

Multilingual Word Embeddings using Multigraphs

2016-12-14 · Radu Soricut, Nan Ding

We present a family of neural-network--inspired models for computing continuous word representations, specifically designed to exploit both monolingual and multilingual text. This framework allows us to perform unsupervi…

Machine TranslationMultilingual Word EmbeddingsSemantic SimilaritySemantic Textual Similarity+2

MUST-VQA: MUltilingual Scene-text VQA

2022-09-14 · Emanuele Vivoli, Ali Furkan Biten, Andres Mafla, Dimosthenis Karatzas 외

In this paper, we present a framework for Multilingual Scene Text Visual Question Answering that deals with new languages in a zero-shot fashion. Specifically, we consider the task of Scene Text Visual Question Answering…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

On Cross-Lingual Retrieval with Multilingual Text Encoders

2021-12-21 · Robert Litschko, Ivan Vulić, Simone Paolo Ponzetto, Goran Glavaš

In this work we present a systematic empirical study focused on the suitability of the state-of-the-art multilingual encoders for cross-lingual document and sentence retrieval tasks across a number of diverse language pa…

Cross-Lingual TransferRe-RankingRetrievalSentence+2

Contextual Multilingual Spellchecker for User Queries

2023-05-01 · Sanat Sharma, Josep Valls-Vargas, Tracy Holloway King, Francois Guerin 외

Spellchecking is one of the most fundamental and widely used search features. Correcting incorrectly spelled user queries not only enhances the user experience but is expected by the user. However, most widely available …

Quality and Quantity: Unveiling a Million High-Quality Images for Text-to-Image Synthesis in Fashion Design

2023-11-19 · JIA YU, Lichao Zhang, Zijie Chen, Fayu Pan 외

The fusion of AI and fashion design has emerged as a promising research area. However, the lack of extensive, interrelated data on clothing and try-on stages has hindered the full potential of AI in this domain. Addressi…

Image Generation