paper-with-me

홈 › Papers

TT-BLIP: Enhancing Fake News Detection Using BLIP and Tri-Transformer

2024-03-19 · Eunjee Choi, Jong-Kook Kim

Detecting fake news has received a lot of attention. Many previous methods concatenate independently encoded unimodal data, ignoring the benefits of integrated multimodal information. Also, the absence of specialized feature extraction for text and images further limits these methods. This paper introduces an end-to-end model called TT-BLIP that applies the bootstrapping language-image pretraining for unified vision-language understanding and generation (BLIP) for three types of information: BERT and BLIPTxt for text, ResNet and BLIPImg for images, and bidirectional BLIP encoders for multimodal information. The Multimodal Tri-Transformer fuses tri-modal features using three types of multi-head attention mechanisms, ensuring integrated modalities for enhanced representations and improved multimodal data analysis. The experiments are performed using two fake news datasets, Weibo and Gossipcop. The results indicate TT-BLIP outperforms the state-of-the-art models.

📄 PDF Abstract BibTeX arXiv:2403.12481

Code (0)

등록된 구현이 없습니다.

Tasks

Fake News Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Average Pooling 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
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…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Kaiming Initialization 설명 없음

Similar Papers 제목 키워드 기반

CroMe: Multimodal Fake News Detection using Cross-Modal Tri-Transformer and Metric Learning

2025-01-21 · Eunjee Choi, Junhyun Ahn, XinYu Piao, Jong-Kook Kim

Multimodal Fake News Detection has received increasing attention recently. Existing methods rely on independently encoded unimodal data and overlook the advantages of capturing intra-modality relationships and integratin…

Fake News DetectionMetric Learning

AntifakePrompt: Prompt-Tuned Vision-Language Models are Fake Image Detectors

2023-10-26 · You-Ming Chang, Chen Yeh, Wei-Chen Chiu, Ning Yu

Deep generative models can create remarkably photorealistic fake images while raising concerns about misinformation and copyright infringement, known as deepfake threats. Deepfake detection technique is developed to dist…

DeepFake DetectionFace SwappingImage GenerationMisinformation+4

Enhancing Journalism with AI: A Study of Contextualized Image Captioning for News Articles using LLMs and LMMs

2024-08-08 · Aliki Anagnostopoulou, Thiago Gouvea, Daniel Sonntag

Large language models (LLMs) and large multimodal models (LMMs) have significantly impacted the AI community, industry, and various economic sectors. In journalism, integrating AI poses unique challenges and opportunitie…

ArticlesImage Captioning

VLRM: Vision-Language Models act as Reward Models for Image Captioning

2024-04-02 · Maksim Dzabraev, Alexander Kunitsyn, Andrei Ivaniuta

In this work, we present an unsupervised method for enhancing an image captioning model (in our case, BLIP2) using reinforcement learning and vision-language models like CLIP and BLIP2-ITM as reward models. The RL-tuned …

Image Captioningreinforcement-learningReinforcement Learning

MemeBLIP2: A novel lightweight multimodal system to detect harmful memes

2025-04-29 · Jiaqi Liu, Ran Tong, Aowei Shen, Shuzheng Li 외

Memes often merge visuals with brief text to share humor or opinions, yet some memes contain harmful messages such as hate speech. In this paper, we introduces MemeBLIP2, a light weight multimodal system that detects har…

Language ModelingLanguage Modelling