Pith. sign in

REVIEW 3 major objections 4 minor 64 references

A Short Overview of Multi-Modal Wi-Fi Sensing

T0 review · 3 major / 4 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read This review of the past 24 months claims multi-modal Wi-Fi sensing splits into two paradigms—fusing Wi-Fi with other sensors, and using stronger modalities as teachers—and that the open problems are generalization, data scarcity…

desk verdict A useful but non-systematic short survey; the taxonomy is sensible and the limitations are honestly discussed, but the 'comprehensive' claim outstrips the ~30-paper selection and missing search protocol. read the letter →

arxiv 2505.06682 v1 pith:RSTIITXG submitted 2025-05-10 eess.SP cs.AI

classification eess.SPcs.AI
keywords Wi-Fisensingmulti-modalchannelstateinformationknowledgedistillationsensorfusionhumanactivityrecognitioncross-domaingeneralizationlabelgeneration
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Wi-Fi sensing can locate people and recognize actions from radio signals alone, but its models tend to fail when the environment changes and its labeled data is costly to collect. This survey of the last two years argues that the field's most promising response is to bring in a second modality—cameras, radar, LiDAR, inertial sensors, or another radio—either fused with Wi-Fi or used as a teacher during training. The paper's central claim is that roughly thirty learning-based multi-modal Wi-Fi sensing works all fit one of two paradigms: multi-modal fused sensing (input or feature fusion) and multi-modal enhanced training (knowledge distillation or label generation). If that taxonomy is right, the field's value lies less in squeezing extra in-domain accuracy out of Wi-Fi and more in cross-domain generalization and cheap automated data labeling. The review matters because it is the first attempt it knows of to organize this branch and to state where it is stuck.

What carries the argument

The load-bearing machinery is a two-level taxonomy. The first cut separates fused sensing (different sensors are combined at inference time, either by converting all inputs to a common format and feeding one network, or by encoding each modality separately and merging embeddings with cross-modal attention or alignment losses) from enhanced training (a strong modality acts only during training, either as a teacher whose soft probabilities or embeddings are distilled into the Wi-Fi model, or as a label generator that turns video into ground truth coordinates or fall labels). The second cut subdivides fusion by its level and splits enhanced training into knowledge distillation and label generation. This taxonomy carries the survey's argument: it maps about thirty papers into a small number of slots, identifies absent slots such as decision-level fusion, and frames unresolved questions such as whether CLIP-style alignment helps through true modal alignment or simply as an extra training loss.

What would settle it

Run a systematic search of the wireless-sensing literature from May 2023 to May 2025 for papers that combine Wi-Fi signals with at least one other sensing modality. If the search returns many multi-modal Wi-Fi sensing papers absent from this review, especially any decision-level or model-based fusion method that fits neither of the two paradigms, then the survey's coverage claim and its taxonomy would be refuted.

Watch

Extended reading notes

Core claim

On its own terms, the paper's discovery is a working taxonomy of multi-modal Wi-Fi sensing as it exists today. It reports that all current learning-based methods fall into two paradigms: multi-modal fused sensing, where Wi-Fi and other sensors are combined at the input or feature level and there is no published decision-level fusion; and multi-modal enhanced training, where a stronger modality such as vision or radar supplies dark knowledge through distillation or generates ground-truth labels for the Wi-Fi model. A small set of mixture methods combine both. The paper further claims that these methods help Wi-Fi mainly by importing robustness rather than raw accuracy, since single-modal Wi-Fi already performs well in-domain; and it argues that the field is currently blocked by limited cross-domain evaluation, overfitting to teacher signals, coarse time-space alignment, scarce public datasets, and poor reproducibility.

Load-bearing premise

The review assumes that the roughly thirty works it selected, without a documented systematic search protocol, are representative of all learning-based multi-modal Wi-Fi sensing from the past 24 months; a biased or incomplete selection would make its taxonomy and its list of open problems misleading.

Editorial extensions

