REVIEW 5 major objections 7 minor 55 references
Synergistic Localization and Sensing in MIMO-OFDM Systems via Mixed-Integer Bilevel Learning
T0 review · 5 major / 7 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read Pairing localization and sensing in one bilevel training loop with a shared binary subcarrier selector improves both tasks, and the stochastic proximal algorithm provably converges at the standard stochastic-gradient rate.
desk verdict New formulation, broken convergence proof; deserves a referee but only with major revisions. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the SPG-MIBO update scheme: Lagrangian relaxation of the single-level reformulation, a closed-form proximal operator for the distance-to-binary regularization $G(w)=\|w - \hat{x}\|^2$, and a cutting-plane polytope $P_t$ that is updated as the lower-level solution is re-estimated each iteration. The proximal operator maps fractional weights toward $\{0,1\}$ in two linear branches depending on whether each coordinate is below or above $1/2$, which is what keeps relaxed solutions close to the integer constraint. The cutting-plane update is what justifies replacing the exact lower-level optimality condition by a convex feasible set. The convergence theorems follow a standard $L$-smooth stochastic-gradient template applied separately to three variable groups: relaxed subcarrier weights, continuous parameters, and dual variables.
What would settle it
Compute the directional derivative of the Lagrangian in Eq. (9) at a point where the selected subcarrier count equals $N_{\min}$ or $N_{\max}$; the subgradient of the count term is multivalued there, so no finite $L$ can satisfy the $L$-smooth inequality in Assumption 1. A concrete empirical check is to run SPG-MIBO on a problem whose optimum lies exactly on the cardinality boundary and measure whether the squared iterate gap or gradient norm actually decays like $1/\sqrt{T}$.
Extended reading notes
Core claim
The central discovery is that a shared binary subcarrier-selection vector, optimized so that it solves an inner localization problem while an outer sensing loss is minimized, produces better localization and sensing models than training either alone. The paper models the sensing loss as the upper-level objective and the localization loss as the lower-level objective, enforcing $w_i \in \{0,1\}^{N_{\text{subs}}}$ with a cardinality constraint $N_{\min} \le \|w_i\|_1 \le N_{\max}$. SPG-MIBO relaxes $w$ to $[0,1]^d$, adds a distance penalty $G(w)=\|w - \hat{x}\|^2$ where $\hat{x}$ is the nearest binary vector, replaces lower-level optimality by a polytope built from cutting planes, and updates via stochastic proximal gradient. The paper proves Theorems 1–3 showing an $O(1/\sqrt{T})$ convergence rate for the relaxed variables, the continuous parameters, and the dual variables. Empirically, joint training beats separate training on the Wi-mans dataset, a simulated dataset, and a Wi-Respiration dataset, and the proximal method achieves a smaller integer feasibility gap than a penalty-based approach.
Load-bearing premise
The convergence theorems assume the objective changes smoothly at every point, but the objective contains terms that measure the total count of selected subcarriers via a sum of absolute weights, and such sums are not differentiable exactly at the lower and upper count boundaries; if smoothness fails there, the stated $O(1/\sqrt{T})$ guarantees do not apply to the algorithm as written.
Editorial extensions
If this is right
- On all three datasets, joint SPG-MIBO training improves both localization and sensing losses relative to separate training under identical model architectures.
- The proximal relaxation reaches a smaller integer feasibility gap than the penalty method, so the relaxed binary selectors are closer to true on/off decisions.
- The algorithm is stochastic and mini-batch based, so it can be applied to high-dimensional MIMO-OFDM CSI without storing full-batch gradients.
- The proof of an $O(1/\sqrt{T})$ convergence rate places SPG-MIBO in the same complexity class as plain SGD for nonconvex problems, so the integer constraint handling does not asymptotically slow training.
Reading between the lines
- The paper proves convergence for the relaxed continuous problem; going from a relaxed solution to a provably good integer solution would require a separate bound on the relaxation gap, which the paper does not provide.
- If localization as a coarse-grained sensing prior is what drives the gain, the same bilevel template could be tested on other task hierarchies in wireless sensing, such as presence detection as the lower level and activity recognition as the upper level.
- The integer feasibility gap measures closeness to the nearest binary vector, but not whether the chosen subcarriers are the physically informative ones; a natural extension is to correlate the learned selector with per-subcarrier dynamic-path power in the channel model.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a mixed-integer bilevel optimization (MIBO) formulation for jointly training localization and sensing models in MIMO-OFDM systems with a shared subcarrier-selection vector. The binary selection constraints are relaxed to [0,1], the lower-level optimality constraint is approximated by a cutting-plane polytope, and the resulting single-level constrained problem is solved by a stochastic proximal gradient method with gradient ascent on Lagrangian multipliers (SPG-MIBO). The central theoretical claim is an O(1/√T) convergence rate (Theorems 1–3, Section V). Experiments on three datasets report that joint training outperforms separate training for both tasks.
Significance. If the theoretical claims were correct, the paper would offer a scalable stochastic-gradient method for mixed-integer bilevel learning with convergence guarantees, which is a useful direction for wireless ISAC applications. The problem formulation is sensible, the proximal closed-form expression in Eq. (13) is correct, and the empirical comparison against separate training is a reasonable first evaluation. The main weakness is that the convergence proofs contain several load-bearing errors, so the advertised O(1/√T) guarantee is not established. The experiments are suggestive but lack error bars or significance tests.
major comments (5)
- [Appendix B.A, Eqs. (42)–(45)] The proof of Theorem 1 cancels the stochastic cross term E[∇_wL(u_k,v_k,w_k;ξ_k)^T (w_{k+1}−w_k)] against ∇_wL(u_k,v_k,w_k)^T(w_{k+1}−w_k) using the unbiasedness assumption (44). This cancellation is invalid because w_{k+1} is generated by the proximal update (36) and therefore depends on the same mini-batch ξ_k. Unbiasedness of the gradient estimator does not imply that the product expectation factorizes; the two terms do not cancel. Consequently, the descent inequality (45) and the bound in Theorem 1 are not established.
- [Section V, Theorem 1] The stationarity measure for w, (1/T)Σ E[||w_{k+1}−w_k||²], is not a meaningful measure of convergence to a stationary point. Even at a point where the true gradient ∇_wL is zero, the stochastic update gives w_{k+1}−w_k ≈ −η_k∇_wL(ξ_k) after the proximal step, so E||w_{k+1}−w_k||² is at least of order η_k²σ_w². With η_k = η/√k, the average is O(log T/T), which tends to zero regardless of whether the iterates approach a stationary point. Thus the O(1/√T) rate is an artifact of the step-size schedule rather than evidence of convergence.
- [Section IV-C and Appendix B.C] The dual variables λ and μ are updated in Eq. (11) by unconstrained gradient ascent, with no projection onto ℝ_+. For the inequality-constrained problem (8), dual feasibility requires nonnegative multipliers. The stationarity measure used in Theorem 3, (1/T)ΣE||∇_vL||², can vanish at points with negative multipliers that violate dual feasibility and complementary slackness, so the theorem does not certify convergence to a KKT point of (8). Additionally, the derivation in Eqs. (76)–(78) has a sign error: the coefficient (Lη²logT/2 − 2η√T) is negative for large T, and replacing E||∇_uL||² by its upper bound G_u² reverses the inequality; the claimed upper bound in Eq. (78) does not follow from Eq. (76).
- [Section V vs Algorithm 1] The convergence analysis in Theorems 1–3 is carried out for a single fixed Lagrangian L with a fixed polytope P_t. However, Algorithm 1 updates the polytope via Eqs. (5)–(6) whenever lower-level constraints are violated, which changes the Lagrangian and its gradient from one iteration to the next. The analysis contains no term accounting for this time-varying modification, so the theorems do not apply to the algorithm as stated.
- [Section IV-A, Eqs. (2)–(6)] The relaxation of the lower-level optimality constraint in Eq. (2) and its cutting-plane approximation in Eqs. (4)–(6) are not shown to preserve the solution set of the original MIBO problem (1). For a nonconvex lower-level problem, requiring the loss to be within ε of L_l(ŵ,θ̂_1) is neither necessary nor sufficient for near-optimality in the decision variables, and nothing guarantees that the polytope P_t contains the true lower-level solution or that solving (8) yields a solution close to (1). The paper claims to solve the mixed-integer bilevel problem, but the link between (8) and (1) remains heuristic.
minor comments (7)
- [Throughout] There are numerous typos and grammatical errors, including 'precent', 'Interger', 'Wirelesss', 'leaning', 'the the', and a missing citation marker 'asynchronous manner [?]' in Section IV-A. These should be corrected.
- [Eq. (5)] The quantity ν_i^l used in the drop condition is never defined, making the cutting-plane removal criterion incomplete.
- [Assumption 3, Eq. (18)] The variance bounds are written as inequalities between vectors and scalars; they should be stated as bounds on the squared norm, e.g., E[||∇_wL(ξ)−∇_wL||²] ≤ σ_w².
- [Table III] The performance comparison reports no error bars, confidence intervals, or significance tests. The improvements are modest (e.g., 0.24→0.21 MSE on Wi-respiration localization; 0.701→0.736 accuracy on Wi-mans), so the claim of consistent gains is not yet statistically supported.
- [Eqs. (10)–(11)] Eq. (10) introduces two multiplier sets μ_{1,i} and μ_{2,i} for the two sides of the cardinality constraint, while Eq. (11) writes a single multiplier vector μ; the grouping should be made explicit.
- [Algorithm 1] The line 'Drop cutting planes' in the pseudocode is incomplete; the drop criterion is only indirectly defined in Eq. (5) and should be stated in the algorithm.
- [Assumption 1] The concern that Assumption 1 is invalid because L contains l1-norm terms does not land for the relaxed domain [0,1]^d, where ||ar w_i||_1 is linear in ar w; the nonsmooth term G(ar w) is outside L and is handled by the proximal step. This point is not a reason to reject.
Circularity Check
No significant circularity in the central derivation; one supporting integer-feasibility evaluation is self-definitional because the proximal step minimizes the same distance metric used to measure success.
-
self definitional
[Section VI-B3 (Integer-Constrained Variable Analysis), with Eqs. (7), (12), and (25)]
"G( ¯w) = ∥ ¯w − ˆx∥2 s.t. ˆx = arg min x ∥ ¯w − ¯x∥2, x ∈ {0, 1}d, ¯w ∈ [0, 1]d. (7) ... Integer Feasibility Gap = |xrelaxed − xint| / |xint| (25) ... In Fig. 8 the relaxed variables optimized with SPGD and our proximal operation design are much closer to the original {0, 1}d space, indicating a tighter relaxation for the {0, 1} integer constraint."
The proximal update (12) is defined to minimize G, and G (Eq. 7) is exactly the squared Euclidean distance from ¯w to the nearest vector in {0,1}^d. The Integer Feasibility Gap (Eq. 25) measures essentially the same distance. Hence the observation that SPG-MIBO yields a smaller gap (0.041 vs 0.116) is guaranteed by construction of the proximal operator, not an independent confirmation that the relaxation is tighter. The comparison is still meaningful as a head-to-head between proximal and penalty surrogates, and this tautology does not affect the central convergence theorem or the joint-vs-separate training comparisons.
full rationale
The paper's central derivation chain is not circular. The O(1/√T) convergence claims (Theorems 1-3) are derived, in Appendix B, from the stated L-smoothness, unbiased-gradient, boundedness, and variance assumptions applied to the algorithm's own update equations; they do not presuppose the conclusion. The relaxed problem, cutting-plane polytope, proximal operator, and Lagrangian are independently motivated, and the numerical comparisons are against separately trained baselines and an external benchmark (Wi-Mans), not against the paper's own fitted outputs. Self-citations to the authors' earlier bilevel and cutting-plane work ([24], [49], [50]) are methodological and are not used as an unverified uniqueness oracle; the proof is self-contained. The one genuine circularity is minor and localized: the integer-feasibility result in Section VI-B3 is self-definitional because the proximal operation minimizes the same distance-to-{0,1} function G that the Integer Feasibility Gap metric measures. This does not propagate to the main claims, so the overall circularity score is low.
Assumptions & free parameters
free parameters (2)
- Nmin, Nmax =
one-third and one-half of Nsubs
- epsilon =
not specified
assumptions (5)
- ad hoc to paper Lagrangian L is L-smooth (Assumption 1, Eq. 14)
- standard math Stochastic gradients are unbiased (Assumption 2)
- standard math Gradients are bounded and F has a lower bound (Assumption 3)
- domain assumption The polytope Pt with cutting planes from linearized J accurately approximates the lower-level feasible region
- domain assumption K-step gradient descent yields a good estimate of the lower-level solution
Cite this review
Pith. "Pith review of Synergistic Localization and Sensing in MIMO-OFDM Systems via Mixed-Integer Bilevel Learning." pith.science (2026). https://pith.science/paper/QFD42J3O
@misc{pith2026250707118,
author = {Pith},
title = {Pith review of: Synergistic Localization and Sensing in MIMO-OFDM Systems via Mixed-Integer Bilevel Learning},
year = {2026},
howpublished = {\url{https://pith.science/paper/QFD42J3O}},
note = {Machine review of arXiv:2507.07118}
}
read the original abstract
Wireless localization and sensing technologies are essential in modern wireless networks, supporting applications in smart cities, the Internet of Things (IoT), and autonomous systems. High-performance localization and sensing systems are critical for both network efficiency and emerging intelligent applications. Integrating channel state information (CSI) with deep learning has recently emerged as a promising solution. Recent works have leveraged the spatial diversity of multiple input multiple output (MIMO) systems and the frequency granularity of orthogonal frequency division multiplexing (OFDM) waveforms to improve spatial resolution. Nevertheless, the joint modeling of localization and sensing under the high-dimensional CSI characteristics of MIMO-OFDM systems remains insufficiently investigated. This work aims to jointly model and optimize localization and sensing tasks to harness their potential synergy. We first formulate localization and sensing as a mixed-integer bilevel deep learning problem and then propose a novel stochastic proximal gradient-based mixed-integer bilevel optimization (SPG-MIBO) algorithm. SPG-MIBO is well-suited for high-dimensional and large-scale datasets, leveraging mini-batch training at each step for computational and memory efficiency. The algorithm is also supported by theoretical convergence guarantees. Extensive experiments on multiple datasets validate its effectiveness and highlight the performance gains from joint localization and sensing optimization.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[1]
Joint subcarrier and power allocation for uplink integrated sensing and communication system,
Y . Li, Z. Wei, and Z. Feng, “Joint subcarrier and power allocation for uplink integrated sensing and communication system,” IEEE Sensors Journal, 2023
work page 2023
-
[2]
R. Montoliu, E. Sansano, A. Gasc ´o, O. Belmonte, and A. Caballer, “Indoor positioning for monitoring older adults at home: Wi-fi and ble technologies in real scenarios,” Electronics, vol. 9, no. 5, p. 728, 2020
work page 2020
-
[3]
N. Bao, J. Du, C. Wu, D. Hong, J. Chen, R. Nowak, and Z. Lv, “Wi- breath: A wifi-based contactless and real-time respiration monitoring scheme for remote healthcare,” IEEE journal of biomedical and health informatics, 2022
work page 2022
-
[4]
A whole-home level intrusion detection system using wifi-enabled iot,
Y . Jin, Z. Tian, M. Zhou, Z. Li, and Z. Zhang, “A whole-home level intrusion detection system using wifi-enabled iot,” in 2018 14th In- ternational Wireless Communications & Mobile Computing Conference (IWCMC). IEEE, 2018, pp. 494–499
work page 2018
-
[5]
Writing in the air with wifi signals for virtual reality devices,
Z. Fu, J. Xu, Z. Zhu, A. X. Liu, and X. Sun, “Writing in the air with wifi signals for virtual reality devices,” IEEE Transactions on Mobile Computing, vol. 18, no. 2, pp. 473–484, 2018
work page 2018
-
[6]
Rss distribution-based passive localization and its application in sensor networks,
C. Liu, D. Fang, Z. Yang, H. Jiang, X. Chen, W. Wang, T. Xing, and L. Cai, “Rss distribution-based passive localization and its application in sensor networks,” IEEE Transactions on Wireless Communications , vol. 15, no. 4, pp. 2883–2895, 2015
2015
-
[7]
Wifi-based real-time breathing and heart rate monitoring during sleep,
Y . Gu, X. Zhang, Z. Liu, and F. Ren, “Wifi-based real-time breathing and heart rate monitoring during sleep,” in 2019 IEEE Global Commu- nications Conference (GLOBECOM) . IEEE, 2019, pp. 1–6
work page 2019
-
[8]
On csi-based vital sign monitoring us- ing commodity wifi,
X. Wang, C. Yang, and S. Mao, “On csi-based vital sign monitoring us- ing commodity wifi,” ACM Transactions on Computing for Healthcare , vol. 1, no. 3, pp. 1–27, 2020
work page 2020
Show all 55 references
-
[9]
Robust wifi respiration sensing in the presence of interfering individual,
X. Xie, D. Zhang, Y . Li, Y . Hu, Q. Sun, and Y . Chen, “Robust wifi respiration sensing in the presence of interfering individual,” IEEE Transactions on Mobile Computing , 2024
2024
-
[10]
Contactless respiration monitoring using wi-fi and artificial neural network detection method,
P. Kontou, S. B. Smida, and D. E. Anagnostou, “Contactless respiration monitoring using wi-fi and artificial neural network detection method,” IEEE Journal of Biomedical and Health Informatics , 2023
2023
-
[11]
Passive infrared sensor dataset and deep learning models for device-free indoor localiza- tion and tracking,
K. Ngamakeur, S. Yongchareon, J. Yu, and S. Islam, “Passive infrared sensor dataset and deep learning models for device-free indoor localiza- tion and tracking,” Pervasive and Mobile Computing, vol. 88, p. 101721, 2023
2023
-
[12]
Device- free activity detection and wireless localization based on cnn using channel state information measurement,
J. Yan, L. Wan, W. Wei, X. Wu, W.-P. Zhu, and D. P.-K. Lun, “Device- free activity detection and wireless localization based on cnn using channel state information measurement,” IEEE Sensors Journal, vol. 21, no. 21, pp. 24 482–24 494, 2021
2021
-
[13]
Low human-effort, device-free localization with fine-grained subcarrier information,
J. Wang, J. Xiong, H. Jiang, K. Jamieson, X. Chen, D. Fang, and C. Wang, “Low human-effort, device-free localization with fine-grained subcarrier information,” IEEE Transactions on Mobile Computing , vol. 17, no. 11, pp. 2550–2563, 2018
2018
-
[14]
Quasi-optimal subcarrier selection dedicated for localization with multicarrier-based signals,
D. Wang, M. Fattouche, F. M. Ghannouchi, and X. Zhan, “Quasi-optimal subcarrier selection dedicated for localization with multicarrier-based signals,” IEEE Systems Journal , vol. 13, no. 2, pp. 1157–1168, 2018
2018
-
[15]
Hybrid subcarrier selection method for vital sign monitoring with long-term and short-term data considerations,
R. Zhang, Z. Wang, G. Li, Y . Wang, J. Shuai, J. Zheng, J. Huang, and S. Bao, “Hybrid subcarrier selection method for vital sign monitoring with long-term and short-term data considerations,” IEEE Sensors Jour- nal, vol. 22, no. 23, pp. 23 209–23 220, 2022
2022
-
[16]
Investigating bi- level optimization for learning and vision from a unified perspective: A survey and beyond,
R. Liu, J. Gao, J. Zhang, D. Meng, and Z. Lin, “Investigating bi- level optimization for learning and vision from a unified perspective: A survey and beyond,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 44, no. 12, pp. 10 045–10 067, 2021
2021
-
[17]
Revisiting and advancing fast adversarial training through the lens of bi- level optimization,
Y . Zhang, G. Zhang, P. Khanduri, M. Hong, S. Chang, and S. Liu, “Revisiting and advancing fast adversarial training through the lens of bi- level optimization,” in International Conference on Machine Learning . PMLR, 2022, pp. 26 693–26 712
2022
-
[18]
Gradient-based bi-level optimization for deep learning: A survey,
C. Chen, X. Chen, C. Ma, Z. Liu, and X. Liu, “Gradient-based bi-level optimization for deep learning: A survey,” arXiv preprint arXiv:2207.11719, 2022
2022 arXiv
-
[19]
Genetic algorithm for mixed integer nonlinear bilevel programming and applications in product family design,
C. Miao, G. Du, Y . Xia, and D. Wang, “Genetic algorithm for mixed integer nonlinear bilevel programming and applications in product family design,” Mathematical Problems in Engineering, vol. 2016, no. 1, p. 1379315, 2016
2016
-
[20]
A branch-and-cut algorithm for mixed integer bilevel linear optimization problems and its implementation,
S. Tahernejad, T. K. Ralphs, and S. T. DeNegre, “A branch-and-cut algorithm for mixed integer bilevel linear optimization problems and its implementation,” Mathematical Programming Computation, vol. 12, no. 4, pp. 529–568, 2020
2020
-
[21]
A class of algorithms for mixed-integer bilevel min–max optimization,
Y . Tang, J.-P. P. Richard, and J. C. Smith, “A class of algorithms for mixed-integer bilevel min–max optimization,” Journal of Global Optimization, vol. 66, pp. 225–262, 2016
2016
-
[22]
Mixed integer bilevel optimization through multi-parametric programming,
S. Avraamidou, N. Diangelakis, and E. Pistikopoulos, “Mixed integer bilevel optimization through multi-parametric programming,” Founda- tions of computer aided process operations/chemical process control , pp. In–Press, 2017
2017
-
[23]
Neur2bilo: Neu- ral bilevel optimization,
J. Dumouchelle, E. Julien, J. Kurtz, and E. Khalil, “Neur2bilo: Neu- ral bilevel optimization,” Advances in Neural Information Processing Systems, vol. 37, pp. 86 688–86 719, 2024
2024
-
[24]
Asynchronous distributed bilevel optimization,
Y . Jiao, K. Yang, T. Wu, D. Song, and C. Jian, “Asynchronous distributed bilevel optimization,” in The Eleventh International Conference on Learning Representations, 2022
2022
-
[25]
Distributed distributionally robust op- timization with non-convex objectives,
Y . Jiao, K. Yang, and D. Song, “Distributed distributionally robust op- timization with non-convex objectives,” Advances in neural information processing systems, vol. 35, pp. 7987–7999, 2022
2022
-
[26]
Triadic-ocd: Asynchronous online change detection with provable robustness, optimality, and con- vergence,
Y . Huang, K. Yang, Z. Zhu, and L. Chen, “Triadic-ocd: Asynchronous online change detection with provable robustness, optimality, and con- vergence,” in International Conference on Machine Learning . PMLR, 2024, pp. 20 382–20 412
2024
-
[27]
Robust beamforming for downlink multi-cell systems: A bilevel optimization perspective,
X. Chen, Y . Xiong, and K. Yang, “Robust beamforming for downlink multi-cell systems: A bilevel optimization perspective,” in Proceedings of the AAAI Conference on Artificial Intelligence , vol. 38, no. 8, 2024, pp. 7969–7977
2024
-
[28]
Tri-level navigator: Llm-empowered tri- level learning for time series ood generalization,
C. Jian, K. Yang, and Y . Jiao, “Tri-level navigator: Llm-empowered tri- level learning for time series ood generalization,” Advances in Neural Information Processing Systems , vol. 37, pp. 110 613–110 642, 2024
2024
-
[29]
From rssi to csi: Indoor localization via channel response,
Z. Yang, Z. Zhou, and Y . Liu, “From rssi to csi: Indoor localization via channel response,” ACM Computing Surveys (CSUR), vol. 46, no. 2, pp. 1–32, 2013
2013
-
[30]
Wifi csi-based device-free sensing: from fresnel zone model to csi-ratio model,
D. Wu, Y . Zeng, F. Zhang, and D. Zhang, “Wifi csi-based device-free sensing: from fresnel zone model to csi-ratio model,” CCF Transactions on Pervasive Computing and Interaction , pp. 1–15, 2022
2022
-
[31]
Wiact: A passive wifi-based human activity recognition system,
H. Yan, Y . Zhang, Y . Wang, and K. Xu, “Wiact: A passive wifi-based human activity recognition system,” IEEE Sensors Journal , vol. 20, no. 1, pp. 296–305, 2019
2019
-
[32]
Attention detection by heartbeat and respiratory features from radio-frequency sensor,
P. Sharma, Z. Zhang, T. B. Conroy, X. Hui, and E. C. Kan, “Attention detection by heartbeat and respiratory features from radio-frequency sensor,” Sensors, vol. 22, no. 20, p. 8047, 2022
2022
-
[33]
A contactless breathing pattern recognition system using deep learning and wifi signal,
D. Fan, X. Yang, N. Zhao, L. Guan, M. M. Arslan, M. Ullah, M. A. Imran, and Q. H. Abbasi, “A contactless breathing pattern recognition system using deep learning and wifi signal,” IEEE Internet of Things Journal, 2024
2024
-
[34]
Wireless node localization based on rssi using a rotating antenna on a mobile robot,
J. Graefenstein, A. Albert, P. Biber, and A. Schilling, “Wireless node localization based on rssi using a rotating antenna on a mobile robot,” in 2009 6Th Workshop on positioning, navigation and communication . IEEE, 2009, pp. 253–259
2009
-
[35]
Perfor- mance analysis of a multistatic joint sensing and communication sys- tem,
E. Matricardi, L. Pucci, E. Paolini, W. Xu, and A. Giorgetti, “Perfor- mance analysis of a multistatic joint sensing and communication sys- tem,” in 2023 IEEE 34th Annual International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC) . IEEE, 2023, pp. 1–6
2023
-
[36]
Wi-fi sensing for joint gesture recognition and human identification from few samples in human-computer interaction,
R. Zhang, C. Jiang, S. Wu, Q. Zhou, X. Jing, and J. Mu, “Wi-fi sensing for joint gesture recognition and human identification from few samples in human-computer interaction,” IEEE Journal on Selected Areas in Communications, vol. 40, no. 7, pp. 2193–2205, 2022
2022
-
[37]
Breathfinding: A wireless network that monitors and locates breathing in a home,
N. Patwari, L. Brewer, Q. Tate, O. Kaltiokallio, and M. Bocca, “Breathfinding: A wireless network that monitors and locates breathing in a home,” IEEE Journal of Selected Topics in Signal Processing, vol. 8, no. 1, pp. 30–42, 2013
2013
-
[38]
Experience: Cross- technology radio respiratory monitoring performance study,
P. Hillyard, A. Luong, A. S. Abrar, N. Patwari, K. Sundar, R. Far- ney, J. Burch, C. Porucznik, and S. H. Pollard, “Experience: Cross- technology radio respiratory monitoring performance study,” inProceed- ings of the 24th Annual International Conference on Mobile Computing an...
2018
-
[39]
Your wifi knows how you behave: Leveraging wifi channel data for behavior analysis,
Y . Gu, X. Zhang, C. Li, F. Ren, J. Li, and Z. Liu, “Your wifi knows how you behave: Leveraging wifi channel data for behavior analysis,” in 2018 IEEE Global Communications Conference (GLOBECOM). IEEE, 2018, pp. 1–6
2018
-
[40]
Resilient respiration rate monitoring with realtime bimodal csi data,
X. Wang, C. Yang, and S. Mao, “Resilient respiration rate monitoring with realtime bimodal csi data,” IEEE Sensors Journal, vol. 20, no. 17, pp. 10 187–10 198, 2020
2020
-
[41]
Ensemble learning based wifi sensing using spatially distributed tx-rx links,
N. Fahad, M. Touhiduzzaman, and E. Bulut, “Ensemble learning based wifi sensing using spatially distributed tx-rx links,” inIEEE International Conference on Computing, Networking and Communications (ICNC), Honolulu, Hawaii, USA , 2025
2025
-
[42]
Wifi csi-based device-free multi-room presence detection using conditional recurrent network,
F.-Y . Chu, C.-J. Chiu, A.-H. Hsiao, K.-T. Feng, and P.-H. Tseng, “Wifi csi-based device-free multi-room presence detection using conditional recurrent network,” in 2021 IEEE 93rd Vehicular Technology Conference (VTC2021-Spring). IEEE, 2021, pp. 1–5. 16
2021
-
[43]
A literature review: solving constrained non-linear bi-level optimization problems with classical methods,
A. Biswas and C. Hoyle, “A literature review: solving constrained non-linear bi-level optimization problems with classical methods,” in International Design Engineering Technical Conferences and Computers and Information in Engineering Conference , vol. 59193. American Society...
2019
-
[44]
DeNegre, Interdiction and discrete bilevel linear programming
S. DeNegre, Interdiction and discrete bilevel linear programming . Lehigh University, 2011
2011
-
[45]
A deterministic bounding algorithm vs. a hybrid meta-heuristic to deal with a bilevel mixed- integer nonlinear optimization model for electricity dynamic pricing,
I. Soares, M. J. Alves, and C. H. Antunes, “A deterministic bounding algorithm vs. a hybrid meta-heuristic to deal with a bilevel mixed- integer nonlinear optimization model for electricity dynamic pricing,” Computers & Operations Research , vol. 155, p. 106195, 2023
2023
-
[46]
Domino: Data-driven optimization of bi-level mixed- integer nonlinear problems,
B. Beykal, S. Avraamidou, I. P. Pistikopoulos, M. Onel, and E. N. Pistikopoulos, “Domino: Data-driven optimization of bi-level mixed- integer nonlinear problems,” Journal of Global Optimization , vol. 78, pp. 1–36, 2020
2020
-
[47]
Gaussian process assisted fingerprinting local- ization,
S. Yiu and K. Yang, “Gaussian process assisted fingerprinting local- ization,” IEEE Internet of Things Journal , vol. 3, no. 5, pp. 683–690, 2015
2015
-
[48]
Robust cooperative wi-fi fingerprint- based indoor localization,
L. Chen, K. Yang, and X. Wang, “Robust cooperative wi-fi fingerprint- based indoor localization,” IEEE Internet of Things Journal, vol. 3, no. 6, pp. 1406–1417, 2016
2016
-
[49]
Distributed robust optimization for communication networks,
K. Yang, Y . Wu, J. Huang, X. Wang, and S. Verd ´u, “Distributed robust optimization for communication networks,” in IEEE INFOCOM 2008- The 27th Conference on Computer Communications . IEEE, 2008, pp. 1157–1165
2008
-
[50]
Distributed robust op- timization (dro), part i: framework and example,
K. Yang, J. Huang, Y . Wu, and M. Chiang, “Distributed robust op- timization (dro), part i: framework and example,” Optimization and Engineering, vol. 15, no. 1, pp. 35–67, 2014
2014
-
[51]
A single timescale stochas- tic approximation method for nested stochastic optimization,
S. Ghadimi, A. Ruszczynski, and M. Wang, “A single timescale stochas- tic approximation method for nested stochastic optimization,” SIAM Journal on Optimization , vol. 30, no. 1, pp. 960–979, 2020
2020
-
[52]
Wimans: A benchmark dataset for wifi-based multi- user activity sensing,
S. Huang, K. Li, D. You, Y . Chen, A. Lin, S. Liu, X. Li, and J. A. McCann, “Wimans: A benchmark dataset for wifi-based multi- user activity sensing,” in European Conference on Computer Vision . Springer, 2024, pp. 72–91
2024
-
[53]
Mffaloc: Csi-based multi-features fusion adaptive device-free passive indoor fingerprinting localization,
X. Rao, Z. Luo, Y . Luo, Y . Yi, G. Lei, and Y . Cao, “Mffaloc: Csi-based multi-features fusion adaptive device-free passive indoor fingerprinting localization,” IEEE Internet of Things Journal , 2023
2023
-
[54]
A robust csi-based wi-fi passive sensing method using attention mechanism deep learning,
Z. He, X. Zhang, Y . Wang, Y . Lin, G. Gui, and H. Gacanin, “A robust csi-based wi-fi passive sensing method using attention mechanism deep learning,” IEEE Internet of Things Journal , 2023
2023
-
[55]
Efficientfi: Toward large-scale lightweight wifi sensing via csi compression,
J. Yang, X. Chen, H. Zou, D. Wang, Q. Xu, and L. Xie, “Efficientfi: Toward large-scale lightweight wifi sensing via csi compression,” IEEE Internet of Things Journal , vol. 9, no. 15, pp. 13 086–13 095, 2022
2022
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.