paper-with-me

Papers

Uncertainty-DTW for Sequences and Visual Tokens

2026-05-24 · Lei Wang, Syuan-Hao Li, Yongsheng Gao, Piotr Koniusz arxiv

Aligning structured data is a fundamental problem in computer vision and machine learning, underlying tasks such as time series analysis, human action recognition, and visual representation learning. Existing alignment methods, including Dynamic Time Warping (DTW) and its differentiable variants, rely on deterministic similarity measures and are therefore sensitive to heterogeneous and noisy features. In this work, we introduce uncertainty-aware alignment, a probabilistic framework that models pairwise correspondences with heteroscedastic uncertainty and performs structured matching along alignment paths. Our formulation, uncertainty-DTW (uDTW), assigns each correspondence a Normal distribution and parametrizes each alignment path by a Maximum Likelihood Estimate objective consisting of (i) a precision-weighted matching term that suppresses unreliable features, and (ii) a log-variance regularization that prevents degenerate solutions. This yields a probabilistic alignment mechanism that is robust to noise and interpretable, as uncertainty directly reflects the reliability of matches. We further generalize this framework from temporal sequences to tokenized visual representations, enabling structured matching over sets of visual tokens. The learned uncertainty can be interpreted as a reverse-attention: semantically relevant regions exhibit low uncertainty and dominate the alignment, while ambiguous/noisy regions have high uncertainty. This provides a connection between alignment, attention, and uncertainty modeling. We evaluate the proposed framework across diverse domains. The results demonstrate consistent improvements over state-of-the-art methods and show that learned uncertainty correlates with semantic importance. These findings establish uncertainty-aware alignment as a general, robust, and interpretable framework for learning from structured data.

📄 PDF Abstract BibTeX arXiv:2605.25110

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningTime Series AnalysisTemporal SequencesAction Recognition

Similar Papers 제목 키워드 기반

SoftCFG: Uncertainty-guided Stable Guidance for Visual Autoregressive Model

2025-10-01 · Dongli Xu, Aleksei Tiulpin, Matthew B. Blaschko arxiv

Autoregressive (AR) models have emerged as powerful tools for image generation by modeling images as sequences of discrete tokens. While Classifier-Free Guidance (CFG) has been adopted to improve conditional generation, …

Image Generation

CrossLMM: Decoupling Long Video Sequences from LMMs via Dual Cross-Attention Mechanisms

2025-05-22 · Shilin Yan, Jiaming Han, Joey Tsai, Hongwei Xue 외

The advent of Large Multimodal Models (LMMs) has significantly enhanced Large Language Models (LLMs) to process and interpret diverse data modalities (e.g., image and video). However, as input complexity increases, parti…

Token Reduction

On Epistemic Uncertainty of Visual Tokens for Object Hallucinations in Large Vision-Language Models

2025-10-10 · Hoigi Seo, Dong Un Kang, Hyunjin Cho, Joohoon Lee 외 arxiv

Large vision-language models (LVLMs), which integrate a vision encoder (VE) with a large language model, have achieved remarkable success across various tasks. However, there are still crucial challenges in LVLMs such as…

From Uncertainty to Trust: Enhancing Reliability in Vision-Language Models with Uncertainty-Guided Dropout Decoding

2024-12-09 · Yixiong Fang, Ziran Yang, Zhaorun Chen, Zhuokai Zhao 외

Large vision-language models (LVLMs) demonstrate remarkable capabilities in multimodal tasks but are prone to misinterpreting visual inputs, often resulting in hallucinations and unreliable outputs. To address these chal…

Spatial-Aware Efficient Projector for MLLMs via Multi-Layer Feature Aggregation

2024-10-14 · Shun Qian, Bingquan Liu, Chengjie Sun, Zhen Xu 외

The projector plays a crucial role in multi-modal language models (MLLMs). The number of visual tokens it outputs affects the efficiency of the MLLM, while the quality of the visual tokens influences the visual understan…