ConceptioArchivearXiv CS
arXiv CSopen access

Quality over Quantity: Value-Driven Distributed Congestion Control for the Collective Perception Service

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
distributedsystemsprotocols
networking, internet, protocols, distributed systems

Quality over Quantity: Value-Driven Distributed Congestion Control for the Collective Perception Service

arXiv:2607.18495v1 [cs.NI] 20 Jul 2026

Tengfei Lyu1 , Florian A. Schiegg2 , Md Noor-A-Rahim1 , Dirk Pesch1 , Aisling O’Driscoll1 1 nasc Research, School of Computer Science & IT, University College Cork, Ireland. 2 Corporate Research, Robert Bosch GmbH, Germany. Email: [email protected] , {md.noorarahim, dirk.pesch, aisling.odriscoll}@ucc.ie1 , [email protected]

Abstract—The Collective Perception Service (CPS) enables Intelligent Transport System Stations (ITS-S’) to exchange sensed information about surrounding objects and regions. However, the frequent transmission of Collective Perception Messages (CPMs), together with their highly variable size, can lead to severe channel congestion in dense environments. Existing Facilities layer Decentralised Congestion Control (DCC FAC) mechanisms improve upon content-agnostic schemes by prioritising highervalue objects and regions within the allocated Facilities layer bit budget. Nevertheless, current quantity based content selection mechanisms remain limited in heterogeneous environments, where the amount of perception data and the distribution of it’s Value of Information (VoI) scores can vary significantly across ITS-S’ and over time. This paper proposes a DCC FAC quality content selector based on adaptive VoI thresholding. This threshold ensures that limited radio resources are utilised in a more meaningful way to better prioritise the transmission of high VoI perception content. The proposed method is evaluated against the ETSI DCC FAC quantity content selector in a controlled CPM/VoI simulation environment under homogeneous and heterogeneous network knowledge, and under low, medium, and high channel loads. The results show that selection based on the adaptive VoI threshold consistently retains higher network transmitted VoI, especially under heterogeneous perception knowledge. Index Terms—Collective Perception Service (CPS); Distributed Congestion Control (DCC); Value of Information (VoI); V2X, Sensor Data Sharing.

I. I NTRODUCTION The Collective Perception Service as specified by the European Telecommunications Standards Institute (ETSI) [1], improves the awareness of vehicles and infrastructure by allowing them to share information on sensed obstacles, other road users and their perceived regions. This shared view can support safer driving, smoother traffic flow, and better control decisions. However, it has been shown in [2] that CPMs incur high radio resource demands due to their frequent transmission and highly variable packet sizes, especially when optional fields are enabled. At the same time, real-world tests have also shown that CPM traffic can become very high in dense scenarios, leading to serious channel congestion [3]. Given limited dedicated ITS spectrum in the 5.9 GHz band, this motivates the need for congestion control measures that ensure prioritised transmission of highly relevant CPM perception

content i.e. objects and regions, while maintaining channel stability. To address this, ETSI defined the legacy Decentralised Congestion Control (DCC) architecture [4], in which congestioncontrol functions can operate across multiple layers of the ITS protocol stack. The most established mechanisms are located at the Access layer, where channel load is controlled through transmission power, transmission rate, or data-rate adaptation based on the estimated Channel Busy Ratio (CBR). Such content-agnostic DCC mechanisms have been well studied and are known to have recognised limitations [5], [6], [7], [8]. More recently, ETSI Release 2 has highlighted the need for Facilities layer resource management (DCC FAC) that allows services to adapt their message generation to the currently available communication resources [9], [10], [11]. In this context, ETSI DCC FAC supports Value of Information (VoI) based content selection within the CPS, respecting specified resource limits. Specifically, in a recent technical study [11], a quantity based ETSI DCC FAC content selector is considered. Candidate objects and regions are ranked in descending VoI order and included for CPM assembly until the allocated Facilities layer bit budget is exhausted. While this performs better than traditional content-agnostic DCC mechanisms, it implicitly assumes homogeneity, i.e that all stations sense broadly similar numbers of objects/regions with comparable distribution of VoI scores across Intelligent Transportation System Stations (ITS-S’) or over time. However heterogeneous network knowledge is more commonplace. Between decentralised ITS-S’, the distribution of VoI is inherently heterogeneous across both space and time. Differences in sensing capabilities, viewpoints, occlusion conditions, traffic context, and prior knowledge lead to significant variation in perception content value across ITS-S’. The implementation of the VoI function will also impact the distribution of the VoI values over time which requires further study. Consequently, equal resource allocation does not guarantee the dissemination of equally valuable CPM content. These observations highlight the need for DCC mechanisms that not only mitigate channel congestion but also explicitly prioritise resource allocation for ITS-S’ with high-VoI content,

particularly under heterogeneous network knowledge. This paper addresses this with the following contributions: A DCC FAC quality content selector is proposed based on adaptive VoI thresholding. Starting from the provided Facilities layer resource budget, the proposed method dynamically adjusts the admissible VoI threshold so that content inclusion becomes more selective under congestion and less selective when channel conditions allow. • A comparative evaluation is conducted against the ETSI DCC FAC quantity content selector in a controlled CPM/VoI simulation environment with homogeneous and heterogeneous network knowledge.

