Abstract

How to predict spatiotemporal activity from geo-tagged social media is an urgent problem. Existing methods don't make full use of spatiotemporal information and text sequence features. In view of above problem, we design a Fast Lightweight Spatiotemporal Activity Prediction method(FLSAP) based on Gated Recurrent Unit(GRU) neural network. While GRU structure can extract text sequence features, the model takes up a lot of space due to the numerous parameters. At the same time, due to the long sequence in the text, the convergence speed of GRU is slow. So, we design a novel GRU neuron, GRU with Tiny and Skip(GTS), which can quickly generate a lightweight model with higher accuracy. In GTS, we add a scalar weighted residual connection to stabilize the training. Furthermore, we extend the residual connection to a gate by reusing the parameter matrices to compress the model size. At last, in order to make the model converge faster, we add a binary gate, which determine whether to skip the current state update. According to the experimental results, compared with ReAct [1] in the spatiotemporal activity prediction task, FLSAP improves the accuracy by 3.3%, reduces the model space by 98.79% and accelerates 74.4% of convergence speed.

Highlights

  • Big cities face a big challenge when people try to find their desired activities

  • We propose a Fast Lightweight Spatiotemporal Activity Prediction Method(FLSAP)

  • Compared with ReAct, we find that FLSAP is able to predict spatiotemporal activity faster and more accurately

Read more

Summary

INTRODUCTION

Big cities face a big challenge when people try to find their desired activities. Twitter is a geo-tagged social media, a large number of users use Twitter to generate a large number of messages with time and location tags every day These messages are adopted by studies [9]–[15] as data source. The computing power of mobile intelligent terminals is gradually improving, how to quickly get a model that can accurately predict activity while occupying as little space as possible is still an urgent problem to be solved. The main contribution of this work are highlighted as follows: 1) FLSAP uses GRU to extract text sequence features of text and solve the text dependence of spatiotemporal activity. 3) We further add Skip mechanism to GT, design a novel GRU neuron, GTS(GRU with Tiny and Skip) for FLSAP, which can quickly generate a model that be able to accurately predict spatiotemporal activity. Compared with ReAct, we find that FLSAP is able to predict spatiotemporal activity faster and more accurately

RELATED WORK
THE FRAMEWORK
SPATIOTEMPORAL SMOOTHING
CAPTURE TEXT SEQUENCE FEATURES
LIGHTWEIGHT MODEL AND FAST TRAINING
FAST TRAINING WITH SKIP MECHANISM
ALGORITHM DESCRIPTION
Findings
METRICS AND ANALYSIS OF RESULTS
Full Text
Published version (Free)

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call