paper-with-me

Papers

Grounding Language Representation with Visual Object Information via Cross Modal Pretraining

2021-09-29 · Cong-Duy T Nguyen, Anh Tuan Luu, Tho Quan

Previous studies of visual grounded language learning use a convolutional neural network (CNN) to extract features from the whole image for grounding with the sentence description. However, this approach has two main drawbacks: (i) the whole image usually contains more objects and backgrounds than the sentence itself; thus, matching them together will confuse the grounded model; (ii) CNN only extracts the features of the image but not the relationship between objects inside that, limiting the grounded model to learn complicated contexts. To overcome such shortcomings, we propose a novel object-level grounded language learning framework that empowers the language representation with visual object-grounded information. The framework is comprised of three main components: (i) ObjectGroundedBERT captures the visual-object relations and literary portrayals by cross-modal pretraining via a Text-grounding mechanism, (ii) Visual encoder represents a visual relation between objects and (iii) Cross-modal Transformer helps the Visual encoder and ObjectGroundedBERT learn the alignment and representation of image-text context. Experimental results show that our proposed framework consistently outperforms the baseline language models on various language tasks of GLUE and SQuAD datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Grounded language learningObjectSentence

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
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$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

SAT: 2D Semantics Assisted Training for 3D Visual Grounding

2021-05-24 · ICCV 2021 10 · Zhengyuan Yang, Songyang Zhang, LiWei Wang, Jiebo Luo

3D visual grounding aims at grounding a natural language description about a 3D scene, usually represented in the form of 3D point clouds, to the targeted object region. Point clouds are sparse, noisy, and contain limite…

3D visual groundingObjectRepresentation LearningVisual Grounding

Lexicon-Level Contrastive Visual-Grounding Improves Language Modeling

2024-03-21 · Chengxu Zhuang, Evelina Fedorenko, Jacob Andreas

Today's most accurate language models are trained on orders of magnitude more language data than human language learners receive - but with no supervision from other sensory modalities that play a crucial role in human l…

Grounded language learningLanguage AcquisitionLanguage ModelingLanguage Modelling+2

Expand BERT Representation with Visual Information via Grounded Language Learning with Multimodal Partial Alignment

2023-12-04 · Cong-Duy Nguyen, The-Anh Vu-Le, Thong Nguyen, Tho Quan 외

Language models have been supervised with both language-only objective and visual grounding in existing studies of visual-grounded language learning. However, due to differences in the distribution and scale of visual-gr…

Grounded language learningLanguage ModelingLanguage ModellingRepresentation Learning+2

Weakly Supervised Grounding for VQA in Vision-Language Transformers

2022-07-05 · Aisha Urooj Khan, Hilde Kuehne, Chuang Gan, Niels da Vitoria Lobo 외

Transformers for visual-language representation learning have been getting a lot of interest and shown tremendous performance on visual question answering (VQA) and grounding. But most systems that show good performance …

Question AnsweringRepresentation LearningVisual Question AnsweringVisual Question Answering (VQA)

A Coarse-to-Fine Approach to Multi-Modality 3D Occupancy Grounding

2025-08-02 · Zhan Shi, Song Wang, Junbo Chen, Jianke Zhu arxiv

Visual grounding aims to identify objects or regions in a scene based on natural language descriptions, essential for spatially aware perception in autonomous driving. However, existing visual grounding tasks typically d…

Autonomous DrivingDepth EstimationVisual Grounding