DENS 1.CAS Generate FCP 2.1.Read FCL, FCP calculates max Generate CPS 2.bytes FCL, FCP calculates max 1.Read Generate 3. Generate CPM calculates within max bits 2.bytes Read FCL, limit 3.resource CPM 3.Generate Generate CPMwithin within resource limit resource limit

The results show that the proposed method improves the overall network transmitted VoI in all settings, with moderate gains under homogeneous knowledge and substantially larger gains under heterogeneous knowledge. The remainder of this paper is organised as follows. Section II reviews the relevant state-of-the-art DCC mechanisms, including recent value-based approaches. Section III motivates and presents the proposed value-based DCC quality selector with adaptive VoI thresholding. Section IV describes the simulation environment and utilised models, with Section V highlighting the performance benefits of the proposed approach. Section VI concludes the paper and outlines directions for future work. II. S TATE OF THE A RT IN D ECENTRALISED C ONGESTION C ONTROL In this section, we review the most pertinent DCC mechanisms that form the benchmark for our study, both in standards and in the academic literature, and motivate the need for advanced value-based schemes. A. ETSI DCC Access Historically, the ETSI DCC Access layer has regulated channel load through three main approaches [12]: Transmission Power Control (TPC), Transmission Rate Control (TRC), and Transmission Data Rate Control (TDC). TRC, which is most commonly employed, adapts the temporal rate at which messages are sent, typically by increasing the minimum interval between consecutive transmissions under congestion. Two variants exist: Reactive DCC (R-DCC) and Adaptive DCC (A-DCC) [12]. R-DCC follows a rule-based design in which measured CBR ranges are mapped to different minimum intertransmission intervals, i.e. higher measured CBR leads to a more restrictive message rate. In response to known R-DCC limitations, A-DCC employs a continuous linear-feedback controller derived from LIMERIC [5], and updates the allowed channel occupancy of each ITS-S according to the difference between the measured and target CBR [5]. Each ITS-S j maintains a δj (t) ∈ [0, 1], representing the fraction of the channel resources that it is allowed to use at time t. Every 200 ms, A-DCC updates δj (t) as:  δj (t) = (1 − α) δj (t − 1) + β CBRtarget − CBRITS−S (t − 1) (1)

4

DENM Resource CAM limits must be obeyed. - Resource Header limits must be obeyed. CPM - SIC -Resource Header limits must be obeyed. - PRC - SIC - Header - POC - PRC - SIC - POC - PRC - POC

FCL (Functional Configur ation L imits) - Number of Channels - Resource limit = Y bits/s - etc.

3

1

FCP(Functional Configur ation Profile) FCP sent at activation / major profile change - Preferred Channel - Resource request = X bits/s - Expected message size - etc.

Resource M anagement BM E 1. Monitors channel 2. Generate FCL (Based on CLR)

2

5

M HE 1. Monitor Messages 2. Decides whether to pass downwards

CL R(Channel-L oad Ratio) (200ms)

Access-layer

Fig. 1: The ETSI DCC Facilities layer (DCC-FAC) Architecture defined in [9], [10] including the recent extensions for Resource Management [11]. where α ∈ (0, 1) is a smoothing factor, β > 0 is the adaptation gain, and CBRtarget is the target CBR. If the measured CBR exceeds the target, δj (t) is reduced; otherwise, it increases. The resulting channel-occupancy allowance is then enforced through the corresponding inter-transmission interval. B. ETSI DCC FAC - Reference Architecture Shaping traffic only at the Access layer is insufficient when multiple ITS services coexist and compete for the same channel resources [13], [14], nor does it account for the actual service payload. For this reason, ETSI introduced Decentralised Congestion Control at the Facilities layer (DCC FAC), which operates closer to the services and controls how much traffic each service is allowed to inject into the lower layers. The first ETSI specification of the DCC FAC entity was given in TS 103 141 V2.1.1 [9]. This was followed by TS 103 141 V2.2.1 [10], which placed the functionality within the Release 2 MCO/FAC framework and explicitly described the operation of the Bandwidth Management Entity (BME), including the generation of Functional Configuration Profiles (FCPs), the use of lower-layer status information such as the Channel Load Ratio (CLR), and the derivation of Functional Configuration Limits (FCLs) for each service [10]. More recently, ETSI proposed a Resource Management component in TR 104 073 [11] including the BME and the Message Handling Entity (MHE). Fig. 1 illustrates this updated architecture. Individual ITS services such as the CPS, Cooperative Awareness Service (CAS), and Decentralised Environmental Notification Service (DENS) generate FCPs, which describe their preferred channel, their requested resources in bit/s, and their expected message characteristics (label 1 in Fig. 1). The FAC layer BME continuously monitors the access layer channel load deriving a CLR every 200 ms (label 2 ). Based on the current CLR and the set of FCPs, the BME computes the available communication resources and generates per-service FCLs (label 3 ). These FCLs translate the internally computed control state into parameters that are understandable by the V2X services, such as a per-channel resource limit in bit/s