If this is right

  • If the two-paradigm taxonomy is correct, the next systems will likely mix both paradigms, since the mixture methods reviewed here already report gains such as a 28% improvement over Wi-Fi-only in an indoor-monitoring task.
  • The practical focus should move from in-domain accuracy to cross-domain and few-shot adaptation, where teacher models or generated labels let a Wi-Fi model adapt to a new environment quickly; one distillation result cuts localization error by more than 75%.
  • Vision and radar will increasingly function as automated annotation tools rather than as runtime sensors, since label-generation pipelines can produce fall-detection labels without manual recording and localization labels with error below 20 cm.
  • Open-sourcing code and datasets becomes necessary for progress: without it, researchers cannot tell which fusion or distillation designs genuinely transfer to new environments.
  • Fine-grained applications will force the field to solve frame-level time-space alignment between modalities, because the small timing errors tolerated today will not be acceptable for tasks like fine activity recognition or re-identification.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The author does not say this, but the review's evidence is consistent with CLIP-style alignment working mostly as a regularizer: in small-data regimes any auxiliary loss tends to help, and the paper's call for comparing alignment losses against MLM pre-training is the test that would settle it.
  • A direct experimental comparison of input fusion versus feature fusion on the same dataset and backbone, which the review notes is missing from the literature, would determine whether the field's preference for feature fusion is principled or just easier to implement.
  • Label generation from vision inherits the vision model's failure modes: if the camera model degrades in poor lighting or occluded scenes, the Wi-Fi labels it produces will be wrong, so confidence filtering or human verification should be part of any production pipeline.
  • The same two-paradigm split likely applies beyond Wi-Fi to other weak radio modalities such as Bluetooth, ultra-wideband, and mmWave, so re-running this survey's organization on those bodies of work would test how general the taxonomy is.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. This manuscript is a short survey of multi-modal Wi-Fi sensing research from approximately the past 24 months. It proposes a two-part taxonomy: (i) multi-modal fused sensing, sub-divided into input fusion and feature fusion, and (ii) multi-modal enhanced training, sub-divided into cross-modal knowledge distillation and label generation from strong modalities. Two summary tables (Tables 1 and 2) enumerate the surveyed methods, and the discussion sections address limitations (e.g., limited data, alignment issues, reproducibility), open challenges, and future directions. The author is transparent that the survey covers only about 30 works and focuses on learning-based methods, per footnote 1.

Significance. If the surveyed selection is representative, the paper provides a useful and honest entry point to a small but growing subfield. Its taxonomy is intuitive and its qualitative observations—such as the seeming absence of decision-level fusion, the unclear benefit of CLIP-style alignment, and the reproducibility problems in the community—are valuable for newcomers. The paper also deserves credit for explicitly stating its own coverage limitations and for describing the 'lazy loss function' problem in pre-training, which is a concrete technical observation. However, the significance is limited by the absence of a systematic literature selection methodology; the review's conclusions about what has and has not been done in the field are only as reliable as the representativeness of the roughly 30 selected papers.

major comments (3)
  1. [Abstract, §1, footnote 1, §3.1] The paper's central claim is that it reviews the multi-modal Wi-Fi sensing literature from the past 24 months, and §1 even calls this a 'comprehensive overview.' However, no systematic search protocol is provided: databases, query terms, screening criteria, and inclusion/exclusion rules are absent. Footnote 1 states that only about 30 works were reviewed, but this is not enough to establish representativeness. In particular, the negative observation in §3.1 that 'we have not found any decision-level fused methods in Wi-Fi sensing' is only meaningful if the sample is unbiased. As written, the reader cannot distinguish a genuine gap in the field from a gap in the author's reading list. The author should either (a) provide the full search and selection methodology and justify the sample, or (b) explicitly reframe the paper as a personal/selected overview rather than a 'literature review' or 'comprehensive overview.' This is load-bearing because the survey's entire contribution rests on the coverage claim.
  2. [§3.1.2, references [16], [17]] The text states that 'X-Fi and Babel [17] both propose novel network structures ... presented at ICLR 2025 and SenSys 2025, respectively.' However, reference [16] (X-Fi) is an arXiv preprint, not an ICLR 2025 publication. This misattribution can propagate through citation databases and mislead readers about the publication status and peer review of the described method. Please verify the venue and correct either the reference or the prose.
  3. [§3.2.1, Eqs. (6) and (7)] Equations (6) and (7) define the soft losses as L_cls_s = ∇θs E[·] and L_mse_s = ∇θs E[·], which equates a scalar loss with a gradient vector. The correct formulation is that the loss is the expectation E[·], and ∇θs denotes the gradient used in optimization. As written, the equations are dimensionally inconsistent and misstate the standard knowledge distillation objective. Please correct these equations and their surrounding explanation.
