We investigate the joint admission control and discrete-phase multicast beamforming design for integrated sensing and communications (ISAC) systems, where sensing and communications functionalities have different hierarchies. Specifically, the ISAC system first allocates resources to the higher-hierarchy functionality and opportunistically uses the remaining resources to support the lower-hierarchy one. This resource allocation problem is a nonconvex mixed-integer nonlinear program (MINLP). We propose an exact mixed-integer linear program (MILP) reformulation, leading to a globally optimal solution. In addition, we implemented three baselines for comparison, which our proposed method outperforms by more than 39%.
Paper ID : 2501.00201Title : Hierarchical Functionality Prioritization in Multicast ISAC: Optimal Admission Control and Discrete-Phase BeamformingAuthors : Luis F. Abanto-Leon, Setareh MaghsudiClassification : eess.SP (Signal Processing), cs.IT (Information Theory), math.IT (Mathematical Information Theory)Publication Date : December 31, 2024Paper Link : https://arxiv.org/abs/2501.00201 This paper investigates the joint design of user admission control and discrete-phase multicast beamforming in integrated sensing and communication (ISAC) systems, where sensing and communication functionalities possess different hierarchical priority levels. The system first allocates resources to high-priority functionalities, then opportunistically utilizes remaining resources to support low-priority functionalities. This resource allocation problem formulates as a non-convex mixed-integer nonlinear programming (MINLP) problem. The authors propose an exact mixed-integer linear programming (MILP) reformulation method to obtain globally optimal solutions. Furthermore, three baseline methods are implemented for comparison, with the proposed method achieving performance improvements exceeding 39% over baselines.
This paper addresses the hierarchical resource allocation problem for sensing and communication functionalities in ISAC systems, specifically including:
Beamforming Design under Discrete-Phase Constraints : Accounting for practical hardware limitations of analog beamformersUser Admission Control : Selecting a subset of users to serve under limited resourcesFunctionality Priority Management : Establishing a strict hierarchical structure between communication and sensing functionalitiesPractical Requirements : Analog beamformers are more practical in high-frequency ISAC systems due to cost and complexity considerationsMulticast Applications : Applicable to scenarios serving multiple users simultaneously, such as live sports broadcasts and concertsResource Scarcity : Severe path loss in millimeter-wave bands makes resource allocation optimization criticalPhase Modeling : Existing research primarily focuses on continuous phases, overlooking practical discrete-phase constraintsOptimization Approaches : Lack of globally optimal solutions tailored for ISAC systemsFunctionality Balancing : Traditional weighting methods struggle to maintain preset functionality priorities under parameter variationsFirst to propose an optimization framework jointly addressing user admission control and discrete-phase multicast beamforming in ISAC systemsEstablish a strict functionality hierarchy through carefully designed weights ensuring communication functionality always takes priority over sensingDevelop an exact MINLP-to-MILP transformation method enabling globally optimal solutionsAccount for target angle uncertainty improving robustness of sensing performanceProvide comprehensive performance evaluation demonstrating significant advantages over baseline methodsInputs :
Base station configuration: N transmit and receive antennas User parameters: Channel information of U single-antenna users System parameters: Transmit power P_tx, noise power, SNR threshold Γ_th Discrete phase set: S = {δe^{jφ₁}, ..., δe^{jφ_L}} Outputs :
Multicast beamforming vector w ∈ C^{N×1} User admission decisions μ = μ₁, ..., μ_U ^T Sensing SNR lower bound τ Constraints :
Discrete phase constraint: w _n ∈ S, ∀n ∈ N User admission constraint: μ_u ∈ {0,1}, ∀u ∈ U Communication SNR constraint: w^H H̃_u w ≥ μ_u · Γ_th, ∀u ∈ U Sensing SNR constraint: w^H G̃(θ)w ≥ τ, ∀θ ∈ Θ The signal received by user u is:
y_{com,u} = h_u^H w z + η_{com,u}
where the communication SNR is:
SNR_{com,u}(w) = w^H H̃_u w, H̃_u = (h_u h_u^H)/σ²_{com}
Employing a single-static radar model with target response matrix:
The sensing SNR is:
SNR_{sen}(w,θ) = w^H G̃(θ) w, G̃(θ) = G(θ)/σ²_{sen}
To ensure communication functionality priority, the following weight design is adopted (Lemma 1):
ρ_ = 1 (handling the integer part of the objective function) ρ_ = σ²_/(2αNP_) (handling the fractional part) This design ensures that the communication component dominates in f(μ,τ) = ρ_·f_(μ) + ρ_·f_(τ).
The original problem is transformed through five propositions:
Proposition 1 : Discrete phase constraint transformation
[w]_n ∈ S ⇔ {
[x_n]_l ∈ {0,1}, ∀n∈N, l∈L
1^T x_n = 1, ∀n∈N
[w]_n = s^T x_n, ∀n∈N
}
Propositions 2-5 : Stepwise linearization of W = ww^H constraints
Introduce auxiliary variable W replacing quadratic terms Exploit special properties of binary variables Convert product constraints into linear constraint combinations Model target angle θ uncertainty as interval θ-Δ, θ+Δ , discretized into C sampling points:
Θ = {θ̄ | θ̄ = θ - Δ + (2Δc)/(C-1)}, c = 0,...,C-1
Frequency : f_c = 71 GHz (millimeter-wave band)Number of Antennas : N = 10Number of Users : U = 5Transmit Power : P_tx = 36 dBmNoise Power : σ²_ = σ²_ = -84 dBmQuantization Bits : Q = 3 (8 discrete phases)Channel Model : UMa model with Rician fadingCommunication Performance : f_(μ) = (1^T μ)/U (number of admitted users)Sensing Performance : f_(τ) = τ (minimum sensing SNR)Overall Performance : f(μ,τ) = ρ_·f_(μ) + ρ_·f_(τ)BL1 : Semidefinite relaxation (SDR)-based method using randomization and phase projectionBL2 : Conservative convex inequality method based on inner approximationBL3 : Successive convex approximation (SCA)-based methodSolver : CVX + MOSEKHardware : 16GB RAM, Intel Core i7@1.8GHz Randomization Iterations : 10⁴ (for baseline methods)Increasing antenna count N significantly improves sensing performance (enhanced directivity) Performance improvement from Q=3 to Q=5 is limited (<6.5%) Average runtime for Q=3 is 0.31 seconds; Q=5 requires 6.98 seconds Higher Γ_th requires more power to satisfy communication demands, delaying full user service At Γ_th=30, P_tx=28dBm can serve all users At Γ_th=60, P_tx=32dBm is required to serve all users Increased angle uncertainty Δ disperses sensing power, reducing sensing performance As Γ_th increases, more power is allocated toward user directions When Γ_th is too high to satisfy, the system automatically switches to pure sensing mode Demonstrates the adaptability and robustness of the method Within distance range 10,66 meters, average performance improvements of the proposed method over baselines:
vs. BL1 : 59%vs. BL2 : 39%vs. BL3 : 47%Runtime comparison:
OPT : 0.39 secondsBL1 : 0.30 secondsBL2 : 0.19 secondsBL3 : 0.24 secondsEffectiveness of Hierarchical Priority : Communication functionality is always prioritizedAdvantages of Global Optimality : Significantly outperforms heuristic methodsPractical Balance : Q=3 provides good trade-off between performance and complexityAdaptive Capability : System automatically switches between different modes based on conditionsContinuous Phase Methods : Works 3 -5 focus on theoretically optimal but complex implementationsDiscrete Phase Methods : Few works like 6 , but lacking globally optimal solutionsMulticast ISAC : Works like 9 do not consider discrete-phase constraintsNon-ISAC Systems : Works 8 ,10 apply to traditional communication systemsISAC Systems : Research gap in this field; this paper is the first to introduce itSDR Methods : Widely applied but solutions may not be rank-oneSCA Methods : Iterative optimization but may converge to local optimaMILP Methods : First application to ISAC discrete-phase optimization in this paperFirst to achieve globally optimal design of discrete-phase multicast beamforming in ISAC systemsSuccessfully establish a hierarchical resource allocation framework prioritizing communicationEffectively handle target angle uncertainty's impact on sensing performanceSignificantly outperform existing heuristic methods with performance improvements exceeding 39%Computational Complexity : While superior to exhaustive search, still higher than heuristic methodsSingle Target Assumption : Currently considers only single sensing targetPerfect CSI Assumption : Does not account for channel estimation errorsStatic Scenario : Does not address online optimization in dynamic environmentsMulti-Target Sensing : Extend to multi-target ISAC scenariosImperfect CSI : Robust design considering channel estimation errorsDynamic Optimization : Develop online algorithms for time-varying environmentsHardware Implementation : Validate algorithm performance on practical ISAC systemsProblem Importance : Addresses practical engineering problems in ISAC systemsMethodological Innovation : MINLP-to-MILP transformation method has theoretical valueComprehensive Experiments : Multi-scenario simulations validate method effectivenessWriting Clarity : Rigorous mathematical derivations with clear expositionInsufficient Theoretical Analysis : Lacks convergence and complexity analysisParameter Sensitivity : Insufficient analysis of key parameters' sensitivity to performanceMissing Practical Validation : Only simulation results; lacks real system verificationScalability Concerns : Performance in large-scale systems remains unknownAcademic Contribution : Provides new theoretical framework for ISAC system optimizationPractical Value : Offers guidance for 6G millimeter-wave ISAC system designReproducibility : Detailed method description facilitates reproduction and extensionMillimeter-Wave ISAC Systems : Particularly suitable for high-frequency applicationsMulticast Service Scenarios : Such as UAV swarm control and vehicular network broadcastingResource-Constrained Environments : Scenarios with limited power and hardware costsSensing-Aided Communication : Applications where communication is primary and sensing is auxiliaryThe paper cites 18 relevant references covering key works in ISAC system design, beamforming optimization, and multicast communication, providing a solid theoretical foundation for the research.