or an equivalent message generation interval. Each service then uses its FCL as the input to its own message-generation process (label 4 ). The resulting messages are passed to the MHE, which checks whether the observed traffic complies with the current FCLs and forwards only compliant messages to the lower layers, while non-compliant messages are delayed or suppressed according to the Resource Management policy (label 5 ). C. Value based DCC - Standards & Literature In contrast to the significant body of literature studying Access layer congestion control, there are limited studies evaluating value-based DCC FAC mechanisms. A first step is provided by the ETSI DCC FAC quantity content selector [1], [9], [10]. Each perceived object or region is assumed to have a VoI score, with the function to derive these yet to be defined. Once the CPS receives its current FCL, it converts the corresponding resource allowance into a per-message bit budget, ranks content in descending VoI and inserts it into the CPM until the allocated Facilities layer bit budget is exhausted. Hence, the ETSI DCC FAC quantity content selector introduces a basic form of content awareness, since higherVoI objects and regions are preferred over lower-VoI ones. However, it does not preferentially allow for the transmission of higher VoI content across ITS-S’. A more explicit value-based approach was proposed by Wolff et al. in [15]. Each ITS-S is assigned a resource budget for the next duty cycle according to the VoI contribution of the objects it transmitted during the previous cycle, relative to the total VoI observed in received CPMs. A fixed VoI threshold is first applied so that only sufficiently valuable objects contribute to the budget calculation, and the resulting budget is then used for subsequent transmission decisions. This is an important step beyond the ETSI DCC FAC quantity content selector because it not only prioritises objects within a given CPM budget, but also attempts to redistribute channel resources according to content value. Nevertheless, several limitations remain. First, the fixed VoI threshold cannot adapt its selectivity to changing channel conditions. Second, the mechanism is sensitive to parameter choices and smoothingwindow effects. Third, the budget update introduces a temporal lag: an ITS-S that contributed high-VoI objects in one duty cycle may not necessarily observe equally valuable objects in the next, which can lead to temporary over-allocation of resources and inefficient channel use. Most recently, Sepulcre et al. [16] adapted a weighted LIMERIC based approach [6] operating in the BME, in which ITS-S’ are assigned different β values so that their allowable transmission rates become proportional to predefined weights. The premise is that rather than attempting equal resource allocation amongst ITS-S’, nodes that have higher communication demands (on the assumption of better sensing capabilities) are assigned larger β values and therefore converge to larger resource shares. This is an important step towards a VoI based quality controller at the Facilities layer BME, but it also highlights a limitation that is particularly relevant for collective

perception: in dynamic traffic environments, a vehicle or ITS-S with enhanced sensed capabilities does not necessarily observe a large number of valuable objects consistently over time. Due to mobility, occlusion, and scene evolution, prioritising resources only at the node level may still allocate additional resources when the actual sensed content set is temporarily of limited value, thereby potentially leading to inefficient resource usage. It is preferable to prioritise resource usage based on the observed distribution of VoI values, not at a node level. III. P ROPOSED FACILITIES L AYER DCC VO I Q UALITY C ONTENT S ELECTOR This paper proposes a value based quality content selector that improves how the available service layer CPM budget is used under congestion by prioritising higher-VoI content through an adaptive VoI threshold. Unlike a quantity based content selector, the proposed method does not simply try to include as much high-ranked content as possible under the current allocated Facilities layer bit budget, i.e. striving for equal channel access across all ITS-S’, but rather it optimises for the network transmitted VoI, i.e. maximising the collective perceptual awareness. A. Value-driven Quality Congestion Control The proposed value based quality content selector adapts how selective an ITS-S is when selecting content to include in the CPM. Only content (objects or regions) whose value is sufficiently high remains eligible for transmission under congested channel conditions. To motivate this, consider Fig. 2, which provides an illustrative comparison of three DCC approaches on three ITS-S’ at a single time point. Each horizontal line corresponds to one CPM generation event at time t on a given ITS-S. The green circle (H) represents the fixed CPM overhead, blue circles denote an object or region included in the CPM, and the number inside each circle indicates the content’s VoI, with contents ordered from high to low. Red circles represent content that is excluded as it cannot be transmitted under the currently allocated Facilities layer bit budget. In Fig. 2a, a content-agnostic control approach such as A-DCC may suppress an entire CPM when the message exceeds the admissible load, even if it contains some high-VoI content. This illustrates the limitation of regulating congestion solely at the message level. Although such an approach can reduce channel load, it may discard useful high value perceptual content together with less useful objects and regions. In Fig. 2b, the ETSI DCC FAC quantity selector improves upon this by explicitly considering content value. It ranks and selects content in descending VoI order until the CPM budget is exhausted. This avoids dropping the full message when at least part of the content can still be transmitted. However, it has no mechanism to adapt its selectivity when a perceived content set on ITS-S i becomes dense with lowvalue perceptual information, while high value content on ITSS j might be omitted. In contrast, the proposed quality selector

Allocated Facilities Layer Bit Budget

H

0.82

0.69

0.53

0.48

0.43

0.41

0.36

0.12

H

0.91

0.72

0.56

0.39

0.39

0.21

0.12

0.10

H

0.95

0.68

0.59

0.49

0.44

0.31

0.15

0.07

0.09

0.03

0.01

H

0.82