minor comments (4)
  1. [§3.1.3] The parenthetical 'there is no clear definition of whether these works can be viewed as true multi-modal' is important for the taxonomy's boundary, but it appears only after the category is introduced. Please state this caveat in the taxonomy definition at the start of §3.
  2. [§3.1.1] The sentence about MaskFi says 'the current version of the paper does not provide performance comparisons with and without the pre-training.' Make explicit that 'the paper' refers to MaskFi [12], not the present survey, to avoid ambiguity.
  3. [§3.1.2] Minor grammatical issues: 'Wivi-Uf [18], WiMix [19], and WiFitness [20], all developed the human activity recognition framework' should be rephrased; also 'In Wivi-Uf [18] and WiMix [19] both used the cross-modal attention' is awkward. A proofread pass would improve readability.
  4. [§4.1] The discussion of time-and-space alignment would benefit from citing specific examples of works that currently rely on loosely aligned samples, to make the proposed challenge concrete.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the paper is a literature survey with no derivation chain; self-citations are descriptive, not load-bearing.

full rationale

The paper's central deliverable is a taxonomy and limitations review of roughly 30 multi-modal Wi-Fi sensing works from the past 24 months. There is no derived quantity, fitted parameter, uniqueness theorem, or first-principles model whose output is fed back as input. The equations cited (CSI model, RSSI model, knowledge-distillation losses, cross-attention, CLIP alignment) are standard definitions used to describe the reviewed methods, not predictions derived from them. The author cites several prior works of his own, including LoFi [37], CrossFi [47], and reference [56], but each citation is explicitly identified as 'our previous work' and serves only to place that work in the survey's taxonomy or to motivate a challenge; the survey's classification does not depend on those works' results being true. The main validity concern is coverage: footnote 1 admits the reviewed corpus is only roughly 30 works with no systematic search protocol, so the negative observation that no decision-level fused methods were found and the limitations discussion could be affected by selection bias. That is a correctness or representativeness risk, not a circularity reduction. No step in the paper is equivalent by construction to its input, so the circularity score is 0.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

As a survey, the paper introduces no free parameters or invented entities. The central claim rests on the representativeness of the selected literature, the standard background models, and the accuracy of the author's summaries of the cited works.

assumptions (3)
  • domain assumption The roughly 30 selected works are representative of multi-modal Wi-Fi sensing research from the past 24 months.
    The survey does not provide a systematic search protocol, so representativeness is assumed. This is stated in footnote 1 and the selection tables in Sections 3.1 and 3.2.
  • standard math Standard models for CSI and RSSI (Eqs. 1-5) and knowledge distillation (Eqs. 6-7) correctly describe the reviewed methods.
    These are standard textbook models used as background; they are not derived in this paper and are treated as accepted knowledge.
  • domain assumption The author's summaries of the cited works are accurate.
    The survey relies on the author's interpretation of each method; these interpretations are not independently verified in the paper.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A Short Overview of Multi-Modal Wi-Fi Sensing." pith.science (2026). https://pith.science/paper/RSTIITXG

@misc{pith2026250506682,
  author       = {Pith},
  title        = {Pith review of: A Short Overview of Multi-Modal Wi-Fi Sensing},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/RSTIITXG}},
  note         = {Machine review of arXiv:2505.06682}
}
read the original abstract

Wi-Fi sensing has emerged as a significant technology in wireless sensing and Integrated Sensing and Communication (ISAC), offering benefits such as low cost, high penetration, and enhanced privacy. Currently, it is widely utilized in various applications, including action recognition, human localization, and crowd counting. However, Wi-Fi sensing also faces challenges, such as low robustness and difficulties in data collection. Recently, there has been an increasing focus on multi-modal Wi-Fi sensing, where other modalities can act as teachers, providing ground truth or robust features for Wi-Fi sensing models to learn from, or can be directly fused with Wi-Fi for enhanced sensing capabilities. Although these methods have demonstrated promising results and substantial value in practical applications, there is a lack of comprehensive surveys reviewing them. To address this gap, this paper reviews the multi-modal Wi-Fi sensing literature \textbf{from the past 24 months} and highlights the current limitations, challenges and future directions in this field.

Figures

Figures reproduced from arXiv: 2505.06682 by the authors.

