Abstract
In order to lower the technical threshold for creating and delivering Mobile Crowd Sensing Applications (MCSAs), several frameworks or toolkits have been developed, but they either fail to provide general support or still require relatively professional software development skills. Besides, the application delivery to the participants is not precise enough, because they only consider the constraints predefined by the organizers without taking the participant-side factors into account. In this paper, we propose a prototype toolkit for the organizers without software development skills to build MCSA in a rather quick and simple way. First, in terms of the application creation, it enables organizers to build MCSA by just doing some simple settings, which totally eliminates the requirement of programming skills. Second, in terms of the application delivery, it selects participants who are more likely to accept the created applications by mining their participation history. Finally, we demonstrate the expressiveness and usability for the application creation and evaluate the effectiveness of the willingness-based participant selection algorithm for the application delivery.
1. Introduction
Nowadays, mobile phones have evolved from merely being phones into full-fledged computing, sensing, and communication devices. These technology advances coupled with the sheer number of user-companioned mobile phones and their inherent mobility enables a new and fast-growing sensing paradigm, which is referred to as the Mobile Crowd Sensing (MCS) [1]. MCS encourage citizens to participate in certain campaigns to collect and share sensing data from surroundings by their mobile phones.
There are some examples of MCS in the following, which are used in the paper to better elaborate the research issues and corresponding solutions.
Urban Infrastructure Monitoring. It is very difficult for city administrators to monitor the masses of widely distributed urban infrastructures in the city, such as the manhole covers and street lights. Therefore, city administrators can launch a MCS campaign to recruit citizens for taking and uploading geo-tagged photos of the missing or broken infrastructures.
Spot Reporter. A journalist is under deadline pressure to write an article about a polluted river and its impact on nearby communities. He recruits volunteers with smartphones to send pictures of the river, video interviews with the local residents, and reports on the impact of the polluted water on their daily life.
Crime Investigation. Security officials are investigating a bomb attack in a building MCSRried out by terrorists and would like to find out people who were at the scene of the outbreak when the attack occurred. They request volunteers, who may have taken pictures during the event, to send snapshots of faces in the building.
Restaurant Recommendation. A tourist would like to find a nearby restaurant that meets certain requirements, so that he/she asks people who are familiar with this area to give some advice. Hence he/she initiates a task by expressing his requirements for the restaurant, and people who are familiar with this area give suggestions.
MCS mainly has two stakeholders: the organizers and the participants. The organizers are those who would like to initiate and manage the MCS campaign, while the participants are those taking part in MCS campaigns to contribute the sensing data. In the urban infrastructure monitoring scenario, the city administrators launching the photo-taking campaign are organizers, while citizens taking and uploading relevant photos about missing or broken urban infrastructures are the participants.
The accomplishment of MCS campaigns needs the support of MCS applications (MCSAs) [2]. Since MCSAs have strong demand in personalization and short development cycle, they are more suitable to be developed by organizers rather than professional software developers. However, the development of MCSA requires complex programming skill, such as sensor access and sensing data process. Therefore, it is difficult for the organizers to develop MCSA due to their lack of programming skill.
In order to lower the technical threshold for creating MCSA, many frameworks and toolkits have been developed. Although reducing the requirements in software development skill to some degree, existing frameworks or toolkits still have some drawbacks. In terms of application creation, some are specific to their respective domains and fail to provide general support for MCS, while some others still have relatively high requirements for the software development skills. In terms of application delivery, they do not fully address how to deliver the created applications to the appropriate participants.
Therefore, to overcome above problems of existing works, the objective of this paper is to propose a prototype toolkit for helping organizers to do the following.
Create MCSAs in a quick and simple way. Deliver the created applications to the appropriate participants by taking participant-side factors into account.
However, fulfilling this objective is not straightforward, which entails following challenges.
First, the tradeoff between the expressiveness and the ease of use must be carefully considered. On the one hand, it should be able to support developing rich kinds of MCSA. Thus lots of functionalities must be integrated into the tool, which might make its usage more complex. On the other hand, since it is designed for the organizers, high complexity will pose high burden on them in terms of learning and using.
Second, with the increasing popularity of MCS, the participants may become overwhelmed when they receive a large number of recommended MCSA. Existing toolkits enable the organizers to define constraints for the participant selection (e.g., participant's location and device's sensing capabilities). However, these constraints are all from the perspective of organizes, and none of them consider the participant-side factors. In fact, the participants decide whether to accept and actually undertake a recommended application based on many participant-side factors. For example, whether the reward is attractive enough, whether the participant is interested for the application, and if accomplishing the MCS campaign may not cause too much privacy violation, and so forth. However, selecting participants who are willing to undertake a task is not easy. On the one hand, different factors could have different influence in deciding whether the participant is willing to undertake a task. It is very difficult for organizers to predict or learn these differences. On the other hand, even the same factor may have different impact on different participants, which is subjective and varies from one participant to another. For example, privacy preserving is more important than earning money for some participants, but it may be the opposite case for others.
With abovementioned objectives and challenges, this paper proposes a toolkit to reduce the technical threshold for organizers in the creation and delivery of MCSAs, and the main contributions of this paper can be summarized as follows.
First, by compromising the expressiveness and the ease of use, we design and implement a prototype phone-side tool for the organizers to define their MCSAs in a quick and simple way. Second, we propose a willingness-based participant selection algorithm to deliver MCSAs more precisely by mining the participants' historical behaviors. Third, we demonstrate the expressiveness and usability for the application creation and evaluate the effectiveness of the willingness-based participant selection algorithm for the application delivery.
The rest of this paper is divided into 5 sections. Section 2 reviews related works. In Section 3, we will introduce the design and implementation of the toolkit; Section 4 describes the willingness-based participant selection algorithm. Section 5 is the evaluation and the demonstration of the toolkit. Finally, we conclude with directions for future work in Section 6.
2. Related Work
In this section, we review the related literature from two topics: tools support for organizers and the participation selection algorithm.
2.1. Supporting Tools for Organizers
There are several tools for the organizer to create MCS campaigns in specific domains. Epicollect [3] allows the creation of campaigns specific to epidemiology and ecology. Similarly, Project Noah [4] is a website for creating “missions” in which users can contribute images of wildlife. While both Project Noah and Epicollect eliminate the need for software developer skill, they are limited to specific domains and cannot provide general support for MCSA. Sensr [5] provides more generalized support by providing campaign organizers with a web interface for creating a campaign, which users then access via the mobile application. However, it is limited to camera data and text-entry input. All three of these tools fail to provide access to many desirable sensors, including the accelerometer, and microphone.
There are some other MCS campaign creation tools which have been designed for general campaign creation, such as PRISM [15], Medusa [11], ohmage [16], Code in the Air (CITA) [17], Campaignr [18], and Open Data Kit [19]. Each of these provides high configurability of campaigns for the organizers, removes the user from the technical challenges of accessing phone sensors, and is robust to changes in the campaign. Though these tools reduce the software development technical threshold for organizers to some extent, they still require some programming capabilities, including knowledge about the format and ordering of a document, correct use of the programming language's syntax, or infrastructure knowledge.
MCSA creation tool that is the most similar to our toolkit is [20, 21]. In [20], MC Designer is specifically designed to lower the barrier for the organizer by providing an easy-to-use graphical user interface, which allows users to create a mobile application simply by supplying relevant MCS campaign parameters. However, MC Designer selects participants merely based on four optional constraints set by the organizer, including the gender, age range, ethnicity, and geographical region. In contrast, our toolkit further takes the participant-side factors into consideration to achieve a more precise delivery, thus reducing the overload for the participants to find their desired MCSA. The framework proposed in [21] also aims to help initiators of Mobile Crowd Sensing campaign define task. However, different from this paper [21], only targets at the application creation support without considering the participants selection based on their participation history.
2.2. Participant Selection Mechanisms
Though designed for professional developers rather than organizers without programming skills, some MCS mediation platforms also address the participant selection problem. Thus we still include them as related work as follows.
Anonysense [22] takes time, participant's location, and privacy setup into account when identifying participants. The work in [23] proposes an assignment policy to identify suitable participants based on their device's location, battery level, and the overall spatial coverage. CrowdRecruiter [24] and CrowdTasker [25] aim at minimizing incentive payments by selecting a small number of participants while still satisfying probabilistic coverage constraint. The work in [26, 27] develops a selection framework to enable organizers to identify well-suited participants for data collections based on geographic and temporal availability, transportation mode, and the coverage. Crowdlab [28] schedules the task based on location and battery resource budget. The work in [29] takes location as the only factor for the participant selection. Participant selection mechanism in above works is merely based on the constraints defined by the application developer, while this paper takes the participant-side factors into account. A QoI-aware energy-efficient participant selection framework has recently been proposed [30], which considers the QoI requirements, the energy consumption index, and the estimation of the collected amount of data. Literature [31] selects participants based on the data quality requirements, location, and budget constraints.
3. System Design
3.1. Requirements and Considerations
In order to reach the objective mentioned above, this prototype toolkit must provide assistance with specific considerations in following two aspects.
(1) MCS Task Creation Support. In the phone-side of organizers, there must be an easy-to-use application for them to create their MCS tasks. Once the organizer runs the application and clicks the button “create an application,” an interface will appear to allow the organizer to define the MCS task by doing some simple settings. In this paper, we view a MCS task as a MCS application. After the task has been created, a virtual MCSA is considered to be generated. We call it “virtual” because at this time the task is defined and well-understood by our toolkit, but not in a running status.
(2) MCS Task Runtime Support. Once the organizer clicks the button “activate the application” in the phone-side app, the toolkit will start to provide runtime support for a MCS task, which mainly consists of following three aspects.
Frist, it must be able to select participants based on the settings defined by organizers in the task creation phase and push task to them. Hence, there must be an application in the participant's phone side, and it serves as an application store of MCSA. Once a task is pushed to a certain participant, his application will alter him that a new application is recommended. The participants can choose whether to accept it or not.
Second, if a participant accepts a task, the toolkit must provide assistant for him to collect sensing data and upload to the cloud. Energy consumption and the cost are important considerations. If the MCSAs are too energy-consuming or cost-consuming, their enthusiasm for collecting and sharing data will be reduced.
Therefore, the toolkit must provide mechanisms to make the data collection and sharing in a more energy and cost-efficient way.
Third, the management of MCS process is also very crucial. In fact, there are many factors to be considered to better manage the MCS. In this paper, we aim to handle following significant issues.
Intrusiveness. Participants do not want to be disturbed under certain circumstances. Therefore, if the potential participants are forwarded with too many MCSAs, the frequently bothering might reduce their interest for participation. Therefore, the tool must integrate certain mechanisms to reduce the intrusiveness on participants.
Trustworthiness. The toolkit must be able to identify malicious participants. For example, Tom developed his MCS application whose sensing task is to ask for recommendation of restaurants nearby with quiet environment and healthy food. In order to attract customers, some shopkeepers may participate in the task to recommend their restaurants even if they are very noisy.
Privacy. Participants are also concerned about their privacy leak while collecting and sharing their sensing data. For example, people sometimes do not want to upload their location information. Therefore, when recommending the task, the toolkit must clearly tell the participants what information will be collected through the mobile phone and let them to decide whether accept it or not.
3.2. Toolkit Architecture: An Overview
In order to meet the abovementioned requirements, we design a prototype system (i.e., the toolkit), and Figure 1 provides the overview of its architecture.

