Abstract:Millimeter-wave (mmWave) radar enables contactless respiratory sensing,yet fine-grained monitoring is often degraded by nonstationary interference from body micromotions.To achieve micromotion interference removal,we propose mmWave-Diffusion,an observation-anchored conditional diffusion framework that directly models the residual between radar phase observations and the respiratory ground truth,and initializes sampling within an observation-consistent neighborhood rather than from Gaussian noise-thereby aligning the generative process with the measurement physics and reducing inference overhead. The accompanying Radar Diffusion Transformer (RDT) is explicitly conditioned on phase observations, enforces strict one-to-one temporal alignment via patch-level dual positional encodings, and injects local physical priors through banded-mask multi-head cross-attention, enabling robust denoising and interference removal in just 20 reverse steps. Evaluated on 13.25 hours of synchronized radar-respiration data, mmWave-Diffusion achieves state-of-the-art waveform reconstruction and respiratory-rate estimation with strong generalization. Code repository:https://github.com/goodluckyongw/mmWave-Diffusion.
Abstract:Accurate and personalized environment recognition is essential for seamless indoor positioning and optimized connectivity, yet traditional fingerprinting requires costly site surveys and lacks user-level adaptation. We present a survey-free, on-device sensor-fusion framework that builds a personalized, lightweight multi-source fingerprint (FP) database from pedestrian dead reckoning (PDR), WiFi/cellular, GNSS, and interaction time tags. Matching is performed by an AI-enhanced dynamic time warping module (AIDTW) that aligns noisy, asynchronous sequences. To turn perception into continually improving actions, a cloud-edge online Reinforcement Learning from Human Feedback (RLHF) loop aggregates desensitized summaries and human feedback in the cloud to optimize a policy via proximal policy optimization (PPO), and periodically distills updates to devices. Across indoor/outdoor scenarios, our system reduces network-transition latency (measured by time-to-switch, TTS) by 32-65% in daily environments compared with conventional baselines, without site-specific pre-deployment.