paper-with-me

Papers

Fully Convolutional Network Bootstrapped by Word Encoding and Embedding for Activity Recognition in Smart Homes

2020-12-01 · Damien Bouchabou, Sao Nguyen, Christophe Lohr, Benoit Leduc, Ioannis Kanellos

Activity recognition in smart homes is essential when we wish to propose automatic services for the inhabitants. However, it poses challenges in terms of variability of the environment, sensorimotor system, but also user habits. Therefore, endto-end systems fail at automatically extracting key features, without extensive pre-processing. We propose to tackle feature extraction for activity recognition in smart homes by merging methods from the Natural Language Processing (NLP) and the Time Series Classification (TSC) domains. We evaluate the performance of our method on two datasets issued from the Center for Advanced Studies in Adaptive Systems (CASAS). Moreover, we analyze the contributions of the use of NLP encoding Bag-Of-Word with Embedding as well as the ability of the FCN algorithm to automatically extract features and classify. The method we propose shows good performance in offline activity classification. Our analysis also shows that FCN is a suitable algorithm for smart home activity recognition and hightlights the advantages of automatic feature extraction.

📄 PDF Abstract BibTeX arXiv:2012.02300

Code (1)

dbouchabou/Fully-Convolutional-Network-Smart-Homes 공식 구현 tf

Tasks

Activity RecognitionGeneral ClassificationTime SeriesTime Series AnalysisTime Series Classification

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

The LMU Munich Unsupervised Machine Translation System for WMT19

2019-08-01 · WS 2019 8 · Dario Stojanovski, Viktor Hangya, Matthias Huck, Alex Fraser 외

We describe LMU Munich{'}s machine translation system for German→Czech translation which was used to participate in the WMT19 shared task on unsupervised news translation. We train our model using monolingual data only…

DenoisingLanguage ModelingLanguage ModellingMachine Translation+3

Word Embeddings based on Fixed-Size Ordinally Forgetting Encoding

2017-09-01 · EMNLP 2017 9 · Joseph Sanu, MingBin Xu, Hui Jiang, Quan Liu

In this paper, we propose to learn word embeddings based on the recent fixed-size ordinally forgetting encoding (FOFE) method, which can almost uniquely encode any variable-length sequence into a fixed-size representatio…

Language ModelingLanguage ModellingSemantic Textual SimilarityWord Embeddings+1

Which Encoding is the Best for Text Classification in Chinese, English, Japanese and Korean?

2017-08-08 · Xiang Zhang, Yann Lecun

This article offers an empirical study on the different ways of encoding Chinese, Japanese, Korean (CJK) and English languages for text classification. Different encoding levels are studied, including UTF-8 bytes, charac…

General ClassificationText Classification

Efficient Purely Convolutional Text Encoding

2018-08-03 · Szymon Malik, Adrian Lancucki, Jan Chorowski

In this work, we focus on a lightweight convolutional architecture that creates fixed-size vector embeddings of sentences. Such representations are useful for building NLP systems, including conversational agents. Our wo…

Stacked Convolutional Deep Encoding Network for Video-Text Retrieval

2020-04-10 · Rui Zhao, Kecheng Zheng, Zheng-Jun Zha

Existing dominant approaches for cross-modal video-text retrieval task are to learn a joint embedding space to measure the cross-modal similarity. However, these methods rarely explore long-range dependency inside video …

Language ModelingLanguage ModellingRetrievalText Retrieval+1