Researcher profile

Wang Yi

Wang Yi contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 17 - UnverifiedVerification L1Unclaimed author
4works
0followers
3topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

4 published item(s)

preprint2026arXiv

Smart Predict--then--Optimize Paradigm for Portfolio Optimization in Real Markets

Improvements in return forecast accuracy do not always lead to proportional improvements in portfolio decision quality, especially under realistic trading frictions and constraints. This paper adopts the Smart Predict--then--Optimize (SPO) paradigm for portfolio optimization in real markets, which explicitly aligns the learning objective with downstream portfolio decision quality rather than pointwise prediction accuracy. Within this paradigm, predictive models are trained using an SPO-based surrogate loss that directly reflects the performance of the resulting investment decisions. To preserve interpretability and robustness, we employ linear predictors built on return-based and technical-indicator features and integrate them with portfolio optimization models that incorporate transaction costs, turnover control, and regularization. We evaluate the proposed approach on U.S. ETF data (2015--2025) using a rolling-window backtest with monthly rebalancing. Empirical results show that decision-focused training consistently improves risk-adjusted performance over predict--then--optimize baselines and classical optimization benchmarks, and yields strong robustness during adverse market regimes (e.g., the 2020 COVID-19). These findings highlight the practical value of the Smart Predict--then--Optimize paradigm for portfolio optimization in realistic and non-stationary financial environments.

preprint2023arXiv

Different Ways to Deal with Subway Accidents

With the development of the subway and the pressing demand of environmentally friendly transportation, more and more people travel by subway. In recent decades, the issues about passenger passive safety on the train have received extensive attention. In this research, the head injury of a standing passenger in the subway is investigated. Three MADYMO models of the different standing passenger postures, defined as baseline scenarios, are numerically set up. HIC15 values of passengers with different postures are gained by systematic parametric studies. The injury numerical simulation results of various scenarios with different friction coefficients, collision acceleration, standing angle, horizontal handrail height, and ring handrail height are analyzed. Results show that the horizontal handrail provides better protection in the three different standing passenger postures. Different friction coefficients and the standing angle have great impact on the head injuries of passengers in three different scenarios. The handrail height also has some effects on head injury of passengers with different standing postures, so it is necessary to be considered when designing the interior layout of the subway. This study may provide guidance for the safety design of the subway and some advices for standing subway passengers.

preprint2023arXiv

Influencing factors investigation of passenger head injury in subway collisions

With the development of the subway and the pressing demand of environmentally friendly transportation, more and more people travel by subway. In recent decades, the issues about passenger passive safety on the train have received extensive attention. In this research, the head injury of a standing passenger in the subway is investigated. Three MADYMO models of the different standing passenger postures, defined as baseline scenarios, are numerically set up. HIC15 values of passengers with different postures are gained by systematic parametric studies. The injury numerical simulation results of various scenarios with different friction coefficients, collision acceleration, standing angle, horizontal handrail height, and ring handrail height are analyzed. Results show that the horizontal handrail provides better protection in the three different standing passenger postures. Different friction coefficients and the standing angle have great impact on the head injuries of passengers in three different scenarios. The handrail height also has some effects on head injury of passengers with different standing postures, so it is necessary to be considered when designing the interior layout of the subway. This study may provide guidance for the safety design of the subway and some advices for standing subway passengers.

preprint2020arXiv

On the Analysis of Parallel Real-Time Tasks with Spin Locks

Locking protocol is an essential component in resource management of real-time systems, which coordinates mutually exclusive accesses to shared resources from different tasks. Although the design and analysis of locking protocols have been intensively studied for sequential real-time tasks, there has been little work on this topic for parallel real-time tasks. In this paper, we study the analysis of parallel real-time tasks using spin locks to protect accesses to shared resources in three commonly used request serving orders (unordered, FIFO-order and priority-order). A remarkable feature making our analysis method more accurate is to systematically analyze the blocking time which may delay a task's finishing time, where the impact to the total workload and the longest path length is jointly considered, rather than analyzing them separately and counting all blocking time as the workload that delays a task's finishing time, as commonly assumed in the state-of-the-art.