paper-with-me

홈 › Papers

WiDistill: Distilling Large-scale Wi-Fi Datasets with Trajectory Matching

2024-10-05 · Tiantian Wang, Fei Wang

Wi-Fi based human activity recognition is a technology with immense potential in home automation, advanced caregiving, and enhanced security systems. It can distinguish human activity in environments with poor lighting and obstructions. However, most current Wi-Fi based human activity recognition methods are data-driven, leading to a continuous increase in the size of datasets. This results in a significant increase in the resources and time required to store and utilize these datasets. To address this issue, we propose WiDistill, a large-scale Wi-Fi datasets distillation method. WiDistill improves the distilled dataset by aligning the parameter trajectories of the distilled data with the recorded expert trajectories. WiDistill significantly reduces the need for the original large-scale Wi-Fi datasets and allows for faster training of models that approximate the performance of the original network, while also demonstrating robust performance in cross-network environments. Extensive experiments on the Widar3.0, XRF55, and MM-Fi datasets demonstrate that WiDistill outperforms other methods. The code can be found in https://github.com/the-sky001/WiDistill.

📄 PDF Abstract BibTeX arXiv:2410.04073

Code (1)

the-sky001/widistill 공식 구현 pytorch

Tasks

Activity RecognitionHuman Activity Recognition

Similar Papers 제목 키워드 기반

Minimizing the Accumulated Trajectory Error to Improve Dataset Distillation

2022-11-20 · CVPR 2023 1 · Jiawei Du, Yidi Jiang, Vincent Y. F. Tan, Joey Tianyi Zhou 외

Model-based deep learning has achieved astounding successes due in part to the availability of large-scale real-world data. However, processing such massive amounts of data comes at a considerable cost in terms of comput…

Dataset DistillationDataset Distillation - 1IPCNeural Architecture Search

MapCoder-Lite: Distilling Multi-Agent Coding into a Single Small LLM

2025-09-22 · Woongkyu Lee, Junhee Cho, Jungwook Choi arxiv

Large language models (LLMs) have advanced code generation from single-function tasks to competitive-programming problems, but existing multi-agent solutions either rely on costly large-scale (>30B) models or collapse wh…

Code Generation

AGMA: Adaptive Gaussian Mixture Anchors for Prior-Guided Multimodal Human Trajectory Forecasting

2026-02-04 · Chao Li, Rui Zhang, Siyuan Huang, Xian Zhong 외 arxiv

Human trajectory forecasting requires capturing the multimodal nature of pedestrian behavior. However, existing approaches suffer from prior misalignment. Their learned or fixed priors often fail to capture the full dist…

Trajectory Forecasting

Stabilizing, Scaling & Enhancing MeanFlow for Large-scale Diffusion Distillation

2026-05-18 · Xiao He, Yang Li, Peizhen Zhang, Songtao Liu 외 arxiv

Diffusion models exhibit remarkable generative capability, but their high latency limits practical deployment. Many studies have attempted to reduce sampling steps to accelerate inference. Among them, MeanFlow has attrac…

Distilling Dataset into Neural Field

2025-03-05 · DongHyeok Shin, HeeSun Bae, Gyuwon Sim, Wanmo Kang 외

Utilizing a large-scale dataset is essential for training high-performance deep learning models, but it also comes with substantial computation and storage costs. To overcome these challenges, dataset distillation has em…

Dataset Distillation