Proceedings Article10.1109/ICCCN52240.2021.9522151
Contrastive Self-Supervised Representation Learning for Sensing Signals from the Time-Frequency Perspective
Dongxin Liu,Tianshi Wang,Shengzhong Liu,Ruijie Wang,Shuochao Yao,Tarek Abdelzaher +5 more
- 19 Jul 2021
- pp 1-10
45
TL;DR: In this paper, a contrastive self-supervised representation learning framework was proposed for deep learning from frequency domain data, which takes both time-domain and frequency-domain features into consideration.
read more
Abstract: This paper presents a contrastive self-supervised representation learning framework that is new in being designed specifically for deep learning from frequency domain data. Contrastive self-supervised representation learning trains neural networks using mostly unlabeled data. It is motivated by the need to reduce the labeling burden of deep learning. In this paper, we are specifically interested in applying this approach to physical sensing scenarios, such as those arising in Internet-of-Things (IoT) applications. Deep neural networks have been widely utilized in IoT applications, but the performance of such models largely depends on the availability of large labeled datasets, which in turn entails significant training costs. Motivated by the success of contrastive self-supervised representation learning at substantially reducing the need for labeled data (mostly in areas of computer vision and natural language processing), there is growing interest in customizing the contrastive learning framework to IoT applications. Most existing work in that space approaches the problem from a time-domain perspective. However, IoT applications often measure physical phenomena, where the underlying processes (such as acceleration, vibration, or wireless signal propagation) are fundamentally a function of signal frequencies and thus have sparser and more compact representations in the frequency domain. Recently, this observation motivated the development of Short-Time Fourier Neural Networks (STFNets) that learn directly in the frequency domain, and were shown to offer large performance gains compared to Convolutional Neural Networks (CNNs) when designing supervised learning models for IoT tasks. Hence, in this paper, we introduce an STFNet-based Contrastive Self-supervised representation Learning framework (STF-CSL). STF-CSL takes both time-domain and frequency-domain features into consideration. We build the encoder using STFNet as the fundamental building block. We also apply both time-domain data augmentation and frequency-domain data augmentation during the self-supervised training process. We evaluate the resulting performance of STF-CSL on various human activity recognition tasks. The evaluation results demonstrate that STF-CSL significantly outperforms the time-domain based self-supervised approaches thereby substantially enhancing our ability to train deep neural networks from unlabeled data in IoT contexts.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
What Makes Good Contrastive Learning on Small-Scale Wearable-based Tasks?
Hangwei Qian,Tian Tian,Chunyan Miao +2 more
- 12 Feb 2022
TL;DR: This paper conducts an in-depth study of contrastive learning on the wearable-based activity recognition task, and presents an open-source PyTorch library CL-HAR, which can serve as a practical tool for researchers.
Self-Supervised Contrastive Representation Learning for Semi-Supervised Time-Series Classification
Emadeldeen Eldele,Mohamed Ragab,Zhenghua Chen,Min Wu,Chee Keong Kwoh,Xiaoli Li,Cuntai Guan +6 more
TL;DR: TS-TCC is a novel time-series representation learning framework that utilizes contrastive learning to learn robust temporal and contextual representations from unlabeled data.
50
Effective LSTMs with seasonal-trend decomposition and adaptive learning and niching-based backtracking search algorithm for time series forecasting
Yuhan Wu,Xiyu Meng,Junru Zhang,Yang He,Joseph A. Romo,Yabo Dong,Dongming Lu +6 more
TL;DR: This study proposes STL-ALN_BSA-LSTM, a hybrid model combining seasonal-trend decomposition, adaptive learning, and niching-based backtracking search for time series forecasting, achieving improved accuracy and interpretability in rainfall and power generation forecasting.
17
Learning on the Rings
TL;DR: This paper presents ssLOTR (self-supervised learning on the rings), a system that shows the feasibility of designing self-super supervised learning based techniques for 3D finger motion tracking using a custom-designed wearable inertial measurement unit (IMU) sensor with a minimal overhead of labeled training data.
16
Practically Adopting Human Activity Recognition
Huatao Xu,Pengfei Zhou,Rui Tan,Mo Li +3 more
- 02 Oct 2023
TL;DR: This paper thoroughly study augmenting data with the physics of the IMU sensing process and presents a novel adoption of data augmentations for exploiting both unlabeled and labeled data to address the challenge of data heterogeneity.
16
References
Deep Residual Learning for Image Recognition
Kaiming He,Xiangyu Zhang,Shaoqing Ren,Jian Sun +3 more
- 27 Jun 2016
TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
•Proceedings Article
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
- 01 Jan 2015
TL;DR: This work introduces Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments, and provides a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework.
138.5K
•Proceedings Article
ImageNet Classification with Deep Convolutional Neural Networks
Alex Krizhevsky,Ilya Sutskever,Geoffrey E. Hinton +2 more
- 03 Dec 2012
TL;DR: The state-of-the-art performance of CNNs was achieved by Deep Convolutional Neural Networks (DCNNs) as discussed by the authors, which consists of five convolutional layers, some of which are followed by max-pooling layers, and three fully-connected layers with a final 1000-way softmax.
•Posted Content
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
TL;DR: In this article, the adaptive estimates of lower-order moments are used for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimate of lowerorder moments.
82.5K
•Posted Content
BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding
TL;DR: A new language representation model, BERT, designed to pre-train deep bidirectional representations from unlabeled text by jointly conditioning on both left and right context in all layers, which can be fine-tuned with just one additional output layer to create state-of-the-art models for a wide range of tasks.
81.7K