SearcharxivSearch

arXiv subjects

Hongzhou Chen

Publications and source records attributed to Hongzhou Chen.

11 recordsLinked to original sources

Existence Precedes Value: Joint Modeling of Observational Existence and Evolving States in Time Series Forecasting

Real-world time series are often highly incomplete and irregular due to sensor dormancy, transmission delays, and event-driven sampling, making reliable forecasting fundamentally challenging. Existing methods have evolved from impute-then-forecast pipelines to continuous-time models such as Neural ODEs and continuous-time graph networks. While these approaches improve the modeling of historical irregularity, they still rely on an implicit oracle assumption at inference time: the timestamps of future valid observations are presumed to be known in advance. This assumption limits practical relevance, since in many real systems the more fundamental question is not only what the future value will be, but also whether a valid observation will occur at all. In this paper, we propose Timeflies, a unified framework that reformulates forecasting as a joint problem of future observability inference and value estimation. To explicitly model the interaction between observation dynamics and state evolution, Timeflies adopts an observation stream and a value stream, coupled through three dedicated modules for reliability-aware embedding, observation-guided dependency modeling, and joint prediction. We further construct Shadow, a benchmark that combines natural missingness from public datasets with real-world industrial data, and introduce the Observation-Value Joint Entropy (OVJE) metric to comprehensively evaluate this coupled predictability. Extensive experiments show that Timeflies consistently outperforms existing methods, highlighting the importance of explicitly modeling future observability in time series forecasting with missing values. Code and dataset are available in https://github.com/ant-intl/Timeflies.

cs.LG

Falcon-X: A Time Series Foundation Model for Heterogeneous Multivariate Modeling

Time series foundation models (TSFMs) are transforming the forecasting paradigm through large-scale cross-domain pretraining. However, most existing TSFMs remain univariate, and recent efforts to enable cross-variate modeling still operate directly within the raw variate space. This design introduces fundamental limitations in semantic alignment and relational expressivity. Specifically, raw-space group mixing lacks a dedicated mechanism to align heterogeneous physical quantities, while standard non-negative attention fails to capture the complex synergistic and antagonistic interactions ubiquitous in real-world systems. To address these challenges, we propose Falcon-X, decouples variates from the raw space and maps them into a unified latent prototype space. Falcon-X employs a Unified Prototype Diff-Attention mechanism that explicitly evaluates both positive and negative semantic affinities to explicitly align heterogeneous variates. Cross-variate interactions are then efficiently performed within this shared space via Latent Entity Attention, naturally facilitating zero-shot structural transfer. Finally, a Variate Reassembly Router robustly reconstructs variate-specific trajectories via a request-and-dispatch mechanism. Extensive evaluations on the GIFT-Eval and fev-bench benchmarks demonstrate that Falcon-X achieves excellent forecasting performance, offering a principled and scalable paradigm for complex multivariate environments. Falcon-X is publicly released to support future research.

cs.LG

ProtoSolo: Interpretable Image Classification via Single-Prototype Activation

Although interpretable prototype networks have improved the transparency of deep learning image classification, the need for multiple prototypes in collaborative decision-making increases cognitive complexity and hinders user understanding. To solve this problem, this paper proposes a novel interpretable deep architecture for image classification, called ProtoSolo. Unlike existing prototypical networks, ProtoSolo requires activation of only a single prototype to complete the classification. This design significantly simplifies interpretation, as the explanation for each class requires displaying only the prototype with the highest similarity score and its corresponding feature map. Additionally, the traditional full-channel feature vector is replaced with a feature map for similarity comparison and prototype learning, enabling the use of richer global information within a single-prototype activation decision. A non-projection prototype learning strategy is also introduced to preserve the association between the prototype and image patch while avoiding abrupt structural changes in the network caused by projection, which can affect classification performance. Experiments on the CUB-200-2011 and Stanford Cars datasets demonstrate that ProtoSolo matches state-of-the-art interpretable methods in classification accuracy while achieving the lowest cognitive complexity. The code is available at https://github.com/pyt19/ProtoSolo.

cs.CV

AFiRe: Anatomy-Driven Self-Supervised Learning for Fine-Grained Representation in Radiographic Images