0.69

0.53

0.48

0.43

0.41

0.36

0.12

H

0.91

0.72

0.56

0.39

0.39

0.21

0.12

0.10

H

0.95

0.68

0.59

0.49

0.44

0.31

0.15

0.07

0.09

Facilities Layer Bit Budget

Adaptive VoI threshold

Facilities Layer Bit Budget

Adaptive VoI threshold

0.03

0.01

H

0.82

0.69

0.53

0.48

0.43

0.41

0.36

0.12

H

0.91

0.72

0.56

0.39

0.39

0.21

0.12

0.10

H

0.95

0.68

0.59

0.49

0.44

0.31

0.15

0.07

0.09

0.03

0.01

? = 69.23% (7.65)

? = 90.49% (10.00)

? = 91.85% (10.15)

(a) Traditional content-agnostic control

(b) ETSI DCC FAC quantity content selector

(c) Proposed DCC FAC quality content selector

P Fig. 2: Network Transmitted VoI ( ) of three DCC approaches under homogeneous network knowledge, where the number of perceived objects/regions and the overall VoI distribution are statistically similar across ITS-S’.

H

0.82 0.69 0.53 0.48 0.43 0.41

0.36 0.12 0.09

H

0.82

0.69

0.53

0.48

0.43

0.41

0.36

0.12

H

0.91 0.72 0.56 0.39 0.39 0.21

0.12 0.10

H

0.91

0.72

0.56

0.39

0.39

0.21

0.12

0.10

H

0.98 0.98 0.98 0.97 0.96 0.94

0.94 0.92 0.91 0.90 0.90 0.90 0.89 0.56 0.41 0.23

H

0.98

0.98

0.98

0.97

0.96

0.94

0.94

0.92

0.09

0.91

0.90

0.90

0.90

0.89

0.56

? = 59.66% (12.35)

? = 76.23% (15.78)

(a) ETSI DCC FAC quantity content selector

(b) Proposed DCC FAC quality content selector

0.41

0.23

P Fig. 3: Network Transmitted VoI ( ) of the quantity-based and proposed quality content DCC content selectors under heterogeneous network knowledge, where the number of perceived objects/regions and the distribution of VoI values may differ across ITS-S’. in Fig. 2c introduces a stronger form of value-awareness. It applies an adaptive minimum VoI threshold so that content with insufficient value is discounted before packet assembly. Therefore, the proposed method is designed not only to rank content by value, but also to regulate which content should be prioritised for transmission as channel congestion increases or decreases. In this way, the VoI selector threshold becomes more restrictive, i.e. goes up when the allocated Facilities layer bit budget is insufficient for the content set, and becomes less restrictive, i.e. goes down when channel conditions are more favourable. B. Homogenous vs heterogeneous Network Knowledge The benefits of the quality content selector become particularly evident when considered under homogeneous vs heterogeneous network knowledge. In this study, homogeneity and heterogeneity are contrasted along two dimensions: the number of perceived objects/regions and the distribution of VoI scores. Each dimension may be considered across different ITS-S’ or within a single ITS-S over time, although in this study, the emphasis is placed on comparisons across different ITS-S’ which is shown in Figs. 2 and 3. Homogeneity does not mean that the VoI scores of all content are similar within a single ITS-S. • For the number of perceived objects, homogeneous means that a similar number of objects is perceived across different ITS-S’, whereas heterogeneous means that the

number of perceived objects varies between different ITSS’. The former may arise in relatively simple environments, such as motorway scenarios, where neighbouring ITS-S’ observe broadly similar scenes, whereas the latter is more likely in complex environments, such as busy junctions, where occlusions, differing fields of view, and local traffic density may cause some ITS-S’ to perceive substantially more content than others. • For the distribution of VoI scores, homogeneous means that the content VoI scores are similar across different ITS-S’, whereas heterogeneous means that the distribution of object VoI scores varies between different ITS-S’. This is largely depends on how the VoI for the CPM content is determined. For example, in the VoI functions specified in [15] and [17], the value of an object is not determined by a single factor, but by the interaction between multiple components, including its perceived accuracy and its relevance to neighbouring ITS-S’. In [18] newly sensed objects are assigned high VoI scores. An object may have lower VoI if it is poorly perceived, but also if it is already well known to surrounding nodes. Conversely, an object that is both accurately perceived and not yet widely known may become highly valuable. As vehicles move, content that was previously unimportant may suddenly become highly relevant, while other content may lose value. Thus heterogeneous VoI distributions are much more likely in practice as homogeneous ones will

