中文
相关论文

相关论文: InceptionTime: Finding AlexNet for Time Series Cla…

200 篇论文

One unique property of time series is that the temporal relations are largely preserved after downsampling into two sub-sequences. By taking advantage of this property, we propose a novel neural network architecture that conducts sample…

机器学习 · 计算机科学 2022-10-14 Minhao Liu , Ailing Zeng , Muxi Chen , Zhijian Xu , Qiuxia Lai , Lingna Ma , Qiang Xu

Time Series Classification (TSC) is essential in fields like medicine, environmental science, and finance, enabling tasks such as disease diagnosis, anomaly detection, and stock price analysis. While machine learning models like Recurrent…

机器学习 · 计算机科学 2024-06-25 Gonzalo Uribarri , Federico Barone , Alessio Ansuini , Erik Fransén

Time series are ubiquitous and therefore inherently hard to analyze and ultimately to label or cluster. With the rise of the Internet of Things (IoT) and its smart devices, data is collected in large amounts any given second. The collected…

机器学习 · 计算机科学 2022-07-14 Padraig Davidson , Michael Steininger , André Huhn , Anna Krause , Andreas Hotho

The class-agnostic counting (CAC) task has recently been proposed to solve the problem of counting all objects of an arbitrary class with several exemplars given in the input image. To address this challenging task, existing leading methods…

计算机视觉与模式识别 · 计算机科学 2025-07-14 Hefeng Wu , Yandong Chen , Lingbo Liu , Tianshui Chen , Keze Wang , Liang Lin

Connectionist temporal classification (CTC) is a popular sequence prediction approach for automatic speech recognition that is typically used with models based on recurrent neural networks (RNNs). We explore whether deep convolutional…

计算与语言 · 计算机科学 2018-02-16 Kalpesh Krishna , Liang Lu , Kevin Gimpel , Karen Livescu

Time-series classification (TSC) has advanced significantly with deep learning, yet most models rely solely on raw numerical inputs, overlooking alternative representations. While texture-based encodings such as Gramian Angular Fields (GAF)…

计算机视觉与模式识别 · 计算机科学 2026-05-01 Madhumitha Venkatesan , Xuyang Chen , Dongyu Liu

We present the results of a proof-of-concept experiment which demonstrates that deep learning can successfully be used for production-scale classification of compact star clusters detected in HST UV-optical imaging of nearby spiral galaxies…

Deploying models on target domain data subject to distribution shift requires adaptation. Test-time training (TTT) emerges as a solution to this adaptation under a realistic scenario where access to full source domain data is not available…

计算机视觉与模式识别 · 计算机科学 2022-10-17 Yongyi Su , Xun Xu , Kui Jia

Prediction based on Irregularly Sampled Time Series (ISTS) is of wide concern in the real-world applications. For more accurate prediction, the methods had better grasp more data characteristics. Different from ordinary time series, ISTS is…

机器学习 · 计算机科学 2021-05-04 Chenxi Sun , Shenda Hong , Moxian Song , Yanxiu Zhou , Yongyue Sun , Derun Cai , Hongyan Li

Multivariate time series forecasting (MTSF) plays a vital role in a wide range of real-world applications, such as weather prediction and traffic flow forecasting. Although recent advances have significantly improved the modeling of…

机器学习 · 计算机科学 2025-10-03 Beiliang Wu , Peiyuan Liu , Yifan Hu , Luyan Zhang , Ao Hu , Zenglin Xu

In this paper, we present experimental results obtained from retraining the last layer of the Inception v3 model in classifying images of human faces into one of five basic face shapes. The accuracy of the retrained Inception v3 model was…

计算机视觉与模式识别 · 计算机科学 2019-11-20 Adonis Emmanuel Tio

This paper introduces a spiking hierarchical model for object recognition which utilizes the precise timing information inherently present in the output of biologically inspired asynchronous Address Event Representation (AER) vision…

计算机视觉与模式识别 · 计算机科学 2015-10-20 Garrick Orchard , Cedric Meyer , Ralph Etienne-Cummings , Christoph Posch , Nitish Thakor , Ryad Benosman

Hardware-based spiking neural networks (SNNs) are regarded as promising candidates for the cognitive computing system due to low power consumption and highly parallel operation. In this work, we train the SNN in which the firing time…

神经与进化计算 · 计算机科学 2022-03-17 Seongbin Oh , Dongseok Kwon , Gyuho Yeom , Won-Mook Kang , Soochang Lee , Sung Yun Woo , Jang Saeng Kim , Min Kyu Park , Jong-Ho Lee

Recent advancements in cabled ocean observatories have increased the quality and prevalence of underwater videos; this data enables the extraction of high-level biologically relevant information such as species' behaviours. Despite this…

计算机视觉与模式识别 · 计算机科学 2022-11-21 Declan McIntosh , Tunai Porto Marques , Alexandra Branzan Albu , Rodney Rountree , Fabio De Leo

Training large-scale CNNs that during inference can be run under Homomorphic Encryption (HE) is challenging due to the need to use only polynomial operations. This limits HE-based solutions adoption. We address this challenge and pioneer in…

机器学习 · 计算机科学 2023-06-13 Moran Baruch , Nir Drucker , Gilad Ezov , Yoav Goldberg , Eyal Kushnir , Jenny Lerner , Omri Soceanu , Itamar Zimerman

This paper presents a novel approach leveraging Spiking Neural Networks (SNNs) to construct a Variational Quantized Autoencoder (VQ-VAE) with a temporal codebook inspired by hippocampal time cells. This design captures and utilizes temporal…

神经与进化计算 · 计算机科学 2024-05-24 Linghao Feng , Dongcheng Zhao , Sicheng Shen , Yiting Dong , Guobin Shen , Yi Zeng

A family of algorithms for time series classification (TSC) involve running a sliding window across each series, discretising the window to form a word, forming a histogram of word counts over the dictionary, then constructing a classifier…

机器学习 · 计算机科学 2024-10-18 James Large , Anthony Bagnall , Simon Malinowski , Romain Tavenard

Large language models often improve reasoning by sampling multiple outputs and aggregating their final answers, but precise and efficient control of error levels remains a challenging task. In particular, deciding when to stop sampling…

机器学习 · 统计学 2026-05-08 Hirofumi Ota , Naoto Iwase , Yuki Ichihara , Junpei Komiyama , Masaaki Imaizumi

Recently the deep learning has shown its advantage in representation learning and clustering for time series data. Despite the considerable progress, the existing deep time series clustering approaches mostly seek to train the deep neural…

机器学习 · 计算机科学 2023-01-02 Ying Zhong , Dong Huang , Chang-Dong Wang

Recent few-shot learning works focus on training a model with prior meta-knowledge to fast adapt to new tasks with unseen classes and samples. However, conventional time-series classification algorithms fail to tackle the few-shot scenario.…

机器学习 · 计算机科学 2020-07-03 Wensi Tang , Lu Liu , Guodong Long