Data Science and Security in Digital Governance Aspects and an - - PowerPoint PPT Presentation

data science and security in digital governance aspects
SMART_READER_LITE
LIVE PREVIEW

Data Science and Security in Digital Governance Aspects and an - - PowerPoint PPT Presentation

Data Science and Security in Digital Governance Aspects and an Elastic Bus Transportation Scheme Movses Musaelian 1 , Md Zakirul Alam Bhuiyan 1* , Gary Weiss 1 , Tian Wang 2* , Guojun Wang 3* , Thaier Hayajneh 1 1 Department of Computer and


slide-1
SLIDE 1

Data Science and Security in Digital Governance Aspects and an Elastic Bus Transportation Scheme

Movses Musaelian1, Md Zakirul Alam Bhuiyan1*, Gary Weiss1, Tian Wang2*, Guojun Wang3*, Thaier Hayajneh1

1Department of Computer and Information Science, Fordham University, New York, USA 10458 2Department of Computer Science and Technology, Huaqiao University, Xiamen, Fujian, China, 361021 3School of Computer Science and Cyber Engineering, Guangzhou University, Guangzhou 510006, China *Corresponding Author

July 4, 2019

Musaelian et al. Digital Governance July 4, 2019 1 / 16

slide-2
SLIDE 2

Introduction

  • E-Government systems hold immense potential for revolutionizing the

relationships between citizens and government services.

  • We lay out the ecosystem for digital governance and emphasize the

components:

  • General e-government layout
  • Citizen-centered data
  • Data Security for digital governance data
  • Smart Cities
  • Digital Identity
  • This introspection into the critical components of digital governance

leads us to a framework based on “smart card” data collection allowing rudimentary algorithm application for bus scheduling

  • ptimization

Musaelian et al. Digital Governance July 4, 2019 2 / 16

slide-3
SLIDE 3

Introduction: E-Government Ecosystem Overview

Government Citizen Business Employees Government

govt to citizen govt to govt govt to employees govt to business

The various relationships in an e-Government ecosystem.

Musaelian et al. Digital Governance July 4, 2019 3 / 16

slide-4
SLIDE 4

Motivation

A digitized and data driven government system has immense potential for society:

  • Transparency & Trust
  • Pro-active relationships between citizens and government
  • More intelligence and effective public service solutions
  • Cost efficiency of government resource allocation

We see this research as two-pronged: adding to the understanding of the big picture of multi-component e-governance and with that, proposing a specific improvement, which demonstrates a powerful fusion between data science and public transportation

Musaelian et al. Digital Governance July 4, 2019 4 / 16

slide-5
SLIDE 5

Citizen-centered Data

  • Research about e-government systems has evolved from the higher

level view of how a simple, governmental transactional system is to work with citizens to a much more personalized ”data-centric” view

  • Jingrui Ju et al don’t view citizens as just ”customers” in a

transactional ecosystem, but rather individuals who are continuously producing ”intelligence”1.

1Jingrui Ju, Luning Liu, Yuqiang Feng.Citizen-centered big data analysis-driven governance intelligence Scheme for smart

cities.Telecommunications Policy, 2017. Musaelian et al. Digital Governance July 4, 2019 5 / 16

slide-6
SLIDE 6

Data Security for Digital Governance Data

Anonymizing Graph Structures: A work by Li-E. Wang and Xianxian Li talks about a novel graph-based multifold model for anonymizing data; an approach very relevant to how government data could be treated 2.

SSN Citizen Product .67 . 3 3 .50 Possible graph-based multifold anonymization on government data

2Li-E. Wang, Xianxian Li.A graph-based multifold model for anonymizing data with attributes of multiple types.Computers &

Security, 2018. Musaelian et al. Digital Governance July 4, 2019 6 / 16

slide-7
SLIDE 7

Data Security for Digital Governance Data

Equifax Data Security Lesson

  • Hundreds of thousands of social security numbers were leaked

demonstrating a huge failure of personal data security

  • We should remedy the ”over-sharing problem”. Marten Kaevats,

Estonia’s lead digital advisor, emphasizes the ”once only principle”, which stipulates that government cannot ask data from citizens that is already held by a national public body.

Musaelian et al. Digital Governance July 4, 2019 7 / 16

slide-8
SLIDE 8

Big Data Networks in Smart Cities

Different Smart City Data Networks