typically only arise when neighbouring ITS-S’ observe similar objects under comparable sensing conditions and maintain a similar level of prior awareness. In Fig. 2, extremely homogeneous network knowledge is shown, where each ITS-S senses a similar number of objects with similar VoI distributions. In such cases, the gain of the quality content selector may be marginal. However, the benefit becomes more evident when the number of objects or the distribution of VoI values becomes heterogeneous across ITSS’, as shown in Fig. 3. Finally, while the example proposed in this Section interprets Figs. 2 and 3 across ITS-S’, it may also be interpreted in temporal terms. In that reading, each row represents the content perceived by a single ITS-S over consecutive time steps. Under homogeneous conditions, the number of perceived objects and the VoI distribution remain broadly similar across time steps. Under heterogeneous conditions, both may vary markedly from one time step to the next. This can also commonly occur in real world scenarios. C. Implementation The operation of the proposed quality DCC FAC approach occurs as a CPS linear rate controller which assumes the input of an allocated Facilities layer bit budget via the FCL from the ETSI Resource Management block. In this paper, we assume this is derived from a Resource Management congestion rate controller, conceptually similar to A-DCC, which updates a shared control variable δ(t) every control interval Tcontrol = 200 ms using the aggregate channel-load estimate (CLR). δ(t) is then converted into a service layer CPM bit rate that is used for the next two CPM generation events, with frequency TCPM = 100 ms. The per-CPM application budget, B(t), which is the number of bytes available for content selection at time t is approximated by

TABLE I: Size of the content set (objects only) and distribution of VoI scores. Profile Homogeneous Heterogeneous: sparse Heterogeneous: medium Heterogeneous: dense

Number of Objects Object’s VoI µ ≈ 10.0, σ ≈ 2.0 µ ≈ 0.5, σ ≈ 0.2 µ ≈ 5.0, σ ≈ 2.0 µ ≈ 0.2, σ ≈ 0.34 µ ≈ 10.0, σ ≈ 3.0 µ ≈ 0.5, σ ≈ 0.2 µ ≈ 18.0, σ ≈ 4.0 µ ≈ 0.9, σ ≈ 0.3

θj (t) increases, making the selector more restrictive. When ρj (t) < 1, the content set is below the current allocated Facilities layer bit budget and θj (t) decreases, allowing more content to remain eligible for CPM inclusion.   ∆θj (t) = clip βθ ρj (t) − 1 , ∆θmin , ∆θmax (5) θj (t) = clip((1 − αθ ) θj (t − 1) + ∆θj (t), θmin , θmax ) (6) To avoid excessively minor or major upward or downward shifts in the VoI threshold under congestion, a minimum positive or negative increase/decrease (θmin or θmax ) can be enforced whenever the allocated Facilities layer bit budget varies. After updating θj (t), the content selector discards all objects/regions whose value is below the current threshold as per Equation 7. Cj (t) = {i ∈ Oj (t) : VoIi ≥ θj (t)} .

(7)

Hence, all content whose VoI is above the current threshold is included in the CPM. IV. S IMULATION E NVIRONMENT

where Oj (t) is the content set at node j and sB i is the size of a single piece of content i in bytes. Based on the current content Lj (t) and B(t), the ITS-S calculates its load ratio, ρj (t), which indicates whether the current content can fit within the allocated Facilities layer bit budget:   Lj (t) , B(t) > 0 (4) ρj (t) = B(t)  +∞, B(t) = 0

Table I summarises how homogeneous and heterogeneous network knowledge is modelled with respect to the number of objects perceived (content set size) at each CPM generation event and the associated object VoI distribution. In the homogeneous setting, all ITS-S’ share similar content set sizes and VoI distributions. In the heterogeneous setting, ITS-S’ are assigned a shuffled mix of sparse, medium, and dense profiles. Specifically, in the 5 ITS-S’ case, two ITS-S’ use the sparse profile, two use the medium profile, and one uses the dense profile. In the 10 ITS-S’ case, four ITS-S’ use the sparse profile, three use the medium profile, and three use the dense profile. In the 15 ITS-S’ case, five ITS-S’ are assigned to each profile. Object VoI is bounded in [0, 1] and sampled independently from the profile-specific distribution at each CPM generation event. The simulator abstracts the communication channel for all ITS-S’. For each 200 ms CLR update, the simulator aggregates the total transmitted CPM bytes from all ITS-S’ and estimates the channel load as per [19] according to   bytestx (t) sf (8) CBRraw (t) = Rabs Tcontrol

The ITS-S then updates its local VoI threshold θj (t) according to Equations 5 and 6. When ρj (t) > 1, the content set exceeds the current allocated Facilities layer bit budget and

where bytestx (t) is the total number of transmitted CPM bytes within the current control window, Rabs is the abstract data rate, Tcontrol = 200 ms, and sf is a scaling factor used

B(t) = max(0, δ(t) R TCPM − H)

(2)

where R denotes the FCL CPM radio allocation in bytes per microsecond, and H denotes the fixed CPM overhead in bytes. At each CPM generation event, node j computes the total size of all currently sensed content as X Lj (t) = sB (3) i i∈Oj (t)

3000 150000

2000

100000

1000

50000 0 0.0

0.2

0.4

0.6

VoI scores

0.8

0 1.0

ETSI DCC FAC Quantity Object Selector

4000

150000

3000 100000

2000

50000 0 0.0

1000 0.2

0.4

0.6

VoI scores

0.8

0 1.0

150000

3000

100000

2000

50000

1000 0.2

0.4

0.6

VoI scores

0.8

0 1.0

ETSI DCC FAC Quantity Object Selector

(a) Homogeneous network knowledge.

3500 3000

200000

4000

0 0.0

Proposed Quality Object Selector

5000

200000

Filtered objects

2500

150000

2000 1500

100000

1000

50000 0 0.0

