paper-with-me

홈 › Papers

A Closer Look at Failure Modes in Temporal Understanding of Large Audio-Language Models

2026-06-16 · Apoorva Kulkarni, Kaousheik Jayakumar, Sreyan Ghosh, Sarah Wiegreffe, Dinesh Manocha, Ramani Duraiswami arxiv

Large Audio Language Models (LALMs) achieve strong performance on a variety of audio understanding tasks but continue to struggle with temporal reasoning, a fundamental capability central to human auditory perception. Understanding the causes of these failures remains challenging as existing benchmarks report performance gaps without probing underlying mechanisms. To address this, we introduce a benchmark with 1,657 questions across three foundational tasks designed specifically for mechanistic analysis. Examining model outputs across varying input settings (behavioral analysis) reveals that models often under-utilize audio when textual cues are available. We also provide the first causal mechanistic analysis of temporal reasoning failures in LALMs. Comparing attention upweighting against scaling, we find that redistributing attention across audio tokens is more effective than increasing audio attention. Targeting task-relevant tokens yields further gains. These findings suggest that modality imbalance alone cannot explain failures. Attention scaling at bottleneck layers improves accuracy from 55.9% to 59.1% without fine-tuning, demonstrating a promising direction for future work.

📄 PDF Abstract BibTeX arXiv:2606.17417

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Discovering Failure Modes in Vision-Language Models using RL

2026-04-06 · Kanishk Jain, Qian Yang, Shravan Nayak, Parisa Kordjamshidi 외 arxiv

Vision-language Models (VLMs), despite achieving strong performance on multimodal benchmarks, often misinterpret straightforward visual concepts that humans identify effortlessly, such as counting, spatial reasoning, and…

Reinforcement LearningSpatial Reasoning

Enhancing the Analysis of Software Failures in Cloud Computing Systems with Deep Learning

2021-06-29 · Domenico Cotroneo, Luigi De Simone, Pietro Liguori, Roberto Natella

Identifying the failure modes of cloud computing systems is a difficult and time-consuming task, due to the growing complexity of such systems, and the large volume and noisiness of failure data. This paper presents a no…

Anomaly DetectionCloud ComputingClusteringFeature Engineering

Understanding the Failure Modes of Transformers through the Lens of Graph Neural Networks

2025-12-09 · Hunjae Lee arxiv

Transformers and more specifically decoder-only transformers dominate modern LLM architectures. While they have shown to work exceptionally well, they are not without issues, resulting in surprising failure modes and pre…

Graph Neural Network

Tracking the Truth: Object-Centric Spatio-Temporal Monitoring for Video Large Language Models

2026-05-09 · Tri Cao, Khoi Le, Thong Nguyen, Cong-Duy Nguyen 외 arxiv

While multimodal large language models (MLLMs) have advanced video understanding, they remain highly prone to hallucinations in dynamic scenes. We argue this stems from a failure in spatio-temporal monitoring, the abilit…

Cockpit: A Practical Debugging Tool for the Training of Deep Neural Networks

2021-02-12 · NeurIPS 2021 12 · Frank Schneider, Felix Dangel, Philipp Hennig

When engineers train deep learning models, they are very much 'flying blind'. Commonly used methods for real-time training diagnostics, such as monitoring the train/test loss, are limited. Assessing a network's training …