← Search

Taesik Gong

10 accepted papers

2025

Position: AI Should Sense Better, Not Just Scale Bigger: Adaptive Sensing as a Paradigm Shift

NeurIPS 2025poster

Current AI advances largely rely on scaling neural models and expanding training datasets to achieve generalization and robustness. Despite notable successes, this paradigm incurs significant environmental, economic, and ethical costs, limiting sustainability and equitable access. Inspired by biolog…

Cited by 0SourceScholar
2025

SNAP: Low-Latency Test-Time Adaptation with Sparse Updates

NeurIPS 2025poster

Test-Time Adaptation (TTA) adjusts models using unlabeled test data to handle dynamic distribution shifts. However, existing methods rely on frequent adaptation and high computational cost, making them unsuitable for resource-constrained edge environments. To address this, we propose SNAP, a sparse…

Cited by 0SourcecodeScholar
2025

Test-Time Adaptation with Binary Feedback

ICML 2025poster

Deep learning models perform poorly when domain shifts exist between training and test data. Test-time adaptation (TTA) is a paradigm to mitigate this issue by adapting pre-trained models using only unlabeled test samples. However, existing TTA methods can fail under severe domain shifts, while rece…

2024

AETTA: Label-Free Accuracy Estimation for Test-Time Adaptation

CVPR 2024poster

Test-time adaptation (TTA) has emerged as a viable solution to adapt pre-trained models to domain shifts using unlabeled test data. However TTA faces challenges of adaptation failures due to its reliance on blind adaptation to unknown test samples in dynamic scenarios. Traditional methods for out-of…

2024

By My Eyes: Grounding Multimodal Large Language Models with Sensor Data via Visual Prompting

EMNLP 2024main

Large language models (LLMs) have demonstrated exceptional abilities across various domains. However, utilizing LLMs for ubiquitous sensing applications remains challenging as existing text-prompt methods show significant performance degradation when handling long sensor data sequences. In this pape…

2024

DEX: Data Channel Extension for Efficient CNN Inference on Tiny AI Accelerators

NeurIPS 2024poster

Tiny machine learning (TinyML) aims to run ML models on small devices and is increasingly favored for its enhanced privacy, reduced latency, and low cost. Recently, the advent of tiny AI accelerators has revolutionized the TinyML field by significantly enhancing hardware processing power. These acce…

2023

SoTTA: Robust Test-Time Adaptation on Noisy Data Streams

NeurIPS 2023poster

Test-time adaptation (TTA) aims to address distributional shifts between training and testing data using only unlabeled test data streams for continual model adaptation. However, most TTA methods assume benign test streams, while test samples could be unexpectedly diverse in the wild. For instance,…

2022

NOTE: Robust Continual Test-time Adaptation Against Temporal Correlation

NeurIPS 2022accept

Test-time adaptation (TTA) is an emerging paradigm that addresses distributional shifts between training and testing phases without additional data acquisition or labeling cost; only unlabeled test data streams are used for continual model adaptation. Previous TTA schemes assume that the test sample…