PulseAugur
EN
LIVE 09:31:22

New CAZO method enhances memory-efficient test-time adaptation

Researchers have developed a new zeroth-order optimization method called Curvature-Aware Zeroth-Order Optimization (CAZO) for memory-efficient test-time adaptation (TTA). This method aims to improve the performance of pre-trained models on new datasets without requiring backpropagation, making it suitable for on-device applications. CAZO leverages the observation of a persistent low-rank Hessian structure in the loss function during adaptation to construct a covariance matrix for more efficient gradient estimation. Experiments show that CAZO outperforms existing TTA methods in accuracy and memory efficiency. AI

IMPACT This new method could enable more efficient on-device adaptation of AI models, reducing memory overhead and complexity.

RANK_REASON The cluster contains a research paper detailing a new optimization method for machine learning. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CV →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New CAZO method enhances memory-efficient test-time adaptation

COVERAGE [1]

  1. arXiv cs.CV TIER_1 English(EN) · Junming Zhang, Shuyu Yin, Peilin Liu, Rendong Ying, Fei Wen ·

    Curvature-Aware Zeroth-Order Optimization for Memory-Efficient Test-Time Adaptation

    arXiv:2608.12279v1 Announce Type: new Abstract: Test-time adaptation (TTA) aims to enhance the cross-domain performance of pre-trained models by adapting to unlabeled test data. While most existing TTA methods rely on backpropagation (BP) for finetuning, BP-free methods such as z…