Means of Obtaining Mamdani Fuzzy Model of Car Driver’s Dynamics
archive: archived pipeline: cataloged verified
Get this paper ↗ (DOI — opens at the source; we link to it, we don't host it)
Summary
This paper addresses the challenge of creating an interpretable, non-linear model of human driver dynamics during elementary driving tasks, specifically lane-changing maneuvers on a motorway. While previous research often relied on linear models or complex black-box approaches like neural networks, this study aims to generalize existing linear models by incorporating a Mamdani fuzzy system to capture non-linearities. The authors seek to overcome the limitations of manual fuzzy model identification, which is subjective and irreproducible, by developing a deterministic, data-driven identification algorithm. The methodology employs a Hammerstein model structure, combining a static fuzzy non-linearity with linear dynamics. The linear component is based on a transfer function representing the driver as a derivative controller with reaction delay and bandwidth limitations. The non-linear component is a simple Mamdani fuzzy system with three rules corresponding to left, centered, and right car positions. To ensure interpretability and facilitate mathematical optimization, the authors impose symmetry constraints on the membership functions, reducing the non-linearity to two parameters. Crucially, the authors derive closed-form analytical equations for the fuzzy system’s input-output relationship. These explicit formulae allow for the calculation of exact gradients, enabling the use of efficient derivative-based minimization algorithms (specifically the Trust Region Algorithm) to minimize the quadratic error between the model output and measured simulator data. Experimental results demonstrate that the proposed fuzzy Hammerstein model achieves higher accuracy than the original linear model. The quadratic error for the fuzzy model was 21.1%, compared to 24.1% for the linear model. The identified parameters for the linear dynamics were similar in both models, but the fuzzy model introduced specific non-linear characteristics, such as a zone of smaller gain for small errors, reflecting human behavior where minor deviations require less corrective steering. The use of analytical derivatives significantly improved the convergence speed and reliability of the identification process compared to derivative-free methods like the Nelder-Mead algorithm. The significance of this work lies in providing a robust, reproducible method for identifying Mamdani fuzzy models, which are typically difficult to optimize due to their non-differentiable nature. By deriving explicit formulae, the authors enable the use of standard gradient-based optimization techniques. The resulting model offers a balance between accuracy and interpretability, allowing researchers to visualize and understand the driver’s reasoning process through graphical membership functions. This approach provides a foundation for modeling more complex driving tasks, such as acceleration and deceleration, by extending the fuzzy component to handle multiple inputs.
Provenance
The full processing record for this entry. Every stage of this paper's journey through the pipeline is logged — what ran, with which tool and model, how many attempts it took, and when it last completed.
| Stage | Outcome | Tool | Model | Prompt | Attempts | Completed |
|---|---|---|---|---|---|---|
| discover | success | OpenAlex-citations | — | — | 1 | 2026-06-17 |
| archive | success | unpaywall | — | — | 2 | 2026-06-25 |
| extract | success | cached | — | — | 2 | 2026-06-25 |
| clean | success | clean | — | — | 1 | 2026-06-18 |
| chunk | success | chunk | — | — | 1 | 2026-06-18 |
| embed | success | embed | Qwen/Qwen3-Embedding-8B | — | 1 | 2026-06-18 |
| promote | success | — | — | — | 1 | 2026-06-17 |
| summarize | success | llm | qwen3.6-27b-prismaquant | summ-v5 | 1 | 2026-06-25 |
| tag | success | vector_similarity | — | — | 6 | 2026-06-18 |
| verify | success | — | — | — | 1 | 2026-06-26 |
Summary generated by qwen3.6-27b-prismaquant on 2026-06-25; verification: verified.
Topics
Ranked by relevance to this paper. Hover a topic for its definition.
Information type
What kind of knowledge this paper contributes, grouped by family — independent of topic (what it is about) and method (how it was studied).
- Theoretical Contribution: computational model