paper-with-me

Papers

One Pool Is Not Enough: Multi-Cluster Memory for Practical Test-Time Adaptation

2026-03-22 · Yu-Wen Tseng, Xingyi Zheng, Ya-Chen Wu, I-Bin Liao, Yung-Hui Li, Hong-Han Shuai, Wen-Huang Cheng arxiv

Test-time adaptation (TTA) adapts pre-trained models to distribution shifts at inference using only unlabeled test data. Under the Practical TTA (PTTA) setting, where test streams are temporally correlated and non-i.i.d., memory has become an indispensable component for stable adaptation, yet existing methods universally store amples in a single unstructured pool. We show that this single-cluster design is fundamentally mismatched to PTTA: a stream clusterability analysis reveals that test streams are inherently multi-modal, with the optimal number of mixture components consistently far exceeding one. To close this structural gap, we propose Multi-Cluster Memory (MCM), a plug-and-play framework that organizes stored samples into multiple clusters using lightweight pixel-level statistical descriptors. MCM introduces three complementary mechanisms: descriptor-based cluster assignment to capture distinct distributional modes, Adjacent Cluster Consolidation (ACC) to bound memory usage by merging the most similar temporally adjacent clusters, and Uniform Cluster Retrieval (UCR) to ensure balanced supervision across all modes during adaptation. Integrated with three contemporary TTA methods on CIFAR-10-C, CIFAR-100-C, ImageNet-C, and DomainNet, MCM achieves consistent improvements across all 12 configurations, with gains up to 5.00% on ImageNet-C and 12.13% on DomainNet. Notably, these gains scale with distributional complexity: larger label spaces with greater multi-modality benefit most from multi-cluster organization. GMM-based memory diagnostics further confirm that MCM maintains near-optimal distributional balance, entropy, and mode coverage, whereas single-cluster memory exhibits persistent imbalance and progressive mode loss. These results establish memory organization as a key design axis for practical test-time adaptation.

📄 PDF Abstract BibTeX arXiv:2603.21135

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time Adaptation

Similar Papers 제목 키워드 기반

LaplacianNet: Learning on 3D Meshes with Laplacian Encoding and Pooling

2019-10-30 · Yi-Ling Qiao, Lin Gao, Jie Yang, Paul L. Rosin 외

3D models are commonly used in computer vision and graphics. With the wider availability of mesh data, an efficient and intrinsic deep learning approach to processing 3D meshes is in great need. Unlike images, 3D meshes …

Clustering

Reducing the Footprint of Multi-Vector Retrieval with Minimal Performance Impact via Token Pooling

2024-09-23 · Benjamin Clavié, Antoine Chaffin, Griffin Adams

Over the last few years, multi-vector retrieval methods, spearheaded by ColBERT, have become an increasingly popular approach to Neural IR. By storing representations at the token level rather than at the document level,…

Retrieval

CLAG: Adaptive Memory Organization via Agent-Driven Clustering for Small Language Model Agents

2026-03-16 · Taeyun Roh, Wonjune Jang, Junha Jung, Jaewoo Kang arxiv

Large language model agents heavily rely on external memory to support knowledge reuse and complex reasoning tasks. Yet most memory systems store experiences in a single global retrieval pool which can gradually dilute o…

Graph Parsing Networks

2024-02-22 · Yunchong Song, Siyuan Huang, Xinbing Wang, Chenghu Zhou 외

Graph pooling compresses graph information into a compact representation. State-of-the-art graph pooling methods follow a hierarchical approach, which reduces the graph size step-by-step. These methods must balance memor…

Graph ClassificationGraph ReconstructionNode ClassificationNode Clustering

Association and Consolidation: Evolutionary Memory-Enhanced Incremental Multi-View Clustering

2025-09-18 · Zisen Kong, Bo Zhong, Pengyuan Li, Dongxia Chang 외 arxiv

Incremental multi-view clustering aims to achieve stable clustering results while addressing the stability-plasticity dilemma (SPD) in view-incremental scenarios. The core challenge is that the model must have enough pla…