<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Papers | Meng's Page</title><link>https://www.zhangmeng43.com/publications/</link><atom:link href="https://www.zhangmeng43.com/publications/index.xml" rel="self" type="application/rss+xml"/><description>Papers</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Sat, 01 Nov 2025 00:00:00 +0000</lastBuildDate><image><url>https://www.zhangmeng43.com/media/icon_hu_3c4bb17454bfe3f5.png</url><title>Papers</title><link>https://www.zhangmeng43.com/publications/</link></image><item><title>Do cyclists disregard ‘priority-to-the-right’ more often than motorists?</title><link>https://www.zhangmeng43.com/publications/trf-cyclist-paper/</link><pubDate>Wed, 18 Sep 2024 00:00:00 +0000</pubDate><guid>https://www.zhangmeng43.com/publications/trf-cyclist-paper/</guid><description>&lt;div class="text-base text-justify"&gt;
---
&lt;h3 id="background"&gt;Background&lt;/h3&gt;
&lt;p&gt;Do cyclists disregard traffic rules more often than motorists? Answering this is essential for optimizing traffic &lt;strong&gt;safety and efficiency&lt;/strong&gt; as we transition toward autonomous driving in mixed environments. Grounded in naturalistic observations at urban unsignalized intersections, our study utilizes &lt;strong&gt;quasi-experimental methods&lt;/strong&gt; and &lt;strong&gt;regression analysis&lt;/strong&gt; to quantify compliance behaviors. This research is the result of a seamless collaboration between project managers, sensor technicians, data engineers, and human factors researchers, aiming to provide the critical behavioral data needed for safe human-machine coexistence.&lt;/p&gt;
&lt;figure class="w-full my-6 flex flex-col items-center"&gt;
&lt;img src="workflow.svg"&gt;
&lt;figcaption class="figure-caption"&gt;
&lt;strong&gt;Figure 1. The Collaborative Project Workflow.&lt;/strong&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;hr&gt;
&lt;h3 id="methods"&gt;Methods&lt;/h3&gt;
&lt;p&gt;Using stationary cameras, a 12-day naturalistic traffic observation was conducted at an urban T-intersection in &lt;em&gt;Braunschweig, Germany&lt;/em&gt;. The video footage underwent spatial calibration to establish a real-world coordinate system. Road users were detected and classified, and their movements were converted into georeferenced trajectories. In &lt;strong&gt;202&lt;/strong&gt; interaction cases, a car from the right (Ego, with priority) encountered a car or a bike from the left (Foe, without priority). The study examined how the following factors associated with the &lt;strong&gt;violation&lt;/strong&gt; using logistic regression:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Ego&amp;rsquo;s turning direction (left vs. right)&lt;/li&gt;
&lt;li&gt;Foe&amp;rsquo;s type (car vs. bike)&lt;/li&gt;
&lt;li&gt;Relative arrival time&lt;/li&gt;
&lt;li&gt;Foe&amp;rsquo;s lateral position&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class="w-full my-6 flex flex-col items-center"&gt;
&lt;iframe src="traffic_demo1.html"
class="w-full h-[520px] rounded-xl border border-gray-200 shadow-sm bg-white"
loading="lazy"
allowfullscreen&gt;
&lt;/iframe&gt;
&lt;figcaption class="figure-caption"&gt;
&lt;strong&gt;Figure 2.&lt;/strong&gt; Traffic Scenarios: Compliance vs Violation.
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;hr&gt;
&lt;h3 id="key-findings"&gt;Key Findings&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Cyclists violated the “priority-to-the-right” rule more frequently than motorists.&lt;/li&gt;
&lt;li&gt;Road users with priority were more likely to yield when:
&lt;ul&gt;
&lt;li&gt;turning right&lt;/li&gt;
&lt;li&gt;facing a bike&lt;/li&gt;
&lt;li&gt;arriving later at the intersection&lt;/li&gt;
&lt;li&gt;facing a road user &lt;strong&gt;close to the lane center&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h3 id="conclusion"&gt;Conclusion&lt;/h3&gt;
&lt;p&gt;This study underscores the importance of implicit communication in mixed traffic. It provides empirical benchmarks for designing human-like autonomous driving systems, which is supposed to be capable of interpreting and responding to nuanced road-user interactions at unsignalized intersections.&lt;/p&gt;
&lt;/div&gt;</description></item><item><title>Bringing Emotion Theory into the Cockpit</title><link>https://www.zhangmeng43.com/publications/mdpi-emotion-paper/</link><pubDate>Sun, 19 Nov 2023 00:00:00 +0000</pubDate><guid>https://www.zhangmeng43.com/publications/mdpi-emotion-paper/</guid><description>&lt;div class="text-base text-justify"&gt;
&lt;hr&gt;
&lt;h3 id="background"&gt;Background&lt;/h3&gt;
&lt;p&gt;For nearly a century, the scientific debate on emotion has revolved around two fascinating puzzles. First, the nature of emotion: Are joy and sadness distinct entities, like apples and pears, or merely different shades of the same fruit, like red and green apples? Second, the sequence: Do we run because we feel fear, or do we feel fear because we are running? While the academic community has yet to reach a verdict on these theoretical roots, there is one consensus: to truly understand human emotion, we cannot rely on a single source. It requires multimodal measurement, combining physiological signals, facial expressions, and behavioral data.&lt;/p&gt;
&lt;p&gt;This principle is now reshaping the automotive world. From enhancing the &lt;strong&gt;passenger&amp;rsquo;s well-being&lt;/strong&gt; to solving the complex puzzle of &lt;strong&gt;trust in autonomous vehicles&lt;/strong&gt;, accurate emotion detection is key. Motivated by this, I had the privilege during the early stages of my PhD to independently design and execute a comprehensive multimodal driving simulator experiment, aiming to bridge the gap between abstract theory and real-world application&lt;/p&gt;
&lt;figure class="w-full my-6 flex flex-col items-center"&gt;
&lt;img src="workflow.svg" alt="Research Framework Diagram"&gt;
&lt;figcaption class="figure-caption"&gt;
&lt;strong&gt;Figure 1. The Research Workflow.&lt;/strong&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;hr&gt;
&lt;h3 id="hypotheses"&gt;Hypotheses&lt;/h3&gt;
&lt;p&gt;Drawing upon the &lt;em&gt;Component Process Model (CPM)&lt;/em&gt;, the driver&amp;rsquo;s body responses during fear-inducing scenarios would be modulated by specific cognitive appraisals: Novelty and Power. It&amp;rsquo;s hypothesized that these cognitive checks manifest through distinct channels:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The Novelty Hypothesis: The appraisal of Novelty (high unexpectedness) will be indicated by immediate responses, specifically an increase in Pupil Diameter, Skin Conductance Level, and the activation of Upper Face Action Units.&lt;/li&gt;
&lt;li&gt;The Power Hypothesis: The appraisal of Power (low coping potential/control) will be indicated by a delayed response pattern, specifically an drop in nasal temperature and the activation of Lower Face Action Units.&lt;/li&gt;
&lt;li&gt;The Temporal Dynamics Hypothesis: In line with the sequential nature of CPM checks, the facical indicators of Novelty are hypothesized to precede the ones of Power, reflecting the cognitive processing order from event detection to coping evaluation.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="methods"&gt;Methods&lt;/h3&gt;
&lt;p&gt;Driving simulator experiments were conducted using Virtual Reality to elicit fear through critical traffic events. Adopting a mixed-methods design, the study integrated objective physiological measurements with subjective assessments. The objective data comprised facial infrared thermography, facial Action Units (AUs), and synchronized peripheral physiological signals. These objective metrics were valided with subjective data collected via the Self-Assessment Manikin (SAM) and the Positive and Negative Affect Schedule (PANAS). This comprehensive approach allowed for the cross-validation of appraisal-driven responses, establishing a robust, multidimensional framework for assessing driver emotions.&lt;/p&gt;
&lt;figure class="figure-container"&gt;
&lt;img src="Figure2.png"&gt;
&lt;figcaption class="figure-caption"&gt;
&lt;strong&gt;Figure 2. Overview of the multi-sensor experimental setup.&lt;/strong&gt;&lt;br&gt;
The diagram shows the integration of physiological, behavioral, and subjective measurement tools within the simulated driving environment (This image is generated by AI).
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;figure class="w-full my-6 flex flex-col items-center"&gt;
&lt;iframe src="AU.html"
class="w-full h-[520px] rounded-xl border border-gray-200 shadow-sm bg-white"
loading="lazy"
allowfullscreen&gt;
&lt;/iframe&gt;
&lt;figcaption class="figure-caption"&gt;
&lt;strong&gt;Figure 3.&lt;/strong&gt; Mapping of Facial Action Units (AUs) to basic emotion categories.
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;hr&gt;
&lt;h3 id="key-findings"&gt;Key Findings&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;The studies empirically validated the Component Process Model (CPM) as a robust framework for assessing driver emotions.&lt;/li&gt;
&lt;li&gt;Thermal Imaging as an indicator for &amp;ldquo;Power&amp;rdquo;
&lt;ul&gt;
&lt;li&gt;Fear (characterized by low power or low coping potential) was significantly associated with a decrease in nasal tip temperature (vasoconstriction), effectively distinguishing it from high-power emotions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Distinct Facial Signatures for Appraisals
&lt;ul&gt;
&lt;li&gt;Novelty: Associated with upper face activation (AUs 1, 2, 4, 5, 7).&lt;/li&gt;
&lt;li&gt;Power: Associated with lower face activation (AUs 15, 20, 25, 26).&lt;/li&gt;
&lt;li&gt;Temporal Dynamics: Indicators of Novelty precede those of Power, reflecting the cognitive processing order from event detection to coping evaluation.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Multimodal Synchronization &amp;amp; Latency
&lt;ul&gt;
&lt;li&gt;A decrease in Novelty (habituation) significantly correlated with reductions in Pupil Diameter (PD), Skin Conductance Level (SCL), and AU intensity.&lt;/li&gt;
&lt;li&gt;Response Latency: Revealed distinct peak timings for different modalities, with Pupil Diameter peaking earliest (~3.2s), followed by Skin Conductance (~4.1s) and Facial Expressions (~4.3s), and finally Heart Rate (~5.0s).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;/div&gt;</description></item><item><title>Human Performance in Critical Scenarios as a Benchmark for Highly Automated Vehicles</title><link>https://www.zhangmeng43.com/publications/springer-auto-paper/</link><pubDate>Mon, 19 Jul 2021 00:00:00 +0000</pubDate><guid>https://www.zhangmeng43.com/publications/springer-auto-paper/</guid><description>&lt;div class="text-base text-justify"&gt;
&lt;p&gt;Before &lt;strong&gt;highly automated vehicles (HAVs)&lt;/strong&gt; become part of everyday traffic, their &lt;strong&gt;safety must be proven&lt;/strong&gt;.&lt;br&gt;
The use of &lt;strong&gt;human performance as a benchmark&lt;/strong&gt; represents a promising approach - yet, appropriate methods to &lt;strong&gt;quantify and compare human and HAV performance&lt;/strong&gt; remain rare.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;By adapting the &lt;em&gt;method of constant stimuli&lt;/em&gt;, a &lt;strong&gt;scenario-based approach&lt;/strong&gt; to quantify the &lt;strong&gt;limit of human performance&lt;/strong&gt; is developed.&lt;br&gt;
This method is applied in a &lt;strong&gt;driving simulator study&lt;/strong&gt;, where participants repeatedly face a &lt;strong&gt;cut-in manoeuvre&lt;/strong&gt; on a highway.&lt;/p&gt;
&lt;p&gt;By systematically manipulating the &lt;strong&gt;criticality&lt;/strong&gt; of the manoeuvre - defined in terms of &lt;em&gt;time to collision (TTC)&lt;/em&gt; - humans’ &lt;strong&gt;collision-avoidance performance&lt;/strong&gt; can be measured.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="key-method"&gt;Key Method&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;strong&gt;limit of human performance&lt;/strong&gt; is identified using &lt;strong&gt;logistic regression&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;The &lt;strong&gt;regression curve&lt;/strong&gt; and its &lt;strong&gt;inflection point&lt;/strong&gt; allow direct comparison between &lt;strong&gt;human&lt;/strong&gt; and &lt;strong&gt;HAV&lt;/strong&gt; performance.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h3 id="conclusion"&gt;Conclusion&lt;/h3&gt;
&lt;p&gt;The presented approach provides a practical means by which &lt;strong&gt;HAVs’ safety performance&lt;/strong&gt; can be evaluated and proven against &lt;strong&gt;human driving capabilities&lt;/strong&gt;.&lt;/p&gt;
&lt;/div&gt;</description></item></channel></rss>