System design: an overview.
The system primarily consists of two parts. One is the configuring and assembling for the MCSA and the other is a runtime environment (named MCSR) for the MCSA.
The configuring and assembling is for the organizers to define their expectations and constraints for the MCSA based on a predefined MCS campaign model. Then these expectations and constraints are modeled by our toolkit as a MCS campaign configuration. The generation of the MCSA includes the following two phases. First, the organizer uses the configuration interface of OrgAgent to do some settings (see Figure 3). Based on the built-in MCS campaign model, the settings are structured as a XML file named MCS campaign configuration. Second, by interpreting the MCS campaign configuration, the configuring and assembling module will configure the components to assemble MCSA. This process basically consists of three subprocesses at the same time.
MCSR (Mobile Crowd Sensing Runtime) is to provide runtime environment, in which several predefined components are composed and configured at runtime to deal with different and important issues of MCSA. Frist, it selects participants and push task to them. Different from existing participant selection approach, our system considers not only the predefined constraints set by the organizer but the willingness of the participants to accept the task. Second, if a participant accepts a task, the ParAgent provide assistant for collecting sensing data and uploading to the cloud in an energy and cost-efficient manner. Third, it optimizes the MCS process management by taking intrusiveness, trustworthiness, and privacy into account.
Here we should note that Figure 1 describes the logical relationship between different modules, rather than the physical deployment. For example, though the main components of MCSR are deployed and running in the cloud, it also has components deployed in the phone-side of organizer and participant.
3.3. The Configuration and Assembling of MCSA
(1) MCS Campaign Model. It is a built-in model defining common parameters of MCSA. By assigning values for these parameters with an easy-to-use interface on the mobile phone, the organizers can define their expectations and constrains for the MCSA. Then it is used to generate the configuration file for each MCSA, based on which tailored mobile application serving the specific purposes can be created.
The MCS campaign model consists of following parameters.
Geographical Range. MCS campaigns usually require the participant's physical presence at a specific geographical range. In this paper, our toolkit enables the organizers to assign circular range by giving the center and radius in the map (see Figure 2(b)). In particular, it provides the organizers with two options to define the center. One is based on a fixed location and the other is based on a dynamic location, namely, binding to the organizer's current location sensed by his mobile phone. These two options are for different scenarios described in the introduction part. The fixed location is suitable in the scenarios in which the participants are selected in any given area defined by the organizer, such as the spot reporter and crime investigation. The dynamic location, on the other hand, is applied in the situations where the organizer launches a campaign nearby his current location, such as the restaurant recommendation example.

