Understanding of the organization of animal societies often requires knowledge of the identity of group members and their spatial location. We propose an original experimental design to track automatically the position of individuals using radio frequency identification technology (RFID). Ants equipped with passive transponders were detected by a reader mounted on a mobile arm moving across the nest surface. We developed an algorithm to accurately extract the positions of individuals moving in two dimensions. Our method was validated on synthetic test cases and then used for characterization of the spatial distribution of ants within nests. This approach provides an amenable system for monitoring large populations of individuals over long periods of time.

In a wide variety of contexts and across several taxa, knowledge of the identity and spatial location of individuals is crucial for understanding the organization of animal groups. In arthropods, external marking techniques – such as the use of numbered tags (Monnin and Peeters, 1999), dots of paints (Sendova-Franks and Franks, 1993) or wire loops tied around body parts (Mirenda and Vinson, 1979) – are routinely used to individually tag animals within groups. Alternatively, the position of individuals within groups can be automatically extracted from digitalized pictures, but at the cost of losing identity (Cole and Cheshire, 1996). The knowledge of both identity and position usually requires photographing nests of marked animals and analyzing pictures afterwards. These processes are fastidious and slow down the survey of large groups of individuals over long periods of time. Commercial software can automatically track the positions of several individuals. However, this method usually requires light, which prevents monitoring animal activity in total darkness and is inefficient when individuals enter dark places (e.g. nests). Radio frequency identification (RFID) technology represents a powerful alternative. Animals can be equipped with passive tags consisting of an antenna and a semi-conductor chip. The power required for reading the unique identification number of each tag is provided by an external device. Passive tags are of particular interest because of their miniaturized size and their virtually infinite operational life (Want, 2006). This technology has been successfully employed in different taxa (Molet et al., 2008; Robinson et al., 2009; Sumner et al., 2007). In these studies, however, the reader was immobile and the identity of an individual was read whenever it passed underneath the reader or through a circular antenna. Although this methodology can provide valuable information on activity levels or foraging rate, it does not accurately inform on the spatial location of individuals. To overcome this limitation, an option is to use as many readers as spatial domains of interest but this method can quickly become expensive due to the cost of a reader.

We propose an alternative solution that consists of mounting an RFID reader on a mobile arm moving along two orthogonal axes to scan the domain of interest. We developed an algorithm to extract the position of the ant and to discriminate multiple detections of a motionless individual from a true displacement. As a case study, we studied the spatial distribution and mapped the network of social interactions in the ant Odontomachus hastatus.

Animals

We used one colony of the ant Odontomachus hastatus Fabricius, containing one queen, 55 workers and brood (eggs, larvae and pupae) collected in French Guiana in February 2009. These ants form colonies comprising up to a few hundred monomorphic workers (worker length, 1.5 mm). During the experiment, ants were introduced into an experimental set-up (see below) placed in a climate room (25°C; 40% RH) under a 12 h:12 h light:dark cycle. The colony was surveyed for seven consecutive days and fed twice a week with live house flies (Lucilia sericata) and vitamin-enriched food (Dussutour and Simpson, 2008).

Experimental set-up