Adaptive VoI threshold count

5000

VoI boundary count Object Count

200000

All objects intended for sending 250000

250000

Object Count

200000

Filtered objects

Adaptive VoI threshold count

All objects intended for sending 250000 4000

VoI boundary count Object Count

Object Count

250000

500 0.2

0.4

0.6

VoI scores

0.8

0 1.0

Proposed Quality Object Selector

(b) Heterogeneous network knowledge.

Fig. 4: Histograms of generated VoI with the objects included for transmission shown in blue. This assumes 15 ITS-S’ under (a) Homogeneous and (b) Heterogeneous network knowledge. The omitted 5 and 10 ITS-S’ cases exhibit the same behaviour. Curves show the counts for the lowest VoI boundaries for the quantity content selector and the adaptive VoI thresholds for the quality content selectors. to emulate congested operating conditions. To avoid abrupt fluctuations, the simulator applies first order smoothing: 1 (CBRraw (t) + CBR(t − 1)) (9) 2 The resulting CBR estimate is then used to update the global control variable δ(t), which determines the CPS FCL bit rate allocation. Once a set of objects has been chosen to be included in a CPM, the total message size in Bytes is approximated by & & '' 4 68 ± 20 2 CPM SizeASN.1 = 127 + + Nr + (10) 8 8 8 CBR(t) =

where Nr is the number of included objects, the term (68±20) is derived from a truncated Gaussian distribution with a mean of 68 bits, standard deviation of 10 bits, clipped to [48, 88] bits. This is used to simulate that some perceived objects are represented with richer information and therefore occupy more bits in the CPM. If no object is selected, the CPM size is set to zero and no packet is recorded as transmitted. V. E VALUATION This section compares the proposed quality content selector against the ETSI DCC FAC quantity content selector with results organised according to homogeneous and heterogeneous network knowledge. We first examine how effectively each selector preserves the network transmitted VoI under a common allocated Facilities layer bit budget and examine the VoI threshold as network knowledge changes. We then analyse the corresponding channel-load behaviour to assess whether the VoI gains of the respective DCC approaches are achieved while maintaining stable congestion-control operation. A. Network Transmitted VoI This can be defined as X

P VoItx P = VoIgen

(11)

P where VoI Ptx is the total VoI of transmitted objects across all ITS-S’ and VoIgen is the total VoI of all generated objects over the evaluation period. In Figs. 4a and 4b, the distribution

TABLE II: Network Transmitted VoI (%) for the ETSI DCC FAC quantity content selector and the proposed DCC FAC quality content selector. Setting Quantity Quality Gain Homogenous, 5 ITS-S’ 11.75 18.28 +6.53 Homogenous, 10 ITS-S’ 14.57 28.09 +13.52 Homogenous, 15 ITS-S’ 15.51 32.40 +16.89 Heterogeneous, 5 ITS-S’ 10.06 23.93 +13.87 Heterogeneous, 10 ITS-S’ 10.75 30.14 +19.39 Heterogeneous, 15 ITS-S’ 10.68 32.00 +21.32

of the VoI scores across all ITS-S’ is shown for homogenous and heterogeneous conditions. The results are consistent with the expected behaviour of the two DCC content selectors. Under both conditions, the proposed DCC FAC quality content selector preserves a larger fraction of the network transmitted VoI shown in blue, with the orange bars showing the content that is filtered due to bit budget limitations. It can be observed for the 15 ITS-S’ case that fewer objects are excluded for transmission, especially at higher VoI scores. It confirms that given the same Facilities layer bit budget, it is beneficial to regulate object eligibility through an adaptive VoI threshold. The benefit is particularly noticeable for highly heterogeneous network knowledge as shown in Fig. 4b. A similar trend was observed across the 5 and 10 ITSS’ scenarios as shown in Table II. Considerable gains can also be observed for homogenous network knowledge across all scenarios but the gains become particularly pronounced under heterogeneous network knowledge when the size of object sets varies more significantly across ITS-S’, and the VoI distribution is less uniform. In this case, gains of 13.87, 19.39, and 21.32 can be observed respectively. In such a context, the ETSI DCC FAC quantity content selector is more likely to utilise part of the available CPM budget on lowervalue objects, whereas the proposed DCC FAC quality content selector becomes more selective through the adaptive VoI threshold, thereby preserving a larger share of the most useful information. This behaviour is reflected in Fig. 4b, where the quantity content selector retains a larger proportion of low-VoI objects, while the proposed quality content selector shifts the transmitted set towards higher-VoI objects.