OrgAgent: configuring interface for the organizer.

Sequence diagram for client-side configuring.
Shelf Life (SL). MCS campaigns have time limitation, which is referred to as the SL (shelf life). The organizers can assign a SL for MCS campaigns on the configuration interface (see Figure 2(a)). Over this time, the campaign is shut down since the sensing data has already become meaningless. For example, in the restaurant recommendation scenario, a tourist may set the SL to be a short period of time, say ten minutes. The setting of SL is optional, because in some scenarios such as the crime investigation, the organizers may not be able to decide how long the campaign should last until their goals have been accomplished. In such cases, MCSA generated by our toolkit will provide buttons to activate or deactivate the campaigns.
Participant Recruitment Mode. After specifying the geographical coverage, the tool has to recruit the most appropriate participants and deliver MCS task to them. There are two types of participant recruitment mode in terms of the geographical range. One is the familiar mode and the other is presence mode. In the familiar mode, the system selects participants who have a more comprehensive understanding about a certain community or district. For example, in the restaurant recommending case, a tourist wants to find an Italian restaurant within a certain geographical area. In this case, ideal participants are those who live in or always come to this region. The presence mode, on the contrary, requires the participants to provide the latest information about in a certain place. For example, a student wants to know how many people are in a Wal-Mart store now. In this case, ideal participants are those who are currently shopping in the Wal-Mart. Therefore, in order to make the toolkit distinguish between these two participant recruitment policies, the organizer can select either “familiar mode” or “presence mode” in the configuration interface (see Figure 2(a)). However, this setting is optional, since in some cases both these two types of participants are suitable candidates, such as the spot reporter example.
Sensing Capability. Since MCS requires the participant to collect sensing data through their mobile phone, it has constraint for the sensing capability of the participant's phone. The current version of our toolkit supports several types of sensing data, and they are photos, videos, texts, sounds, and accelerometer data. Relevant classes are derived from a base class SenseDataType, so that the sensing data type is easily to be extended if new requirements emerge in the future. The organizer has to select one or more of them in the configuration interface (see Figure 2(c)), based on which the toolkit generate different layout of user interfaces for the participants automatically.
Incentive. Since the participation of MCS may consume resources such as battery or cellular network flow, MCSA always provides some incentive (commonly money) to encourage participants. Therefore, the MCS campaign model also contains a parameter, the incentive, by which the organizer can define how much money he wants to give for each participant (in the current version, the unit is US dollars).
Assignments. This parameter is used to define how many participants the organizer want to recruit, and this value is used in the participation recruitment phase.
(2) Client-Side Configuring and Assembling. This module consists of two Android applications that people can download. The introduction page for the download is with two buttons for (create an application) and (campaign participation), corresponding to two subapplications preinstalled in the mobile phones of the organizers and participants, respectively. (a) The subapplication in the organizer's mobile phone is called the OrgAgent serving two purposes. One is to generate a configuration file based on the MCS campaign model by doing some simple settings and the other is to configure and assemble the MCSA in organizer's mobile phone for participant recruitment and data viewing. (b) The subapplication installed in the participants' mobile phone is called the ParAgent. It is responsible for configuring the MCSA in the participant's mobile phone and provides runtime support for the participants. Meanwhile, it serves as an application store of the MCSA. Both the OrgAgent and the ParAgent will predownload all interface components before the MCSA has been generated, such as map controller, buttons, scroll bars, and editing box. Figure 3 shows the sequence diagram, which demonstrates how the client-side of MCSA is created. First, when the organizer (user) creates an application, the object TaskCreator Manager sends a message to object ModelCreator, and then a configuring interface in Figure 2 is generated and displayed for the organizers to set parameters. After the settings are made, the Layout Manager shows a preview of the layout of MCSA. If the organizer confirms it, then the interface of application will be generated.
(3) Server-Side Configuring and Assembling. This module is responsible for selecting appropriate components from the component repository to assemble the server-side of MCSA. Some of these components will be composed and configured in the MCSR at runtime.
3.4. Mobile Crowd Sensing Runtime (MCSR)
The second part is the runtime environment, named MCSR (Mobile Crowd Sensing Runtime), in which reusable components are designed and implemented for the runtime support of MCSA. Due to the limit of space, we will only introduce functions of some main components without presenting the physical deployment structure of them. But please note that the runtime environment is deployed in both the phone side and the server-side.
3.4.1. Participant Selection
This component will select appropriate users and then deliver the generated MCSA to them. We adopt a two-phase selection process (see Figure 4) as follows.