Current self-supervised methods, such as contrastive learning, predominantly focus on global discrimination, neglecting the critical fine-grained anatomical details required for accurate radiographic analysis. To address this challenge, we propose an Anatomy-driven self-supervised framework for enhancing Fine-grained Representation in radiographic image analysis (AFiRe). The core idea of AFiRe is to align the anatomical consistency with the unique token-processing characteristics of Vision Transformer. Specifically, AFiRe synergistically performs two self-supervised schemes: (i) Token-wise anatomy-guided contrastive learning, which aligns image tokens based on structural and categorical consistency, thereby enhancing fine-grained spatial-anatomical discrimination; (ii) Pixel-level anomaly-removal restoration, which particularly focuses on local anomalies, thereby refining the learned discrimination with detailed geometrical information. Additionally, we propose Synthetic Lesion Mask to enhance anatomical diversity while preserving intra-consistency, which is typically corrupted by traditional data augmentations, such as Cropping and Affine transformations. Experimental results show that AFiRe: (i) provides robust anatomical discrimination, achieving more cohesive feature clusters compared to state-of-the-art contrastive learning methods; (ii) demonstrates superior generalization, surpassing 7 radiography-specific self-supervised methods in multi-label classification tasks with limited labeling; and (iii) integrates fine-grained information, enabling precise anomaly detection using only image-level annotations.

cs.CV

Optimal Distribution System Restoration via Tractable Modeling of Decision-Dependent Interruption Cost and Cold Load Pickup

Developing optimized restoration strategies for power distribution systems (PDSs) is critical to enhancing resilience. Prior knowledge of customer interruption cost (CIC) and load restoration behaviors, particularly cold load pickup (CLPU), is essential for effective decision-making. However, both CIC and CLPU are reciprocally influenced by the realized customer interruption duration (CID), making them decision-dependent and challenging to model, especially given the limited understanding of their underlying physical mechanisms. This paper proposes a novel and tractable modeling approach to capture the varying patterns of CIC and CLPU with CID - patterns derived from data that reflect observable surface - level correlations rather than underlying mechanisms - thereby enabling practical surrogate modeling of these decision-dependent factors. Specifically, quadratic functions are employed to model the increasing rate of CIC with respect to CID according to data fitting results. For CLPU, several defining characteristics are extracted and modeled in a piecewise linear form relative to CID, and the actual restored load accounting for CLPU is subsequently reconstructed. Building on these models, a PDS restoration optimization framework is developed, incorporating mobile energy storage systems (MESSs) and network reconfiguration strategies. Case studies validate the effectiveness of the proposed approach and highlight MESS's unique potential in accelerating CLPU-related restoration.

eess.SY

Visual Neural Decoding via Improved Visual-EEG Semantic Consistency

Visual neural decoding aims to extract and interpret original visual experiences directly from human brain activity. Recent studies have demonstrated the feasibility of decoding visual semantic categories from electroencephalography (EEG) signals, among which metric learning-based approaches have delivered promising results. However, these methods that directly map EEG features into a pre-trained embedding space inevitably introduce mapping bias, resulting in a modality gap and semantic inconsistency that impair cross-modal alignment. To address these issues, this work constructs a Visual-EEG Joint Semantic Space to bridge the gap between visual images and neural signals. Building upon this space, we propose two novel approaches to improve semantic consistency between cross-modal representations and facilitate optimal alignment. Specifically, (1) we introduce a Visual-EEG Semantic Decoupling Network (VE-SDN) to explicitly disentangle semantic components from modality representations, thereby achieving purely semantic-level cross-modal alignment. (2) We introduce a Neural-Guided Intra-Class Consistency (NGIC) objective, an asymmetric representation alignment strategy designed to effectively enhance the robustness of visual representations and further boost decoding performance. Extensive experiments on a large-scale Visual-EEG dataset validate the effectiveness of the proposed method. Compared to the strongest baseline, our approach demonstrates superior decoding performance, yielding relative Top-1/Top-5 accuracy improvements of 38.9%/17.9% in intra-subject and 16.1%/11.3% in inter-subject settings. The code is available at https://github.com/hzalanchen/Cross-Modal-EEG

cs.CV

Political Leanings in Web3 Betting: Decoding the Interplay of Political and Profitable Motives

Harnessing the transparent blockchain user behavior data, we construct the Political Betting Leaning Score (PBLS) to measure political leanings based on betting within Web3 prediction markets. Focusing on Polymarket and starting from the 2024 U.S. Presidential Election, we synthesize behaviors over 15,000 addresses across 4,500 events and 8,500 markets, capturing the intensity and direction of their political leanings by the PBLS. We validate the PBLS through internal consistency checks and external comparisons. We uncover relationships between our PBLS and betting behaviors through over 800 features capturing various behavioral aspects. A case study of the 2022 U.S. Senate election further demonstrates the ability of our measurement while decoding the dynamic interaction between political and profitable motives. Our findings contribute to understanding decision-making in decentralized markets, enhancing the analysis of behaviors within Web3 prediction environments. The insights of this study reveal the potential of blockchain in enabling innovative, multidisciplinary studies and could inform the development of more effective online prediction markets, improve the accuracy of forecast, and help the design and optimization of platform mechanisms. The data and code for the paper are accessible at the following link: https://github.com/anonymous.

