paper-with-me

홈 › Papers

Geometry-Entangled Visual Semantic Transformer for Image Captioning

2021-09-29 · Ling Cheng, Wei Wei, Feida Zhu, Yong liu, Chunyan Miao

Recent advancements of image captioning have featured Visual-Semantic Fusion or Geometry-Aid attention refinement. However, those fusion-based models, they are still criticized for the lack of geometry information for inter and intra attention refinement. On the other side, models based on Geometry-Aid attention still suffer from the modality gap between visual and semantic information. In this paper, we introduce a novel Geometry-Entangled Visual Semantic Transformer (GEVST) network to realize the complementary advantages of Visual-Semantic Fusion and Geometry-Aid attention refinement. Concretely, a Dense-Cap model proposes some dense captions with corresponding geometry information at first. Then, to empower GEVST with the ability to bridge the modality gap among visual and semantic information, we build four parallel transformer encoders VV(Pure Visual), VS(Semantic fused to Visual), SV(Visual fused to Semantic), SS(Pure Semantic) for final caption generation. Both visual and semantic geometry features are used in the Fusion module and also the Self-Attention module for better attention measurement. To validate our model, we conduct extensive experiments on the MS-COCO dataset, the experimental results show that our GEVST model can obtain promising performance gains.

📄 PDF Abstract BibTeX arXiv:2109.14137

Code (0)

등록된 구현이 없습니다.

Tasks

Caption GenerationImage Captioning

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

TransZero++: Cross Attribute-Guided Transformer for Zero-Shot Learning

2021-12-16 · Shiming Chen, Ziming Hong, Wenjin Hou, Guo-Sen Xie 외

Zero-shot learning (ZSL) tackles the novel class recognition problem by transferring semantic knowledge from seen classes to unseen ones. Existing attention-based models have struggled to learn inferior region features i…

AttributeDecoderZero-Shot Learning

TransZero: Attribute-guided Transformer for Zero-Shot Learning

2021-12-03 · Shiming Chen, Ziming Hong, Yang Liu, Guo-Sen Xie 외

Zero-shot learning (ZSL) aims to recognize novel classes by transferring semantic knowledge from seen classes to unseen ones. Semantic knowledge is learned from attribute descriptions shared between different classes, wh…

AttributeDecoderZero-Shot Learning

SpatialActor: Exploring Disentangled Spatial Representations for Robust Robotic Manipulation

2025-11-12 · Hao Shi, Bin Xie, Yingfei Liu, Yang Yue 외 arxiv

Robotic manipulation requires precise spatial understanding to interact with objects in the real world. Point-based methods suffer from sparse sampling, leading to the loss of fine-grained semantics. Image-based methods …

Entangled Transformer for Image Captioning

2019-10-01 · ICCV 2019 10 · Guang Li, Linchao Zhu, Ping Liu, Yi Yang

In image captioning, the typical attention mechanisms are arduous to identify the equivalent visual signals especially when predicting highly abstract words. This phenomenon is known as the semantic gap between vision an…

Image Captioning

FluxSpace: Disentangled Semantic Editing in Rectified Flow Transformers

2024-12-12 · Yusuf Dalva, Kavana Venkatesh, Pinar Yanardag

Rectified flow models have emerged as a dominant approach in image generation, showcasing impressive capabilities in high-quality image synthesis. However, despite their effectiveness in visual generation, rectified flow…

AttributeDisentanglementImage Generation