paper-with-me

홈 › Papers

DAM: Deliberation, Abandon and Memory Networks for Generating Detailed and Non-repetitive Responses in Visual Dialogue

2020-07-07 · Xiaoze Jiang, Jing Yu, Yajing Sun, Zengchang Qin, Zihao Zhu, Yue Hu, Qi Wu

Visual Dialogue task requires an agent to be engaged in a conversation with human about an image. The ability of generating detailed and non-repetitive responses is crucial for the agent to achieve human-like conversation. In this paper, we propose a novel generative decoding architecture to generate high-quality responses, which moves away from decoding the whole encoded semantics towards the design that advocates both transparency and flexibility. In this architecture, word generation is decomposed into a series of attention-based information selection steps, performed by the novel recurrent Deliberation, Abandon and Memory (DAM) module. Each DAM module performs an adaptive combination of the response-level semantics captured from the encoder and the word-level semantics specifically selected for generating each word. Therefore, the responses contain more detailed and non-repetitive descriptions while maintaining the semantic accuracy. Furthermore, DAM is flexible to cooperate with existing visual dialogue encoders and adaptive to the encoder structures by constraining the information selection mode in DAM. We apply DAM to three typical encoders and verify the performance on the VisDial v1.0 dataset. Experimental results show that the proposed models achieve new state-of-the-art performance with high-quality responses. The code is available at https://github.com/JXZe/DAM.

📄 PDF Abstract BibTeX arXiv:2007.03310

Code (4)

JXZe/DAM 공식 구현 pytorch
2023-MindSpore-1/ms-code-219/tree/main/dam mindspore
MindSpore-paper-code-3/code9/tree/main/dam mindspore
cui0523/Code6/tree/main/dam mindspore

Similar Papers 제목 키워드 기반

CHORUS: An Agentic Framework for Generating Realistic Deliberation Data

2026-04-22 · A. Koursaris, G. Domalis, A. Apostolopoulou, K. Kanaris 외 arxiv

Understanding the intricate dynamics of online discourse depends on large-scale deliberation data, a resource that remains scarce across interactive web platforms due to restrictive accessibility policies, ethical concer…

Towards Safety Reasoning in LLMs: AI-agentic Deliberation for Policy-embedded CoT Data Creation

2025-05-27 · Tharindu Kumarage, Ninareh Mehrabi, Anil Ramakrishna, Xinyan Zhao 외

Safety reasoning is a recent paradigm where LLMs reason over safety policies before generating responses, thereby mitigating limitations in existing safety measures such as over-refusal and jailbreak vulnerabilities. How…

End-of-Life of Software How is it Defined and Managed?

2022-04-08 · Zena Assaad, Mina Henein

The rapid development of new software and algorithms, fueled by the immense amount of data available, has made the shelf life of software products a lot shorter. With a rough estimate of more than 40,000 new software pro…

Cultural Vocal Bursts Intensity Prediction

Deliberation Networks: Sequence Generation Beyond One-Pass Decoding

2017-12-01 · NeurIPS 2017 12 · Yingce Xia, Fei Tian, Lijun Wu, Jianxin Lin 외

The encoder-decoder framework has achieved promising progress for many sequence generation tasks, including machine translation, text summarization, dialog system, image captioning, etc. Such a framework adopts an one-pa…

ArticlesDecoderImage CaptioningMachine Translation+3

Diverse Evidence, Better Forecasts: Multi-Agent Deliberation Under Information Asymmetry

2026-07-02 · Yuante Li, Yicheng Tao, Kate Zhang, Taozhi Wang 외 arxiv

Multi-agent systems are increasingly used for forecasting future events, as deliberation among multiple LLMs is believed to improve reasoning and calibration. Yet existing approaches overlook a critical design choice: wh…