cs.CY

Harnessing Web3 on Carbon Offset Market for Sustainability: Framework and A Case Study

Blockchain, pivotal in shaping the metaverse and Web3, often draws criticism for high energy consumption and carbon emission. The rise of sustainability-focused blockchains, especially when intersecting with innovative wireless technologies, revises this predicament. To understand blockchain's role in sustainability, we propose a three-layers structure encapsulating four green utilities: Recording and Tracking, Wide Verification, Value Trading, and Concept Disseminating. Nori, a decentralized voluntary carbon offset project, serves as our case, illuminating these utilities. Our research unveils unique insights into the on-chain carbon market participants, affect factors of the market, value propositions of NFT-based carbon credits, and the role of social media to spread the concept of carbon offset. We argue that blockchain's contribution to sustainability is significant, with carbon offsetting potentially evolving as a new standard within the blockchain sector.

cs.CY

Coordinating O&M and Logistical Resources to Enhance Post-Disaster Resilience of Interdependent Power and Natural Gas Distribution Systems

Electric power and natural gas systems are becoming increasingly interdependent, driven by the growth of natural gas-fired generation and the electrification of the gas industry. Recent energy crises have underscored the urgent need for enhanced resilience in these interdependent systems. In response to this challenge, this paper focuses on the interdependent electric power and natural gas distribution systems and proposes a comprehensive strategy for enhancing their resilience, which involves optimally coordinating various resources encompassing emergency operation and maintenance (O&M) and logistical support, to efficiently restore damaged services and infrastructure. Specifically, generators, including those with fuel switching capability, are dispatched to provide emergency power, with the logistical process of fuel supply being particularly managed by coordinated scheduling of mobile fuel tankers. Additionally, integrated demand responses for power and gas are dispatched to alleviate operational stresses using a zonewise approach that groups customers with intertwined energy supplies into individual, dispatchable units. Furthermore, the strategy incorporates the repair of damaged facilities, with particular consideration given to the varying repair efficiencies dependent on the dispatched repair units, aiming to closely simulate actual repair scenarios. The strategy is encapsulated in a mixed-integer second-order cone programming model, with case studies conducted to validate its effectiveness.

eess.SY

Robust Survivability-Oriented Scheduling of Separable Mobile Energy Storage and Demand Response for Isolated Distribution Systems

Extreme circumstances in which a local distribution system is electrically isolated from the main power supply may not always be avoidable. Efforts must be made to keep the lights on for such an isolated distribution system (IDS) until reconnection to the main power source. In this paper, we propose a strategy to enhance IDS survivability utilizing the coordination of two flexible approaches, namely, separable energy storage systems (SMESSs), which construct non-wires links for energy transmission between the IDS and the external live power sources, and demand response (DR), which adjusts the internal electrical demand of the IDS to provide effective operating stress alleviation. Considering the uncertainty of renewable energy generation and loads, a two-stage robust optimization (RO) model involving the joint scheduling of these two approaches is constructed. The objective is to minimize the fuel consumption and the decreased and nonserved demand under the worst-case scenario to endow the IDS with extended survivability. Finally, test is conducted and the results demonstrate the effectiveness of the proposed method in enhancing the survivability of IDS.

eess.SY

Scheduling of Separable Mobile Energy Storage Systems with Mobile Generators and Fuel Tankers to Boost Distribution System Resilience

Mobile energy resources (MERs) have been shown to boost DS resilience effectively in recent years. In this paper, we propose a novel idea, the separable mobile energy storage system (SMESS), as an attempt to further extend the flexibility of MER applications. "Separable" denotes that the carrier and the energy storage modules are treated as independent parts, which allows the carrier to carry multiple modules and scatter them independently throughout the DS. The constraints for scheduling SMESSs involving carriers and modules are derived based upon the interactive behavior among them and the DS. In addition, the fuel delivery issue of feeding mobile emergency generators (MEGs), which was usually bypassed in previous studies involving the scheduling of MEGs, is also considered and modeled. SMESSs, MEGs, and fuel tankers (FTs) are then jointly routed and scheduled, along with the dynamic DS reconfiguration, for DS service restoration by integrating them in a mixed-integer linear programming (MILP) model. Finally, the test is conducted on a modified IEEE 33-node test system, and results verify the effectiveness of the model in boosting DS resilience.

eess.SY