Figure 1
Figure 1. Cross Domain Challenge Visualization in [ [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Basic Principles of Wi-Fi Sensing 3 Main Paradigms of Multi-Modal Wi-Fi Sensing For current multi-modal Wi-Fi sensing works, we mainly divide them into two types. The first type is multi-modal fusion Wi-Fi sensing, where different sensors are fused together to enhance the sensing capacity or generalization capacity. The other type is multi-modal enhanced training of the Wi-Fi modality, where models from strong modal… view at source ↗
Figure 3
Figure 3. Main Paradigms of Multi-Modal Wi-Fi Sensing [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: Label Generation from Vision Modality [47] [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

64 extracted references · 48 canonical work pages

  1. [17]

    Babel: A scalable pre-trained model for multi-modal sensing via expandable modality alignment,

    S. Dai, S. Jiang, Y . Yang, T. Cao, M. Li, S. Banerjee, and L. Qiu, “Babel: A scalable pre-trained model for multi-modal sensing via expandable modality alignment,” in Proceedings of the 23rd ACM Conference on Embedded Networked Sensor Systems , pp. 240–253, 2025

  2. [16]

    X-fi: A modality-invariant foundation model for multimodal human sensing,

    X. Chen and J. Yang, “X-fi: A modality-invariant foundation model for multimodal human sensing,” arXiv preprint arXiv:2410.10167, 2024

  3. [1]

    Deep learning-based fall detection using commodity wi-fi,

    T. Chen, X. Li, H. Li, and G. Zhu, “Deep learning-based fall detection using commodity wi-fi,” Journal of Information and Intelligence , vol. 2, no. 4, pp. 355–364, 2024

  4. [2]

    Codar: Complex-valued neural network for crossing-floor intrusion detection via wifi,

    W. Ou, Y . Liu, Z. Sun, B. Li, L. Zhang, and C. Zhu, “Codar: Complex-valued neural network for crossing-floor intrusion detection via wifi,” in ICASSP 2025-2025 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pp. 1–5, IEEE, 2025

  5. [3]

    Real-time cross-domain gesture and user identification via cots wifi,

    C. Cao, Y . Ding, M. Dai, W. Gong, and X. Zhao, “Real-time cross-domain gesture and user identification via cots wifi,” IEEE Transactions on Mobile Computing , 2025. 10

  6. [4]

    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

  7. [5]

    Knn-mmd: Cross domain wi-fi sensing based on local distribution alignment,

    Z. Zhao, Z. Cai, T. Chen, X. Li, H. Li, and G. Zhu, “Knn-mmd: Cross domain wi-fi sensing based on local distribution alignment,” arXiv preprint arXiv:2412.04783, 2024

  8. [6]

    Research on cross-scene human activity recognition based on radar and wi-fi multimodal fusion,

    Z. Chen, Y . Sun, and L. Qu, “Research on cross-scene human activity recognition based on radar and wi-fi multimodal fusion,” Electronics, vol. 14, no. 8, p. 1518, 2025

Show all 64 references
  1. [7]

    A survey on wi-fi sensing generalizability: Taxonomy, techniques, datasets, and future research prospects,

    F. Wang, T. Zhang, B. Zhao, L. Xing, T. Wang, H. Ding, and T. X. Han, “A survey on wi-fi sensing generalizability: Taxonomy, techniques, datasets, and future research prospects,” arXiv preprint arXiv:2503.08008, 2025

  2. [8]

    Mining limited data sufficiently: A bert-inspired approach for csi time series application in wireless communication and sensing,

    Z. Zhao, F. Meng, H. Li, X. Li, and G. Zhu, “Mining limited data sufficiently: A bert-inspired approach for csi time series application in wireless communication and sensing,” arXiv preprint arXiv:2412.06861, 2024

  3. [9]

    Wi-fi 8: Embracing the millimeter-wave era,

    X. Liu, T. Chen, Y . Dong, Z. Mao, M. Gan, X. Yang, and J. Lu, “Wi-fi 8: Embracing the millimeter-wave era,” IEEE Communications Magazine, 2024

  4. [10]

    A wireless signal correlation learning framework for accurate and robust multi-modal sensing,

    X. Liu, B. Zhang, S. Chen, X. Xie, X. Tong, T. Gu, and K. Li, “A wireless signal correlation learning framework for accurate and robust multi-modal sensing,”IEEE Journal on Selected Areas in Communications, 2024

  5. [11]

    Multi-granularity and multi-modal feature fusion for indoor positioning,

    L. Ye, Y . Wang, S. Pei, Y . Wang, H. Zhao, and S. Dong, “Multi-granularity and multi-modal feature fusion for indoor positioning,” Symmetry, vol. 17, no. 4, p. 597, 2025

  6. [12]

    Maskfi: Unsupervised learning of wifi and vision representations for multimodal human activity recognition,

    J. Yang, S. Tang, Y . Xu, Y . Zhou, and L. Xie, “Maskfi: Unsupervised learning of wifi and vision representations for multimodal human activity recognition,” arXiv preprint arXiv:2402.19258, 2024

  7. [13]

    Heterogeneous feature fusion approach for multi- modal indoor localization,

    J. Zhou, K. Huang, S. Tang, and S. Zhang, “Heterogeneous feature fusion approach for multi- modal indoor localization,” in2024 IEEE Wireless Communications and Networking Conference (WCNC), pp. 1–6, IEEE, 2024

  8. [14]

    Heterogeneous dual-attentional network for wifi and video-fused multi-modal crowd counting,

    L. Hao, B. Huang, B. Jia, and G. Mao, “Heterogeneous dual-attentional network for wifi and video-fused multi-modal crowd counting,” IEEE Transactions on Mobile Computing , 2024

  9. [15]

    Vifi-reid: A two-stream vision-wifi multimodal approach for person re-identification,

    C. Mao, C. Tan, J. Hu, and M. Zheng, “Vifi-reid: A two-stream vision-wifi multimodal approach for person re-identification,” arXiv preprint arXiv:2410.09875, 2024

  10. [18]

    Wivi-uf: Unified feature learning in cross-modal transformers with wifi and vision data fusion for enhanced human activity recognition,

    X. Lin, X. Zhu, and E. Cambria, “Wivi-uf: Unified feature learning in cross-modal transformers with wifi and vision data fusion for enhanced human activity recognition,” Available at SSRN 5145405

  11. [19]

    Wimix: A lightweight multimodal human activity recognition system based on wifi and vision,

    J. Chen, K. Yang, X. Zheng, S. Dong, L. Liu, and H. Ma, “Wimix: A lightweight multimodal human activity recognition system based on wifi and vision,” in 2023 IEEE 20th International Conference on Mobile Ad Hoc and Smart Systems (MASS) , pp. 406–414, IEEE, 2023

  12. [20]

    Wi-fitness: Improving wi-fi sensing with video perception for smart fitness,

    M. Wei, D. Zhao, L. Zhang, C. Wang, Y . Zhang, Q. Wang, X. Fan, Y . Zhong, and S. Mao, “Wi-fitness: Improving wi-fi sensing with video perception for smart fitness,” IEEE Internet of Things Journal, 2024

  13. [21]

    Bert: Pre-training of deep bidirectional transformers for language understanding,

    J. Devlin, M.-W. Chang, K. Lee, and K. Toutanova, “Bert: Pre-training of deep bidirectional transformers for language understanding,” in Proceedings of the 2019 conference of the North American chapter of the association for computational linguistics: human language technolo- ...

  14. [22]

    Signature verification using a

    J. Bromley, I. Guyon, Y . LeCun, E. Säckinger, and R. Shah, “Signature verification using a" siamese" time delay neural network,”Advances in neural information processing systems, vol. 6, 1993

  15. [23]

    Gradient-based learning applied to document recognition,

    Y . LeCun, L. Bottou, Y . Bengio, and P. Haffner, “Gradient-based learning applied to document recognition,” Proceedings of the IEEE, vol. 86, no. 11, pp. 2278–2324, 1998

  16. [24]

    Deep residual learning for image recognition,

    K. He, X. Zhang, S. Ren, and J. Sun, “Deep residual learning for image recognition,” in Proceedings of the IEEE conference on computer vision and pattern recognition , pp. 770–778, 2016

  17. [25]

    Learning transferable visual models from natural language supervi- sion,

    A. Radford, J. W. Kim, C. Hallacy, A. Ramesh, G. Goh, S. Agarwal, G. Sastry, A. Askell, P. Mishkin, J. Clark, et al., “Learning transferable visual models from natural language supervi- sion,” in International conference on machine learning , pp. 8748–8763, PmLR, 2021

  18. [26]

    Attention is all you need,

    A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, Ł. Kaiser, and I. Polosukhin, “Attention is all you need,”Advances in neural information processing systems , vol. 30, 2017

  19. [27]

    Domain-adversarial training of neural networks,

    Y . Ganin, E. Ustinova, H. Ajakan, P. Germain, H. Larochelle, F. Laviolette, M. March, and V . Lempitsky, “Domain-adversarial training of neural networks,”Journal of machine learning research, vol. 17, no. 59, pp. 1–35, 2016

  20. [28]

    Autosen: improving automatic wifi human sensing through cross-modal autoencoder,

    Q. Gao, Y . Hao, and Y . Liu, “Autosen: improving automatic wifi human sensing through cross-modal autoencoder,” in ICASSP 2024-2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pp. 8235–8239, IEEE, 2024

  21. [29]

    Reducing the dimensionality of data with neural networks,

    G. E. Hinton and R. R. Salakhutdinov, “Reducing the dimensionality of data with neural networks,” science, vol. 313, no. 5786, pp. 504–507, 2006

  22. [30]

    An aiot framework with multi-modal frequency fusion for wifi-based coarse and fine activity recognition,

    J. Chen, X. Xu, T. Wang, G. Jeon, and D. Camacho, “An aiot framework with multi-modal frequency fusion for wifi-based coarse and fine activity recognition,” IEEE Internet of Things Journal, 2024

  23. [31]

    Ratiofi: Unlocking the potential of wifi csi,

    D. Zhang, Z. Cai, G. Zhu, H. Li, X. Li, Q. Shi, and C. Shen, “Ratiofi: Unlocking the potential of wifi csi,” in 2023 International Conference on Ubiquitous Communication (Ucom), pp. 421–425, IEEE, 2023

  24. [32]

    A precise and scalable indoor positioning system using cross-modal knowledge distillation,

    H. Rizk, A. Elmogy, M. Rihan, and H. Yamaguchi, “A precise and scalable indoor positioning system using cross-modal knowledge distillation,” Sensors, vol. 24, no. 22, p. 7322, 2024

  25. [33]

    Xfall: Domain adaptive wi-fi-based fall detection with cross-modal supervision,

    G. Chi, G. Zhang, X. Ding, Q. Ma, Z. Yang, Z. Du, H. Xiao, and Z. Liu, “Xfall: Domain adaptive wi-fi-based fall detection with cross-modal supervision,” IEEE Journal on Selected Areas in Communications, 2024

  26. [34]

    Muat-va: Multi-attention and video-auxiliary network for device-free action recognition,

    B. Sheng, C. Sun, F. Xiao, L. Gui, and Z. Guo, “Muat-va: Multi-attention and video-auxiliary network for device-free action recognition,” IEEE Internet of Things Journal , vol. 10, no. 12, pp. 10870–10880, 2023

  27. [35]

    Autodlar: a semi-supervised cross-modal contact-free human activity recognition system,

    X. Lu, L. Wang, C. Lin, X. Fan, B. Han, X. Han, and Z. Qin, “Autodlar: a semi-supervised cross-modal contact-free human activity recognition system,” ACM Transactions on Sensor Networks, vol. 20, no. 4, pp. 1–20, 2024

  28. [36]

    Falldewideo: Vision-aided wireless sensing dataset for fall detection with commodity wi-fi devices,

    Z. Cai, T. Chen, F. Zhou, Y . Cui, H. Li, X. Li, G. Zhu, and Q. Shi, “Falldewideo: Vision-aided wireless sensing dataset for fall detection with commodity wi-fi devices,” in Proceedings of the 3rd ACM MobiCom Workshop on Integrated Sensing and Communications Systems , pp. 7–12, 2023

  29. [37]

    Lofi: Vision-aided label generator for wi-fi localization and tracking,

    Z. Zhao, T. Chen, F. Meng, Z. Cai, H. Li, X. Li, and G. Zhu, “Lofi: Vision-aided label generator for wi-fi localization and tracking,” arXiv preprint arXiv:2412.05074, 2024

  30. [38]

    Distilling the knowledge in a neural network,

    G. Hinton, O. Vinyals, and J. Dean, “Distilling the knowledge in a neural network,” stat, vol. 1050, p. 9, 2015. 12

  31. [39]

    Wicamera: V ortex electromagnetic wave-based wifi imaging,

    L. Xu, X. Zheng, X. Du, L. Liu, and H. Ma, “Wicamera: V ortex electromagnetic wave-based wifi imaging,” IEEE Transactions on Mobile Computing , 2024

  32. [40]

    Video-based fall detection in the home using principal component analysis,

    L. Hazelhoff, J. Han, and P. H. de With, “Video-based fall detection in the home using principal component analysis,” in Advanced Concepts for Intelligent Vision Systems: 10th International Conference, ACIVS 2008, Juan-les-Pins, France, October 20-24, 2008. Proceedings 10, pp....

  33. [41]

    Mask r-cnn,

    K. He, G. Gkioxari, P. Dollár, and R. Girshick, “Mask r-cnn,” in Proceedings of the IEEE international conference on computer vision , pp. 2961–2969, 2017

  34. [42]

    Realtime multi-person 2d pose estimation using part affinity fields,

    Z. Cao, T. Simon, S.-E. Wei, and Y . Sheikh, “Realtime multi-person 2d pose estimation using part affinity fields,” in Proceedings of the IEEE conference on computer vision and pattern recognition, pp. 7291–7299, 2017

  35. [43]

    U-net: Convolutional networks for biomedical image segmentation,

    O. Ronneberger, P. Fischer, and T. Brox, “U-net: Convolutional networks for biomedical image segmentation,” in Medical image computing and computer-assisted intervention–MICCAI 2015: 18th international conference, Munich, Germany, October 5-9, 2015, proceedings, part III 18 , ...

  36. [44]

    Leveraging online learning for domain-adaptation in wi-fi-based device-free localization,

    J. Zhang, J. Xue, Y . Li, and S. L. Cotton, “Leveraging online learning for domain-adaptation in wi-fi-based device-free localization,” IEEE Transactions on Mobile Computing , 2025

  37. [45]

    Sifi: Siamese networks based csi fingerprint indoor localization with wifi,

    W. Liu, Y . Chen, and H. Zhang, “Sifi: Siamese networks based csi fingerprint indoor localization with wifi,” in 2024 IEEE Wireless Communications and Networking Conference (WCNC) , pp. 01–06, IEEE, 2024

  38. [46]

    You only look once: Unified, real-time object detection,

    J. Redmon, S. Divvala, R. Girshick, and A. Farhadi, “You only look once: Unified, real-time object detection,” in Proceedings of the IEEE conference on computer vision and pattern recognition, pp. 779–788, 2016

  39. [47]

    Crossfi: A cross domain wi-fi sensing framework based on siamese network,

    Z. Zhao, T. Chen, Z. Cai, X. Li, H. Li, Q. Chen, and G. Zhu, “Crossfi: A cross domain wi-fi sensing framework based on siamese network,” IEEE Internet of Things Journal , 2025

  40. [48]

    Hybrid cascaded and feature-level fusion scheme for multi- modal indoor localization,

    S. Tang, K. Huang, and S. Zhang, “Hybrid cascaded and feature-level fusion scheme for multi- modal indoor localization,” in 2023 IEEE 97th V ehicular Technology Conference (VTC2023- Spring), pp. 1–6, IEEE, 2023

  41. [49]

    A novel multi-modal feature-level fusion scheme for high accurate indoor localization,

    S. Tang, K. Huang, and S. Zhang, “A novel multi-modal feature-level fusion scheme for high accurate indoor localization,” IEEE Sensors Journal, 2024

  42. [50]

    Wi-fi based indoor monitoring enhanced by multimodal fusion,

    C. Hori, P. Wang, M. Rahman, C. Vaca-Rubio, S. Khurana, A. Cherian, and J. Le Roux, “Wi-fi based indoor monitoring enhanced by multimodal fusion,” in ICASSP 2024-2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pp. 13296– 13300, IEEE, 2024

  43. [51]

    Evaluating self-supervised learning for wifi csi-based human activity recognition,

    K. Xu, J. Wang, H. Zhu, and D. Zheng, “Evaluating self-supervised learning for wifi csi-based human activity recognition,” ACM Transactions on Sensor Networks, 2025

  44. [52]

    Improving language understanding by generative pre-training,

    A. Radford, K. Narasimhan, T. Salimans, I. Sutskever,et al., “Improving language understanding by generative pre-training,” 2018

  45. [53]

    Bert-adloc: A secure crowdsourced indoor localization system based on ble fingerprints,

    X. Sun, H. Ai, J. Tao, T. Hu, and Y . Cheng, “Bert-adloc: A secure crowdsourced indoor localization system based on ble fingerprints,” Applied Soft Computing , vol. 104, p. 107237, 2021

  46. [54]

    Wepos: Weak- supervised indoor positioning with unlabeled wifi for on-demand delivery,

    B. Guo, W. Zuo, S. Wang, W. Lyu, Z. Hong, Y . Ding, T. He, and D. Zhang, “Wepos: Weak- supervised indoor positioning with unlabeled wifi for on-demand delivery,” Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies, vol. 6, no. 2, pp. 1–25, 2022

  47. [55]

    Radio map construction based on bert for fingerprint-based indoor positioning system,

    Z. Wang, Q. Kong, B. Wei, L. Zhang, and A. Tian, “Radio map construction based on bert for fingerprint-based indoor positioning system,” EURASIP Journal on Wireless Communications and Networking, vol. 2023, no. 1, p. 39, 2023. 13

  48. [56]

    Finding the missing data: A bert-inspired approach against package loss in wireless sensing,

    Z. Zhao, T. Chen, F. Meng, H. Li, X. Li, and G. Zhu, “Finding the missing data: A bert-inspired approach against package loss in wireless sensing,” in IEEE INFOCOM 2024-IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS) , pp. 1–6, IEEE, 2024

  49. [57]

    Csi-llm: A novel downlink channel prediction method aligned with llm pre-training,

    S. Fan, Z. Liu, X. Gu, and H. Li, “Csi-llm: A novel downlink channel prediction method aligned with llm pre-training,” arXiv preprint arXiv:2409.00005, 2024

  50. [58]

    Multimodal multi-view spectral-spatial- temporal masked autoencoder for self-supervised emotion recognition,

    P. Gao, T. Liu, J.-W. Liu, B.-L. Lu, and W.-L. Zheng, “Multimodal multi-view spectral-spatial- temporal masked autoencoder for self-supervised emotion recognition,” in ICASSP 2024-2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pp. 1926–...

  51. [59]

    Bert4mimo: A foundation model using bert architecture for massive mimo channel state information prediction,

    F. O. Catak, M. Kuzlu, and U. Cali, “Bert4mimo: A foundation model using bert architecture for massive mimo channel state information prediction,” arXiv preprint arXiv:2501.01802, 2025

  52. [60]

    Wirelessgpt: A genera- tive pre-trained multi-task learning framework for wireless communication,

    T. Yang, P. Zhang, M. Zheng, Y . Shi, L. Jing, J. Huang, and N. Li, “Wirelessgpt: A genera- tive pre-trained multi-task learning framework for wireless communication,” arXiv preprint arXiv:2502.06877, 2025

  53. [61]

    An image is worth 16x16 words: Transformers for image recognition at scale,

    A. Dosovitskiy, L. Beyer, A. Kolesnikov, D. Weissenborn, X. Zhai, T. Unterthiner, M. Dehghani, M. Minderer, G. Heigold, S. Gelly, et al., “An image is worth 16x16 words: Transformers for image recognition at scale,” arXiv preprint arXiv:2010.11929, 2020

  54. [62]

    Neural discrete representation learning,

    A. Van Den Oord, O. Vinyals, et al., “Neural discrete representation learning,” Advances in neural information processing systems, vol. 30, 2017

  55. [63]

    Lateral flexion of a compliant spine improves motor performance in a bioinspired mouse robot,

    Z. Bing, A. Rohregger, F. Walter, Y . Huang, P. Lucas, F. O. Morin, K. Huang, and A. Knoll, “Lateral flexion of a compliant spine improves motor performance in a bioinspired mouse robot,” Science Robotics, vol. 8, no. 85, p. eadg7165, 2023

  56. [64]

    Autonomous locomotion of a rat robot based on model-free reinforcement learning,

    Z. Zhang, Y . Huang, Z. Zhao, Z. Bing, C. Cai, A. Knoll, and K. Huang, “Autonomous locomotion of a rat robot based on model-free reinforcement learning,” in 2024 International Conference on Advanced Robotics and Mechatronics (ICARM) , pp. 339–344, IEEE, 2024. 14

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.