paper-with-me

Papers

BAT: Learning to Reason about Spatial Sounds with Large Language Models

2024-02-02 · Zhisheng Zheng, Puyuan Peng, Ziyang Ma, Xie Chen, Eunsol Choi, David Harwath

Spatial sound reasoning is a fundamental human skill, enabling us to navigate and interpret our surroundings based on sound. In this paper we present BAT, which combines the spatial sound perception ability of a binaural acoustic scene analysis model with the natural language reasoning capabilities of a large language model (LLM) to replicate this innate ability. To address the lack of existing datasets of in-the-wild spatial sounds, we synthesized a binaural audio dataset using AudioSet and SoundSpaces 2.0. Next, we developed SpatialSoundQA, a spatial sound-based question-answering dataset, offering a range of QA tasks that train BAT in various aspects of spatial sound perception and reasoning. The acoustic front end encoder of BAT is a novel spatial audio encoder named Spatial Audio Spectrogram Transformer, or Spatial-AST, which by itself achieves strong performance across sound event detection, spatial localization, and distance estimation. By integrating Spatial-AST with LLaMA-2 7B model, BAT transcends standard Sound Event Localization and Detection (SELD) tasks, enabling the model to reason about the relationships between the sounds in its environment. Our experiments demonstrate BAT's superior performance on both spatial sound perception and reasoning, showcasing the immense potential of LLMs in navigating and interpreting complex spatial audio environments.

📄 PDF Abstract BibTeX arXiv:2402.01591

Code (0)

등록된 구현이 없습니다.

Tasks

Event DetectionLanguage ModellingLarge Language ModelNavigateQuestion AnsweringSound Event DetectionSound Event Localization and Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
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 제목 키워드 기반

Multi-Domain Audio Question Answering Toward Acoustic Content Reasoning in The DCASE 2025 Challenge

2025-05-12 · Chao-Han Huck Yang, Sreyan Ghosh, Qing Wang, Jaeyeon Kim 외

We present Task 5 of the DCASE 2025 Challenge: an Audio Question Answering (AQA) benchmark spanning multiple domains of sound understanding. This task defines three QA subsets (Bioacoustics, Temporal Soundscapes, and Com…

Audio Question AnsweringQuestion Answering

The VU Sound Corpus: Adding More Fine-grained Annotations to the Freesound Database

2016-05-01 · LREC 2016 5 · Emiel van Miltenburg, Benjamin Timmermans, Lora Aroyo

This paper presents a collection of annotations (tags or keywords) for a set of 2,133 environmental sounds taken from the Freesound database (www.freesound.org). The annotations are acquired through an open-ended crowd-l…

Both Ears Wide Open: Towards Language-Driven Spatial Audio Generation

2024-10-14 · Peiwen Sun, Sitong Cheng, Xiangtai Li, Zhen Ye 외

Recently, diffusion models have achieved great success in mono-channel audio generation. However, when it comes to stereo audio generation, the soundscapes often have a complex scene of multiple objects and directions. C…

Audio Generationmultimodal generation

Multi-Source Evidence Fusion for Audio Question Answering

2026-03-18 · Aivo Olev, Tanel Alumäe arxiv

Large audio language models (LALMs) can answer questions about speech, music, and environmental sounds, yet their internal reasoning is largely opaque and difficult to validate. We describe TalTech's solution to the Agen…

Question Answering

From Alignment to Advancement: Bootstrapping Audio-Language Alignment with Synthetic Data

2025-05-26 · Chun-Yi Kuan, Hung-Yi Lee

Audio-aware large language models (ALLMs) have recently made great strides in understanding and processing audio inputs. These models are typically adapted from text-based large language models (LLMs) through additional …

cross-modal alignmentInstruction FollowingSynthetic Data Generation