Subtopic Deep Dive

Tire-Road Friction Estimation Techniques
Research Guide

What is Tire-Road Friction Estimation Techniques?

Tire-road friction estimation techniques encompass sensor-based and model-based algorithms for real-time prediction of tire-road friction coefficients to enhance vehicle stability control.

These methods utilize vehicle sensors like wheel speeds, steering torque, and lateral acceleration alongside dynamic models such as Kalman filters and model predictive control (MPC) for estimation. Key surveys document over 200 citations on approaches including slip-based and torque-based estimators (Khaleghian et al., 2017). Integration with stability systems supports autonomous driving at handling limits.

15
Curated Papers
3
Key Challenges

Why It Matters

Friction estimation enables yaw stability control and collision avoidance in autonomous vehicles, reducing accidents on low-friction surfaces like wet roads. Beal and Gerdes (2012) demonstrate MPC stabilization using estimated friction and sideslip, achieving reliable handling at limits with 439 citations. Di Cairano et al. (2012) show coordinated steering and braking improves yaw convergence, cited 315 times, while Khaleghian et al. (2017) survey methods preventing crashes due to friction changes.

Key Research Challenges

Nonlinear Tire Dynamics

Tire friction varies nonlinearly with slip angle and load, complicating real-time estimation under saturation. Beal and Gerdes (2012) address this via steering torque for sideslip and friction prediction. Accurate modeling requires handling combined slip conditions (Khaleghian et al., 2017).

Sensor Noise and Uncertainty

Vehicle sensors suffer from noise and bias, degrading estimator performance during transients. Dixon et al. (2000) extend adaptive Kalman filters for robust state estimation with reduced sensors, cited 162 times. Real-time adaptation to varying road conditions remains challenging.

Integration with Control Systems

Estimates must feed stability controllers like MPC without delays or errors at friction limits. Kritayakirana and Gerdes (2012) enable autonomous control mimicking racecar handling, with 182 citations. Coordinating with torque-vectoring adds complexity (De Novellis et al., 2013).

Essential Papers

1.

Model Predictive Control for Vehicle Stabilization at the Limits of Handling

Craig E. Beal, J. Christian Gerdes · 2012 · IEEE Transactions on Control Systems Technology · 439 citations

Recent developments in vehicle steering systems offer new opportunities to measure the steering torque and reliably estimate the vehicle sideslip and the tire-road friction coefficient. This paper ...

2.

Vehicle Yaw Stability Control by Coordinated Active Front Steering and Differential Braking in the Tire Sideslip Angles Domain

Stefano Di Cairano, Hongtei Eric Tseng, Daniele Bernardini et al. · 2012 · IEEE Transactions on Control Systems Technology · 315 citations

Vehicle active safety receives ever increasing attention in the attempt to achieve zero accidents on the road. In this paper, we investigate a control architecture that has the potential of improvi...

3.

Path Tracking Control for Autonomous Vehicles Based on an Improved MPC

Hengyang Wang, Biao Liu, Xianyao Ping et al. · 2019 · IEEE Access · 234 citations

In this paper, an improved Model Predictive Control (MPC) controller based on fuzzy adaptive weight control is proposed to solve the problem of autonomous vehicle in the process of path tracking. T...

4.

Longitudinal Collision Avoidance and Lateral Stability Adaptive Control System Based on MPC of Autonomous Vehicles

Shuo Cheng, Liang Li, Hongqiang Guo et al. · 2019 · IEEE Transactions on Intelligent Transportation Systems · 202 citations

The longitudinal collision avoidance controller can avoid or mitigate vehicle collision accidents effectively via auto brake, and it is one of the key technologies of autonomous vehicles. Moreover,...

5.

A technical survey on tire-road friction estimation

Seyedmeysam Khaleghian, Anahita Emami, Saied Taheri · 2017 · Friction · 200 citations

Abstract Lack of driver’s knowledge about the abrupt changes in pavement’s friction and poor performance of the vehicle’s stability, traction, and ABS controllers on the low friction surfaces are t...

6.

Wheel Torque Distribution Criteria for Electric Vehicles With Torque-Vectoring Differentials

Leonardo De Novellis, Aldo Sorniotti, Patrick Gruber · 2013 · IEEE Transactions on Vehicular Technology · 187 citations

The continuous and precise modulation of the driving and braking torques of each wheel is considered the ultimate goal for controlling the performance of a vehicle in steady-state and transient con...

7.

Autonomous vehicle control at the limits of handling

