{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2603-11950","title":"Learning Transferable Sensor Models via Language-Informed Pretraining","arxiv_id":"2603.11950","date":"2026-03-12","proceeding":null,"authors":["Yuliang Chen","Arvind Pillai","Yu Yvonne Wu","Tess Z. Griffin","Lisa Marsch","Michael V. Heinz","Nicholas C. Jacobson","Andrew Campbell"],"abstract":"Modern sensing systems generate large volumes of unlabeled multivariate time-series data. This abundance of unlabeled data makes self-supervised learning (SSL) a natural approach for learning transferable representations. However, most existing approaches are optimized for reconstruction or forecasting objectives and often fail to capture the semantic structure required for downstream classification and reasoning tasks. While recent sensor-language alignment methods improve semantic generalization through captioning and zero-shot transfer, they are limited to fixed sensor configurations, such as predefined channel sets, signal lengths, or temporal resolutions, which hinders cross-domain applicability. To address these gaps, we introduce \\textbf{SLIP} (\\textbf{S}ensor \\textbf{L}anguage-\\textbf{I}nformed \\textbf{P}retraining), an open-source framework for learning language-aligned representations that generalize across diverse sensor setups. SLIP integrates contrastive alignment with sensor-conditioned captioning, facilitating both discriminative understanding and generative reasoning. By repurposing a pretrained decoder-only language model via cross-attention and introducing an elegant, flexible patch-embedder, SLIP supports different temporal resolutions and variable-length input at inference time without additional retraining. Across 11 datasets, SLIP demonstrates superior performance in zero-shot transfer, signal captioning, and question answering. It achieves a 77.14% average linear-probing accuracy, a 5.93% relative improvement over strong baselines, and reaches 64.83% accuracy in sensor-based question answering.","url_abs":"https://arxiv.org/abs/2603.11950","url_pdf":"https://arxiv.org/pdf/2603.11950","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2603.11950","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2603.11950"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/yuc0805/SLIP","reach":null}],"summary":{"ran":11,"ran_draft_wrong":1,"ran_fixture":1,"ran_honours":1,"unverified":10},"by_repo_kind":{"found_in_text":{"samples":24,"ran":14,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":24,"samples":[{"code_sha256_prefix":"a1f4664f7d4cbd00","entry":"Attention","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a1f4664f7d4cbd00"}},{"code_sha256_prefix":"bda46ca17458b649","entry":"AttentionPooling","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bda46ca17458b649"}},{"code_sha256_prefix":"d936fd21ebf8cc5b","entry":"CrossAttention","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d936fd21ebf8cc5b"}},{"code_sha256_prefix":"a98fd875f2dbc00a","entry":"EmbedToLatents","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a98fd875f2dbc00a"}},{"code_sha256_prefix":"5d4c1b7693e430ac","entry":"Gemma3MultimodalLayer","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5d4c1b7693e430ac"}},{"code_sha256_prefix":"33835471adf9cc75","entry":"GroupSelfAttention","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"33835471adf9cc75"}},{"code_sha256_prefix":"eb3e21fdc8b60815","entry":"MLP","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"eb3e21fdc8b60815"}},{"code_sha256_prefix":"3be8a11f65d2e093","entry":"PatchEmbedding","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3be8a11f65d2e093"}},{"code_sha256_prefix":"9e771963d3668d07","entry":"RotaryEmbedding","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9e771963d3668d07"}},{"code_sha256_prefix":"9a3912a4a8116c52","entry":"SLIPConfig","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9a3912a4a8116c52"}},{"code_sha256_prefix":"c2185f8fe9d5ccd7","entry":"SLIPPreTrainedModel","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c2185f8fe9d5ccd7"}},{"code_sha256_prefix":"a9dc290bb539fe5a","entry":"apply_rotary_pos_emb_2d","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a9dc290bb539fe5a"}},{"code_sha256_prefix":"ee333e8deeec6f6d","entry":"build_2d_position_ids","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ee333e8deeec6f6d"}},{"code_sha256_prefix":"103e0ae78432d277","entry":"flatten_list","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"103e0ae78432d277"}},{"code_sha256_prefix":"3d40f2aab5c60be5","entry":"AllAttention","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3d40f2aab5c60be5"}},{"code_sha256_prefix":"e01d589f87b10a27","entry":"Gemma3MultimodalModel","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e01d589f87b10a27"}},{"code_sha256_prefix":"2cb111ecfc6c0ff4","entry":"MultiSizePatchEmbed","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2cb111ecfc6c0ff4"}},{"code_sha256_prefix":"e8608156e8c60386","entry":"SLIPModel","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e8608156e8c60386"}},{"code_sha256_prefix":"ed742453c07974e2","entry":"SensorEncoderLayer","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ed742453c07974e2"}},{"code_sha256_prefix":"b299100e380798a3","entry":"SensorTransformerModel","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b299100e380798a3"}},{"code_sha256_prefix":"b84b10ddee4308ca","entry":"TimeSelfAttention","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b84b10ddee4308ca"}},{"code_sha256_prefix":"feab1759ab5753c7","entry":"TsRoPEAttention","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"feab1759ab5753c7"}},{"code_sha256_prefix":"6ab251ef16ca3891","entry":"apply_rotary_pos_emb","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6ab251ef16ca3891"}},{"code_sha256_prefix":"94387b4e748f7f0b","entry":"masked_mean","repo":"yuc0805/SLIP","repo_kind":"found_in_text","path":"modeling_slip.py","file_url":"https://github.com/yuc0805/SLIP/blob/HEAD/modeling_slip.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"94387b4e748f7f0b"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}