Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

ECHO: Frequency-aware Hierarchical Encoding for Variable-length Signals

Created by
  • Haebom

Author

Yucong Zhang, Juan Liu, Ming Li

Outline

This paper proposes a novel foundation model, ECHO, designed for modeling general machine signals with arbitrary sampling rates. This model integrates an advanced band-segmentation architecture with frequency-local embedding to capture spectral localization, and uses sliding patches to support variable-length inputs without padding or truncation. Experimental results on the DCASE task and industrial signal datasets demonstrate state-of-the-art performance in machine signal anomaly detection and fault classification, demonstrating the model's effectiveness and generalization ability.

Takeaways, Limitations

A new foundation model for modeling machine signals with arbitrary sampling rates is presented.
Leveraging spectral information through band-splitting architecture and frequency position embedding.
Handle variable-length inputs and support streaming scenarios using sliding patches.
Demonstrated excellent performance on DCASE task and industrial signal datasets.
Open source provided ( https://github.com/yucongzh/ECHO )
The Limitations of the paper is not specified
👍