SearcharxivSearch

arXiv subjects

Hyoeun Kim

Publications and source records attributed to Hyoeun Kim.

3 recordsLinked to original sources

Beyond Binary Instrument QA: Probing Instrument Grounding in Music Audio-Language Models

Recent music audio-language models achieve high accuracy on instrument question-answering benchmarks, but it remains unclear whether this reflects robust audio grounding or benchmark-specific shortcuts. In this paper, we introduce an OpenMIC-derived diagnostic benchmark sequence for instrument grounding in music audio-language models, extending binary instrument-presence QA to genre-prior-reduced examples, confusable instrument discrimination, longer audio context, and temporal localization. Across these settings, high binary QA accuracy often fails to predict model behavior: models can exhibit option-position bias, confusable-instrument errors, and temporal response bias. These results suggest that instrument grounding should be evaluated with multi-axis diagnostic benchmarks rather than a single aggregate accuracy.

cs.SD

TLDR: Compressing Audio Tokens for Efficient Autoregressive Text-to-Speech

Codec-based autoregressive (AR) speech language models have achieved strong text-to-speech (TTS) quality by modeling speech as sequences of discrete audio tokens with large pretrained backbones. However, this token-level formulation creates a structural efficiency bottleneck: speech-token sequences are much longer than text sequences, requiring the AR backbone to perform causal computation at every token position and maintain a KV cache that grows with the sequence length. We introduce TLDR, a patch-based autoregressive framework that accelerates codec-based AR-TTS by shifting the causal modeling from token-level speech sequences to patch-level sequences. TLDR groups consecutive codec tokens into compact latent patches using a lightweight compressor, models the resulting shorter patch sequence with a frozen pretrained AR-TTS backbone adapted by LoRA, and reconstructs fine-grained speech tokens within each patch using a speaker-conditioned extractor. With a patch size of 4, TLDR achieves a 1.8x inference speedup over the baseline AR-TTS model and reduces global KV-cache memory by up to 75%. Experimental results indicate that patch-level global causal modeling can be a practical way to reduce the inference cost of pretrained codec-based AR-TTS systems without replacing the existing modules.

cs.SD

Robust Nonparametric Testing Approaches for Spatial Regression

Reliable inference for spatial regression remains challenging because it requires the correct specification of the spatial dependence structure, the mean trend, and the error distribution. Existing parametric testing methods rely on restrictive assumptions that are difficult to verify in practice and can lead to inaccurate conclusions under misspecification. To address this, we develop a robust nonparametric Monte Carlo testing framework for spatial regression based on random shifts. We construct test statistics that measure the dependence between residuals, obtained after removing the effects of nuisance covariates, and the covariate of interest. This allows us to assess the significance of the covariate in the sense of partial correlation. The proposed framework enables robust inference across various models without requiring parametric assumptions or even a closed-form distribution of the test statistics. Furthermore, we establish the asymptotic exactness of the random shift test in the increasing-domain setting when the sample covariance is used as the test statistic. Through extensive numerical experiments, we demonstrate that our method maintains the nominal significance level while achieving competitive power, whereas parametric methods can exhibit inflated type I error rates, even when they are correctly specified.

stat.ME