B. VoI Threshold Analysis To prove that the gains in network transmitted VoI are as a result of how selective the different approaches are in choosing content, we further analyse the VoI decision boundary/threshold. As the ETSI DCC quantity selector does not set a VoI threshold, the lowest VoI chosen in each CPM generation event is recorded as the ”boundary” to compare against the adaptive VoI threshold of the quality based content selector. Accordingly, both are related but not identical: the former represents the lowest transmitted VoI, whereas the latter is a true adaptive VoI control variable. Fig. 4 shows the overlaid VoI boundaries and thresholds for the proposed quantity and quality content selectors, respectively. Under heterogeneous network knowledge in Fig. 4b, the distinction becomes apparent. The proposed quality content selector clearly exhibits a multi-modal threshold distribution, with three visible peaks that align closely with the sparse, medium, and dense ITS-S profiles defined in the simulation. This demonstrates that the object selector responds directly to profile-dependent sensing and load conditions, producing adapted VoI thresholds rather than a single undifferentiated boundary based on an allocated bit budget. In other words, the selector applies distinct decision boundaries to ITS-S’ with different object characteristics, which is precisely the intended behaviour in a heterogeneous setting. In contrast, the quantity content selector remains concentrated towards high VoI values, with a smaller lower-valued tail, indicating that the effective boundary inferred from transmitted objects is dominated by the strongest retained objects and therefore fails to capture the underlying heterogeneity explicitly. The lower-valued tail also shows that the quantity content selector still admits low-VoI objects in some CPM generation events, whereas the adaptive threshold of the proposed quality content selector better separates low, medium, and high demand operating conditions, reducing the likelihood that low-VoI objects consume the allocated CPM budget when higher-value content is present. For homogeneous network knowledge shown in Fig. 4a, the VoI threshold for the proposed quality content selector is more targeted than the broader VoI boundaries observed for the quantity selector. This indicates that the adaptive VoI threshold converges when all ITS-S’ observe statistically similar object sets. This is consistent with the more selective exclusion of low VoI objects, such that the retained distribution remains concentrated towards the upper VoI range. Although the boundaries of the quantity selector are centred at a higher VoI level, this should not be interpreted as evidence of a stricter or more effective thresholding mechanism; rather, it reflects the fact that the plotted values are the weakest VoIs that were still transmitted in each CPM. C. Channel Busy Ratio Fig. 5 compares representative CBR for both content selectors. CBR is maintained close to the target level in both cases, indicating that they are capable of controlling congestion. This is important because it shows that the improvement in network

transmitted VoI reported by the quality content selector is not achieved by disregarding channel stability. However an under, and occasional over-utilisation of the channel can occur. This is not a limitation of the adaptive VoI threshold, but rather arises from how the channel resources are allocated by the BME shown in the reference architecture in Fig. 1. The BME allocates the Facilities layer bit budget to the respective service, and the CPS refines usage by adapting the VoI threshold accordingly. The reference architecture does not state how the BME should allocate resources. In this paper, an A-DCC type rate controller allocates resources equally across ITS-S’. If too few resources are allocated the VoI threshold increases and if too many are allocated, it decreases. However there is no feedback mechanism to the BME rate controller to preferentially allocate a higher Facilities layer bit budget to the ITS-S’ with high value perception data. This could be facilitated via the FCP in Fig. 1. Only one recent paper has attempted to address this [16] by specifying a BME rate controller that weights allocated Facilities layer bit budget based on individual service demands in the FCP and the service priority. They assume the VoI distribution increases and decreases linearly on a given ITS-S’. While promising, this approach remains content-independent, i.e. it reflects demand mainly through the quantity of data demand rather than the value of the sensed perception data. Thus it is important to investigate VoI-based demand allocation at the BME, so that service-level allocated Facilities layer bit budget can better reflect not only channel load and traffic demand, but also the instantaneous value of the perception data offered by the CPS. Designing a non-linear BME rate controller that includes a feedback based control loop will be the focus of future work. VI. C ONCLUSIONS & F UTURE W ORK This paper examined the limitations of current DCC mechanisms in prioritising the transmission of collectively perceived high-value data while maintaining a target channel load. In particular, it was shown that the ETSI DCC FAC quantity content selector, although representing an important first step towards content awareness, does not maximise network transmitted VoI under heterogeneous network knowledge, where the number of sensed objects and their VoI distributions vary more significantly across ITS-S’ and over time. To address this, this paper proposed a DCC FAC quality content selector that dynamically adapts the content set included in each CPM through an adaptive VoI threshold. The evaluation showed that the proposed method produces gains in the network transmitted VoI under both homogeneous and heterogeneous network knowledge while maintaining channel load close to the target CBR. Several directions remain for future work. First, the proposed approach should be validated using real world datasets together with richer sensor perception models and enhanced communication channel modelling. Second, the channel-load control and convergence behaviour of the BME rate controller deserves further study, particularly with respect to the interaction with the adaptive VoI-threshold mechanism. Third, this

Target CBR

75th percentile

0.5

0.5

0.4

0.4

0.3

0.3

CBR

CBR

75th percentile

0.2

0.2

0.1

0.1

0.0

ETSI DCC FAC Quantity Object Selector

Proposed Quality Object Selector

(a) Homogeneous network knowledge.

0.0

ETSI DCC FAC Quantity Object Selector

Target CBR

Proposed Quality Object Selector

(b) Heterogeneous network knowledge.

