Papers for

smart building operators

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Cognitive digital twins evolve tasks through layered synchronized loops

From State Synchronization to Cognitive Self-Evolution: An Operational Architecture for Cognitive Digital Twins

Abstract: As Digital Twin (DT) systems evolve beyond state synchronization toward task-oriented and knowledge-driven operation, Cognitive Digital Twins (CDTs) have emerged as an extension that incorporates cognitive capabilities into twin operation. Existing CDT studies often focus on specific enabling techniques, such as learning modules, knowledge graphs, and large language models, while providing limited insight into how cognition can be systematically integrated into DT architectures. To address this issue, this paper proposes a four-layer CDT architecture consisting of the physical layer, digital-twin layer, cognitive layer, and task layer. The proposed architecture establishes a self-evolving closed operational loop spanning these four layers, in which physical states are synchronized into digital representations, cognition constructs task-specific cognitive models through knowledge, memory, and attention, and task-level decisions are generated under practical constraints. Operational feedback further refines cognitive experience and updates relationships and annotations in the digital representation, enabling subsequent task interpretation, initiation, and reasoning to evolve with system operation. Based on this framework, two representative operation modes are characterized: user-request-driven cognition and self-driven cognition. We further discuss key enabling mechanisms and deployment challenges associated with semantic communication, knowledge querying, task orchestration, and closed-loop synchronization. A lightweight simulation study illustrates reliable closed-loop task feasibility under limited semantic information and improved operational efficiency through accumulated task experience. The proposed framework provides a structured foundation for the design and development of future CDT systems.

Wed 9 SeptArtificial Intelligence
The gist
Digital Twins are digital copies of physical things that track their status. The paper proposes a way to make these digital twins smarter by adding layers that allow them to think, learn, and make decisions on tasks. These layers work together in a loop, updating the digital twin with knowledge and experience from real-world actions. This helps the digital twin get better at understanding and managing tasks over time with less direct input from users. The authors show simulation results demonstrating reliable task handling and improved efficiency through learning.
Open 2609.09625v1

Person identification improved using daily activities from millimeter-wave data

Beyond Gait: Person Identification from Millimeter-Wave Point Clouds Across Activities of Daily Living

Abstract: Person identification from millimeter-wave (mmWave) point clouds has mainly relied on gait. Indoor walking, however, is often brief and interrupted, while other activities of daily living (ADLs) may provide complementary identity information. We investigate identification across seven ADLs using mm-ADL, a new point-cloud dataset collected from 11 subjects under a controlled protocol. This extension introduces heterogeneous states and transitions whose spatial and temporal characteristics vary with activity. We therefore study whether activity can provide useful context for learning identity representations. We propose an activity-conditioned framework in which a human activity recognition router dispatches each clip to an activity-specific identity expert. The framework is implemented as a supervised mixture of experts, using a dual-stream static-dynamic PointNet (DS-SDPNet) to combine time-aggregated spatial structure with frame-to-frame information. We evaluate closed-set identification (ID) and subject-disjoint re-identification (ReID). With learned hard routing, ID accuracy increases from 62.1% to 68.0%. In a two-occupant ReID setting, hard routing increases mAP from 57.2% to 75.4% and Rank-1 accuracy from 59.1% to 82.1%. Under a matched gallery partition, activity-specific experts also outperform a shared embedding, showing that the gain extends beyond restricting the gallery. These results support the feasibility of using ADLs beyond gait for identification and the value of activity conditioning under controlled indoor conditions.

Tue 8 SeptComputer Vision and Pattern Recognition
The gist
Most systems that identify people using millimeter-wave sensors do so by analyzing the way they walk. But walking indoors is often short and stops frequently. The authors show that other common activities also contain useful information to recognize people. They collected a new dataset showing 11 people performing seven daily activities and developed a method that uses knowledge of the activity to help identify each person better. Their method significantly improves accuracy compared to just using walking data.
Open 2609.08818v1