Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🐳 [NeurIPS 2025] Feature-Based Instance Neighbor Discovery: Advanced Stable Test-Time Adaptation in Dynamic World

This is the official project repository for Feature-Based Instance Neighbor Discovery: Advanced Stable Test-Time Adaptation in Dynamic World (NeurIPS 2025) by Qinting Jiang, Chuyang Ye, Dongyan Wei, Bingli Wang, Yuan Xue, Jingyan Jiang, Zhi Wang.

The code is being sorted out and will be coming soon! For any questions, please contact jqt23@mails.tsinghua.edu.cn.

πŸš€ Overview

Real-world data streams are dynamic and diverse, making traditional "one-size-fits-all" test-time normalization ineffective.

FIND addresses this challenge with a "divide-and-conquer" approach, combining in-layer feature grouping with adaptive normalization.

This innovative strategy delivers approximately 5%-10% accuracy improvements in dynamic scenarios, all while maintaining efficient inference.

Teaser Image

πŸ€ Acknowledgements

We owe special thanks to the LINs-lab β€”without their excellent open-source framework, this project would simply not exist.

Their work TTAB πŸ”— laid the foundation for everything we've built.

🐚 Method Illustration

The proposed FIND involves three novel designs, including layer-wise feature disentanglement (LFD), feature-aware batch normalization (FABN) and selective FABN (S-FABN).

  • 1️⃣ We introduce the pioneering test-time normalization framework specifically designed for realistic dynamic scenarios, addressing the limitations of current one-size-fits-all normalization approaches in practical applications.
  • 2️⃣ Our method employs instance-level statistics to identify and cluster features with similar distributions, achieving robust dynamic adaptation through the aggregation of group-specific knowledge and generic knowledge from the source domain.
Teaser Image

πŸ€ Results on Corruption Datasets

The table below demonstrates the performance of FIND on the corruption datasets, significantly surpassing existing baselines.

Teaser Image

πŸŽ“ Citation

If you use this code for your research, please cite our paper.

@article{jiang2025feature,
  title={Feature-Based Instance Neighbor Discovery: Advanced Stable Test-Time Adaptation in Dynamic World},
  author={Jiang, Qinting and Ye, Chuyang and Wei, Dongyan and Wang, Bingli and Xue, Yuan and Jiang, Jingyan and Wang, Zhi},
  journal={arXiv preprint arXiv:2506.06782},
  year={2025}
}

About

[NeurIPS 2025] Feature-Based Instance Neighbor Discovery: Advanced Stable Test-Time Adaptation in Dynamic World

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors