paper-with-me

홈 › Papers

Autonomy-Aware Clustering: When Local Decisions Supersede Global Prescriptions

2025-09-30 · Amber Srivastava, Salar Basiri, Srinivasa Salapaka arxiv

Clustering arises in a wide range of problem formulations, yet most existing approaches assume that the entities under clustering are passive and strictly conform to their assigned groups. In reality, entities often exhibit local autonomy, overriding prescribed associations in ways not fully captured by feature representations. Such autonomy can substantially reshape clustering outcomes -- altering cluster compositions, geometry, and cardinality -- with significant downstream effects on inference and decision-making. We introduce autonomy-aware clustering, a reinforcement learning (RL) framework that learns and accounts for the influence of local autonomy without requiring prior knowledge of its form. Our approach integrates RL with a Deterministic Annealing (DA) procedure, where, to determine underlying clusters, DA naturally promotes exploration in early stages of annealing and transitions to exploitation later. We also show that the annealing procedure exhibits phase transitions that enable design of efficient annealing schedules. To further enhance adaptability, we propose the Adaptive Distance Estimation Network (ADEN), a transformer-based attention model that learns dependencies between entities and cluster representatives within the RL loop, accommodates variable-sized inputs and outputs, and enables knowledge transfer across diverse problem instances. Empirical results show that our framework closely aligns with underlying data dynamics: even without explicit autonomy models, it achieves solutions close to the ground truth (gap ~3-4%), whereas ignoring autonomy leads to substantially larger gaps (~35-40%). The code and data are publicly available at https://github.com/salar96/AutonomyAwareClustering.

📄 PDF Abstract BibTeX arXiv:2509.25775

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Minimal Oversight: Uncertainty-Aware Governance for Delegated AI Systems

2026-06-04 · Carlos R. B. Azevedo arxiv

AI systems increasingly delegate decisions to specialized models, evaluators, tools, and supervisory controllers. The central AI problem is no longer only model accuracy, but uncertainty-aware governance: how much autono…

QuayPoints: A Reasoning Framework to Bridge the Information Gap Between Global and Local Planning in Autonomous Racing

2025-10-13 · Yashom Dighe, Youngjin Kim, Karthik Dantu arxiv

Autonomous racing requires tight integration between perception, planning and control to minimize latency as well as timely decision making. A standard autonomy pipeline comprising a global planner, local planner, and co…

Decision Making

MIND-CAVs: Multi-Intelligence Negotiation and Decision System for CAVs based on Intent-Driven Autonomy

2026-07-16 · Mainak Mondal, Yihang Feng, Yangchao Luo, Han Song arxiv

Modern autonomous vehicles largely operate as isolated agents: they rely on on-board perception and decision modules and broadcast Basic Safety Messages (BSMs) that expose only low-level kinematic state. While existing c…

Multi-agent Reinforcement LearningAutonomous Vehicles

CARPAL: Confidence-Aware Intent Recognition for Parallel Autonomy

2020-03-18 · Xin Huang, Stephen G. McGill, Jonathan A. DeCastro, Luke Fletcher 외

Predicting driver intentions is a difficult and crucial task for advanced driver assistance systems. Traditional confidence measures on predictions often ignore the way predicted trajectories affect downstream decisions …

Autonomous DrivingDecision MakingIntent RecognitionTrajectory Prediction

Interpretable Time Series Clustering Using Local Explanations

2022-08-01 · Ozan Ozyegen, Nicholas Prayogo, Mucahit Cevik, Ayse Basar

This study focuses on exploring the use of local interpretability methods for explaining time series clustering models. Many of the state-of-the-art clustering models are not directly explainable. To provide explanations…

ClassificationClusteringTime SeriesTime Series Analysis+1