Two-phase participant selection process.
(i) Phase 1: Location-Based Selection. The input of this phase is denoted as participant set
(ii) Phase 2: Willingness-Based Selection. After the location-based selection phase, if the number of selected candidates (the size of
3.4.2. Energy and Cost-Efficient Sensing Data Collection
Our tool supports several types of sensing data, and they are photos, videos, texts, accelerometer data, sound data, and location data. Therefore, the sensing data collection component should be responsible for acquiring them, which include several APIs correspondingly, that is PhotoTaking(), VideoRecording(), TextObtaining(), AccCollection(), SoundRecord(), and GetLocData(). To implement such interfaces to access sensing data is easy, but the energy consumption and the cost are important considerations. Therefore, our tool proposes some mechanisms to make the generated MCSA collect and share data in a more energy and cost-efficient way. First, the user's location information, such as Wi-Fi fingerprints, GPS, and Cell ID, is obtained from the localization modules in the phone. For energy-saving purpose, when the API GetLocData() is called, GPS data will not be recorded if Cell ID and Wi-Fi fingerprints can be captured and the localization accuracy can meet the requirement of the task. This is because continuous access to the GPS is very battery-consuming. Second, in some cases, the participants have collected sensing data but do not want to upload it immediately. For example, the participant's mobile phone cannot connect to free Wi-Fi and his monthly 3G traffic is used up, or his mobile phone's battery energy is not enough. Therefore, the MCSAs generated by our toolkit allow participants choose to cache the data in the phone and upload it as soon as he wants. Third, the tool also tries to reduce the energy consumption by sharing the GPS data with other MCSAs.
3.4.3. MCS Process Management
The runtime support also optimizes the MCS process by tasking the intrusiveness, trustworthiness, and privacy preserving into account, respectively.
Frist, in order to reduce the undesired intrusiveness, the toolkit proposes a mechanism to improve the usage experience of the participants. It sets the following default rules. First, do not disturb participants during some specific period of time. Second, do not disturb users who have recently received recommended MCSA as many times as their settings permit. Correspondingly, MCSAs generated by our tool have an interface where the parameters can be set by the participants, and the parameters are the time period that they do not want to be bothered and the maximum number of recommended applications. Second, inspired by the e-commerce system, a reputation-based approach is adopted to improve the trustworthiness of MCS participation. The organizer can give score for the contribution, based on which the participant's reputation is adjusted. The system can improve the participant selection by referring the reputation information overtime. Third, to preserve the privacy of participant, a notification will pop up in the ParAgent to clearly inform the participants of what information will be collected through the mobile phone. This step guarantees that the participants decide whether accept it or not after knowing all possible potential privacy leaks.
4. Willingness-Based Selection Algorithm
Willingness-based selection phase is to select participants who are more likely to accept a created MCSA by mining their participation history. To reach this goal, we design a case-based algorithm in this section.
There are many participant-side factors that may affect a participant's decision to undertake or decline a certain MCSA. However, the current implementation of our toolkit takes three factors (in Table 1) into consideration.
Measurable participant-side factor.
4.1. Problem Formulation
The problem is formulated as follows.
4.2. The Algorithm
We first define the concept of historical case.
Our case-based reasoning algorithm consists of following two steps.
Step 1 (case selection).
Since the influence of different participant-side factors varies from one participant to another, the algorithm first selects historical cases of participant i to compute the likelihood of a participant i to undertake task
Step 2 (likelihood measurement and participant selection).
We use
This equation is easy to understand. The more likely a participant i is to accept task
Note that different participant-side factors could have different impact on deciding the outcome, the weights of different factors have to be considered (see (3)) when calculating the distance, where
Now the key problem is how to precompute the weight
Determine the variables and target to be analyzed according to the problem.
Vary only one variable, observing and measuring the change of target.
Repeat the analysis for each variable repetitively for calculating the corresponding effect on the target.
Based on the above sensitivity analysis principle, we propose a personalized weight calculation algorithm according to our problem. Some key points of Algorithm 1 are explained as follows.
Input: Matrix A is the merging of positive and negative reference matrix of the participant i, and vector B is the corresponding feedbacks ( Output: (1) ALGORITHM BEGIN (2) float total = 0, effect = 0; (3) FOR ( (4) / ( ( (7) IF ( (8) (9) total ++; ( (11) ( ( (14) END FOR (15) END FOR (16) (17) / (18) total = 0, effect =0. (19) END FOR ( (21) //Adjust the weight to make their sum to be 1 (22) ALGORITHM END
The variables are participant-side factors, and the target is the outcome (accept/decline). Matrix
Lines 3~19 calculate the weight of a certain participant-side factor
In line 11~12,
We adjust the weight to make sure that their sum is equal to 1 (in line 20).
4.3. Strategy for Cold-Start Problem
We may encounter the cold-start problem when a participant just registered in a crowd sensing mediation platform. In this situation, the number of one's historical cases is zero and our framework knows nothing about the new participant.
We deal with the cold-start problem by leveraging the cases of other participants, because users tend to make similar decisions under similar contexts. The approach is almost similar to the personalized weight calculation algorithm but different in the following two aspects.
(1) Case Selection. In the case selection step, we select historical cases of all the other participants.
(2) General Weight Calculation. The weight calculation algorithm is almost the same as the personalized weight calculation algorithm, but the input is changed to the entire datasets (all cases from all participants). The calculated weights are referred to as the general weight, which will be used in the likelihood measurement and participant selection.
5. Demonstration and Evaluation
This section demonstrates or evaluates the effectiveness of our toolkit from the following three aspects.
First, we will demonstrate the usability of the toolkit in Section 5.1. The usability is measured by whether organizers without programming experience can create MCSA with our tool accurately within short period of time. Therefore, our demonstration answers two questions, respectively.
Second, we will demonstrate the expressiveness of the toolkit in Section 5.2. We design a tool for organizers to develop MCSA just by doing some simple settings, but we are also wondering how many applications can be developed by the tool which is an important question.
Third, since the willingness-based participation selection algorithm is an important contribution of this paper, we will evaluate its validity in Section 5.3.
5.1. Usability Demonstration
In order to evaluate the usability, we have conducted a user study consisting of following three steps.
Step 1 (developer recruitment).
We have recruited 12 volunteers acting as the role of the organizer. The selection of volunteers is based on following two criterions.
Criterion 1.
Volunteers are not required to have the experience to create software using traditional programming languages (e.g., Java, C++, and Python) and development tools.
Criterion 2.
Volunteers should be familiar with the use of smart mobile phone. Besides, they should have enough competency of learning to use new software.
Step 2 (MCSA creation).
Each volunteer is provided with a mobile phone and uses the tool to create two MCSAs in the following. The development process of each developer has been recorded for latter analysis.
Application 1: Manhole Cover Monitoring. Manhole covers are generally provided on a pedestrian or vehicle road. However, if they were stolen, the “trap” left may pose fatal damage to people living in the city. Of course, urban administrators have the responsibility to see if there is a cover lost and to fill the trap immediately for the public security. However, since the number of such administrators is limited, it is not enough by totally relying on them. Inspired by the MCS concept, administrators can develop MCSA to utilize the collective power of citizens on the roads. When citizens find a cover that was stolen, they can use this application to take photos for the missing manhole cover and upload them to the server with location tags. Then administrators can view the data and fill the missing manhole covers as soon as possible.
Application 2: Available Seats Seeking. When the final exam is approaching, it is often very difficult to find an available seat in the library or teaching building on campus. Sometimes you have to walk through a lot of rooms but in the end desperately find that there is no seat available. The use of MCS can be a good solution to this problem. You can develop MCSA by asking which classrooms have available seats, and the students currently in the classroom can answer it.
Step 3 (development process analysis).
As mentioned above, there are two aspects for the usability evaluation.
Part 1: Accuracy of the Application. We will first demonstrate how the “accurate” application looks like and how it is developed.
With our tool, Manhole Cover Monitoring application is developed by just doing some settings as follows. The SL can be left empty, because we want the application to be running all the time. The geographical coverage should be set for the whole city. The recruitment policy is set to be “presence mode.” The sensing data type is set to be photos. The user interfaces for organizers to view the uploaded data are shown in Figure 5.

The user interface of Cover Monitoring application. (a) Interface for selecting a data point. (b) Interface for viewing the data in detail.
Similarly, Available Seats Seeking application is developed by doing following settings. The SL is set to be the time the user want, say five minutes, because the organizer wants to find the seats within five minutes, otherwise he will go to find available seats by himself. The geographical coverage is be set for the whole campus. The recruitment policy is set to be “presence mode.” The sensing data type is set to be “text.” The user interfaces of this application (for both the participants and the organizers) are shown in Figure 6.

The user interface of Available Seats Seeking application. (a) the interface for participants to answer questions. (b) interface for the organizer to view the answers.
According to the applications developed by 12 volunteers, all of them have done the right settings and generate the applications with the same functionality as the accurate one. Furthermore, in latter interview, all volunteers think that the meaning of each setting is very easy to understand.
Part 2: Time Cost for Application Development. The time required to create the application with our tool was measured (see Figure 7). The average time to create an application was 4 minutes for Application 1 (Manhole Cover Monitoring) and 5.5 minutes for Application 2 (Available Seats Seeking). These results indicate that volunteers are easily able to create a mobile application, even in their first experience with the tool. According to Figure 7, we find that three volunteers (i.e., #3, #8, and #12) have relatively long development time. By further investigation, we find that these three volunteers use iPhone system in their daily life, while our tool has been implemented on the Android phone system. Thus it appears that their unfamiliarity with Android system might be reasons for their longer development time. With follow-up interviews they admit that the unfamiliarity with Android system indeed makes the development process slower.

Development time for each volunteer.
5.2. Expressiveness Demonstration
In addition to the usability of the tool, another evaluative indicator is the expressiveness. In other words, we are concerned about how many MCSAs can be developed with it and how many cannot.
We have listed 12 application examples in Table 2. After collecting those applications, we try to use our tool to build them one by one. The development result in Table 2 indicates that ten of them can be developed and only two cannot. Here when judging whether our tool can develop an application or not, we only judge whether the organizer can collect the data he wants and do not consider the data analysis process after gathering the data on the server. Therefore, the tool shows a good expressiveness for creating MCSA. The reason why our tool is not able to develop [13, 14] is that they require complex data processing in the phone-side before uploading to the server-side. However, our tool does not support for such complex and application-specific sensor data processing on the phone-side.
Some MCSA examples.
5.3. Willingness-Based Selection Algorithm Evaluation
5.3.1. Data Collection
We post a questionnaire on an online platform [33] to generate the dataset. First, we assume that there is a crowd sensing task with basic description. Then we design 15 questions, each of which ask for the outcome under different combination of participant-side factors. Second, we invite 26 volunteers (including the undergraduate, graduate students, and faculties in our institute) to respond to this questionnaire. Third, we collect all these questionnaires and generated the dataset. The generated dataset consists of
5.3.2. Experimental Methodology
After the dataset has been generated, we design a 6-round experiment to evaluate the case-based reasoning algorithm for willingness-based participant selection. The generated datasets are used both to establish the case database, which is the input of our algorithm, and as testing cases containing the ground truth. Our 6-round experiment is summarized in Table 3.
Summary of 6-round experiment.
5.3.3. Experimental Results
The willingness-based selection accuracy of each round is measured by
Since the number of selected participants (i.e., k) has impact on the selection accuracy, we conduct our 6-round experiments for 3 times by changing k from 10, 15 to 20, respectively. Hence we have completed

Selection accuracy of different rounds.
According to the observation of the results, we can draw following conclusions.
Our case-based reasoning algorithm outperforms the baseline method no matter The smaller, the bigger increase in selection accuracy of our algorithm compared to the baseline method. Compared to the 2nd, 3rd, and 4th rounds, we can see that the selection accuracy of our algorithm is improved with the increasing of the number of historical cases. The experimental result of 5th and 6th round shows that our mechanism in Section 4.3 is effective to solve the cold-start problem to some extent. Although the accuracy of 5th and 6th round is lower than the 3rd round, it still significantly outperforms the baseline method.
6. Discussion and Conclusion
This paper develops a prototype toolkit for the organizers of the MCS campaigns to create applications. Comparing with related works, it is highly configurable and suitable for many domains. Meanwhile, it enables nonprofessionals to build MCSA by doing some simple settings, which totally eliminates the requirement of programming skills. Moreover, we proposed a case-based reasoning algorithm to select participants based on the learning of their preference. The toolkit can enable the applications to be delivered to those who are more likely to accept them. The evaluation result shows that the tool has good usability and expressiveness.
However, it still has some limitations.
First, privacy preserving, which is important for MCS, has not been well considered in the current version. In this paper, we only preserve the privacy of participants without considering others who might be involved in the MCS. For example, organizers who want to help the poor may launch a campaign to call out people to take photos or videos about the lives of the poor. However, such actions are deemed illegal due to the invasion of the privacy. In the future work, we will introduce corresponding mechanisms into the tool to avoid such problems.
Second, it cannot support the creation of applications requiring complex data processing in the phone-side before uploading the information needed. Since the tool targets at organizers rather than professional software developers, we want to make the development as simple as possible by sacrificing some expressiveness. Besides, we believe that the development of MCSA should be accomplished both by professional software developers and organizers without programming experience. Professional software developers are responsible for building complex applications by other more powerful but complicated tools, while organizers create some simple ones with our toolkit.
Third, we use datasets generated by an online questionnaire, rather than real-world MCS participation history datasets, to evaluate the willingness-based participation selection algorithm. In the future, we plan to publish our prototyped toolkit onto the Android application store. If it is used by a large number of MCS participants, historical data can be accumulated with the passage of time to evaluate our participation selection mechanism.
Finally, the prototype system only provides the organizers with the capability of defining the MCS task, delivering the application, and viewing the uploading data. However, it does not include the data analysis function (e.g., statistical report and visualization), which may be very useful in some application scenarios.
Footnotes
Conflict of Interests
The authors declare that there is no conflict of interests regarding the publication of this paper.
Acknowledgment
This work is funded by the National High Technology Research and Development Program of China (863) under Grant no. 2013AA01A605.