Big Data Network Example Use Case Preventive local administration pro-active preventative action by local government such as for crime or congestion Local operations management Smart trash pickup or traffic control Local network development Wi-Fi hotspot optimization Local information diffusion Intelligent navigation, weather monitoring

Musaelian et al. Digital Governance July 4, 2019 8 / 16

slide-9
SLIDE 9

Data Driven Bus Transportation Framework

We offer a potential scheme for the optimization of a public bus transportation, which we believe is a very tangible citizen-government relationship within the broader e-Government sphere. More specifically, we seek to use carefully collected rider data to optimize bus scheduling and allocation.

Musaelian et al. Digital Governance July 4, 2019 9 / 16

slide-10
SLIDE 10

Data Driven Bus Transportation Framework: Data Collection

Our main objective is to collect data regarding the amount of people at given stations at certain times. For this we need:

  • Location of Station & Time of when user X begins to wait at station
  • Time when user X boards bus & bus number
  • Time and location when user X exits the bus

Chronology:

  • 1. User taps card at station upon arrival → collects user id, station,

time

  • 2. User enters bus (no tap necessary) → collects bus id, station, bus

arrival time

  • 3. User exits bus (tap to exit) → collects user id, station, time, bus id,

& collects fare based on starting station.

Musaelian et al. Digital Governance July 4, 2019 10 / 16

slide-11
SLIDE 11

Data Driven Bus Transportation Framework: Data Collection

Station Card Tap Data

user id station time stamp 732948 River Rd. 25 2019-04-01T18:07:10 642123 Main St. 12 2019-04-01T18:09:45

Bus Arrival Data

bus id station time stamp BX3578 River Rd. 25 2019-04-01T18:10:40 BL2075 Main St. 12 2019-04-01T18:15:20

Musaelian et al. Digital Governance July 4, 2019 11 / 16

slide-12
SLIDE 12

Data Driven Bus Transportation Framework: Algorithm Concepts

”Artery Reduce”

  • With our bus’s path in a graph model we signify the weight of the

arrows as the trip times between the respective stations. We consider station skipping for very ”heavy” sequences thus ”reducing the artery”. A B C D

Trip Time Edges between Stations

Bus Allocation

  • We don’t want any of our nodes (stations) ”growing too large” at any

given time if the size of the node represents the amount of people waiting.

  • We can know that in advance that certain stations have large amount
  • f waiting users and furthermore what are the most frequent bus

routes taken from that station. This can inform us of data-driven bus allocations in advance.

Musaelian et al. Digital Governance July 4, 2019 12 / 16

slide-13
SLIDE 13

Data Driven Bus Transportation Framework: Algorithm Concepts

Ride Profiles

  • These profiles can inform about improvements needed at stations, bus

capacity, and popular routes.

  • A bottom-up approach can also be taken by clustering. If we have the

longitude/latitude coordinates of our respective stations and a timestamp, we can apply a simply k-means algorithm to uncover groupings of what can be labeled as ride profiles

  • The decision makers have an essential snapshot of how rides cluster,

with large clusters signifying very popular rides that are similar to each other.

Musaelian et al. Digital Governance July 4, 2019 13 / 16

slide-14
SLIDE 14

Data Driven Bus Transportation Framework: Information Relay

smart card bus arrival station bus exit DB user schedule dispatcher bus route

Information Relay Overall Schema

Musaelian et al. Digital Governance July 4, 2019 14 / 16

slide-15
SLIDE 15

Data Driven Bus Transportation Framework: Future Work

Testing

  • Further develop the proposed algorithms and adjust as needed.
  • Synthetic and real world bus data can be applied to see if the given

data structure and heuristics may yield such better performance Bus Transportation Deficiency Analysis

  • What are the current deficiencies and problems in existing bus

transportation systems?

  • Would such an improvement be worth the investment of the cost of

implementation?

Musaelian et al. Digital Governance July 4, 2019 15 / 16

slide-16
SLIDE 16

Conclusion

  • We have shown the careful interplay between the different

components such as data security, digital identity, smart cities that all need to co-exist successfully together in order to ensure the success of the ecosystem

  • Our proposed elastic bus transportation system seeks to make an

important facet of city infrastructure more data driven and dynamic, which can exemplify the goodness that data science can bring to everyday life

Musaelian et al. Digital Governance July 4, 2019 16 / 16