Krisada Kritayakirana, J. Christian Gerdes · 2012 · International Journal of Vehicle Autonomous Systems · 182 citations

Racecar drivers have the ability to operate a vehicle at its friction limit without losing control.If autonomous vehicles or driver assistance systems had similar capabilities, many fatal accidents...

Reading Guide

Foundational Papers

Start with Beal and Gerdes (2012) for MPC friction estimation via steering torque, then Dixon et al. (2000) for adaptive Kalman state estimation, providing core methods for stability control.

Recent Advances

Study Khaleghian et al. (2017) survey for comprehensive methods overview, Wang et al. (2019) improved MPC path tracking, and Cheng et al. (2019) adaptive control for collision avoidance.

Core Methods

Core techniques: extended Kalman filters for state estimation (Dixon 2000), model predictive control integrating friction estimates (Beal 2012), sideslip domain control (Di Cairano 2012), and torque-vectoring criteria (De Novellis 2013).

How PapersFlow Helps You Research Tire-Road Friction Estimation Techniques

Discover & Search

Research Agent uses searchPapers and citationGraph to map 439-citation foundational work by Beal and Gerdes (2012) alongside 200-citation survey by Khaleghian et al. (2017), revealing clusters in MPC and Kalman estimation. exaSearch uncovers niche slip-based methods; findSimilarPapers expands from Kritayakirana and Gerdes (2012) to torque-vectoring papers.

Analyze & Verify

Analysis Agent applies readPaperContent to extract friction models from Beal and Gerdes (2012), then verifyResponse with CoVe checks claims against Dixon et al. (2000) Kalman methods. runPythonAnalysis simulates tire slip curves using NumPy for GRADE A-verified statistical validation of estimator robustness.

Synthesize & Write

Synthesis Agent detects gaps in low-mu road estimation via contradiction flagging across Khaleghian et al. (2017) and recent MPC papers. Writing Agent uses latexEditText, latexSyncCitations for Beal (2012), and latexCompile to produce vehicle dynamics reports; exportMermaid diagrams friction estimation workflows.

Use Cases

"Simulate Kalman filter tire friction estimation from Dixon 2000 paper using vehicle data."

Research Agent → searchPapers(Dixon 2000) → Analysis Agent → readPaperContent → runPythonAnalysis(NumPy Kalman simulation) → matplotlib plots of estimated vs true friction.

"Write LaTeX section on MPC friction estimation citing Beal Gerdes 2012 and Di Cairano 2012."

Research Agent → citationGraph(Beal 2012) → Synthesis Agent → gap detection → Writing Agent → latexEditText(draft) → latexSyncCitations → latexCompile(PDF with stability diagrams).

"Find GitHub code for torque-vectoring friction estimators like De Novellis 2013."

Research Agent → searchPapers(De Novellis 2013) → Code Discovery → paperExtractUrls → paperFindGithubRepo → githubRepoInspect → verified MATLAB/Simulink torque distribution code.

Automated Workflows

Deep Research workflow conducts systematic review: searchPapers(250+ tire friction) → citationGraph → structured report ranking Beal (2012) and Khaleghian (2017). DeepScan applies 7-step analysis with CoVe checkpoints on MPC integration from Wang et al. (2019). Theorizer generates hypotheses linking adaptive Kalman (Dixon 2000) to electric vehicle torque-vectoring.

Frequently Asked Questions

What is tire-road friction estimation?

It involves algorithms using sensors and models to predict real-time friction coefficients between tires and road. Methods include slip observers, Kalman filters, and learning-based approaches (Khaleghian et al., 2017).

What are main estimation methods?

Key methods are model-based like extended Kalman filters (Dixon et al., 2000) and control-integrated like MPC with steering torque (Beal and Gerdes, 2012). Surveys classify into kinematics, dynamics, and hybrid types.

What are key papers?

Beal and Gerdes (2012, 439 citations) on MPC stabilization; Khaleghian et al. (2017, 200 citations) survey; Kritayakirana and Gerdes (2012, 182 citations) on limit handling.

What open problems exist?

Challenges include estimation on varying mu-surfaces, sensor fusion under noise, and real-time integration with ADAS at handling limits (Khaleghian et al., 2017; De Novellis et al., 2013).

Research Vehicle Dynamics and Control Systems with AI

PapersFlow provides specialized AI tools for Engineering researchers. Here are the most relevant for this topic:

See how researchers in Engineering use PapersFlow

Field-specific workflows, example queries, and use cases.

Engineering Guide

Start Researching Tire-Road Friction Estimation Techniques with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Engineering researchers