our third, recursive, algorithm, since this approach re-
duces the caching by definition. But many other as-
pects of this implementation have to be investigated,
in term of performance. Typically, the structure of the
set of combinations should be considered for optimiz-
ing the strategies of the computation flow. Moreover,
an incremental computation of the combinations, may
be also investigated through computation flows more
complex than map-reduce. From this viewpoint, the
reactivity of this parallel computation on possibly
complex single combinations is also a piece of per-
formance to be evaluated precisely or optimized in the
future, in regards to non-parallel approaches.
5 CONCLUSIONS
In this paper, we proposed a generic distributed
processing approach for computing belief combi-
nation rules. The approach is based on a map-
reduce paradigm, and has been implemented in
scala/SPARK. It is derived from the concept of referee
function, introduced in a previous work with the aim
of separating the definition of the combination rule
from its actual implementation. This work has been
completed by the proposal of a new recursive formal-
ism for the definition of the rules, and an improved
map-reduce generic implementation of the rules pro-
cessing. Some tests have been made for the rule of
Dubois & Prade, which illustrated this computation
improvement. More tests will be investigated in the
future. Moreover, our intention is to extend this work
to general data flow paradigms for computation.
REFERENCES
Dambreville, F. (2009). Definition of evidence fusion rules
based on referee functions, volume 3. American Re-
search Press.
Dean, J. and Ghemawat, S. (2008). Mapreduce: Simpli-
fied data processing on large clusters. Commun. ACM,
51(1):107–113.
Dempster, A. P. (1968). A generalization of bayesian infer-
ence. J. Roy. Statist. Soc., B(30):205–247.
Dubois, D. and Prade, H. (1986). On the unicity of dempster
rule of combination. International Journal of Intelli-
gent Systems, 1(2):133–142.
Florea, M., Dezert, J., Valin, P., Smarandache, F., and Jous-
selme, A. (2006). Adaptative combination rule and
proportional conflict redistribution rule for informa-
tion fusion. In COGnitive systems with Interactive
Sensors, Paris, France.
Hong, X., Ma, W., Huang, Y., Miller, P., Liu, W., and Zhou,
H. (2014). Evidence reasoning for event inference in
smart transport video surveillance for video surveil-
lance. In 8th ACM/IEEE INternational Conference on
Distributed Smart Cameras, Prague, Czech Republic.
Lefevre, E., Colot, O., and Vannoorenberghe, P. (2002). Be-
lief functions combination and conflict management.
Information Fusion Journal, 3(2):149–162.
Liu, W., Miller, P., Ma, J., and Yan, W. (2009). Challenges
of distributed intelligent surveillance system with het-
erogenous information. In Workshop on Quantita-
tive Risk Analysis for Security Applications, Pasadena,
California.
Martin, A. and Osswald, C. (2007). Toward a combination
rule to deal with partial conflict and specificity in be-
lief functions theory. In International Conference on
Information Fusion, Q
´
ebec, Canada.
Shafer, G. (1976). A mathematical theory of evidence.
Princeton University Press.
Smarandache, F. and Dezert, J. (2005). Information fu-
sion based on new proportional conflict redistribution
rules. In International Conference on Information Fu-
sion, Philadelphia, USA.
Smets, P. (1990). The combination of evidences in the trans-
ferable belief model. IEEE Transactions on Pattern
Analysis and Machine Intelligence, 12(5):447–458.
Zaharia, M., Chowdhury, M., Franklin, M., Shenker, S.,
and Stoica, I. (2010). Spark: Cluster computing with
working sets. In Proceedings of 2nd USENIX Con-
ference on Hot Topics in Cloud Computing, Berkeley,
CA USA.
Zhou, K., Martin, A., and Pan, Q. (2015a). A similarity-
based community detection method with multiple pro-
totype representation. Physica A: Statistical Mechan-
ics and its Applications, 438:519–531.
Zhou, K., Martin, A., Pan, Q., and Liu, Z. (2015b). Me-
dian evidential c-means algorithm and its application
to community detection. Knowledge-Based Systems,
74:69–88.
APPENDIX
A Dubois & Prade Rule
Dubois and Prade refined the conjunctive rule by re-
distributing disjunctively the conflict:
m
1
⊕
DP
m
2
(X) =
∑
Y
1
,Y
2
:
n
Y
1
∩Y
2
6=
/
0
Y
1
∩Y
2
=X
m
1
(Y
1
)m
2
(Y
2
)
+
∑
Y
1
,Y
2
:
n
Y
1
∩Y
2
=
/
0
Y
1
∪Y
2
=X
m
1
(Y
1
)m
2
(Y
2
) .
Map-reduce Implementation of Belief Combination Rules
149