paper-with-me

홈 › Papers

Focusing on what to decode and what to train: SOV Decoding with Specific Target Guided DeNoising and Vision Language Advisor

2023-07-05 · Junwen Chen, Yingcheng Wang, Keiji Yanai

Recent transformer-based methods achieve notable gains in the Human-object Interaction Detection (HOID) task by leveraging the detection of DETR and the prior knowledge of Vision-Language Model (VLM). However, these methods suffer from extended training times and complex optimization due to the entanglement of object detection and HOI recognition during the decoding process. Especially, the query embeddings used to predict both labels and boxes suffer from ambiguous representations, and the gap between the prediction of HOI labels and verb labels is not considered. To address these challenges, we introduce SOV-STG-VLA with three key components: Subject-Object-Verb (SOV) decoding, Specific Target Guided (STG) denoising, and a Vision-Language Advisor (VLA). Our SOV decoders disentangle object detection and verb recognition with a novel interaction region representation. The STG denoising strategy learns label embeddings with ground-truth information to guide the training and inference. Our SOV-STG achieves a fast convergence speed and high accuracy and builds a foundation for the VLA to incorporate the prior knowledge of the VLM. We introduce a vision advisor decoder to fuse both the interaction region information and the VLM's vision knowledge and a Verb-HOI prediction bridge to promote interaction representation learning. Our VLA notably improves our SOV-STG and achieves SOTA performance with one-sixth of training epochs compared to recent SOTA. Code and models are available at https://github.com/cjw2021/SOV-STG-VLA

📄 PDF Abstract BibTeX arXiv:2307.02291

Code (2)

cjw2021/sov-stg 공식 구현 pytorch
cjw2021/sov-stg-vla 공식 구현

Tasks

DecoderDenoisingHuman-Object Interaction DetectionObjectobject-detectionObject DetectionRepresentation Learning

Similar Papers 제목 키워드 기반

Mobile Keyboard Input Decoding with Finite-State Transducers

2017-04-13 · Tom Ouyang, David Rybach, Françoise Beaufays, Michael Riley

We propose a finite-state transducer (FST) representation for the models used to decode keyboard inputs on mobile devices. Drawing from learnings from the field of speech recognition, we describe a decoding framework tha…

Decoderspeech-recognitionSpeech Recognition

Analysis of Levenshtein Transformer's Decoder and Its Variants

2024-02-19 · Ruiyang Zhou

Levenshtein transformer (LevT) is a non-autoregressive machine translation model with high decoding efficiency and comparable translation quality in terms of bleu score, due to its parallel decoding and iterative refinem…

DecoderMachine TranslationTranslation

Characterizing Tradeoffs in Language Model Decoding with Informational Interpretations

2023-11-16 · Chung-Ching Chang, William W. Cohen, Yun-Hsuan Sung

We propose a theoretical framework for formulating language model decoder algorithms with dynamic programming and information theory. With dynamic programming, we lift the design of decoder algorithms from the logit spac…

DecoderDiversityLanguage ModelingLanguage Modelling

Quantifying Bias from Decoding Techniques in Natural Language Generation

2022-10-01 · COLING 2022 10 · Mayukh Das, Wolf Tilo Balke

Natural language generation (NLG) models can propagate social bias towards particular demography. Though several studies investigated bias from data and model, NLG task distinctively uses stochastic decoder that can posi…

DecoderText Generation

Score $\times$ Decoder: A Unified View of Unsupervised Inference-Time Scaling for Hallucination Mitigation

2026-05-30 · Yun-Chen Cheng, Che-Yu Lin, Cheng-Lin Yang arxiv

Large language models hallucinate even when the answer lies within their parameters. While inference-time scaling can surface this latent knowledge, the most effective methods require supervision: a trained verifier or r…