REVIEW 3 major objections 6 minor 83 references
Zero-Fi: Zero-Shot Wi-Fi-Based Human Activity Recognition via Contrastive Signal-Language Alignment
T0 review · 3 major / 6 minor · reviewed 2026-08-01 · deepseek-v4-flash
Pith's one-line read A Wi-Fi model that aligns signals with text can recognize held-out activities, averaging 69.58% accuracy.
desk verdict Plausible and well-engineered zero-shot WiFi HAR result, but the unseen-class text descriptions may be contaminated by dataset visual aids, so the 69.58% number needs verification before I'd trust it. 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 carrying mechanism is the shared embedding space built by contrastive learning. Three Transformer-based encoders turn CSI-derived Doppler-frequency-shift, phase, and amplitude representations into sequence embeddings; a signal embedding extractor fuses them; a domain discriminator with gradient reversal suppresses dataset- and environment-specific variation; a frozen CLIP text encoder embeds LLM-generated descriptions of each activity; and an InfoNCE-style bidirectional contrastive loss aligns signal and text embeddings. At inference, an unseen sample is classified by cosine similarity of its signal embedding to the fixed text embeddings of candidate activity descriptions.
What would settle it
Regenerate the held-out activity descriptions without using any of the datasets' images or videos, rerun the same seven-class holdout trials, and compare accuracy; if the trimmed mean drops well below 69.58% (near the simple-label baseline), the visual aids were supplying information about the specific test sessions, and the zero-shot claim is overstated. A second check: inspect whether the visual aids for a held-out class were recorded in the same session as the CSI test samples.
Extended reading notes
Core claim
The central claim is that zero-shot generalization for Wi-Fi activity recognition works when signal embeddings and text embeddings are aligned in a shared space, because both modalities describe the same underlying human motion. The paper reports that a system trained only on seen classes can classify held-out activity classes at 69.58% average accuracy, and that each component — three complementary signal representations (Doppler frequency shift, phase, amplitude), a domain discriminator that strips environment-specific information, and LLM-generated attribute-level descriptions — contributes to the result. The authors interpret this as evidence that unseen activities can be recognized as n
Load-bearing premise
The load-bearing premise is that the LLM-generated text descriptions of the held-out classes, produced with visual references from the original datasets, carry only class-level semantic knowledge and no instance-level information that could leak the Wi-Fi test samples they describe.
Editorial extensions
If this is right
- Deployed Wi-Fi HAR systems could add new activity classes by only writing a text description, with no new labeled signal data.
- The same contrastive recipe may transfer to other wireless sensing modalities such as mmWave radar or UWB, where the signal carries motion information.
- The result suggests motion attributes shared across activities are the effective currency for generalization, not class names.
- The domain discriminator indicates that removing environment-specific signal content improves semantic transfer, which could benefit cross-environment deployment.
- Because simple activity labels yield 48.49% versus 69.58% for descriptions, careful text construction materially changes zero-shot performance.
Reading between the lines
- A testable extension is to generate unseen-class descriptions without any visual aids; if accuracy drops sharply, the reported result is partly carried by visual leakage from the datasets rather than pure semantic alignment.
- The current evaluation measures only across activity categories, not across subjects or environments; a stricter holdout protocol could reveal how much of the gain is domain-invariance versus class-transfer.
- One could push the approach toward attribute-level or compositional outputs, predicting motion attributes from signals and comparing against attribute decompositions, which would make the mechanism more inspectable than a single cosine match.
- The reliance on a frozen CLIP text encoder ties the system to the visual semantics CLIP learned; a text encoder trained on motion-centric corpora might change the zero-shot curve.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Zero-Fi, a contrastive signal-language alignment framework for zero-shot Wi-Fi-based human activity recognition. The method extracts complementary signal representations (amplitude, phase, DFS) from CSI, processes them with transformer encoders, aligns the resulting embeddings to the text embeddings of LLM-generated activity descriptions using a frozen CLIP text encoder, and employs a gradient-reversal domain discriminator to reduce domain-specific variation. The authors evaluate on a combined set of 75 classes from WiDAR 3.0 and XRF55, holding out 7 randomly selected classes per trial over 6 trials, and report a trimmed mean accuracy of 69.58%, substantially outperforming baselines (Table 1). Ablations show contributions of each component. The central claim is that the model can recognize unseen activity classes without any Wi-Fi samples or model adaptation for those classes.
Significance. If the central empirical claim holds, this is a notable advance: it is among the first to demonstrate that contrastive signal-language alignment can scale to a wide vocabulary of 75 activities and achieve zero-shot classification of held-out classes with nearly 70% accuracy. The design choices are reasonable and mostly well-motivated: using a frozen CLIP text encoder avoids training a text model, the domain discriminator addresses cross-dataset variability, and the LLM-based description generator enriches class-level semantics. The paper also positions itself appropriately relative to prior Wi-Fi HAR work. However, the significance is conditional on resolving the provenance of the visual aids used to generate unseen-class descriptions, as they may compromise the zero-shot assumption. The absence of error bars and per-split results further limits the strength of the evidence.
major comments (3)
- [Results, Table 1] The zero-shot validity of the 69.58% result hinges on the independence of the unseen-class descriptions from the test Wi-Fi data. The paper states 'The visual aids are provided with the original datasets and are used only as class-level references for generating activity descriptions,' but provides no metadata, prompts, or generated descriptions to support this claim. In WiDAR 3.0 and XRF55, visual data are typically synchronized with RF acquisitions; if the visual reference for an unseen class is drawn from the same recording session or subject as the test CSI, the LLM may encode instance-level motion cues (e.g., a specific person's stride, direction, or body geometry) that can be matched during inference, turning the result into a measure of dataset-specific leakage rather than genuine zero-shot generalization. This directly undermines the central claim. The authors must demonstrate ei
- [Zero-Shot Evaluation Protocol and Results] The reported performance is a one-sample-per-tail trimmed mean over six randomly chosen splits, but no per-split accuracies, standard deviations, or confidence intervals are provided. With only 7 unseen classes per trial, the variance across splits is likely substantial; the relative ordering of methods (e.g., Zero-Fi at 69.58% vs. Wi-CLIP at 26.79%) may not be stable. The paper should report the full per-split results, the untrimmed mean, and a measure of dispersion (e.g., standard deviation or bootstrap CI). Without this, the magnitude and reliability of the claimed improvement cannot be assessed.
- [Conclusion] The evaluation protocol designates 7 unseen classes out of 75 and states that 'participants and environments are not treated as additional holdout factors.' This means that the held-out classes come from the same subjects and environments as the training classes. While this isolates cross-category generalization, it also means the model could exploit participant- or environment-specific cues that are shared between seen and unseen classes, potentially inflating accuracy. The claim is explicitly framed as category generalization, which is acceptable, but the paper should discuss the limitation and ideally include an additional experiment with class-disjoint plus subject-disjoint splits to show robustness. As written, the experiment does not test the 'robust generalization' wording in the conclusion.
minor comments (6)
- [Methodology, Eq. (1)] The circled terms 1, 2, 3, 4 are rendered as '1⁄bigcircle' etc., which is garbled. Use a cleaner notation or explicitly name the terms in text.
- [Model and Environment Settings] The sentence 'As described in Section ,' contains a missing cross-reference. Please fill in the actual section number.
- [Model and Environment Settings] The paper refers to 'ChatGPT 5.5' without specifying a release date or version. This is not a standard public model name as of writing; clarify the exact model identifier and API version used.
- [Model and Environment Settings] The computational environment is given as 'Linux 24.04' — likely a typo for Ubuntu 24.04. Also specify the PyTorch version more precisely.
- [Results, Figure 5] Figure 5 shows bars without error bars or significance markers. Add error bars or at least a note on the variability of the ablation numbers.
- [References] Several references have future years (e.g., Zhang et al. 2026, Li et al. 2025b, Wang et al. 2024b) — verify these are preprints or accepted papers and format accordingly. Also check that all cited works appear in the reference list.
Circularity Check
No significant circularity: Zero-Fi's zero-shot accuracy is an empirically trained result, not a quantity forced by its inputs.
full rationale
The paper's central claim is an empirical zero-shot accuracy (69.58%) produced by training a contrastive signal-text alignment on seen-class Wi-Fi samples and evaluating on held-out classes. The training objective (Eq. 4, InfoNCE) compares CSI-derived embeddings with frozen CLIP text embeddings of LLM-generated descriptions; unseen Wi-Fi samples are excluded from training, hyperparameter selection, receiver selection, and checkpoint selection by the stated protocol. No equation in the paper defines the predicted accuracy in terms of the fitted inputs, and no fitted parameter is renamed as a prediction. The LLM/CLIP text side is external and frozen, so the signal-text alignment is not optimized on unseen descriptions. Self-citations (e.g., Wi-Chat, Ren et al. 2025) appear only in related work and are not used to justify the framework's design or to rule out alternatives. The visual-aid provenance issue (unseen descriptions generated from original datasets' visual references) is a potential data-leakage/validity concern external to the derivation chain; since the paper asserts the aids are used only as class-level references and no reduction is shown, it is not a circular step under the required standard.
Assumptions & free parameters
free parameters (5)
- Learnable log-temperature tau =
learned, value not reported
- Gradient-reversal coefficient gamma_d =
not reported
- Contrastive loss weights a and b =
a=b=1
- Signal processing hyperparameters =
not fully specified
- Evaluation design: 7 unseen classes, 6 trials, trimmed mean =
7 classes per trial, 6 trials, min/max removed
assumptions (6)
- domain assumption Random phase offset and carrier frequency offset are identical across antennas and cancel under conjugate multiplication
- domain assumption Term 2 in Eq. 1 is negligible because a1*a2 is small
- domain assumption CLIP text embeddings provide semantically rich, visually grounded representations that align with Wi-Fi motion attributes
- domain assumption LLM-generated descriptions decompose activities into motion attributes shared across seen and unseen classes, and visual aids are legitimate class-level knowledge
- domain assumption The static CSI component is motion-invariant and removable by high-pass filtering
- domain assumption Each dataset-environment configuration is a valid domain for adversarial domain-invariant training
Cite this review
Pith. "Pith review of Zero-Fi: Zero-Shot Wi-Fi-Based Human Activity Recognition via Contrastive Signal-Language Alignment." pith.science (2026). https://pith.science/paper/KELKDPVJ
@misc{pith2026260726381,
author = {Pith},
title = {Pith review of: Zero-Fi: Zero-Shot Wi-Fi-Based Human Activity Recognition via Contrastive Signal-Language Alignment},
year = {2026},
howpublished = {\url{https://pith.science/paper/KELKDPVJ}},
note = {Machine review of arXiv:2607.26381}
}
read the original abstract
Wi-Fi-based human activity recognition has advanced substantially, but most existing methods assume a closed set of activities and require labeled Wi-Fi samples for every target class, limiting their ability to recognize unseen activities. We present Zero-Fi, a contrastive signal-language alignment framework for zero-shot Wi-Fi-based human activity recognition. Zero-Fi learns unified representations from complementary Wi-Fi signal features and aligns them with the semantic representations of natural-language activity descriptions in a shared embedding space. This cross-modal alignment enables Zero-Fi to recognize new activity classes without requiring labeled Wi-Fi samples or model adaptation for those classes. Experiments on large-scale public benchmark datasets demonstrate effective zero-shot recognition of held-out activity classes, highlighting the potential of signal-language alignment to extend Wi-Fi sensing beyond predefined activity classes.
Figures
Reference graph
Works this paper leans on
-
[1]
Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies , volume=
IndoTrack: Device-free indoor human tracking with commodity Wi-Fi , author=. Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies , volume=. 2017 , publisher=
2017
-
[2]
Proceedings of the 17th annual international conference on mobile systems, applications, and services , pages=
Zero-effort cross-domain gesture recognition with Wi-Fi , author=. Proceedings of the 17th annual international conference on mobile systems, applications, and services , pages=
-
[3]
ACM Computing Surveys (CSUR) , volume=
WiFi sensing with channel state information: A survey , author=. ACM Computing Surveys (CSUR) , volume=. 2019 , publisher=
2019
-
[4]
IEEE Internet of Things Journal , volume=
Commodity WiFi sensing in ten years: Status, challenges, and opportunities , author=. IEEE Internet of Things Journal , volume=. 2022 , publisher=
2022
-
[5]
The 25th Annual International Conference on Mobile Computing and Networking , pages=
mD-Track: Leveraging multi-dimensionality for passive indoor Wi-Fi tracking , author=. The 25th Annual International Conference on Mobile Computing and Networking , pages=
-
[6]
Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies , volume=
Xrf55: A radio frequency dataset for human indoor action analysis , author=. Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies , volume=. 2024 , publisher=
2024
-
[7]
International conference on machine learning , pages=
Learning transferable visual models from natural language supervision , author=. International conference on machine learning , pages=. 2021 , organization=
2021
-
[8]
Proceedings of the 22nd ACM conference on embedded networked sensor systems , pages=
mmclip: Boosting mmwave-based zero-shot har via signal-text alignment , author=. Proceedings of the 22nd ACM conference on embedded networked sensor systems , pages=
Show all 83 references
-
[9]
Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies , volume=
Rfboost: Understanding and boosting deep wifi sensing via physical data augmentation , author=. Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies , volume=. 2024 , publisher=
2024
-
[10]
arXiv preprint arXiv:2010.11929 , year=
An image is worth 16x16 words: Transformers for image recognition at scale , author=. arXiv preprint arXiv:2010.11929 , year=
2010 arXiv
-
[11]
Proceedings of the AAAI conference on artificial intelligence , volume=
Two-stream convolution augmented transformer for human activity recognition , author=. Proceedings of the AAAI conference on artificial intelligence , volume=
-
[12]
IEEE Internet of Things Journal , volume=
Diffusion-model-based contrastive learning for human activity recognition , author=. IEEE Internet of Things Journal , volume=. 2024 , publisher=
2024
-
[13]
Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies , volume=
FullBreathe: Full human respiration detection exploiting complementarity of CSI phase and amplitude of WiFi signals , author=. Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies , volume=. 2018 , publisher=
2018
-
[14]
IEEE Internet of Things Journal , volume=
Passive human tracking with WiFi point clouds , author=. IEEE Internet of Things Journal , volume=. 2024 , publisher=
2024
-
[15]
Proceedings of the 2017 CHI conference on human factors in computing systems , pages=
Inferring motion direction using commodity Wi-Fi for interactive exergames , author=. Proceedings of the 2017 CHI conference on human factors in computing systems , pages=
2017
-
[16]
Proceedings of the International Workshop on Environmental Sensing Systems for Smart Cities , pages=
Wi-Chat: Large Language Model-powered Wi-Fi-based Human Activity Recognition , author=. Proceedings of the International Workshop on Environmental Sensing Systems for Smart Cities , pages=
-
[17]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Wi-CBR: Salient-aware adaptive WiFi sensing for cross-domain behavior recognition , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[18]
ACM SIGCOMM computer communication review , volume=
Tool release: Gathering 802.11 n traces with channel state information , author=. ACM SIGCOMM computer communication review , volume=. 2011 , publisher=
2011
-
[19]
International conference on machine learning , pages=
Learning sleep stages from radio signals: A conditional adversarial architecture , author=. International conference on machine learning , pages=. 2017 , organization=
2017
-
[20]
arXiv preprint arXiv:2407.19893 , year=
Leveraging foundation models for zero-shot IoT sensing , author=. arXiv preprint arXiv:2407.19893 , year=
-
[21]
Proceedings of the 23rd Annual International Conference on Mobile Systems, Applications and Services , pages=
Data Can Speak for Itself: Quality-guided Utilization of Wireless Synthetic Data , author=. Proceedings of the 23rd Annual International Conference on Mobile Systems, Applications and Services , pages=
-
[22]
International Conference on Artificial Intelligence of Things and Systems , pages=
Wi-CLIP: Toward Zero-Shot Air Gesture Recognition Based on RF-Text Foundation Model , author=. International Conference on Artificial Intelligence of Things and Systems , pages=. 2025 , organization=
2025
-
[23]
Expert Systems , volume=
Human activity recognition: A comprehensive review , author=. Expert Systems , volume=. 2024 , publisher=
2024
-
[24]
IEEE Reviews in Biomedical Engineering , volume=
Contactless WiFi sensing and monitoring for future healthcare-emerging trends, challenges, and opportunities , author=. IEEE Reviews in Biomedical Engineering , volume=. 2022 , publisher=
2022
-
[25]
2013 Proceedings IEEE INFOCOM , pages=
Rejecting the attack: Source authentication for wi-fi management frames using csi information , author=. 2013 Proceedings IEEE INFOCOM , pages=. 2013 , organization=
2013
-
[26]
Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies , volume=
IF-ConvTransformer: A framework for human activity recognition using IMU fusion and ConvTransformer , author=. Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies , volume=. 2022 , publisher=
2022
-
[27]
Proceedings of the IEEE conference on Computer Vision and Pattern Recognition , pages=
A closer look at spatiotemporal convolutions for action recognition , author=. Proceedings of the IEEE conference on Computer Vision and Pattern Recognition , pages=
-
[28]
Sensors , volume=
Deep convolutional and lstm recurrent neural networks for multimodal wearable activity recognition , author=. Sensors , volume=. 2016 , publisher=
2016
-
[29]
Proceedings of the 3rd ACM Workshop on Millimeter-wave Networks and Sensing Systems , pages=
Radhar: Human activity recognition from point clouds generated through a millimeter-wave radar , author=. Proceedings of the 3rd ACM Workshop on Millimeter-wave Networks and Sensing Systems , pages=
-
[30]
IEEE Internet of Things Journal , volume=
Temporal convolutional networks for multiperson activity recognition using a 2-d lidar , author=. IEEE Internet of Things Journal , volume=. 2020 , publisher=
2020
-
[31]
IEEE access , volume=
SmartWall: Novel RFID-enabled ambient human activity recognition using machine learning for unobtrusive health monitoring , author=. IEEE access , volume=. 2019 , publisher=
2019
-
[32]
Proceedings of the 2015 ACM conference on special interest group on data communication , pages=
Spotfi: Decimeter level localization using wifi , author=. Proceedings of the 2015 ACM conference on special interest group on data communication , pages=
2015
-
[33]
Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies , volume=
Liquid level sensing using commodity wifi in a smart home environment , author=. Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies , volume=. 2020 , publisher=
2020
-
[34]
Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies , volume=
GoPose: 3D human pose estimation using WiFi , author=. Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies , volume=. 2022 , publisher=
2022
-
[35]
32nd USENIX Security Symposium (USENIX Security 23) , pages=
Person re-identification in 3d space: A \ WiFi \ vision-based approach , author=. 32nd USENIX Security Symposium (USENIX Security 23) , pages=
-
[36]
IEEE journal of biomedical and health informatics , volume=
Wi-breath: A WiFi-based contactless and real-time respiration monitoring scheme for remote healthcare , author=. IEEE journal of biomedical and health informatics , volume=. 2022 , publisher=
2022
-
[37]
arXiv preprint arXiv:2510.24936 , year=
IBIS: A Hybrid Inception-BiLSTM and SVM Ensemble for Robust Doppler-based Human Activity Recognition , author=. arXiv preprint arXiv:2510.24936 , year=
-
[38]
arXiv preprint arXiv:2103.11943 , year=
BERT: a review of applications in natural language processing and understanding , author=. arXiv preprint arXiv:2103.11943 , year=
-
[39]
Proceedings of the 19th ACM Conference on Embedded Networked Sensor Systems , pages=
Onefi: One-shot recognition for unseen gesture via cots wifi , author=. Proceedings of the 19th ACM Conference on Embedded Networked Sensor Systems , pages=
-
[40]
IEEE Internet of Things Journal , volume=
AutoFi: Toward automatic Wi-Fi human sensing via geometric self-supervised learning , author=. IEEE Internet of Things Journal , volume=. 2022 , publisher=
2022
-
[41]
Proceedings of the AAAI conference on artificial intelligence , volume=
Data-free generalized zero-shot learning , author=. Proceedings of the AAAI conference on artificial intelligence , volume=
-
[42]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Zeromamba: Exploring visual state space model for zero-shot learning , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[43]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Robust test-time adaptation for zero-shot prompt tuning , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[44]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Softclip: Softer cross-modal alignment makes clip stronger , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[45]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Vilt-clip: Video and language tuning clip with multimodal prompt learning and scenario-guided optimization , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[46]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Tagclip: A local-to-global framework to enhance open-vocabulary multi-label classification of clip without training , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[47]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Calip: Zero-shot enhancement of clip with parameter-free attention , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[48]
Proceedings of the AAAI conference on artificial intelligence , volume=
Exploring clip for assessing the look and feel of images , author=. Proceedings of the AAAI conference on artificial intelligence , volume=
-
[49]
IEEE transactions on pattern analysis and machine intelligence , volume=
Meta-learning in neural networks: A survey , author=. IEEE transactions on pattern analysis and machine intelligence , volume=. 2021 , publisher=
2021
-
[50]
11th USENIX Symposium on Networked Systems Design and Implementation (NSDI 14) , pages=
Bringing gesture recognition to all devices , author=. 11th USENIX Symposium on Networked Systems Design and Implementation (NSDI 14) , pages=
-
[51]
Sensors , volume=
A novel human activity recognition and prediction in smart home based on interaction , author=. Sensors , volume=. 2019 , publisher=
2019
-
[52]
IEEE Aerospace and Electronic Systems Magazine , volume=
High precision human detection and tracking using millimeter-wave radars , author=. IEEE Aerospace and Electronic Systems Magazine , volume=. 2021 , publisher=
2021
-
[53]
Sensors , volume=
A 2D-Lidar-equipped unmanned robot-based approach for indoor human activity detection , author=. Sensors , volume=. 2023 , publisher=
2023
-
[54]
Sensors , volume=
A comprehensive survey of vision-based human action recognition methods , author=. Sensors , volume=. 2019 , publisher=
2019
-
[55]
IEEE Transactions on Image Processing , volume=
Deep image-to-video adaptation and fusion networks for action recognition , author=. IEEE Transactions on Image Processing , volume=. 2019 , publisher=
2019
-
[56]
Proceedings of the 21st annual international conference on mobile computing and networking , pages=
Understanding and modeling of wifi signal based human activity recognition , author=. Proceedings of the 21st annual international conference on mobile computing and networking , pages=
-
[57]
Proceedings of the ACM SIGCOMM 2013 conference on SIGCOMM , pages=
See through walls with WiFi! , author=. Proceedings of the ACM SIGCOMM 2013 conference on SIGCOMM , pages=
2013
-
[58]
Proceedings of the IEEE international conference on computer vision , pages=
Youtube2text: Recognizing and describing arbitrary activities using semantic hierarchies and zero-shot recognition , author=. Proceedings of the IEEE international conference on computer vision , pages=
-
[59]
IEEE transactions on cybernetics , volume=
Complementary attributes: A new clue to zero-shot learning , author=. IEEE transactions on cybernetics , volume=. 2019 , publisher=
2019
-
[60]
IEEE Transactions on Mobile Computing , volume=
Human activity recognition across scenes and categories based on CSI , author=. IEEE Transactions on Mobile Computing , volume=. 2020 , publisher=
2020
-
[61]
Proceedings of the 2016 ACM international joint conference on pervasive and ubiquitous computing , pages=
Dynamic-MUSIC: Accurate device-free indoor localization , author=. Proceedings of the 2016 ACM international joint conference on pervasive and ubiquitous computing , pages=
2016
-
[62]
Proceedings of the 21st Annual International Conference on Mobile Computing and Networking , pages=
Tonetrack: Leveraging frequency-agile radios for time-based indoor wireless localization , author=. Proceedings of the 21st Annual International Conference on Mobile Computing and Networking , pages=
-
[63]
Proceedings of the AAAI conference on artificial intelligence , volume=
Latent independent excitation for generalizable sensor-based cross-person activity recognition , author=. Proceedings of the AAAI conference on artificial intelligence , volume=
-
[64]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Frame order matters: A temporal sequence-aware model for few-shot action recognition , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[65]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Person-in-wifi 3d: End-to-end multi-person 3d pose estimation with wi-fi , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[66]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Multitarget device-free localization via cross-domain Wi-Fi RSS training data and attentional prior fusion , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[67]
IEEE Network , volume=
Target-oriented wifi sensing for respiratory healthcare: from indiscriminate perception to in-area sensing , author=. IEEE Network , volume=. 2024 , publisher=
2024
-
[68]
ACM Transactions on Sensor Networks , volume=
A contactless authentication system based on WiFi CSI , author=. ACM Transactions on Sensor Networks , volume=. 2023 , publisher=
2023
-
[69]
Proceedings of the AAAI Conference on Artificial intelligence , volume=
Consense: Continually sensing human activity with wifi via growing and picking , author=. Proceedings of the AAAI Conference on Artificial intelligence , volume=
-
[70]
ACM Transactions on Computing for Healthcare , volume=
WiLife: Long-term daily status monitoring and habit mining of the elderly leveraging ubiquitous Wi-fi signals , author=. ACM Transactions on Computing for Healthcare , volume=. 2025 , publisher=
2025
-
[71]
Proceedings of the 22nd ACM Conference on Embedded Networked Sensor Systems , pages=
Wi2DMeasure: WiFi-based 2D object size measurement , author=. Proceedings of the 22nd ACM Conference on Embedded Networked Sensor Systems , pages=
-
[72]
arXiv preprint arXiv:1412.6980 , year=
Adam: A method for stochastic optimization , author=. arXiv preprint arXiv:1412.6980 , year=
-
[73]
Communication, Simulation, and Intelligent Agents: Implications of Personal Intelligent Machines for Medical Education
Clancey, William J. Communication, Simulation, and Intelligent Agents: Implications of Personal Intelligent Machines for Medical Education. Proceedings of the Eighth International Joint Conference on Artificial Intelligence (IJCAI-83)
-
[74]
Classification Problem Solving
Clancey, William J. Classification Problem Solving. Proceedings of the Fourth National Conference on Artificial Intelligence
-
[75]
, title =
Robinson, Arthur L. , title =. 1980 , doi =. https://science.sciencemag.org/content/208/4447/1019.full.pdf , journal =
1980
-
[76]
New Ways to Make Microcircuits Smaller---Duplicate Entry
Robinson, Arthur L. New Ways to Make Microcircuits Smaller---Duplicate Entry. Science
-
[77]
Clancey and Glenn Rennels , abstract =
Diane Warner Hasling and William J. Clancey and Glenn Rennels , abstract =. Strategic explanations for a diagnostic consultation system , journal =. 1984 , issn =. doi:https://doi.org/10.1016/S0020-7373(84)80003-6 , url =
1984 doi
-
[78]
and Rennels, Glenn R
Hasling, Diane Warner and Clancey, William J. and Rennels, Glenn R. and Test, Thomas. Strategic Explanations in Consultation---Duplicate. The International Journal of Man-Machine Studies
-
[79]
Poligon: A System for Parallel Problem Solving
Rice, James. Poligon: A System for Parallel Problem Solving
-
[80]
Transfer of Rule-Based Expertise through a Tutorial Dialogue
Clancey, William J. Transfer of Rule-Based Expertise through a Tutorial Dialogue
-
[81]
The Engineering of Qualitative Models
Clancey, William J. The Engineering of Qualitative Models
-
[82]
2023 , eprint=
Attention Is All You Need , author=. 2023 , eprint=
2023
-
[83]
Pluto: The 'Other' Red Planet
NASA. Pluto: The 'Other' Red Planet
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.