Papers › COMODO: Cross-Modal Video-to-IMU Distillation for Efficient Egocentric Human Activity...

COMODO: Cross-Modal Video-to-IMU Distillation for Efficient Egocentric Human Activity Recognition

10 Mar 2025arXiv:2503.07259archive 2025-07-28

Baiyu Chen, Wilson Wongso, Zechen Li, Yonchanok Khaokaew, Hao Xue, Flora Salim

Egocentric video-based models capture rich semantic information and have demonstrated strong performance in human activity recognition (HAR). However, their high power consumption, privacy concerns, and dependence on lighting conditions limit their feasibility for continuous on-device recognition. In contrast, inertial measurement unit (IMU) sensors offer an energy-efficient and privacy-preserving alternative, yet they suffer from limited large-scale annotated datasets, leading to weaker generalization in downstream tasks. To bridge this gap, we propose COMODO, a cross-modal self-supervised distillation framework that transfers rich semantic knowledge from the video modality to the IMU modality without requiring labeled annotations. COMODO leverages a pretrained and frozen video encoder to construct a dynamic instance queue, aligning the feature distributions of video and IMU embeddings. By distilling knowledge from video representations, our approach enables the IMU encoder to inherit rich semantic information from video while preserving its efficiency for real-world applications. Experiments on multiple egocentric HAR datasets demonstrate that COMODO consistently improves downstream classification performance, achieving results comparable to or exceeding fully supervised fine-tuned models. Moreover, COMODO exhibits strong cross-dataset generalization. Benefiting from its simplicity, our method is also generally applicable to various video and time-series pre-trained models, offering the potential to leverage more powerful teacher and student foundation models in future research. The code is available at https://github.com/Breezelled/COMODO .

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2503.07259")

Code

Syntology Ran 8 of 13 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · violated contract; 7 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Breezelled/COMODO officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 8 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · violated contract
7ran
5unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Breezelled/COMODO. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

UESTC_MMEA_CL_MOMENT_train_collate_fn Breezelled/COMODO/comodo/utils/collate_util.py official repository ran MIT (permissive) · aa4e578d8fe253e7 · report
extract_embeddings Breezelled/COMODO/comodo/utils/svm_util.py official repository ran MIT (permissive) · b2d90cc702165a7d · report
info_nce Breezelled/COMODO/comodo/loss.py official repository ran MIT (permissive) · 814f7a78b3f4f115 · report
resize Breezelled/COMODO/comodo/utils/model_util.py official repository ran fingerprinted MIT (permissive) · 77589f4d86131356 · report
train_collate_fn Breezelled/COMODO/comodo/utils/collate_util.py official repository ran MIT (permissive) · 0076a30fbf64e6f1 · report
train_svm_on_embeddings Breezelled/COMODO/comodo/utils/svm_util.py official repository ran MIT (permissive) · 9f7e3bf05a75b359 · report
transpose Breezelled/COMODO/comodo/loss.py official repository ran · violated contract fingerprinted MIT (permissive) · 55f1419d4d8c483c · report
video_collate_fn Breezelled/COMODO/comodo/utils/dataloader_util.py official repository ran MIT (permissive) · b81095d2e1621d2e · report
MLP Breezelled/COMODO/comodo/utils/model_util.py official repository unverified MIT (permissive) · 26d5467aad92b08b · report
UESTC_MMEA_CL_Mantis_train_collate_fn Breezelled/COMODO/comodo/utils/collate_util.py official repository unverified MIT (permissive) · 60c7d71a83786e99 · report
evaluate_svm Breezelled/COMODO/comodo/utils/svm_util.py official repository unverified MIT (permissive) · dfb4e9322ba47b08 · report
get_imu_label_test_dataloader Breezelled/COMODO/comodo/utils/dataloader_util.py official repository unverified MIT (permissive) · 6ee9895415951b99 · report
get_imu_label_train_dataloader Breezelled/COMODO/comodo/utils/dataloader_util.py official repository unverified MIT (permissive) · 4f64cd8befda6e5d · report

Tasks

Activity RecognitionHuman Activity RecognitionPrivacy Preserving

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections