temporal alignment

Techniques for synchronizing and correlating timestamps across heterogeneous data sources to compute accurate inter-event intervals and temporal correspondences. Used to label sessions, compute Δtime between captured events, and judge spatio-temporal feasibility that two detections refer to the same entity.

temporalalignment

12-Month Skill Trend

Momentum and market value over time
Trending
Score
+20 in 12 mo
96
12 mo agoNow
Career
Value
+$12K in 12 mo
$42K/year
12 mo agoNow

Recommended Survey Paper

Quick overview of the field
View more

Must-Read Papers

Most classic and influential ideas
View more

This work addresses the challenge of accurately identifying clinically meaningful high-order composite events—such as disease onset—from timestamped raw data. The authors propose a logic-rule-based framework that constructs high-order events by combining existence and termination conditions of atomic events, augmented with consistency constraints and a repair mechanism to eliminate invalid combinations. Innovatively integrating logical rules, temporal reasoning, and constraint optimization, the approach identifies—for the first time—a computationally tractable fragment that balances expressive power with polynomial-time data complexity. Implemented via answer set programming, the core inference module demonstrates feasibility in a lung cancer case study, yielding results highly consistent with clinical expert judgments and highlighting its potential for healthcare and other temporal data analysis applications.

event inferencehigh-level eventsmedical applications

Exploring temporal dynamics in digital trace data: mining user-sequences for communication research

May 24, 2025
YF
Yangliu Fan
🏛️ Weizenbaum Institute for Networked Society | Free University of Berlin

Communication research has long faced a methodological tension between static analytical approaches and the inherently dynamic nature of diffusion processes, hindering fine-grained temporal modeling of digital traces. To address this, we propose “hyper-longitudinal analysis”—the first systematic, user-level dynamic diffusion framework centered on raw, unaggregated time series, preserving full temporal structure without dimensional reduction. Integrating six computational paradigms—sequence analysis, process mining, language modeling, temporal pattern discovery, trajectory clustering, and behavioral modeling—we establish a theory-guided, computationally synergistic pipeline. Validated on 1.26 million donation-related digital traces from 309 users, our approach uncovers three key empirical regularities: (1) recurrent periodicity in sharing behavior, (2) path-dependent propagation mechanisms, and (3) heterogeneous individual-level temporal patterns. The framework provides a scalable, generalizable methodological foundation for dynamic communication modeling.

Bridging the gap between theoretical dynamics and non-dynamical methodologies in communication researchDeveloping a computational framework to analyze time-evolving user-sequences from digital trace dataEnhancing understanding of temporal dimensions in communication processes using high-resolution data

This study addresses the challenges of low matching accuracy and poor computational efficiency in map-matching low-frequency GPS trajectories within dense road networks. To this end, the authors propose an enhanced spatiotemporal trajectory matching method that integrates a dynamic buffer mechanism, an adaptive observation probability model, an improved temporal scoring function, and a path inference strategy based on historical behavioral patterns. Notably, the approach achieves high-quality matching without requiring ground-truth annotations. Experimental evaluation on real-world trajectory data from Milan demonstrates the superiority of the proposed method, with significant improvements across multiple metrics compared to existing algorithms, while simultaneously maintaining high computational efficiency and accurate path reconstruction.

low-frequency GPS datamap matchingsparse sampling

Strategies and Challenges of Timestamp Tampering for Improved Digital Forensic Event Reconstruction (extended version)

Dec 30, 2024
CV
Céline Vanini
🏛️ University of Lausanne | Friedrich-Alexander Universität (FAU) | University of Oxford | University of Augsburg

This study addresses the reliability degradation of event timelines in digital forensics due to user-initiated timestamp tampering on live systems. Conducting a qualitative user study with advanced students, we employ trace analysis, timestamp dependency modeling, and second-order trace resolution path induction to systematically uncover the “cognitive–technical” coupling barriers inherent in timestamp manipulation—a first-of-its-kind investigation. We propose a reliability assessment framework grounded in trace knowledge depth and modification feasibility, identifying core determinants of tampering success—including temporal trace recognition capability and kernel- or filesystem-level constraints. The framework provides empirically validated criteria for time-based evidentiary trustworthiness grading, enabling more accurate and robust forensic timeline reconstruction. Results demonstrate significant improvements in both precision and resilience of event reassembly under adversarial timestamp modification scenarios.

Digital ForensicsTimeline AnalysisTimestamp Tampering

Simultaneous Triggering and Synchronization of Sensors and Onboard Computers

Jul 08, 2025
MN
Morten Nissov
🏛️ Norwegian University of Science and Technology (NTNU)

High-precision online estimation algorithms for robotics are highly sensitive to sensor timestamp accuracy; however, existing synchronization solutions struggle to simultaneously achieve real-time operation, low cost, and high temporal precision. To address this, we propose a real-time, trigger-based time synchronization system built on commodity hardware. Our approach employs a hardware-triggered mechanism to jointly schedule heterogeneous sensors operating at different frequencies, and integrates an enhanced clock synchronization protocol with nanosecond-resolution timestamping to ensure precise coordination between sensors and the onboard computer. Crucially, the system eliminates reliance on expensive dedicated timing hardware, thereby substantially mitigating the impact of timing errors on online estimation. Experimental evaluation on a physical robot platform demonstrates sub-microsecond synchronization accuracy, along with significant improvements in both estimation robustness and real-time performance.

