Subtopic Deep Dive

Resource Allocation Full-Duplex Networks
Research Guide

What is Resource Allocation Full-Duplex Networks?

Resource allocation in full-duplex networks optimizes power, spectrum, subcarrier assignment, and user pairing to maximize sum rates while mitigating self-interference in simultaneous uplink-downlink transmissions.

This subtopic addresses joint optimization problems in MIMO-OFDMA full-duplex relaying systems, including amplify-and-forward protocols (Ng et al., 2012). Researchers develop algorithms for multipair relaying with massive arrays and linear processing to handle residual self-interference (Ngo et al., 2014; 421 citations). Over 200 papers explore convex reformulations and distributed solutions for multi-user scenarios.

15
Curated Papers
3
Key Challenges

Why It Matters

Efficient resource allocation enables full-duplex deployment in dense 6G networks, doubling spectrum efficiency over half-duplex systems (Ng et al., 2012). In MIMO-OFDMA relaying, it maximizes throughput under self-interference constraints, critical for relay architectures in LTE-Advanced (Peters et al., 2009). Applications include HetNets with hybrid energy supply, where actor-critic reinforcement learning allocates resources dynamically (Wei et al., 2017). These methods support scaling to massive user densities in O-RAN architectures (Polese et al., 2023).

Key Research Challenges

Non-Convex Optimization

Joint power and subcarrier allocation in full-duplex MIMO-OFDMA forms non-convex problems due to coupled uplink-downlink interference (Ng et al., 2012). Successive convex approximation and dual decomposition address this but increase complexity. Distributed algorithms reduce centralization overhead.

Residual Self-Interference

Imperfect channel estimation causes residual self-interference, degrading achievable rates in full-duplex MIMO systems (Cırık et al., 2014). Linear processing at massive array relays mitigates this but requires user pairing optimization (Ngo et al., 2014). Adaptive cancellation techniques remain computationally intensive.

Multi-User Scheduling

User scheduling in multipair full-duplex relaying demands fairness-aware pairing to balance sum rates (Ngo et al., 2014). Reinforcement learning approaches handle hybrid energy constraints in HetNets (Wei et al., 2017). Scaling to massive MIMO introduces pilot contamination challenges.

Essential Papers

1.

Integrated Sensing and Communications: Toward Dual-Functional Wireless Networks for 6G and Beyond

Fan Liu, Yuanhao Cui, Christos Masouros et al. · 2022 · IEEE Journal on Selected Areas in Communications · 2.6K citations

As the standardization of 5G solidifies, researchers are speculating what 6G will be. The integration of sensing functionality is emerging as a key feature of the 6G Radio Access Network (RAN), all...

2.

Understanding O-RAN: Architecture, Interfaces, Algorithms, Security, and Research Challenges

Michele Polese, Leonardo Bonati, Salvatore D’Oro et al. · 2023 · IEEE Communications Surveys & Tutorials · 762 citations

The Open Radio Access Network (RAN) and its embodiment through the O-RAN Alliance specifications are poised to revolutionize the telecom ecosystem. O-RAN promotes virtualized RANs where disaggregat...

3.

Rate-splitting multiple access for downlink communication systems: bridging, generalizing, and outperforming SDMA and NOMA

Yijie Mao, Bruno Clerckx, Victor O. K. Li · 2018 · EURASIP Journal on Wireless Communications and Networking · 625 citations

4.

Multipair Full-Duplex Relaying With Massive Arrays and Linear Processing

Hien Quoc Ngo, Himal A. Suraweera, Michail Matthaiou et al. · 2014 · IEEE Journal on Selected Areas in Communications · 421 citations

We consider a multipair decode-and-forward relay channel, where multiple sources transmit simultaneously their signals to multiple destinations with the help of a full-duplex relay station. We assu...

5.

User Scheduling and Resource Allocation in HetNets With Hybrid Energy Supply: An Actor-Critic Reinforcement Learning Approach

Yifei Wei, F. Richard Yu, Mei Song et al. · 2017 · IEEE Transactions on Wireless Communications · 318 citations

Densely deployment of various small-cell base stations in cellular networks to increase capacity will lead to heterogeneous networks (HetNets), and meanwhile, embedding the energy harvesting capabi...

6.

A Tutorial on Nonorthogonal Multiple Access for 5G and Beyond

Mahmoud Aldababsa, Mesut Toka, Selahattin Gökçeli et al. · 2018 · Wireless Communications and Mobile Computing · 296 citations