Fig. 5: Representative CBR violin plots for the 15 ITS-S’ case under (a) homogeneous and (b) heterogeneous network knowledge. The dashed line indicates the target CBR. The omitted 5 and 10 ITS-S’ cases exhibit the same behaviour. study assumes a fixed CPM generation interval of 100 ms. In a practical CPS, however, the CPM generation interval should be adapted according to the VoI distribution of the content. Such an adaptive interval would directly interact with the adaptive VoI threshold, since changing the CPM generation rate also changes the available transmission opportunity and the instantaneous content-selection pressure. The specific formulation and implementation of this interval-adaptation function is left for future work. ACKNOWLEDGMENT This publication has emanated from research conducted with the financial support of Taighde Éireann - Research Ireland under Grant numbers 18/CRT/6222 & 13/RC/2077 P2. For the purpose of Open Access, the author has applied a CC BY public copyright licence to any Author Accepted Manuscript version arising from this submission. R EFERENCES [1] ETSI ITS, “Intelligent Transport System (ITS); Vehicular Communications,” Basic Set of Applications; Collective Perception Service; Release 2 TS 103 324 V2.1.1, 2023. [2] E. Xhoxhi and F. A. Schiegg, “A first study on the spectrum needs for release 2 V2X services,” in IEEE 98th Vehicular Technology Conference (VTC2023-Fall), 2023, pp. 1–6. [3] A. Figueiredo, P. Rito, M. Luı́s, and S. Sargento, “Enhancing vehicular network efficiency: the impact of object data inclusion in the collective perception service,” IEEE Open Journal of Intelligent Transportation Systems, 2024. [4] ETSI ITS, “Intelligent Transport Systems (ITS); Cross Layer DCC Management Entity for operation in the ITS G5A and ITS G5B medium,” TS 103 175 V1.1.1, 2015. [5] G. Bansal, J. B. Kenney, and C. E. Rohrs, “Limeric: A linear adaptive message rate algorithm for dsrc congestion control,” IEEE Transactions on Vehicular Technology, vol. 62, no. 9, pp. 4182–4197, 2013. [6] G. Bansal and J. B. Kenney, “Achieving weighted-fairness in message rate-based congestion control for dsrc systems,” in IEEE 5th International Symposium on Wireless Vehicular Communications (WiVeC), 2013, pp. 1–5. [7] G. Bansal, H. Lu, J. B. Kenney, and C. Poellabauer, “Embarc: Error model based adaptive rate control for vehicle-to-vehicle communications,” in Proceeding of the tenth ACM international workshop on Vehicular inter-networking, systems, and applications, 2013, pp. 41–50. [8] T. Lorenzen, “Swerc: Self-weighted semi-cooperative dsrc congestion control based on limeric,” in IEEE 86th Vehicular Technology Conference (VTC-Fall), 2017, pp. 1–7.

[9] ETSI ITS, “Intelligent Transport Systems (ITS); Facilities layer function; Communication congestion control; Release 2,” TS 103 141 V2.1.1, 2021. [10] ETSI ITS, “Intelligent Transport Systems (ITS); Facilities layer function; Multi-Channel Operation (MCO) for Cooperative ITS (C-ITS); Release 2,” Basic Set of Applications TS 103 141 V2.2.1, 2022. [11] ETSI ITS, “Intelligent Transport System (ITS),” Facilities layer; Radio Resource Management Study; Release 2; TR 104 073; V2.1.1, 2025. [12] ETSI ITS, “Intelligent transport systems (ITS); Decentralized Congestion Control Mechanisms for Intelligent Transport Systems operating in the 5 Ghz range; Access layer part,” TS 102 687 V1.2.1, 2018. [13] M. I. Khan, J. Härri, and S. Sesia, “Enhancing ETSI DCC for multiservice vehicular safety communication,” in IEEE 92nd Vehicular Technology Conference (VTC2020-Fall), 2020, pp. 1–5. [14] M. I. Khan, S. Sesia, and J. Harri, “In vehicle resource orchestration for multi-v2x services,” in IEEE 90th Vehicular Technology Conference (VTC2019-Fall), 2019, pp. 1–5. [15] V. A. Wolff, E. Xhoxhi, F. A. Schiegg, and J.-E. Neumann, “Uncertainty and prioritization: Empirical evaluation of a voi-based cpm generation pipeline using real-world data,” in IEEE Vehicular Networking Conference (VNC), 2025, pp. 1–8. [16] M. Sepulcre, J. Tortosa-Garcia, and J. Gozalvez, “Demand-and priorityaware adaptive congestion control for heterogeneous v2x service requirements,” arXiv preprint arXiv:2603.01134, 2026. [17] T. Lyu, S. Li, F. A. Schiegg, M. Noor-A-Rahim, D. Pesch, and A. O’Driscoll, “Accuracy and relevance: A value of information based prioritisation of perceived objects for the etsi collective perception service,” in IEEE Vehicular Networking Conference (VNC), 2025, pp. 1–8. [18] A. Figueiredo, J. Amaral, P. Rito, M. Luı́s, and S. Sargento, “Improving object selection for collective perception messages under congestion,” Available at SSRN 5389372. [19] M. Sepulcre, Y. Guadalcazar, M. A. Fornell, G. Thandavarayan, F. P. Vera, J. Gozalvez, and A. Mohammadisarab, “V2X congestion control for multi-channel operation: a scalable validation in virtualized environments,” in IEEE 101st Vehicular Technology Conference (VTC2025Spring), 2025, pp. 1–5.

Record · ID 386792 · SHA-256 9c7f85f1c47b719f
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.