Accurate timestamping for real-time sensor data synchronizationLow-cost system for triggering and synchronizing multi-rate sensorsMitigating timing issues in online estimation algorithms

Latest Papers

What's happening recently
View more

A Selective Temporal Hamming distance to find patterns in state transition event timeseries, at scale

Dec 01, 2025
SM
Sylvain Marié
🏛️ AI Hub | Schneider Electric | IntenCity

For large-scale discrete-event systems, analyzing state-transition event time series (STE-ts) suffers from reliance on distortion-prone resampling and difficulty in jointly modeling transition timing and state dwell duration. To address this, we propose the Selective Time Hamming (STH) distance, which directly encodes event occurrence times and state residence durations without resampling. STH unifies Hamming distance and Jaccard similarity within a single metric and supports multi-state focused matching. It preserves computational efficiency while significantly improving pattern recognition accuracy. Experiments on synthetic and real-world datasets demonstrate that STH achieves an average 2.3× speedup over baseline methods and improves clustering and anomaly detection F1-scores by 12.6%.

Avoids distorting resampling in large event sequence databasesDevelops a distance metric for state transition event timeseriesGeneralizes Hamming and Jaccard metrics with improved precision

The Past Still Matters: A Temporally-Valid Data Discovery System

Oct 15, 2025
ME
Mahdi Esmailoghli
🏛️ Humboldt-Universität zu Berlin

Existing data discovery methods largely overlook the temporal dynamics of data relationships, particularly hindering timeliness-aware retrieval when explicit temporal metadata is absent. To address this, we propose “temporal-effective data discovery”—a novel paradigm introducing the first time-integrated data discovery system. Its core comprises four techniques: version discovery, temporal lineage inference, change-log synthesis, and time-aware querying. Crucially, the system models semantic evolution of data over time without relying on original timestamps, enabling dynamic lineage tracing and version-level precise retrieval. Experimental evaluation on enterprise and public data lakes demonstrates significant improvements in accuracy and practicality for timeliness-sensitive queries. Our work establishes a new research direction in data discovery centered on temporal evolution, advancing both theoretical foundations and real-world applicability.

Addressing time-varying relevance in data discoveryDeveloping techniques for time-aware data lake interactionIncorporating temporal dimension without explicit metadata

This work addresses the challenge of users struggling to pinpoint specific moments in meeting discussions based solely on content. To overcome this, the paper proposes a novel approach that reframes timestamp prediction as a constrained candidate selection task. Instead of directly generating timestamps, large language models such as Mistral-7B-Instruct are guided to select the most relevant segment from a set of retrieved, timestamped meeting excerpts, thereby avoiding unsupported or invalid predictions. Integrating retrieval-augmented generation (RAG) with a constrained selection mechanism, the method demonstrates significant improvements on a dataset of 200 municipal meetings and 420 queries: Recall@5 increases from 31.9% to 50.0%, mean absolute error decreases to 761 seconds, and the number of valid outputs rises from 373 to 419, substantially enhancing both accuracy and reliability in temporal localization.

information retrievalmeeting transcriptstemporal grounding

Existing generative models for synthetic temporal tabular data often produce temporally inconsistent outputs, such as time reversals, repetitions, or implausible trajectories, yet conventional evaluation methods fail to detect these issues due to their neglect of the temporal dimension. This work proposes the first systematic evaluation framework tailored for temporal tabular data, which dynamically selects assessment criteria based on four key properties: temporal representation, sampling regularity, trajectory dependency, and pattern structure. The framework holistically evaluates timestamp validity, cross-sectional structural coherence, entity-level dynamic evolution, and time-varying relationships. By elevating both utility and privacy assessments from static records to the trajectory level, it reveals—across 13 real-world datasets—that traditional evaluations significantly diverge from temporally aware results, with failure modes closely tied to model architecture, thereby underscoring the necessity of explicitly modeling the temporal axis.

generative modelssynthetic sequential tabular datatemporal fidelity

Existing approaches struggle to effectively model heterogeneous tensor streams comprising both categorical and continuous attributes, and often fail to capture the temporal dynamics of group anomalies due to timestamp discretization. This work proposes HeteroComp, a novel method that, for the first time, unifies the modeling of heterogeneous tensor streams without discretizing timestamps or attributes. By employing a Gaussian process prior, HeteroComp jointly characterizes the distribution of continuous attributes and their temporal evolution, enabling direct probabilistic density estimation. This framework continuously refines latent components that represent underlying groups and their dynamics. Evaluated on real-world datasets, HeteroComp significantly outperforms state-of-the-art methods in group anomaly detection accuracy while maintaining computational complexity independent of the data stream length.

anomaly detectioncategorical and continuous attributesgroup anomalies

Hot Scholars

MF

Michael Färber

TU Dresden & ScaDS.AI
Natural Language ProcessingMachine LearningKnowledge Graphs
ML

Marina Litvak

Sami Shamoon College of Engineering, Software Engineering dept.
Text MiningComputational LinguisticsNLPSummarization
HX

Hainan Xu

NVIDIA
Speech RecognitionDeep Learning
KD

Kunal Dhawan

Research Scientist, NVIDIA
Machine LearningDeep LearningSpeech ProcessingNatural Language Processing
ZC

Zhehuai Chen

NVIDIA
Speech RecognitionSpeech SynthesisLLM