Today’s wireless networks allocate radio resources to users based on the orthogonal multiple access (OMA) principle. However, as the number of users increases, OMA based approaches may not meet the...

7.

Relay Architectures for 3GPP LTE-Advanced

Steven W. Peters, Ali Y. Panah, Kien T. Truong et al. · 2009 · EURASIP Journal on Wireless Communications and Networking · 296 citations

Reading Guide

Foundational Papers

Start with Ngo et al. (2014; 421 citations) for massive array relaying benchmarks, then Ng et al. (2012; 221 citations) for MIMO-OFDMA optimization formulations; Peters et al. (2009) provides relay architecture context.

Recent Advances

Wei et al. (2017; 318 citations) on RL for HetNets; Polese et al. (2023; 762 citations) for O-RAN resource challenges extending full-duplex principles.

Core Methods

SCA and dual decomposition (Ng et al., 2012); zero-forcing linear processing (Ngo et al., 2014); actor-critic DRL (Wei et al., 2017).

How PapersFlow Helps You Research Resource Allocation Full-Duplex Networks

Discover & Search

Research Agent uses searchPapers('resource allocation full-duplex MIMO-OFDMA') to retrieve Ng et al. (2012; 221 citations), then citationGraph reveals 50+ citing works on self-interference mitigation, and findSimilarPapers expands to Ngo et al. (2014) for multipair relaying benchmarks.

Analyze & Verify

Analysis Agent applies readPaperContent on Ng et al. (2012) to extract SCA optimization details, verifyResponse with CoVe cross-checks sum-rate formulas against Ngo et al. (2014), and runPythonAnalysis simulates interference matrices using NumPy for GRADE A evidence verification.

Synthesize & Write

Synthesis Agent detects gaps in distributed algorithms beyond Ng et al. (2012), flags contradictions in relay power models from Peters et al. (2009); Writing Agent uses latexEditText for optimization pseudocode, latexSyncCitations for 20-paper bibliography, and latexCompile for IEEE-formatted review.

Use Cases

"Reproduce sum-rate optimization from Ng et al. 2012 full-duplex MIMO-OFDMA paper."

Research Agent → searchPapers → readPaperContent (Analysis Agent) → runPythonAnalysis (NumPy solver for SCA) → matplotlib plot of convergence vs iterations.

"Write LaTeX section on user pairing algorithms in full-duplex relaying with citations."

Research Agent → citationGraph (Ngo 2014 cluster) → Synthesis Agent (gap detection) → latexEditText + latexSyncCitations (20 refs) → latexCompile → PDF output.

"Find GitHub repos implementing full-duplex resource allocation from top papers."

Research Agent → paperExtractUrls (Ng 2012, Ngo 2014) → paperFindGithubRepo → githubRepoInspect → exportCsv of 5 repos with code quality scores.

Automated Workflows

Deep Research workflow scans 50+ papers via searchPapers on 'full-duplex resource allocation', structures report with sum-rate benchmarks from Ng et al. (2012) and Ngo et al. (2014). DeepScan applies 7-step CoVe to verify optimization claims in Wei et al. (2017) RL models. Theorizer generates novel distributed algorithm hypotheses from interference patterns in Cırık et al. (2014).

Frequently Asked Questions

What defines resource allocation in full-duplex networks?

It optimizes power, subcarriers, and user pairing to maximize sum rates under self-interference constraints in simultaneous transmit-receive systems (Ng et al., 2012).

What are core methods used?

Successive convex approximation (SCA), dual decomposition for MIMO-OFDMA (Ng et al., 2012), and linear processing with massive arrays (Ngo et al., 2014).

What are key papers?

Foundational: Ngo et al. (2014; 421 citations) on multipair relaying; Ng et al. (2012; 221 citations) on dynamic allocation. Recent: Wei et al. (2017; 318 citations) on RL in HetNets.

What open problems exist?

Scalable distributed algorithms for 6G ISAC integration and residual self-interference under imperfect CSI in massive user scenarios (Cırık et al., 2014; Polese et al., 2023).

Research Full-Duplex Wireless Communications with AI

PapersFlow provides specialized AI tools for Engineering researchers. Here are the most relevant for this topic:

See how researchers in Engineering use PapersFlow

Field-specific workflows, example queries, and use cases.

Engineering Guide

Start Researching Resource Allocation Full-Duplex Networks with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Engineering researchers