Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/7/31 16:56:27

CENDRe: Concept Extraction with Natural Domain Representations

AI 中文解读
CENDRe这项新技术,让AI像“会看频谱图的老中医”一样解释自己的判断依据。以往分析时间序列数据的AI模型,比如用于故障诊断的神经网络,虽然预测准确,但就像个“黑盒子”,说不清自己为什么这么判断。现有的解释方法只能看时间变化,忽略频率特征,还得提前设定概念数量,定位也不够精准。CENDRe则像是给AI做了一次“思维透视”,能自动找到模型关注的典型模式,并且同步在时间和频率两个维度给出证据——比如在轴承故障检测中,它能准确指出模型是根据哪些关键频段做出的判断,而这些频段正是工程师们实际诊断时要检查的地方。这意味着未来在医疗、工业、金融等关键领域,AI的决策不再“无凭无据”,工程师能更有信心地审查和信任AI,普通人也能享受到更可靠、更安全的智能服务。
Convolutional neural networks (CNNs) are widely used for time-series classification, but their deployment in critical domains requires understanding the temporal and spectral patterns that drive their predictions. Concept extraction (CE) methods identify such patterns by analyzing representations within the models' latent space. However, existing time-series CE methods have three limitations: they operate only in the time domain and overlook frequency features, predefine the number of concepts, and produce localizations misaligned with the regions the model uses. We address these limitations by proposing CENDRe, a concept extraction method for CNNs. It first discovers concepts by clustering per-timestep latent representations in two stages, where silhouette-guided aggregation selects the number of concepts automatically. Then, it localizes each concept through gradients of a presence score that contrasts the latent representations with their prototypes, producing masks that concentrate on the regions driving the concept. These gradients, propagated through a differentiable invertible mapping of the input such as a Fourier transform, yield localizations for the same concepts in the frequency domain. Finally, each concept receives a relevance score that quantifies its contribution to each class. On synthetic benchmarks, CENDRe achieves representation correctness comparable to state-of-the-art CE methods and significantly higher importance correctness. On real bearing-fault data, CENDRe extracts the frequency bands driving the model's predictions, located in regions commonly inspected for fault diagnosis, producing evidence to assess the model that time-domain CE methods cannot.
分享
阅读原文