RFID tags and reader were purchased from Lutronic (http://www.nonatec.net). The tags were encapsulated in resin, were 6 mm long and weighed ∼6 mg (about one-third of the mass of an ant). The frequency of RFID is 13.56 MHz. Tags were glued onto the thorax of each ant, including the queen, with Superglue©. Tagged ants were gently introduced into the foraging area of an artificial nest (height=1 cm, width=18 cm, length=24 cm), which was divided with a plastic strip into two compartments (Fig. 1). Each compartment was covered with a transparent plastic plate to prevent ants from escaping. One compartment (18 cm×12 cm) formed the foraging area. This area was connected to the second compartment (18 cm×12 cm), which was further partitioned into two interconnecting chambers (inner nest chamber and hall nest chamber) covered with a red film filter (Fire #19; Rosco, London, UK). The floor of all compartments was covered with plaster, and a layer of moistened dirt was added.

Fig. 1.

Experimental set-up to scan nests of ants equipped with RFID tags. The reader was piloted by a microcontroller and moved along two orthogonal axes above the nest surface. The inset shows the course of the reader. Circles: detection field of the reader (not to scale). The forward (dotted line) and backward (solid line) paths followed by the reader are slightly shifted for illustrative purposes.

Fig. 1.

Experimental set-up to scan nests of ants equipped with RFID tags. The reader was piloted by a microcontroller and moved along two orthogonal axes above the nest surface. The inset shows the course of the reader. Circles: detection field of the reader (not to scale). The forward (dotted line) and backward (solid line) paths followed by the reader are slightly shifted for illustrative purposes.

RFID scanner

The detection field of the RFID reader was 35 mm, and the reading distance was approximately 1 cm. An apparatus, hereafter referred to as RFID scanner, was specifically designed to move the reader across the surface of the nest. The reader is cylindrical in shape (18 cm×3.5 cm) and was mounted on a device moving on a rail along the x-axis. This rail can move independently on a second rail along the y-axis. Movements along each rail were driven by stepper motors (TECO Electric & Machinery Co. Ltd, Taipei, Taiwan) piloted by a microcontroller (Microchip Technology Inc., Chandler, AZ, USA) via motor drivers (STMicroelectronics, Geneva, Switzerland). The step displacement along the x-axis was chosen to allow an overlap of the detection field of the reader (Fig. 1). For each detection of a tag, the mobile arm stopped for a duration of 35 ms, which corresponds to the time required for sending information to the computer. Each scan (i.e. forward and backward path of the reader) lasted ∼500 s (∼1200 scans/week).

Detection algorithm and extraction of each ant's positions

When the reader detected a tag, the microcontroller sent its number, the spatial coordinates of the reader and the time to a computer. Tags were rarely associated with a unique location but were detected several times during each scan. Multiple detections resulted either from the displacement of the reader above a motionless ant and the overlap of the reader detection field or from the true displacement of an individual between distinct locations (supplementary material Fig. S1). We developed an algorithm to discriminate both situations and to extract the spatial coordinates of each individual.

We aimed to extract each ant's position (Xn) from a series of M discrete reader positions (Rm) obtained at time tRm. This corresponds to a multidimensional optimization problem, i.e. the maximization of the non-linear function SR(Xn) (Eqn A10 in  Appendix) in a 2N dimension space, where N is the number of positions of the ant during a scan (i.e. forward and backward path). SR(Xn) is the number of detections associated with at least one ant's position. To determine the number of positions, we solved Eqn A10 for values of N ranging from 1 to Nmax. Put simply, the algorithm aims to maximize the number of detections within a circle of radius L. One position is randomly drawn from M (X1=Rm, with mϵ[1,M]), and SR(Xn) (Eqn A10) was maximized. If SR(Xn)≥M, the extraction of a position was successful. If not, a supplementary position was randomly drawn from M (XN=Rm, with mϵ[1,M]), and SR(Xn) was maximized. This algorithm was applied successively for each tag and across scans.

All the computations were done using R statistical software (http://www.R-project.org).

Fig. 2.

Validation of the algorithm of position reconstruction for theoretical test cases. (A) Asterisks show detections drawn randomly within a radius L of a position Xe (black circle) either uniformly (i) or along the paths followed by the reader (indicated by broken lines) (ii). (B) Mean distance error as a function of the number of detections, M, drawn randomly, either uniformly (circles, n=5000) or along the paths followed by the reader (squares, n=5000).

Fig. 2.

Validation of the algorithm of position reconstruction for theoretical test cases. (A) Asterisks show detections drawn randomly within a radius L of a position Xe (black circle) either uniformly (i) or along the paths followed by the reader (indicated by broken lines) (ii). (B) Mean distance error as a function of the number of detections, M, drawn randomly, either uniformly (circles, n=5000) or along the paths followed by the reader (squares, n=5000).

Validation of the algorithm for position reconstruction

We considered two theoretical test cases to assess the performance of the algorithm to reconstruct positions. A position, Xe, was randomly sampled in the domain, and M positions (Rm) were randomly drawn within a radius L of Xe either uniformly or along the paths followed by the reader (Fig. 2A). The mean distance between the exact and reconstructed positions of Xe was used to estimate the performance of the algorithm. We determined the mean Euclidean distance error (n=5000) as a function of M (Fig. 2B). For the first case, the error converges uniformly to zero with increasing M. This demonstrates that the algorithm can precisely reconstruct the position. For the second case, the error reached a plateau value of 0.3L. This asymptotic behaviour results from the constraints imposed by the path followed by the reader, which reduces the spatial resolution. In our experiments (see below), the length 0.3L=4.5 mm was smaller than the size of an ant; the algorithm was thus sufficiently accurate to locate ants within the domain.

We assessed the performance of the algorithm for discriminating positions of moving ants. Two positions, X1 and X2, separated by a constant distance, were randomly drawn within the domain. A number of detections, M1 and M2, were sampled randomly either uniformly or along the paths followed by the reader within a radius L of X1 and X2, respectively (Fig. 3A,B). Theoretically, the algorithm should discriminate both positions if there exists at least two detections that satisfy the condition ∥RiRj∥>2L. We calculated a discrimination rate as the proportion of cases where the algorithm discriminates both positions accurately (Fig. 3C,D). As expected, the discrimination rate increased with the number of detections, M, for each position and with the distance between positions. In addition, the algorithm discrimination rate closely matches the theoretical prediction (broken lines, Fig. 3C,D). This means that the algorithm can satisfactorily distinguish discrete positions of a mobile individual.

Fig. 3.

(A,B) Theoretical examples where the distance between the detections associated with positions X1 and X2 was smaller (A) and greater (B) than 2L (detection field of the reader). Asterisks show detections associated with the positions X1 and X2; broken lines show the path of the reader; circles show the detection field of the reader. (C,D) Mean discrimination rate as a function of the distance between two positions, X1 and X2. The number of detections, M, was set to 1 and/or 10 for each position, X1 and X2 (n=5000). The broken lines represent the theoretical optimal detection rate (i.e. the probability of having ∥R1R2∥>2L).

Fig. 3.

(A,B) Theoretical examples where the distance between the detections associated with positions X1 and X2 was smaller (A) and greater (B) than 2L (detection field of the reader). Asterisks show detections associated with the positions X1 and X2; broken lines show the path of the reader; circles show the detection field of the reader. (C,D) Mean discrimination rate as a function of the distance between two positions, X1 and X2. The number of detections, M, was set to 1 and/or 10 for each position, X1 and X2 (n=5000). The broken lines represent the theoretical optimal detection rate (i.e. the probability of having ∥R1R2∥>2L).

Application of the algorithm for position reconstruction in ants

We assessed the efficiency of detection as the number of detections for each tag divided by the total number of scans (1200 scans). Across tags, the median efficiency equalled 0.97 (1st quartile=0.95; 3rd quartile=0.99). This indicates that tags were detected at almost every scan. We then determined the number of distinct positions extracted for each tag during each scan and calculated the distance between the two furthest locations when multiple positions occurred (i.e. true displacement). The median number of detections for each tag was six (1st quartile=3, 3rd quartile=9). This indicates that, on average, each position was reconstructed from six detections. On average, a unique ant's position was extracted in 50% of cases. Two positions (i.e. true displacement) were obtained for 35% of ants, and 14% had three or more positions (supplementary material Fig. S2). When two positions were obtained, the average distance equalled 4.3 cm (supplementary material Fig. S2).

Spatial distribution in ant colonies and social network

We used the coordinates of each ant to examine how colony members were spatially distributed in the experimental set-up. Fig. 4 shows representative patterns obtained for three workers. Qualitatively, some individuals displayed a fidelity to spatial zones and remained mostly in the foraging area or in the nest. By contrast, some ants were mobile and shared their time more evenly between both zones. From the positions of individuals, we mapped the network of social interactions among ants. We considered that two individuals were interacting if their inter-individual distance was ≤14 mm. We considered all possible pairs of ants and determined whether they met the distance criterion to build an adjacency matrix of interactions. The network obtained is highly connected, with an average degree of 26, indicating that ants were directly interacting with half of the colony (Fig. 5).

Fig. 4.

Individual density plots of three workers within the experimental set-up. The dotted line represents the limit between the nest and the foraging area. The surface of the experimental set-up was discretized in 900 bins of 0.06 m×0.08 m. The color scale gives the number of times an ant was detected in each bin.

Fig. 4.

Individual density plots of three workers within the experimental set-up. The dotted line represents the limit between the nest and the foraging area. The surface of the experimental set-up was discretized in 900 bins of 0.06 m×0.08 m. The color scale gives the number of times an ant was detected in each bin.

In this study, we proposed an original design to track the position of ants within groups. Individuals equipped with RFID passive transponders were detected by a reader mounted on a mobile arm moving across the nest surface. We developed an algorithm for extracting the positions of each ant, which was first validated on theoretical test cases and then used for characterizing the spatial distribution of individuals within nests. In our system, the temporal and spatial resolution allowed the characterization of spatial patterns in ant colonies and the ability to build a network of social interactions among ants. This system provides a valuable tool for addressing several questions including the influence of colony size on the rate of social interactions or the impact of variations in environmental conditions on task allocation. These issues are currently under investigation.

Fig. 5.

Network of social interactions in a colony of 55 workers and the queen of the ant Odontomachus hastatus. The nodes are distributed along the x-axis as a function of the proportion spent by ants in the foraging area and randomly distributed along the y-axis. The queen is indicated by the red circle.

Fig. 5.

Network of social interactions in a colony of 55 workers and the queen of the ant Odontomachus hastatus. The nodes are distributed along the x-axis as a function of the proportion spent by ants in the foraging area and randomly distributed along the y-axis. The queen is indicated by the red circle.

Our methodology can easily be adapted to any system where individuals evolve in two dimensions. Depending on biological models, there is no restriction in enlarging the size of the domains to monitor and changing the frequency of scanning. The number of readers can also be augmented and/or the overlap of their detection field increased to improve spatial resolution. Finally, the speed of the mobile arm can be boosted to enhance temporal resolution. Our system, which is suitable for organisms of reduced size, offers a promising method for collecting automatically large amounts of data relative to the identity and spatial positions of individuals.

APPENDIX

Problem statement

In a continuum point of view, the form of the distribution function of measurements r(x, t) during one scan is:
(A1)
where Rm is the position vector of the reader, tRm is the time at which the tag is detected, M is the number of detections of an ant during one scan and δ stands for the Dirac function. Multiple detections can occur for two reasons. First, the reader can detect a motionless tag at a distance L. Second, an ant can move within the domain and can be detected in distinct locations (supplementary material Fig. S1). The algorithm should discriminate both origins.
The distribution function of ant positions f(x, t) is defined such that f(x, t)=1 if the ant is present at position x at time t and null elsewhere. We define the detection field (i.e. the area where an ant can be detected) by a space filtering of f(x, t):
(A2)
where GL (x′) is a top hat filter in physical space:
(A3)
We introduce the scalar function:
(A4)
The value of SR(f) varies, by construction, between 0 and M. For SR(f)=M, all detections are associated with ant position.
The process of detection consists of finding the function f(x, t) that maximizes SR(f). To achieve this, some assumptions on the form of f(x, t) are needed. Assuming that during one scan an ant occupies successively N discrete positions, Xn, and instantaneously changes position at time tn, the distribution function of ant positions is:
(A5)
where H(t) is the Heaviside step function. Using this model, equation A4 reduces to:
(A6)
With (Rm, tRm) given, the process of position extraction consists of finding the minimum number N of points, (Xn, tn)n=1,N, that maximize SR. The problem then reduces to an optimization problem in 3N dimensions, the number of ant discrete positions N being unknown.

Numerical implementation

Due to the large number of dimensions and the discontinuous nature of Eqn A6, resolving the optimization problem needs specific tools and can be numerically expensive. For simplicity, we used two approximations.

First, we reduce the dimension number. By construction, each measure (Rm, tRm) can only be associated with a single ant position (Xn, tn). We use this property to discard time dimension from Eqn A6:
(A7)
where the function TR,X(m, n) ensures that each detection contributs once to SR(Xn) and is defined by:
(A8)
The dimension number of the problem is then reduced from 3N to 2N.
Second, we replace the discontinuous Heaviside functions H(x) by the hyperbolic tangents function, introducing a numerical smoothing parameter, s. According to numerical tests (not presented here), the smoothing parameter s is set to s=L/15:
(A9)
Finally, the continuous IR2N→IR function to maximize for determining the positions (Xn) of an ant is given by:
(A10)

This optimization problem, Eqn A10, is solved in two steps: a stochastic global optimization method (Belisle, 1992) coupled with an ad hoc resampling process followed by a simplex algorithm method (Nelder and Mead, 1965). Eqn A10 is used to test the convergence of the algorithm for position reconstruction.

     
  • L

    radius of the detection field of the reader

  •  
  • m

    integer varying from 1 to M

  •  
  • M

    the number of detections of an ant during one scan

  •  
  • n

    integer varying from 1 to N

  •  
  • N

    number of positions of the ant during a scan

  •  
  • Rm

    position vector (X- and Y-coordinates) of the reader for the detection m

  •  
  • SR(Xn)

    number of detections associated with ant position Xn

  •  
  • tRm

    time at which the tag was detected

  •  
  • Xn

    position vector of the ant

Belisle
C. J. P.
(
1992
).
Convergence theorems for a class of simulated annealing algorithms on Rd
.
J. Appl. Prob.
29
,
885
-
895
.
Cole
B. J.
,
Cheshire
D.
(
1996
).
Mobile cellular automata models of ant behavior: movement activity of Leptothorax allardycei
.
Am. Nat.
148
,
1
-
15
.
Dussutour
A.
,
Simpson
S. J.
(
2008
).
Description of a simple synthetic diet for studying nutritional responses in ants
.
Insect Soc.
55
,
329
-
333
.
Mirenda
J. T.
,
Vinson
S. B.
(
1979
).
Marking technique for adults of the red imported fire ant (Hymenoptera, Formicidae)
.
Fla. Entomol
,
62
,
279
-
281
.
Molet
M.
,
Chittka
L.
,
Stelzer
R. J.
,
Streit
S.
,
Raine
N. E.
(
2008
).
Colony nutritional status modulates worker responses to foraging recruitment pheromone in the bumblebee Bombus terrestris
.
Behav. Ecol. Sociobiol
,
62
,
1919
-
1926
.
Monnin
T.
,
Peeters
C.
(
1999
).
Dominance hierarchy and reproductive conflicts among subordinates in a monogynous queenless ant
.
Behav. Ecol.
10
,
323
-
332
.
Nelder
J. C.
,
Mead
R.
(
1965
).
A simplex algorithm for function minimization
.
Comput. J.
7
,
308
-
313
.
Robinson
E. J. H.
,
Richardson
T. O.
,
Sendova-Franks
A. B.
,
Feinerman
O.
,
Franks
N. R.
(
2009
).
Radio tagging reveals the roles of corpulence, experience and social information in ant decision making
.
Behav. Ecol. Sociobiol
,
63
,
627
-
636
.
Sendova-Franks
A.
,
Franks
N. R.
(
1993
).
Task allocation in ant colonies within variable environments (a study of temporal polyethism: experimental)
.
Bull. Math. Biol.
55
,
75
-
96
.
Sumner
S.
,
Lucas
E.
,
Barker
J.
,
Isaac
N.
(
2007
).
Radio-tagging technology reveals extreme nest-drifting behavior in a eusocial insect
.
Curr. Biol.
17
,
140
-
145
.
Want
R.
(
2006
).
An introduction to RFID technology
.
IEEE. Pervasive. Comput.
5
,
25
-
33
.